# STDOUT: ---v---v---v---v---v--- ansible-playbook [core 2.16.0] 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.16/lib/python3.11/site-packages/ansible ansible collection location = /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection executable location = /opt/ansible-2.16/bin/ansible-playbook python version = 3.11.5 (main, Sep 7 2023, 00:00:00) [GCC 11.4.1 20230605 (Red Hat 11.4.1-2)] (/opt/ansible-2.16/bin/python) jinja version = 3.1.2 libyaml = True Using /etc/ansible/ansible.cfg as config file Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'default', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. PLAYBOOK: tests_resize.yml ***************************************************** 1 plays in /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/tests_resize.yml PLAY [Test resize] ************************************************************* TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/tests_resize.yml:2 Thursday 30 May 2024 23:08:25 +0000 (0:00:00.012) 0:00:00.012 ********** ok: [sut] TASK [Run the role] ************************************************************ task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/tests_resize.yml:19 Thursday 30 May 2024 23:08:26 +0000 (0:00:00.895) 0:00:00.907 ********** TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Thursday 30 May 2024 23:08:26 +0000 (0:00:00.016) 0:00:00.923 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Thursday 30 May 2024 23:08:26 +0000 (0:00:00.013) 0:00:00.937 ********** skipping: [sut] => { "changed": false, "false_condition": "__storage_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Thursday 30 May 2024 23:08:26 +0000 (0:00:00.018) 0:00:00.955 ********** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_9.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs", "stratisd", "stratis-cli" ] }, "ansible_included_var_files": [ "/WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } ok: [sut] => (item=CentOS_9.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs", "stratisd", "stratis-cli" ] }, "ansible_included_var_files": [ "/WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Thursday 30 May 2024 23:08:26 +0000 (0:00:00.026) 0:00:00.981 ********** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.storage : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Thursday 30 May 2024 23:08:26 +0000 (0:00:00.247) 0:00:01.229 ********** ok: [sut] => { "ansible_facts": { "__storage_is_ostree": false }, "changed": false } TASK [fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Thursday 30 May 2024 23:08:26 +0000 (0:00:00.014) 0:00:01.243 ********** ok: [sut] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Thursday 30 May 2024 23:08:26 +0000 (0:00:00.009) 0:00:01.253 ********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Thursday 30 May 2024 23:08:26 +0000 (0:00:00.010) 0:00:01.263 ********** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for sut TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Thursday 30 May 2024 23:08:26 +0000 (0:00:00.025) 0:00:01.289 ********** changed: [sut] => { "changed": true, "rc": 0, "results": [ "Installed: libblockdev-crypto-2.28-10.el9.x86_64", "Installed: stratisd-3.6.7-1.el9.x86_64", "Installed: ndctl-libs-71.1-8.el9.x86_64", "Installed: vdo-8.2.2.2-1.el9.x86_64", "Installed: libblockdev-dm-2.28-10.el9.x86_64", "Installed: libblockdev-utils-2.28-10.el9.x86_64", "Installed: kmod-kvdo-8.2.3.3-125.el9.x86_64", "Installed: python3-into-dbus-python-0.8.2-1.el9.noarch", "Installed: libblockdev-fs-2.28-10.el9.x86_64", "Installed: luksmeta-9-12.el9.x86_64", "Installed: libluksmeta-9-12.el9.x86_64", "Installed: libblockdev-kbd-2.28-10.el9.x86_64", "Installed: lsof-4.94.0-3.el9.x86_64", "Installed: libbytesize-2.5-3.el9.x86_64", "Installed: python3-blivet-1:3.6.0-14.el9.noarch", "Installed: libblockdev-loop-2.28-10.el9.x86_64", "Installed: python3-blockdev-2.28-10.el9.x86_64", "Installed: daxctl-libs-71.1-8.el9.x86_64", "Installed: lvm2-9:2.03.23-2.el9.x86_64", "Installed: python3-justbases-0.15.2-1.el9.noarch", "Installed: libblockdev-lvm-2.28-10.el9.x86_64", "Installed: python3-justbytes-0.15.2-1.el9.noarch", "Installed: python3-bytesize-2.5-3.el9.x86_64", "Installed: tpm2-tools-5.2-3.el9.x86_64", "Installed: lvm2-libs-9:2.03.23-2.el9.x86_64", "Installed: python3-packaging-20.9-5.el9.noarch", "Installed: libblockdev-mdraid-2.28-10.el9.x86_64", "Installed: volume_key-libs-0.3.12-15.el9.x86_64", "Installed: libblockdev-mpath-2.28-10.el9.x86_64", "Installed: device-mapper-event-9:1.02.197-2.el9.x86_64", "Installed: python3-dbus-client-gen-0.5.1-1.el9.noarch", "Installed: mdadm-4.3-2.el9.x86_64", "Installed: python3-dbus-python-client-gen-0.8.3-1.el9.noarch", "Installed: jose-11-3.el9.x86_64", "Installed: libblockdev-nvdimm-2.28-10.el9.x86_64", "Installed: clevis-20-200.el9.x86_64", "Installed: device-mapper-event-libs-9:1.02.197-2.el9.x86_64", "Installed: python3-dbus-signature-pyparsing-0.4.1-1.el9.noarch", "Installed: python3-pyparted-1:3.12.0-1.el9.x86_64", "Installed: cryptsetup-2.7.2-1.el9.x86_64", "Installed: libaio-0.3.111-13.el9.x86_64", "Installed: clevis-luks-20-200.el9.x86_64", "Installed: libjose-11-3.el9.x86_64", "Installed: python3-psutil-5.8.0-12.el9.x86_64", "Installed: python3-wcwidth-0.2.5-8.el9.noarch", "Installed: device-mapper-multipath-0.8.7-27.el9.x86_64", "Installed: libblockdev-part-2.28-10.el9.x86_64", "Installed: blivet-data-1:3.6.0-14.el9.noarch", "Installed: device-mapper-multipath-libs-0.8.7-27.el9.x86_64", "Installed: libblockdev-2.28-10.el9.x86_64", "Installed: device-mapper-persistent-data-1.0.9-2.el9.x86_64", "Installed: ndctl-71.1-8.el9.x86_64", "Installed: libblockdev-swap-2.28-10.el9.x86_64", "Installed: stratis-cli-3.6.0-1.el9.noarch" ] } TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Thursday 30 May 2024 23:09:22 +0000 (0:00:55.798) 0:00:57.087 ********** ok: [sut] => { "storage_pools": "VARIABLE IS NOT DEFINED!: 'storage_pools' is undefined. 'storage_pools' is undefined" } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Thursday 30 May 2024 23:09:22 +0000 (0:00:00.012) 0:00:57.100 ********** ok: [sut] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined. 'storage_volumes' is undefined" } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Thursday 30 May 2024 23:09:22 +0000 (0:00:00.011) 0:00:57.111 ********** ok: [sut] => { "actions": [], "changed": false, "crypts": [], "leaves": [], "mounts": [], "packages": [], "pools": [], "volumes": [] } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Thursday 30 May 2024 23:09:23 +0000 (0:00:00.731) 0:00:57.842 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml for sut TASK [fedora.linux_system_roles.storage : Check if the COPR support packages should be installed] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:2 Thursday 30 May 2024 23:09:23 +0000 (0:00:00.020) 0:00:57.863 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Make sure COPR support packages are present] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:13 Thursday 30 May 2024 23:09:23 +0000 (0:00:00.016) 0:00:57.879 ********** skipping: [sut] => { "changed": false, "false_condition": "install_copr | d(false) | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable COPRs] ************************ task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:19 Thursday 30 May 2024 23:09:23 +0000 (0:00:00.018) 0:00:57.897 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Thursday 30 May 2024 23:09:23 +0000 (0:00:00.019) 0:00:57.917 ********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Thursday 30 May 2024 23:09:24 +0000 (0:00:00.891) 0:00:58.808 ********** 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" }, "autofs.service": { "name": "autofs.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "autovt@.service": { "name": "autovt@.service", "source": "systemd", "state": "unknown", "status": "alias" }, "blivet.service": { "name": "blivet.service", "source": "systemd", "state": "inactive", "status": "static" }, "blk-availability.service": { "name": "blk-availability.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "chrony-wait.service": { "name": "chrony-wait.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "chronyd-restricted.service": { "name": "chronyd-restricted.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "chronyd.service": { "name": "chronyd.service", "source": "systemd", "state": "running", "status": "enabled" }, "cloud-config.service": { "name": "cloud-config.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "cloud-final.service": { "name": "cloud-final.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "cloud-init-hotplugd.service": { "name": "cloud-init-hotplugd.service", "source": "systemd", "state": "inactive", "status": "static" }, "cloud-init-local.service": { "name": "cloud-init-local.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "cloud-init.service": { "name": "cloud-init.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "console-getty.service": { "name": "console-getty.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "container-getty@.service": { "name": "container-getty@.service", "source": "systemd", "state": "unknown", "status": "static" }, "cpupower.service": { "name": "cpupower.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "crond.service": { "name": "crond.service", "source": "systemd", "state": "running", "status": "enabled" }, "dbus-broker.service": { "name": "dbus-broker.service", "source": "systemd", "state": "running", "status": "enabled" }, "dbus-org.freedesktop.hostname1.service": { "name": "dbus-org.freedesktop.hostname1.service", "source": "systemd", "state": "inactive", "status": "alias" }, "dbus-org.freedesktop.locale1.service": { "name": "dbus-org.freedesktop.locale1.service", "source": "systemd", "state": "inactive", "status": "alias" }, "dbus-org.freedesktop.login1.service": { "name": "dbus-org.freedesktop.login1.service", "source": "systemd", "state": "active", "status": "alias" }, "dbus-org.freedesktop.nm-dispatcher.service": { "name": "dbus-org.freedesktop.nm-dispatcher.service", "source": "systemd", "state": "inactive", "status": "alias" }, "dbus-org.freedesktop.timedate1.service": { "name": "dbus-org.freedesktop.timedate1.service", "source": "systemd", "state": "inactive", "status": "alias" }, "dbus.service": { "name": "dbus.service", "source": "systemd", "state": "active", "status": "alias" }, "debug-shell.service": { "name": "debug-shell.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "display-manager.service": { "name": "display-manager.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "dm-event.service": { "name": "dm-event.service", "source": "systemd", "state": "stopped", "status": "static" }, "dnf-makecache.service": { "name": "dnf-makecache.service", "source": "systemd", "state": "stopped", "status": "static" }, "dnf-system-upgrade-cleanup.service": { "name": "dnf-system-upgrade-cleanup.service", "source": "systemd", "state": "inactive", "status": "static" }, "dnf-system-upgrade.service": { "name": "dnf-system-upgrade.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "dracut-cmdline.service": { "name": "dracut-cmdline.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-initqueue.service": { "name": "dracut-initqueue.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-mount.service": { "name": "dracut-mount.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-mount.service": { "name": "dracut-pre-mount.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-pivot.service": { "name": "dracut-pre-pivot.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-trigger.service": { "name": "dracut-pre-trigger.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-udev.service": { "name": "dracut-pre-udev.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-shutdown-onfailure.service": { "name": "dracut-shutdown-onfailure.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-shutdown.service": { "name": "dracut-shutdown.service", "source": "systemd", "state": "stopped", "status": "static" }, "emergency.service": { "name": "emergency.service", "source": "systemd", "state": "stopped", "status": "static" }, "fcoe.service": { "name": "fcoe.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "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": "active" }, "grub-boot-indeterminate.service": { "name": "grub-boot-indeterminate.service", "source": "systemd", "state": "inactive", "status": "static" }, "grub2-systemd-integration.service": { "name": "grub2-systemd-integration.service", "source": "systemd", "state": "inactive", "status": "static" }, "gssproxy.service": { "name": "gssproxy.service", "source": "systemd", "state": "running", "status": "disabled" }, "hv_kvp_daemon.service": { "name": "hv_kvp_daemon.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "initrd-cleanup.service": { "name": "initrd-cleanup.service", "source": "systemd", "state": "stopped", "status": "static" }, "initrd-parse-etc.service": { "name": "initrd-parse-etc.service", "source": "systemd", "state": "stopped", "status": "static" }, "initrd-switch-root.service": { "name": "initrd-switch-root.service", "source": "systemd", "state": "stopped", "status": "static" }, "initrd-udevadm-cleanup-db.service": { "name": "initrd-udevadm-cleanup-db.service", "source": "systemd", "state": "stopped", "status": "static" }, "irqbalance.service": { "name": "irqbalance.service", "source": "systemd", "state": "running", "status": "enabled" }, "iscsi-shutdown.service": { "name": "iscsi-shutdown.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "iscsi.service": { "name": "iscsi.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "iscsid.service": { "name": "iscsid.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "kdump.service": { "name": "kdump.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "kmod-static-nodes.service": { "name": "kmod-static-nodes.service", "source": "systemd", "state": "stopped", "status": "static" }, "kvm_stat.service": { "name": "kvm_stat.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "ldconfig.service": { "name": "ldconfig.service", "source": "systemd", "state": "stopped", "status": "static" }, "logrotate.service": { "name": "logrotate.service", "source": "systemd", "state": "stopped", "status": "static" }, "lvm2-activation-early.service": { "name": "lvm2-activation-early.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "lvm2-lvmpolld.service": { "name": "lvm2-lvmpolld.service", "source": "systemd", "state": "stopped", "status": "static" }, "lvm2-monitor.service": { "name": "lvm2-monitor.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "man-db-cache-update.service": { "name": "man-db-cache-update.service", "source": "systemd", "state": "inactive", "status": "static" }, "man-db-restart-cache-update.service": { "name": "man-db-restart-cache-update.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "mdadm-grow-continue@.service": { "name": "mdadm-grow-continue@.service", "source": "systemd", "state": "unknown", "status": "static" }, "mdadm-last-resort@.service": { "name": "mdadm-last-resort@.service", "source": "systemd", "state": "unknown", "status": "static" }, "mdcheck_continue.service": { "name": "mdcheck_continue.service", "source": "systemd", "state": "inactive", "status": "static" }, "mdcheck_start.service": { "name": "mdcheck_start.service", "source": "systemd", "state": "inactive", "status": "static" }, "mdmon@.service": { "name": "mdmon@.service", "source": "systemd", "state": "unknown", "status": "static" }, "mdmonitor-oneshot.service": { "name": "mdmonitor-oneshot.service", "source": "systemd", "state": "inactive", "status": "static" }, "mdmonitor.service": { "name": "mdmonitor.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "microcode.service": { "name": "microcode.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "modprobe@.service": { "name": "modprobe@.service", "source": "systemd", "state": "unknown", "status": "static" }, "modprobe@configfs.service": { "name": "modprobe@configfs.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "modprobe@drm.service": { "name": "modprobe@drm.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "modprobe@fuse.service": { "name": "modprobe@fuse.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "multipathd.service": { "name": "multipathd.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "ndctl-monitor.service": { "name": "ndctl-monitor.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "network.service": { "name": "network.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "nfs-blkmap.service": { "name": "nfs-blkmap.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "nfs-idmapd.service": { "name": "nfs-idmapd.service", "source": "systemd", "state": "stopped", "status": "static" }, "nfs-mountd.service": { "name": "nfs-mountd.service", "source": "systemd", "state": "stopped", "status": "static" }, "nfs-server.service": { "name": "nfs-server.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "nfs-utils.service": { "name": "nfs-utils.service", "source": "systemd", "state": "stopped", "status": "static" }, "nfsdcld.service": { "name": "nfsdcld.service", "source": "systemd", "state": "stopped", "status": "static" }, "nftables.service": { "name": "nftables.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "nis-domainname.service": { "name": "nis-domainname.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "nm-priv-helper.service": { "name": "nm-priv-helper.service", "source": "systemd", "state": "inactive", "status": "static" }, "ntpd.service": { "name": "ntpd.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "ntpdate.service": { "name": "ntpdate.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "oddjobd.service": { "name": "oddjobd.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "pam_namespace.service": { "name": "pam_namespace.service", "source": "systemd", "state": "inactive", "status": "static" }, "plymouth-quit-wait.service": { "name": "plymouth-quit-wait.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "plymouth-start.service": { "name": "plymouth-start.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "qemu-guest-agent.service": { "name": "qemu-guest-agent.service", "source": "systemd", "state": "inactive", "status": "enabled" }, "quotaon.service": { "name": "quotaon.service", "source": "systemd", "state": "inactive", "status": "static" }, "raid-check.service": { "name": "raid-check.service", "source": "systemd", "state": "inactive", "status": "static" }, "rbdmap.service": { "name": "rbdmap.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "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" }, "rpc-svcgssd.service": { "name": "rpc-svcgssd.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "rpcbind.service": { "name": "rpcbind.service", "source": "systemd", "state": "running", "status": "enabled" }, "rpmdb-rebuild.service": { "name": "rpmdb-rebuild.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "rsyslog.service": { "name": "rsyslog.service", "source": "systemd", "state": "running", "status": "enabled" }, "selinux-autorelabel-mark.service": { "name": "selinux-autorelabel-mark.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "selinux-autorelabel.service": { "name": "selinux-autorelabel.service", "source": "systemd", "state": "inactive", "status": "static" }, "selinux-check-proper-disable.service": { "name": "selinux-check-proper-disable.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "serial-getty@.service": { "name": "serial-getty@.service", "source": "systemd", "state": "unknown", "status": "disabled" }, "snapd.seeded.service": { "name": "snapd.seeded.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "sntp.service": { "name": "sntp.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "sshd-keygen.service": { "name": "sshd-keygen.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "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": "inactive" }, "sshd-keygen@ed25519.service": { "name": "sshd-keygen@ed25519.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "sshd-keygen@rsa.service": { "name": "sshd-keygen@rsa.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "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": "stopped", "status": "not-found" }, "system-update-cleanup.service": { "name": "system-update-cleanup.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-ask-password-console.service": { "name": "systemd-ask-password-console.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-ask-password-wall.service": { "name": "systemd-ask-password-wall.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-backlight@.service": { "name": "systemd-backlight@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-binfmt.service": { "name": "systemd-binfmt.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-bless-boot.service": { "name": "systemd-bless-boot.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-boot-check-no-failures.service": { "name": "systemd-boot-check-no-failures.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "systemd-boot-random-seed.service": { "name": "systemd-boot-random-seed.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-boot-update.service": { "name": "systemd-boot-update.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "systemd-coredump@.service": { "name": "systemd-coredump@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-exit.service": { "name": "systemd-exit.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-firstboot.service": { "name": "systemd-firstboot.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-fsck-root.service": { "name": "systemd-fsck-root.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-fsck@.service": { "name": "systemd-fsck@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-growfs-root.service": { "name": "systemd-growfs-root.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-growfs@.service": { "name": "systemd-growfs@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-halt.service": { "name": "systemd-halt.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-hibernate-resume@.service": { "name": "systemd-hibernate-resume@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-hibernate.service": { "name": "systemd-hibernate.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-hostnamed.service": { "name": "systemd-hostnamed.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-hwdb-update.service": { "name": "systemd-hwdb-update.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-hybrid-sleep.service": { "name": "systemd-hybrid-sleep.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-initctl.service": { "name": "systemd-initctl.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-journal-catalog-update.service": { "name": "systemd-journal-catalog-update.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-journal-flush.service": { "name": "systemd-journal-flush.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-journald.service": { "name": "systemd-journald.service", "source": "systemd", "state": "running", "status": "static" }, "systemd-journald@.service": { "name": "systemd-journald@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-kexec.service": { "name": "systemd-kexec.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-localed.service": { "name": "systemd-localed.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-logind.service": { "name": "systemd-logind.service", "source": "systemd", "state": "running", "status": "static" }, "systemd-machine-id-commit.service": { "name": "systemd-machine-id-commit.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-modules-load.service": { "name": "systemd-modules-load.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-network-generator.service": { "name": "systemd-network-generator.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "systemd-networkd-wait-online.service": { "name": "systemd-networkd-wait-online.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "systemd-pcrfs-root.service": { "name": "systemd-pcrfs-root.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-pcrfs@.service": { "name": "systemd-pcrfs@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-pcrmachine.service": { "name": "systemd-pcrmachine.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-pcrphase-initrd.service": { "name": "systemd-pcrphase-initrd.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-pcrphase-sysinit.service": { "name": "systemd-pcrphase-sysinit.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-pcrphase.service": { "name": "systemd-pcrphase.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-poweroff.service": { "name": "systemd-poweroff.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-pstore.service": { "name": "systemd-pstore.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "systemd-quotacheck.service": { "name": "systemd-quotacheck.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-random-seed.service": { "name": "systemd-random-seed.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-reboot.service": { "name": "systemd-reboot.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-remount-fs.service": { "name": "systemd-remount-fs.service", "source": "systemd", "state": "stopped", "status": "enabled-runtime" }, "systemd-repart.service": { "name": "systemd-repart.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-rfkill.service": { "name": "systemd-rfkill.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-suspend-then-hibernate.service": { "name": "systemd-suspend-then-hibernate.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-suspend.service": { "name": "systemd-suspend.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-sysctl.service": { "name": "systemd-sysctl.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-sysext.service": { "name": "systemd-sysext.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "systemd-sysupdate-reboot.service": { "name": "systemd-sysupdate-reboot.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "systemd-sysupdate.service": { "name": "systemd-sysupdate.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "systemd-sysusers.service": { "name": "systemd-sysusers.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-timedated.service": { "name": "systemd-timedated.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-timesyncd.service": { "name": "systemd-timesyncd.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "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-tmpfiles.service": { "name": "systemd-tmpfiles.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "systemd-udev-settle.service": { "name": "systemd-udev-settle.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-udev-trigger.service": { "name": "systemd-udev-trigger.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-udevd.service": { "name": "systemd-udevd.service", "source": "systemd", "state": "running", "status": "static" }, "systemd-update-done.service": { "name": "systemd-update-done.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-update-utmp-runlevel.service": { "name": "systemd-update-utmp-runlevel.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-update-utmp.service": { "name": "systemd-update-utmp.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-user-sessions.service": { "name": "systemd-user-sessions.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-vconsole-setup.service": { "name": "systemd-vconsole-setup.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-volatile-root.service": { "name": "systemd-volatile-root.service", "source": "systemd", "state": "inactive", "status": "static" }, "target.service": { "name": "target.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "targetclid.service": { "name": "targetclid.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "teamd@.service": { "name": "teamd@.service", "source": "systemd", "state": "unknown", "status": "static" }, "user-runtime-dir@.service": { "name": "user-runtime-dir@.service", "source": "systemd", "state": "unknown", "status": "static" }, "user-runtime-dir@0.service": { "name": "user-runtime-dir@0.service", "source": "systemd", "state": "stopped", "status": "active" }, "user@.service": { "name": "user@.service", "source": "systemd", "state": "unknown", "status": "static" }, "user@0.service": { "name": "user@0.service", "source": "systemd", "state": "running", "status": "active" }, "ypbind.service": { "name": "ypbind.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "yppasswdd.service": { "name": "yppasswdd.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "ypserv.service": { "name": "ypserv.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "ypxfrd.service": { "name": "ypxfrd.service", "source": "systemd", "state": "stopped", "status": "not-found" } } }, "changed": false } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Thursday 30 May 2024 23:09:26 +0000 (0:00:01.856) 0:01:00.665 ********** ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Thursday 30 May 2024 23:09:26 +0000 (0:00:00.029) 0:01:00.694 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Thursday 30 May 2024 23:09:26 +0000 (0:00:00.009) 0:01:00.704 ********** ok: [sut] => { "actions": [], "changed": false, "crypts": [], "leaves": [], "mounts": [], "packages": [], "pools": [], "volumes": [] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Thursday 30 May 2024 23:09:26 +0000 (0:00:00.367) 0:01:01.072 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_udevadm_trigger | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Thursday 30 May 2024 23:09:26 +0000 (0:00:00.018) 0:01:01.091 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:101 Thursday 30 May 2024 23:09:26 +0000 (0:00:00.009) 0:01:01.100 ********** ok: [sut] => { "blivet_output": { "actions": [], "changed": false, "crypts": [], "failed": false, "leaves": [], "mounts": [], "packages": [], "pools": [], "volumes": [] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:110 Thursday 30 May 2024 23:09:26 +0000 (0:00:00.013) 0:01:01.113 ********** ok: [sut] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Set the list of volumes for test verification] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:114 Thursday 30 May 2024 23:09:26 +0000 (0:00:00.013) 0:01:01.127 ********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:130 Thursday 30 May 2024 23:09:26 +0000 (0:00:00.014) 0:01:01.141 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:141 Thursday 30 May 2024 23:09:26 +0000 (0:00:00.018) 0:01:01.160 ********** skipping: [sut] => { "changed": false, "false_condition": "blivet_output['mounts']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:146 Thursday 30 May 2024 23:09:26 +0000 (0:00:00.010) 0:01:01.170 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:157 Thursday 30 May 2024 23:09:26 +0000 (0:00:00.018) 0:01:01.188 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:169 Thursday 30 May 2024 23:09:26 +0000 (0:00:00.018) 0:01:01.207 ********** skipping: [sut] => { "changed": false, "false_condition": "blivet_output['mounts']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:177 Thursday 30 May 2024 23:09:26 +0000 (0:00:00.010) 0:01:01.217 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1717110357.516958, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1716902420.402, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 2097284, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "inode/x-empty", "mode": "0600", "mtime": 1716902144.521, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "3342962587", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:182 Thursday 30 May 2024 23:09:26 +0000 (0:00:00.201) 0:01:01.419 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:204 Thursday 30 May 2024 23:09:26 +0000 (0:00:00.010) 0:01:01.429 ********** ok: [sut] TASK [Mark tasks to be skipped] ************************************************ task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/tests_resize.yml:23 Thursday 30 May 2024 23:09:27 +0000 (0:00:00.804) 0:01:02.233 ********** ok: [sut] => { "ansible_facts": { "storage_skip_checks": [ "blivet_available", "packages_installed", "service_facts" ] }, "changed": false } TASK [Get unused disks] ******************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/tests_resize.yml:30 Thursday 30 May 2024 23:09:27 +0000 (0:00:00.022) 0:01:02.256 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/get_unused_disk.yml for sut TASK [Ensure test packages] **************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/get_unused_disk.yml:2 Thursday 30 May 2024 23:09:27 +0000 (0:00:00.017) 0:01:02.273 ********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Find unused disks in the system] ***************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/get_unused_disk.yml:11 Thursday 30 May 2024 23:09:28 +0000 (0:00:00.897) 0:01:03.170 ********** ok: [sut] => { "changed": false, "disks": [ "sda" ] } TASK [Set unused_disks if necessary] ******************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/get_unused_disk.yml:19 Thursday 30 May 2024 23:09:28 +0000 (0:00:00.292) 0:01:03.463 ********** 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-main_stratis-support-2rq9ytyq9/tests/get_unused_disk.yml:24 Thursday 30 May 2024 23:09:28 +0000 (0:00:00.013) 0:01:03.476 ********** skipping: [sut] => { "changed": false, "false_condition": "unused_disks | d([]) | length < disks_needed | d(1)", "skip_reason": "Conditional result was False" } TASK [Print unused disks] ****************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/get_unused_disk.yml:29 Thursday 30 May 2024 23:09:28 +0000 (0:00:00.018) 0:01:03.495 ********** ok: [sut] => { "unused_disks": [ "sda" ] } TASK [Create one LVM logical volume under one volume group with size 5g] ******* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/tests_resize.yml:38 Thursday 30 May 2024 23:09:28 +0000 (0:00:00.012) 0:01:03.508 ********** TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Thursday 30 May 2024 23:09:28 +0000 (0:00:00.022) 0:01:03.530 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Thursday 30 May 2024 23:09:28 +0000 (0:00:00.015) 0:01:03.546 ********** skipping: [sut] => { "changed": false, "false_condition": "__storage_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Thursday 30 May 2024 23:09:28 +0000 (0:00:00.021) 0:01:03.567 ********** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_9.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs", "stratisd", "stratis-cli" ] }, "ansible_included_var_files": [ "/WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } ok: [sut] => (item=CentOS_9.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs", "stratisd", "stratis-cli" ] }, "ansible_included_var_files": [ "/WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Thursday 30 May 2024 23:09:28 +0000 (0:00:00.032) 0:01:03.600 ********** skipping: [sut] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Thursday 30 May 2024 23:09:28 +0000 (0:00:00.013) 0:01:03.613 ********** skipping: [sut] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Thursday 30 May 2024 23:09:29 +0000 (0:00:00.013) 0:01:03.627 ********** ok: [sut] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Thursday 30 May 2024 23:09:29 +0000 (0:00:00.012) 0:01:03.639 ********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Thursday 30 May 2024 23:09:29 +0000 (0:00:00.012) 0:01:03.651 ********** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for sut TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Thursday 30 May 2024 23:09:29 +0000 (0:00:00.045) 0:01:03.697 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"blivet_available\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Thursday 30 May 2024 23:09:29 +0000 (0:00:00.014) 0:01:03.712 ********** ok: [sut] => { "storage_pools": [ { "disks": [ "sda" ], "name": "foo", "type": "lvm", "volumes": [ { "fs_type": "ext4", "mount_point": "/opt/test1", "name": "test1", "size": "5g" } ] } ] } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Thursday 30 May 2024 23:09:29 +0000 (0:00:00.014) 0:01:03.727 ********** ok: [sut] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined. 'storage_volumes' is undefined" } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Thursday 30 May 2024 23:09:29 +0000 (0:00:00.013) 0:01:03.740 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Thursday 30 May 2024 23:09:29 +0000 (0:00:00.013) 0:01:03.753 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Thursday 30 May 2024 23:09:29 +0000 (0:00:00.014) 0:01:03.768 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Thursday 30 May 2024 23:09:29 +0000 (0:00:00.013) 0:01:03.781 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"service_facts\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Thursday 30 May 2024 23:09:29 +0000 (0:00:00.013) 0:01:03.794 ********** ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Thursday 30 May 2024 23:09:29 +0000 (0:00:00.030) 0:01:03.825 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Thursday 30 May 2024 23:09:29 +0000 (0:00:00.010) 0:01:03.835 ********** changed: [sut] => { "actions": [ { "action": "create format", "device": "/dev/sda", "fs_type": "lvmpv" }, { "action": "create device", "device": "/dev/foo", "fs_type": null }, { "action": "create device", "device": "/dev/mapper/foo-test1", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/foo-test1", "fs_type": "ext4" } ], "changed": true, "crypts": [], "leaves": [ "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/mapper/foo-test1" ], "mounts": [ { "dump": 0, "fstype": "ext4", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "mounted" } ], "packages": [ "lvm2", "e2fsprogs", "xfsprogs" ], "pools": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext4", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "5g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Thursday 30 May 2024 23:09:31 +0000 (0:00:02.323) 0:01:06.158 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_udevadm_trigger | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Thursday 30 May 2024 23:09:31 +0000 (0:00:00.021) 0:01:06.179 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:101 Thursday 30 May 2024 23:09:31 +0000 (0:00:00.009) 0:01:06.189 ********** ok: [sut] => { "blivet_output": { "actions": [ { "action": "create format", "device": "/dev/sda", "fs_type": "lvmpv" }, { "action": "create device", "device": "/dev/foo", "fs_type": null }, { "action": "create device", "device": "/dev/mapper/foo-test1", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/foo-test1", "fs_type": "ext4" } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/mapper/foo-test1" ], "mounts": [ { "dump": 0, "fstype": "ext4", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "mounted" } ], "packages": [ "lvm2", "e2fsprogs", "xfsprogs" ], "pools": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext4", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "5g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:110 Thursday 30 May 2024 23:09:31 +0000 (0:00:00.016) 0:01:06.205 ********** ok: [sut] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext4", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "5g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] }, "changed": false } TASK [fedora.linux_system_roles.storage : Set the list of volumes for test verification] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:114 Thursday 30 May 2024 23:09:31 +0000 (0:00:00.014) 0:01:06.220 ********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:130 Thursday 30 May 2024 23:09:31 +0000 (0:00:00.013) 0:01:06.234 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:141 Thursday 30 May 2024 23:09:31 +0000 (0:00:00.021) 0:01:06.255 ********** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:146 Thursday 30 May 2024 23:09:32 +0000 (0:00:00.717) 0:01:06.973 ********** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount changed: [sut] => (item={'src': '/dev/mapper/foo-test1', 'path': '/opt/test1', 'fstype': 'ext4', 'opts': 'defaults', 'dump': 0, 'passno': 0, 'state': 'mounted', 'owner': None, 'group': None, 'mode': None}) => { "ansible_loop_var": "mount_info", "backup_file": "", "boot": "yes", "changed": true, "dump": "0", "fstab": "/etc/fstab", "fstype": "ext4", "mount_info": { "dump": 0, "fstype": "ext4", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "mounted" }, "name": "/opt/test1", "opts": "defaults", "passno": "0", "src": "/dev/mapper/foo-test1" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:157 Thursday 30 May 2024 23:09:32 +0000 (0:00:00.397) 0:01:07.371 ********** skipping: [sut] => (item={'src': '/dev/mapper/foo-test1', 'path': '/opt/test1', 'fstype': 'ext4', 'opts': 'defaults', 'dump': 0, 'passno': 0, 'state': 'mounted', 'owner': None, 'group': None, 'mode': None}) => { "ansible_loop_var": "mount_info", "changed": false, "false_condition": "mount_info['owner'] != none or mount_info['group'] != none or mount_info['mode'] != none", "mount_info": { "dump": 0, "fstype": "ext4", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "mounted" }, "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:169 Thursday 30 May 2024 23:09:32 +0000 (0:00:00.025) 0:01:07.396 ********** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:177 Thursday 30 May 2024 23:09:33 +0000 (0:00:00.550) 0:01:07.946 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1717110357.516958, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1716902420.402, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 2097284, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "inode/x-empty", "mode": "0600", "mtime": 1716902144.521, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "3342962587", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:182 Thursday 30 May 2024 23:09:33 +0000 (0:00:00.198) 0:01:08.145 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:204 Thursday 30 May 2024 23:09:33 +0000 (0:00:00.010) 0:01:08.155 ********** ok: [sut] TASK [Verify role results] ***************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/tests_resize.yml:55 Thursday 30 May 2024 23:09:34 +0000 (0:00:00.817) 0:01:08.973 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-role-results.yml for sut TASK [Print out pool information] ********************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-role-results.yml:2 Thursday 30 May 2024 23:09:34 +0000 (0:00:00.019) 0:01:08.992 ********** ok: [sut] => { "_storage_pools_list": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext4", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "5g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] } TASK [Print out volume information] ******************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-role-results.yml:7 Thursday 30 May 2024 23:09:34 +0000 (0:00:00.024) 0:01:09.016 ********** skipping: [sut] => { "false_condition": "_storage_volumes_list | length > 0" } TASK [Collect info about the volumes.] ***************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-role-results.yml:15 Thursday 30 May 2024 23:09:34 +0000 (0:00:00.018) 0:01:09.035 ********** ok: [sut] => { "changed": false, "info": { "/dev/mapper/foo-test1": { "fstype": "ext4", "label": "", "mountpoint": "/opt/test1", "name": "/dev/mapper/foo-test1", "size": "5G", "type": "lvm", "uuid": "bb803d21-8768-45bf-996b-b5d727aecc4e" }, "/dev/sda": { "fstype": "LVM2_member", "label": "", "mountpoint": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "Gnuvmm-55SJ-veeY-l1ld-mhkS-oq6K-eMxvIR" }, "/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": "82a26900-2b36-49b9-bc49-f4d2f0bb14b8" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-role-results.yml:20 Thursday 30 May 2024 23:09:34 +0000 (0:00:00.286) 0:01:09.321 ********** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.003258", "end": "2024-05-30 23:09:34.951720", "rc": 0, "start": "2024-05-30 23:09:34.948462" } STDOUT: # # /etc/fstab # Created by anaconda on Tue May 28 13:15:44 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=82a26900-2b36-49b9-bc49-f4d2f0bb14b8 / xfs defaults 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat /mnt/redhat nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/qa /mnt/qa nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive /mnt/engarchive nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/tpsdist /mnt/tpsdist nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot /mnt/brew nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch /mnt/brew_scratch nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 /dev/mapper/foo-test1 /opt/test1 ext4 defaults 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-role-results.yml:25 Thursday 30 May 2024 23:09:34 +0000 (0:00:00.275) 0:01:09.597 ********** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.003105", "end": "2024-05-30 23:09:35.145284", "failed_when_result": false, "rc": 0, "start": "2024-05-30 23:09:35.142179" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-role-results.yml:34 Thursday 30 May 2024 23:09:35 +0000 (0:00:00.194) 0:01:09.791 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool.yml for sut => (item={'disks': ['sda'], 'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'encryption_clevis_pin': None, 'encryption_tang_url': None, 'encryption_tang_thumbprint': None, 'name': 'foo', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_metadata_version': None, 'raid_chunk_size': None, 'shared': False, 'state': 'present', 'type': 'lvm', 'volumes': [{'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'ext4', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test1', 'raid_level': None, 'size': '5g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': [], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/foo-test1', '_raw_device': '/dev/mapper/foo-test1', '_mount_id': '/dev/mapper/foo-test1', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}]}) TASK [Set _storage_pool_tests] ************************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool.yml:5 Thursday 30 May 2024 23:09:35 +0000 (0:00:00.034) 0:01:09.826 ********** ok: [sut] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool.yml:18 Thursday 30 May 2024 23:09:35 +0000 (0:00:00.012) 0:01:09.839 ********** ok: [sut] => { "changed": false, "cmd": [ "vgs", "--noheadings", "--binary", "-o", "shared", "foo" ], "delta": "0:00:00.030487", "end": "2024-05-30 23:09:35.416805", "rc": 0, "start": "2024-05-30 23:09:35.386318" } STDOUT: 0 TASK [Verify that VG shared value checks out] ********************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool.yml:24 Thursday 30 May 2024 23:09:35 +0000 (0:00:00.225) 0:01:10.064 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify pool subset] ****************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool.yml:34 Thursday 30 May 2024 23:09:35 +0000 (0:00:00.016) 0:01:10.080 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml for sut => (item=members) included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-volumes.yml for sut => (item=volumes) TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:2 Thursday 30 May 2024 23:09:35 +0000 (0:00:00.023) 0:01:10.104 ********** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_count": "1", "_storage_test_pool_pvs_lvm": [ "/dev/sda" ] }, "changed": false } TASK [Get the canonical device path for each member device] ******************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:8 Thursday 30 May 2024 23:09:35 +0000 (0:00:00.026) 0:01:10.131 ********** ok: [sut] => (item=/dev/sda) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/sda", "pv": "/dev/sda" } TASK [Set pvs lvm length] ****************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:17 Thursday 30 May 2024 23:09:35 +0000 (0:00:00.281) 0:01:10.412 ********** ok: [sut] => { "ansible_facts": { "__pvs_lvm_len": "1" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:22 Thursday 30 May 2024 23:09:35 +0000 (0:00:00.022) 0:01:10.435 ********** ok: [sut] => { "ansible_facts": { "_storage_test_pool_pvs": [ "/dev/sda" ] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:27 Thursday 30 May 2024 23:09:35 +0000 (0:00:00.023) 0:01:10.458 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:36 Thursday 30 May 2024 23:09:35 +0000 (0:00:00.021) 0:01:10.480 ********** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:41 Thursday 30 May 2024 23:09:35 +0000 (0:00:00.014) 0:01:10.495 ********** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:46 Thursday 30 May 2024 23:09:35 +0000 (0:00:00.021) 0:01:10.516 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'lvm' and storage_test_pool.raid_level", "skip_reason": "Conditional result was False" } TASK [Check the type of each PV] *********************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:51 Thursday 30 May 2024 23:09:35 +0000 (0:00:00.011) 0:01:10.527 ********** ok: [sut] => (item=/dev/sda) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/sda" } MSG: All assertions passed TASK [Check MD RAID] *********************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:64 Thursday 30 May 2024 23:09:35 +0000 (0:00:00.015) 0:01:10.543 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-md.yml for sut TASK [Get information about RAID] ********************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-md.yml:8 Thursday 30 May 2024 23:09:35 +0000 (0:00:00.022) 0:01:10.566 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-md.yml:14 Thursday 30 May 2024 23:09:35 +0000 (0:00:00.011) 0:01:10.577 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-md.yml:19 Thursday 30 May 2024 23:09:35 +0000 (0:00:00.011) 0:01:10.588 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-md.yml:24 Thursday 30 May 2024 23:09:35 +0000 (0:00:00.011) 0:01:10.599 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set md chunk size regex] ************************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-md.yml:29 Thursday 30 May 2024 23:09:35 +0000 (0:00:00.011) 0:01:10.610 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-md.yml:37 Thursday 30 May 2024 23:09:35 +0000 (0:00:00.011) 0:01:10.622 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-md.yml:46 Thursday 30 May 2024 23:09:36 +0000 (0:00:00.012) 0:01:10.634 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-md.yml:55 Thursday 30 May 2024 23:09:36 +0000 (0:00:00.011) 0:01:10.645 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-md.yml:64 Thursday 30 May 2024 23:09:36 +0000 (0:00:00.011) 0:01:10.656 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-md.yml:74 Thursday 30 May 2024 23:09:36 +0000 (0:00:00.011) 0:01:10.668 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Reset variables used by tests] ******************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-md.yml:83 Thursday 30 May 2024 23:09:36 +0000 (0:00:00.011) 0:01:10.679 ********** ok: [sut] => { "ansible_facts": { "storage_test_md_active_devices_re": null, "storage_test_md_chunk_size_re": null, "storage_test_md_metadata_version_re": null, "storage_test_md_spare_devices_re": null }, "changed": false } TASK [Check LVM RAID] ********************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:67 Thursday 30 May 2024 23:09:36 +0000 (0:00:00.012) 0:01:10.692 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-members-lvmraid.yml for sut TASK [Validate pool member LVM RAID settings] ********************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-members-lvmraid.yml:2 Thursday 30 May 2024 23:09:36 +0000 (0:00:00.040) 0:01:10.732 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-lvmraid.yml for sut => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'ext4', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test1', 'raid_level': None, 'size': '5g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': [], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/foo-test1', '_raw_device': '/dev/mapper/foo-test1', '_mount_id': '/dev/mapper/foo-test1', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}) TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-lvmraid.yml:8 Thursday 30 May 2024 23:09:36 +0000 (0:00:00.021) 0:01:10.754 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-lvmraid.yml:16 Thursday 30 May 2024 23:09:36 +0000 (0:00:00.013) 0:01:10.768 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-lvmraid.yml:20 Thursday 30 May 2024 23:09:36 +0000 (0:00:00.013) 0:01:10.782 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Set LV stripe size] ****************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-lvmraid.yml:27 Thursday 30 May 2024 23:09:36 +0000 (0:00:00.013) 0:01:10.795 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Parse the requested stripe size] ***************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-lvmraid.yml:31 Thursday 30 May 2024 23:09:36 +0000 (0:00:00.013) 0:01:10.809 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Set expected stripe size] ************************************************ task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-lvmraid.yml:37 Thursday 30 May 2024 23:09:36 +0000 (0:00:00.013) 0:01:10.823 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Check stripe size] ******************************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-lvmraid.yml:42 Thursday 30 May 2024 23:09:36 +0000 (0:00:00.013) 0:01:10.836 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Check Thin Pools] ******************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:70 Thursday 30 May 2024 23:09:36 +0000 (0:00:00.013) 0:01:10.850 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-members-thin.yml for sut TASK [Validate pool member thinpool settings] ********************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-members-thin.yml:2 Thursday 30 May 2024 23:09:36 +0000 (0:00:00.024) 0:01:10.875 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-thin.yml for sut => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'ext4', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test1', 'raid_level': None, 'size': '5g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': [], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/foo-test1', '_raw_device': '/dev/mapper/foo-test1', '_mount_id': '/dev/mapper/foo-test1', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}) TASK [Get information about thinpool] ****************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-thin.yml:8 Thursday 30 May 2024 23:09:36 +0000 (0:00:00.022) 0:01:10.897 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_thin_volume.thin", "skip_reason": "Conditional result was False" } TASK [Check that volume is in correct thinpool (when thinp name is provided)] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-thin.yml:16 Thursday 30 May 2024 23:09:36 +0000 (0:00:00.011) 0:01:10.909 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_thin_volume.thin", "skip_reason": "Conditional result was False" } TASK [Check that volume is in thinpool (when thinp name is not provided)] ****** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-thin.yml:22 Thursday 30 May 2024 23:09:36 +0000 (0:00:00.012) 0:01:10.921 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_thin_volume.thin", "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-thin.yml:26 Thursday 30 May 2024 23:09:36 +0000 (0:00:00.011) 0:01:10.933 ********** ok: [sut] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Check member encryption] ************************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:73 Thursday 30 May 2024 23:09:36 +0000 (0:00:00.012) 0:01:10.945 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-members-encryption.yml for sut TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-members-encryption.yml:5 Thursday 30 May 2024 23:09:36 +0000 (0:00:00.024) 0:01:10.970 ********** ok: [sut] => { "ansible_facts": { "_storage_test_expected_crypttab_entries": "0", "_storage_test_expected_crypttab_key_file": "-" }, "changed": false } TASK [Validate pool member LUKS settings] ************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-members-encryption.yml:10 Thursday 30 May 2024 23:09:36 +0000 (0:00:00.022) 0:01:10.992 ********** skipping: [sut] => (item=/dev/sda) => { "_storage_test_pool_member_path": "/dev/sda", "ansible_loop_var": "_storage_test_pool_member_path", "changed": false, "false_condition": "storage_test_pool.type == 'lvm' and storage_test_pool.encryption", "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [Validate pool member crypttab entries] *********************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-members-encryption.yml:17 Thursday 30 May 2024 23:09:36 +0000 (0:00:00.015) 0:01:11.007 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-crypttab.yml for sut => (item=/dev/sda) TASK [Set variables used by tests] ********************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-crypttab.yml:2 Thursday 30 May 2024 23:09:36 +0000 (0:00:00.020) 0:01:11.028 ********** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-crypttab.yml:6 Thursday 30 May 2024 23:09:36 +0000 (0:00:00.024) 0:01:11.052 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-crypttab.yml:14 Thursday 30 May 2024 23:09:36 +0000 (0:00:00.023) 0:01:11.075 ********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-crypttab.yml:23 Thursday 30 May 2024 23:09:36 +0000 (0:00:00.020) 0:01:11.096 ********** skipping: [sut] => { "changed": false, "false_condition": "false and _storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-crypttab.yml:32 Thursday 30 May 2024 23:09:36 +0000 (0:00:00.019) 0:01:11.116 ********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-crypttab.yml:41 Thursday 30 May 2024 23:09:36 +0000 (0:00:00.018) 0:01:11.135 ********** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-members-encryption.yml:24 Thursday 30 May 2024 23:09:36 +0000 (0:00:00.015) 0:01:11.150 ********** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_crypttab_key_file": null }, "changed": false } TASK [Check VDO] *************************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:76 Thursday 30 May 2024 23:09:36 +0000 (0:00:00.010) 0:01:11.161 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-members-vdo.yml for sut TASK [Validate pool member VDO settings] *************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-members-vdo.yml:2 Thursday 30 May 2024 23:09:36 +0000 (0:00:00.026) 0:01:11.188 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-vdo.yml for sut => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'ext4', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test1', 'raid_level': None, 'size': '5g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': [], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/foo-test1', '_raw_device': '/dev/mapper/foo-test1', '_mount_id': '/dev/mapper/foo-test1', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}) TASK [Get information about VDO deduplication] ********************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-vdo.yml:8 Thursday 30 May 2024 23:09:36 +0000 (0:00:00.021) 0:01:11.210 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-vdo.yml:15 Thursday 30 May 2024 23:09:36 +0000 (0:00:00.011) 0:01:11.221 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-vdo.yml:21 Thursday 30 May 2024 23:09:36 +0000 (0:00:00.010) 0:01:11.232 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Get information about VDO compression] *********************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-vdo.yml:27 Thursday 30 May 2024 23:09:36 +0000 (0:00:00.011) 0:01:11.243 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-vdo.yml:34 Thursday 30 May 2024 23:09:36 +0000 (0:00:00.010) 0:01:11.254 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-vdo.yml:40 Thursday 30 May 2024 23:09:36 +0000 (0:00:00.010) 0:01:11.264 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-vdo.yml:46 Thursday 30 May 2024 23:09:36 +0000 (0:00:00.010) 0:01:11.274 ********** ok: [sut] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Check Stratis] *********************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:79 Thursday 30 May 2024 23:09:36 +0000 (0:00:00.010) 0:01:11.285 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-stratis.yml for sut TASK [Run 'stratis report'] **************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-stratis.yml:6 Thursday 30 May 2024 23:09:36 +0000 (0:00:00.027) 0:01:11.312 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Get information about Stratis] ******************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-stratis.yml:11 Thursday 30 May 2024 23:09:36 +0000 (0:00:00.010) 0:01:11.323 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Verify that the pools was created] *************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-stratis.yml:15 Thursday 30 May 2024 23:09:36 +0000 (0:00:00.010) 0:01:11.333 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Verify that encryption is correctly set] ********************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-stratis.yml:25 Thursday 30 May 2024 23:09:36 +0000 (0:00:00.010) 0:01:11.343 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Verify that Clevis/Tang encryption is correctly set] ********************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-stratis.yml:34 Thursday 30 May 2024 23:09:36 +0000 (0:00:00.011) 0:01:11.354 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-stratis.yml:44 Thursday 30 May 2024 23:09:36 +0000 (0:00:00.010) 0:01:11.365 ********** ok: [sut] => { "ansible_facts": { "storage_test_stratis_report": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:82 Thursday 30 May 2024 23:09:36 +0000 (0:00:00.012) 0:01:11.377 ********** ok: [sut] => { "ansible_facts": { "__pvs_lvm_len": null, "_storage_test_expected_pv_count": null, "_storage_test_expected_pv_type": null, "_storage_test_pool_pvs": [], "_storage_test_pool_pvs_lvm": [] }, "changed": false } TASK [Verify the volumes] ****************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-volumes.yml:3 Thursday 30 May 2024 23:09:36 +0000 (0:00:00.011) 0:01:11.389 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume.yml for sut => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'ext4', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test1', 'raid_level': None, 'size': '5g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': [], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/foo-test1', '_raw_device': '/dev/mapper/foo-test1', '_mount_id': '/dev/mapper/foo-test1', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}) TASK [Set storage volume test variables] *************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume.yml:2 Thursday 30 May 2024 23:09:36 +0000 (0:00:00.020) 0:01:11.409 ********** 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-main_stratis-support-2rq9ytyq9/tests/test-verify-volume.yml:19 Thursday 30 May 2024 23:09:36 +0000 (0:00:00.024) 0:01:11.433 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-mount.yml for sut => (item=mount) included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-fstab.yml for sut => (item=fstab) included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-fs.yml for sut => (item=fs) included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-device.yml for sut => (item=device) included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml for sut => (item=encryption) included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-md.yml for sut => (item=md) included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml for sut => (item=size) included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-cache.yml for sut => (item=cache) TASK [Get expected mount device based on device type] ************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-mount.yml:7 Thursday 30 May 2024 23:09:36 +0000 (0:00:00.076) 0:01:11.510 ********** ok: [sut] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/foo-test1" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-mount.yml:11 Thursday 30 May 2024 23:09:36 +0000 (0:00:00.019) 0:01:11.529 ********** ok: [sut] => { "ansible_facts": { "storage_test_mount_expected_mount_point": "/opt/test1", "storage_test_swap_expected_matches": "0" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-mount.yml:19 Thursday 30 May 2024 23:09:36 +0000 (0:00:00.023) 0:01:11.553 ********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and (storage_test_volume.mount_user or storage_test_volume.mount_group or storage_test_volume.mount_mode)", "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-mount.yml:28 Thursday 30 May 2024 23:09:36 +0000 (0:00:00.011) 0:01:11.564 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-mount.yml:36 Thursday 30 May 2024 23:09:36 +0000 (0:00:00.014) 0:01:11.578 ********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_user", "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-mount.yml:42 Thursday 30 May 2024 23:09:36 +0000 (0:00:00.010) 0:01:11.589 ********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_group", "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-mount.yml:48 Thursday 30 May 2024 23:09:36 +0000 (0:00:00.012) 0:01:11.601 ********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_mode", "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-mount.yml:57 Thursday 30 May 2024 23:09:36 +0000 (0:00:00.011) 0:01:11.612 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-mount.yml:63 Thursday 30 May 2024 23:09:36 +0000 (0:00:00.011) 0:01:11.624 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-mount.yml:69 Thursday 30 May 2024 23:09:37 +0000 (0:00:00.011) 0:01:11.635 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-mount.yml:79 Thursday 30 May 2024 23:09:37 +0000 (0:00:00.011) 0:01:11.647 ********** 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-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-fstab.yml:2 Thursday 30 May 2024 23:09:37 +0000 (0:00:00.011) 0:01:11.659 ********** ok: [sut] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": "1", "storage_test_fstab_expected_mount_options_matches": "1", "storage_test_fstab_expected_mount_point_matches": "1", "storage_test_fstab_id_matches": [ "/dev/mapper/foo-test1 " ], "storage_test_fstab_mount_options_matches": [ " /opt/test1 ext4 defaults " ], "storage_test_fstab_mount_point_matches": [ " /opt/test1 " ] }, "changed": false } TASK [Verify that the device identifier appears in /etc/fstab] ***************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-fstab.yml:17 Thursday 30 May 2024 23:09:37 +0000 (0:00:00.039) 0:01:11.698 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-fstab.yml:24 Thursday 30 May 2024 23:09:37 +0000 (0:00:00.023) 0:01:11.722 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-fstab.yml:33 Thursday 30 May 2024 23:09:37 +0000 (0:00:00.022) 0:01:11.744 ********** skipping: [sut] => { "changed": false, "false_condition": "__storage_verify_mount_options | d(false)", "skip_reason": "Conditional result was False" } TASK [Clean up variables] ****************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-fstab.yml:45 Thursday 30 May 2024 23:09:37 +0000 (0:00:00.019) 0:01:11.764 ********** 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-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-fs.yml:6 Thursday 30 May 2024 23:09:37 +0000 (0:00:00.012) 0:01:11.777 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-fs.yml:14 Thursday 30 May 2024 23:09:37 +0000 (0:00:00.024) 0:01:11.801 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-device.yml:3 Thursday 30 May 2024 23:09:37 +0000 (0:00:00.029) 0:01:11.831 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1717110571.4528248, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1717110571.4528248, "dev": 5, "device_type": 64768, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 711, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/symlink", "mode": "0660", "mtime": 1717110571.4528248, "nlink": 1, "path": "/dev/mapper/foo-test1", "pw_name": "root", "readable": true, "rgrp": true, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": null, "wgrp": true, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-device.yml:9 Thursday 30 May 2024 23:09:37 +0000 (0:00:00.199) 0:01:12.031 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-device.yml:16 Thursday 30 May 2024 23:09:37 +0000 (0:00:00.015) 0:01:12.046 ********** skipping: [sut] => { "changed": false, "false_condition": "not (_storage_test_volume_present or storage_test_volume.type == 'disk')", "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-device.yml:23 Thursday 30 May 2024 23:09:37 +0000 (0:00:00.011) 0:01:12.058 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-device.yml:29 Thursday 30 May 2024 23:09:37 +0000 (0:00:00.015) 0:01:12.074 ********** ok: [sut] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-device.yml:33 Thursday 30 May 2024 23:09:37 +0000 (0:00:00.014) 0:01:12.088 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == \"raid\"", "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-device.yml:38 Thursday 30 May 2024 23:09:37 +0000 (0:00:00.013) 0:01:12.101 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:3 Thursday 30 May 2024 23:09:37 +0000 (0:00:00.014) 0:01:12.116 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:10 Thursday 30 May 2024 23:09:37 +0000 (0:00:00.011) 0:01:12.127 ********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Collect LUKS info for this volume] *************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:16 Thursday 30 May 2024 23:09:38 +0000 (0:00:00.864) 0:01:12.991 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:22 Thursday 30 May 2024 23:09:38 +0000 (0:00:00.011) 0:01:13.003 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "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-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:29 Thursday 30 May 2024 23:09:38 +0000 (0:00:00.011) 0:01:13.015 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:40 Thursday 30 May 2024 23:09:38 +0000 (0:00:00.027) 0:01:13.042 ********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:46 Thursday 30 May 2024 23:09:38 +0000 (0:00:00.011) 0:01:13.054 ********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:51 Thursday 30 May 2024 23:09:38 +0000 (0:00:00.011) 0:01:13.065 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:63 Thursday 30 May 2024 23:09:38 +0000 (0:00:00.011) 0:01:13.077 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:75 Thursday 30 May 2024 23:09:38 +0000 (0:00:00.011) 0:01:13.088 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:87 Thursday 30 May 2024 23:09:38 +0000 (0:00:00.011) 0:01:13.099 ********** 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-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:93 Thursday 30 May 2024 23:09:38 +0000 (0:00:00.028) 0:01:13.128 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:100 Thursday 30 May 2024 23:09:38 +0000 (0:00:00.023) 0:01:13.151 ********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:108 Thursday 30 May 2024 23:09:38 +0000 (0:00:00.019) 0:01:13.171 ********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:116 Thursday 30 May 2024 23:09:38 +0000 (0:00:00.020) 0:01:13.191 ********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:124 Thursday 30 May 2024 23:09:38 +0000 (0:00:00.019) 0:01:13.211 ********** 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-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-md.yml:8 Thursday 30 May 2024 23:09:38 +0000 (0:00:00.012) 0:01:13.223 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-md.yml:14 Thursday 30 May 2024 23:09:38 +0000 (0:00:00.012) 0:01:13.236 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-md.yml:19 Thursday 30 May 2024 23:09:38 +0000 (0:00:00.011) 0:01:13.247 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-md.yml:24 Thursday 30 May 2024 23:09:38 +0000 (0:00:00.011) 0:01:13.258 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-md.yml:29 Thursday 30 May 2024 23:09:38 +0000 (0:00:00.011) 0:01:13.270 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-md.yml:37 Thursday 30 May 2024 23:09:38 +0000 (0:00:00.011) 0:01:13.281 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-md.yml:46 Thursday 30 May 2024 23:09:38 +0000 (0:00:00.011) 0:01:13.293 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-md.yml:54 Thursday 30 May 2024 23:09:38 +0000 (0:00:00.013) 0:01:13.306 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-md.yml:62 Thursday 30 May 2024 23:09:38 +0000 (0:00:00.011) 0:01:13.317 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-md.yml:70 Thursday 30 May 2024 23:09:38 +0000 (0:00:00.010) 0:01:13.328 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:3 Thursday 30 May 2024 23:09:38 +0000 (0:00:00.010) 0:01:13.338 ********** ok: [sut] => { "bytes": 5368709120, "changed": false, "lvm": "5g", "parted": "5GiB", "size": "5 GiB" } TASK [Parse the requested size of the volume] ********************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:11 Thursday 30 May 2024 23:09:38 +0000 (0:00:00.283) 0:01:13.621 ********** ok: [sut] => { "bytes": 5368709120, "changed": false, "lvm": "5g", "parted": "5GiB", "size": "5 GiB" } TASK [Establish base value for expected size] ********************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:20 Thursday 30 May 2024 23:09:39 +0000 (0:00:00.204) 0:01:13.826 ********** ok: [sut] => { "ansible_facts": { "storage_test_expected_size": "5368709120" }, "changed": false } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:28 Thursday 30 May 2024 23:09:39 +0000 (0:00:00.028) 0:01:13.854 ********** ok: [sut] => { "storage_test_expected_size": "5368709120" } TASK [Get the size of parent/pool device] ************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:32 Thursday 30 May 2024 23:09:39 +0000 (0:00:00.014) 0:01:13.868 ********** ok: [sut] => { "bytes": 10726680821, "changed": false, "lvm": "9g", "parted": "9GiB", "size": "9 GiB" } TASK [Show test pool] ********************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:46 Thursday 30 May 2024 23:09:39 +0000 (0:00:00.201) 0:01:14.070 ********** skipping: [sut] => { "false_condition": "'%' in storage_test_volume.size | string" } TASK [Show test blockinfo] ***************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:50 Thursday 30 May 2024 23:09:39 +0000 (0:00:00.021) 0:01:14.091 ********** skipping: [sut] => { "false_condition": "'%' in storage_test_volume.size | string" } TASK [Show test pool size] ***************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:54 Thursday 30 May 2024 23:09:39 +0000 (0:00:00.020) 0:01:14.112 ********** skipping: [sut] => { "false_condition": "'%' in storage_test_volume.size | string" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:58 Thursday 30 May 2024 23:09:39 +0000 (0:00:00.021) 0:01:14.133 ********** skipping: [sut] => { "changed": false, "false_condition": "'%' in storage_test_volume.size | string", "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:67 Thursday 30 May 2024 23:09:39 +0000 (0:00:00.024) 0:01:14.157 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:71 Thursday 30 May 2024 23:09:39 +0000 (0:00:00.011) 0:01:14.169 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:76 Thursday 30 May 2024 23:09:39 +0000 (0:00:00.012) 0:01:14.181 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:82 Thursday 30 May 2024 23:09:39 +0000 (0:00:00.011) 0:01:14.193 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:86 Thursday 30 May 2024 23:09:39 +0000 (0:00:00.011) 0:01:14.205 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:91 Thursday 30 May 2024 23:09:39 +0000 (0:00:00.011) 0:01:14.216 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:96 Thursday 30 May 2024 23:09:39 +0000 (0:00:00.032) 0:01:14.249 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:101 Thursday 30 May 2024 23:09:39 +0000 (0:00:00.011) 0:01:14.260 ********** skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Show volume thin pool size] ********************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:105 Thursday 30 May 2024 23:09:39 +0000 (0:00:00.010) 0:01:14.271 ********** skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:109 Thursday 30 May 2024 23:09:39 +0000 (0:00:00.010) 0:01:14.281 ********** skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Establish base value for expected thin pool size] ************************ task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:113 Thursday 30 May 2024 23:09:39 +0000 (0:00:00.010) 0:01:14.291 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:120 Thursday 30 May 2024 23:09:39 +0000 (0:00:00.010) 0:01:14.301 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:127 Thursday 30 May 2024 23:09:39 +0000 (0:00:00.011) 0:01:14.313 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:131 Thursday 30 May 2024 23:09:39 +0000 (0:00:00.011) 0:01:14.324 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:137 Thursday 30 May 2024 23:09:39 +0000 (0:00:00.010) 0:01:14.334 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:143 Thursday 30 May 2024 23:09:39 +0000 (0:00:00.010) 0:01:14.345 ********** ok: [sut] => { "storage_test_actual_size": { "bytes": 5368709120, "changed": false, "failed": false, "lvm": "5g", "parted": "5GiB", "size": "5 GiB" } } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:147 Thursday 30 May 2024 23:09:39 +0000 (0:00:00.012) 0:01:14.357 ********** ok: [sut] => { "storage_test_expected_size": "5368709120" } TASK [Assert expected size is actual size] ************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:151 Thursday 30 May 2024 23:09:39 +0000 (0:00:00.012) 0:01:14.369 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-cache.yml:5 Thursday 30 May 2024 23:09:39 +0000 (0:00:00.027) 0:01:14.397 ********** ok: [sut] => { "changed": false, "cmd": [ "lvs", "--noheadings", "--nameprefixes", "--units=b", "--nosuffix", "--unquoted", "-o", "name,attr,cache_total_blocks,chunk_size,segtype", "foo/test1" ], "delta": "0:00:00.041274", "end": "2024-05-30 23:09:39.991969", "rc": 0, "start": "2024-05-30 23:09:39.950695" } STDOUT: LVM2_LV_NAME=test1 LVM2_LV_ATTR=-wi-ao---- LVM2_CACHE_TOTAL_BLOCKS= LVM2_CHUNK_SIZE=0 LVM2_SEGTYPE=linear TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-cache.yml:13 Thursday 30 May 2024 23:09:40 +0000 (0:00:00.241) 0:01:14.639 ********** ok: [sut] => { "ansible_facts": { "storage_test_lv_segtype": [ "linear" ] }, "changed": false } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-cache.yml:17 Thursday 30 May 2024 23:09:40 +0000 (0:00:00.022) 0:01:14.661 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set LV cache size] ******************************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-cache.yml:24 Thursday 30 May 2024 23:09:40 +0000 (0:00:00.022) 0:01:14.684 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.cached | bool", "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-cache.yml:31 Thursday 30 May 2024 23:09:40 +0000 (0:00:00.019) 0:01:14.703 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.cached | bool", "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-cache.yml:37 Thursday 30 May 2024 23:09:40 +0000 (0:00:00.019) 0:01:14.723 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.cached | bool", "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-cache.yml:42 Thursday 30 May 2024 23:09:40 +0000 (0:00:00.020) 0:01:14.743 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.cached | bool", "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume.yml:25 Thursday 30 May 2024 23:09:40 +0000 (0:00:00.018) 0:01:14.762 ********** ok: [sut] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-role-results.yml:44 Thursday 30 May 2024 23:09:40 +0000 (0:00:00.011) 0:01:14.774 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Clean up variable namespace] ********************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-role-results.yml:54 Thursday 30 May 2024 23:09:40 +0000 (0:00:00.009) 0:01:14.783 ********** ok: [sut] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } TASK [Change volume_size to 9g] ************************************************ task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/tests_resize.yml:58 Thursday 30 May 2024 23:09:40 +0000 (0:00:00.011) 0:01:14.795 ********** TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Thursday 30 May 2024 23:09:40 +0000 (0:00:00.026) 0:01:14.821 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Thursday 30 May 2024 23:09:40 +0000 (0:00:00.016) 0:01:14.838 ********** skipping: [sut] => { "changed": false, "false_condition": "__storage_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Thursday 30 May 2024 23:09:40 +0000 (0:00:00.023) 0:01:14.862 ********** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_9.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs", "stratisd", "stratis-cli" ] }, "ansible_included_var_files": [ "/WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } ok: [sut] => (item=CentOS_9.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs", "stratisd", "stratis-cli" ] }, "ansible_included_var_files": [ "/WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Thursday 30 May 2024 23:09:40 +0000 (0:00:00.032) 0:01:14.894 ********** skipping: [sut] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Thursday 30 May 2024 23:09:40 +0000 (0:00:00.016) 0:01:14.911 ********** skipping: [sut] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Thursday 30 May 2024 23:09:40 +0000 (0:00:00.015) 0:01:14.926 ********** ok: [sut] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Thursday 30 May 2024 23:09:40 +0000 (0:00:00.013) 0:01:14.940 ********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Thursday 30 May 2024 23:09:40 +0000 (0:00:00.014) 0:01:14.954 ********** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for sut TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Thursday 30 May 2024 23:09:40 +0000 (0:00:00.029) 0:01:14.983 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"blivet_available\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Thursday 30 May 2024 23:09:40 +0000 (0:00:00.015) 0:01:14.999 ********** ok: [sut] => { "storage_pools": [ { "disks": [ "sda" ], "name": "foo", "type": "lvm", "volumes": [ { "fs_type": "ext4", "mount_point": "/opt/test1", "name": "test1", "size": "9g" } ] } ] } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Thursday 30 May 2024 23:09:40 +0000 (0:00:00.015) 0:01:15.015 ********** ok: [sut] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined. 'storage_volumes' is undefined" } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Thursday 30 May 2024 23:09:40 +0000 (0:00:00.014) 0:01:15.029 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Thursday 30 May 2024 23:09:40 +0000 (0:00:00.015) 0:01:15.044 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Thursday 30 May 2024 23:09:40 +0000 (0:00:00.015) 0:01:15.060 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Thursday 30 May 2024 23:09:40 +0000 (0:00:00.018) 0:01:15.078 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"service_facts\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Thursday 30 May 2024 23:09:40 +0000 (0:00:00.015) 0:01:15.093 ********** ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Thursday 30 May 2024 23:09:40 +0000 (0:00:00.031) 0:01:15.124 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Thursday 30 May 2024 23:09:40 +0000 (0:00:00.010) 0:01:15.135 ********** changed: [sut] => { "actions": [ { "action": "resize device", "device": "/dev/mapper/foo-test1", "fs_type": null }, { "action": "resize format", "device": "/dev/mapper/foo-test1", "fs_type": "ext4" } ], "changed": true, "crypts": [], "leaves": [ "/dev/mapper/foo-test1", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [ { "dump": 0, "fstype": "ext4", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "mounted" } ], "packages": [ "e2fsprogs", "xfsprogs", "lvm2" ], "pools": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext4", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "9g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Thursday 30 May 2024 23:09:42 +0000 (0:00:02.025) 0:01:17.161 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_udevadm_trigger | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Thursday 30 May 2024 23:09:42 +0000 (0:00:00.020) 0:01:17.181 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:101 Thursday 30 May 2024 23:09:42 +0000 (0:00:00.013) 0:01:17.194 ********** ok: [sut] => { "blivet_output": { "actions": [ { "action": "resize device", "device": "/dev/mapper/foo-test1", "fs_type": null }, { "action": "resize format", "device": "/dev/mapper/foo-test1", "fs_type": "ext4" } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/mapper/foo-test1", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [ { "dump": 0, "fstype": "ext4", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "mounted" } ], "packages": [ "e2fsprogs", "xfsprogs", "lvm2" ], "pools": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext4", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "9g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:110 Thursday 30 May 2024 23:09:42 +0000 (0:00:00.019) 0:01:17.213 ********** ok: [sut] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext4", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "9g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] }, "changed": false } TASK [fedora.linux_system_roles.storage : Set the list of volumes for test verification] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:114 Thursday 30 May 2024 23:09:42 +0000 (0:00:00.018) 0:01:17.232 ********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:130 Thursday 30 May 2024 23:09:42 +0000 (0:00:00.016) 0:01:17.249 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:141 Thursday 30 May 2024 23:09:42 +0000 (0:00:00.023) 0:01:17.272 ********** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:146 Thursday 30 May 2024 23:09:43 +0000 (0:00:00.553) 0:01:17.826 ********** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount ok: [sut] => (item={'src': '/dev/mapper/foo-test1', 'path': '/opt/test1', 'fstype': 'ext4', 'opts': 'defaults', 'dump': 0, 'passno': 0, 'state': 'mounted', 'owner': None, 'group': None, 'mode': None}) => { "ansible_loop_var": "mount_info", "backup_file": "", "boot": "yes", "changed": false, "dump": "0", "fstab": "/etc/fstab", "fstype": "ext4", "mount_info": { "dump": 0, "fstype": "ext4", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "mounted" }, "name": "/opt/test1", "opts": "defaults", "passno": "0", "src": "/dev/mapper/foo-test1" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:157 Thursday 30 May 2024 23:09:43 +0000 (0:00:00.223) 0:01:18.049 ********** skipping: [sut] => (item={'src': '/dev/mapper/foo-test1', 'path': '/opt/test1', 'fstype': 'ext4', 'opts': 'defaults', 'dump': 0, 'passno': 0, 'state': 'mounted', 'owner': None, 'group': None, 'mode': None}) => { "ansible_loop_var": "mount_info", "changed": false, "false_condition": "mount_info['owner'] != none or mount_info['group'] != none or mount_info['mode'] != none", "mount_info": { "dump": 0, "fstype": "ext4", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "mounted" }, "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:169 Thursday 30 May 2024 23:09:43 +0000 (0:00:00.027) 0:01:18.077 ********** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:177 Thursday 30 May 2024 23:09:44 +0000 (0:00:00.549) 0:01:18.627 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1717110357.516958, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1716902420.402, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 2097284, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "inode/x-empty", "mode": "0600", "mtime": 1716902144.521, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "3342962587", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:182 Thursday 30 May 2024 23:09:44 +0000 (0:00:00.309) 0:01:18.936 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:204 Thursday 30 May 2024 23:09:44 +0000 (0:00:00.010) 0:01:18.947 ********** ok: [sut] TASK [Verify role results] ***************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/tests_resize.yml:72 Thursday 30 May 2024 23:09:45 +0000 (0:00:00.783) 0:01:19.731 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-role-results.yml for sut TASK [Print out pool information] ********************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-role-results.yml:2 Thursday 30 May 2024 23:09:45 +0000 (0:00:00.021) 0:01:19.752 ********** ok: [sut] => { "_storage_pools_list": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext4", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "9g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] } TASK [Print out volume information] ******************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-role-results.yml:7 Thursday 30 May 2024 23:09:45 +0000 (0:00:00.023) 0:01:19.775 ********** skipping: [sut] => { "false_condition": "_storage_volumes_list | length > 0" } TASK [Collect info about the volumes.] ***************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-role-results.yml:15 Thursday 30 May 2024 23:09:45 +0000 (0:00:00.042) 0:01:19.818 ********** ok: [sut] => { "changed": false, "info": { "/dev/mapper/foo-test1": { "fstype": "ext4", "label": "", "mountpoint": "/opt/test1", "name": "/dev/mapper/foo-test1", "size": "9G", "type": "lvm", "uuid": "bb803d21-8768-45bf-996b-b5d727aecc4e" }, "/dev/sda": { "fstype": "LVM2_member", "label": "", "mountpoint": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "Gnuvmm-55SJ-veeY-l1ld-mhkS-oq6K-eMxvIR" }, "/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": "82a26900-2b36-49b9-bc49-f4d2f0bb14b8" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-role-results.yml:20 Thursday 30 May 2024 23:09:45 +0000 (0:00:00.204) 0:01:20.022 ********** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.003106", "end": "2024-05-30 23:09:45.574074", "rc": 0, "start": "2024-05-30 23:09:45.570968" } STDOUT: # # /etc/fstab # Created by anaconda on Tue May 28 13:15:44 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=82a26900-2b36-49b9-bc49-f4d2f0bb14b8 / xfs defaults 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat /mnt/redhat nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/qa /mnt/qa nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive /mnt/engarchive nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/tpsdist /mnt/tpsdist nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot /mnt/brew nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch /mnt/brew_scratch nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 /dev/mapper/foo-test1 /opt/test1 ext4 defaults 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-role-results.yml:25 Thursday 30 May 2024 23:09:45 +0000 (0:00:00.198) 0:01:20.221 ********** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.003125", "end": "2024-05-30 23:09:45.771240", "failed_when_result": false, "rc": 0, "start": "2024-05-30 23:09:45.768115" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-role-results.yml:34 Thursday 30 May 2024 23:09:45 +0000 (0:00:00.196) 0:01:20.417 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool.yml for sut => (item={'disks': ['sda'], 'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'encryption_clevis_pin': None, 'encryption_tang_url': None, 'encryption_tang_thumbprint': None, 'name': 'foo', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_metadata_version': None, 'raid_chunk_size': None, 'shared': False, 'state': 'present', 'type': 'lvm', 'volumes': [{'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'ext4', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test1', 'raid_level': None, 'size': '9g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/foo-test1', '_raw_device': '/dev/mapper/foo-test1', '_mount_id': '/dev/mapper/foo-test1', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}]}) TASK [Set _storage_pool_tests] ************************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool.yml:5 Thursday 30 May 2024 23:09:45 +0000 (0:00:00.035) 0:01:20.453 ********** ok: [sut] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool.yml:18 Thursday 30 May 2024 23:09:45 +0000 (0:00:00.014) 0:01:20.467 ********** ok: [sut] => { "changed": false, "cmd": [ "vgs", "--noheadings", "--binary", "-o", "shared", "foo" ], "delta": "0:00:00.030882", "end": "2024-05-30 23:09:46.047840", "rc": 0, "start": "2024-05-30 23:09:46.016958" } STDOUT: 0 TASK [Verify that VG shared value checks out] ********************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool.yml:24 Thursday 30 May 2024 23:09:46 +0000 (0:00:00.227) 0:01:20.695 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify pool subset] ****************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool.yml:34 Thursday 30 May 2024 23:09:46 +0000 (0:00:00.017) 0:01:20.712 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml for sut => (item=members) included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-volumes.yml for sut => (item=volumes) TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:2 Thursday 30 May 2024 23:09:46 +0000 (0:00:00.022) 0:01:20.735 ********** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_count": "1", "_storage_test_pool_pvs_lvm": [ "/dev/sda" ] }, "changed": false } TASK [Get the canonical device path for each member device] ******************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:8 Thursday 30 May 2024 23:09:46 +0000 (0:00:00.031) 0:01:20.766 ********** ok: [sut] => (item=/dev/sda) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/sda", "pv": "/dev/sda" } TASK [Set pvs lvm length] ****************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:17 Thursday 30 May 2024 23:09:46 +0000 (0:00:00.194) 0:01:20.961 ********** ok: [sut] => { "ansible_facts": { "__pvs_lvm_len": "1" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:22 Thursday 30 May 2024 23:09:46 +0000 (0:00:00.022) 0:01:20.984 ********** ok: [sut] => { "ansible_facts": { "_storage_test_pool_pvs": [ "/dev/sda" ] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:27 Thursday 30 May 2024 23:09:46 +0000 (0:00:00.024) 0:01:21.009 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:36 Thursday 30 May 2024 23:09:46 +0000 (0:00:00.023) 0:01:21.032 ********** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:41 Thursday 30 May 2024 23:09:46 +0000 (0:00:00.015) 0:01:21.048 ********** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:46 Thursday 30 May 2024 23:09:46 +0000 (0:00:00.024) 0:01:21.072 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'lvm' and storage_test_pool.raid_level", "skip_reason": "Conditional result was False" } TASK [Check the type of each PV] *********************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:51 Thursday 30 May 2024 23:09:46 +0000 (0:00:00.011) 0:01:21.083 ********** ok: [sut] => (item=/dev/sda) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/sda" } MSG: All assertions passed TASK [Check MD RAID] *********************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:64 Thursday 30 May 2024 23:09:46 +0000 (0:00:00.016) 0:01:21.100 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-md.yml for sut TASK [Get information about RAID] ********************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-md.yml:8 Thursday 30 May 2024 23:09:46 +0000 (0:00:00.022) 0:01:21.122 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-md.yml:14 Thursday 30 May 2024 23:09:46 +0000 (0:00:00.012) 0:01:21.135 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-md.yml:19 Thursday 30 May 2024 23:09:46 +0000 (0:00:00.013) 0:01:21.148 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-md.yml:24 Thursday 30 May 2024 23:09:46 +0000 (0:00:00.011) 0:01:21.160 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set md chunk size regex] ************************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-md.yml:29 Thursday 30 May 2024 23:09:46 +0000 (0:00:00.011) 0:01:21.171 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-md.yml:37 Thursday 30 May 2024 23:09:46 +0000 (0:00:00.011) 0:01:21.183 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-md.yml:46 Thursday 30 May 2024 23:09:46 +0000 (0:00:00.011) 0:01:21.194 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-md.yml:55 Thursday 30 May 2024 23:09:46 +0000 (0:00:00.011) 0:01:21.206 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-md.yml:64 Thursday 30 May 2024 23:09:46 +0000 (0:00:00.012) 0:01:21.218 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-md.yml:74 Thursday 30 May 2024 23:09:46 +0000 (0:00:00.011) 0:01:21.230 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Reset variables used by tests] ******************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-md.yml:83 Thursday 30 May 2024 23:09:46 +0000 (0:00:00.011) 0:01:21.242 ********** ok: [sut] => { "ansible_facts": { "storage_test_md_active_devices_re": null, "storage_test_md_chunk_size_re": null, "storage_test_md_metadata_version_re": null, "storage_test_md_spare_devices_re": null }, "changed": false } TASK [Check LVM RAID] ********************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:67 Thursday 30 May 2024 23:09:46 +0000 (0:00:00.012) 0:01:21.255 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-members-lvmraid.yml for sut TASK [Validate pool member LVM RAID settings] ********************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-members-lvmraid.yml:2 Thursday 30 May 2024 23:09:46 +0000 (0:00:00.025) 0:01:21.281 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-lvmraid.yml for sut => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'ext4', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test1', 'raid_level': None, 'size': '9g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/foo-test1', '_raw_device': '/dev/mapper/foo-test1', '_mount_id': '/dev/mapper/foo-test1', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}) TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-lvmraid.yml:8 Thursday 30 May 2024 23:09:46 +0000 (0:00:00.025) 0:01:21.306 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-lvmraid.yml:16 Thursday 30 May 2024 23:09:46 +0000 (0:00:00.016) 0:01:21.323 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-lvmraid.yml:20 Thursday 30 May 2024 23:09:46 +0000 (0:00:00.015) 0:01:21.338 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Set LV stripe size] ****************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-lvmraid.yml:27 Thursday 30 May 2024 23:09:46 +0000 (0:00:00.016) 0:01:21.355 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Parse the requested stripe size] ***************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-lvmraid.yml:31 Thursday 30 May 2024 23:09:46 +0000 (0:00:00.018) 0:01:21.374 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Set expected stripe size] ************************************************ task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-lvmraid.yml:37 Thursday 30 May 2024 23:09:46 +0000 (0:00:00.017) 0:01:21.391 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Check stripe size] ******************************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-lvmraid.yml:42 Thursday 30 May 2024 23:09:46 +0000 (0:00:00.017) 0:01:21.408 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Check Thin Pools] ******************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:70 Thursday 30 May 2024 23:09:46 +0000 (0:00:00.015) 0:01:21.424 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-members-thin.yml for sut TASK [Validate pool member thinpool settings] ********************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-members-thin.yml:2 Thursday 30 May 2024 23:09:46 +0000 (0:00:00.026) 0:01:21.450 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-thin.yml for sut => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'ext4', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test1', 'raid_level': None, 'size': '9g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/foo-test1', '_raw_device': '/dev/mapper/foo-test1', '_mount_id': '/dev/mapper/foo-test1', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}) TASK [Get information about thinpool] ****************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-thin.yml:8 Thursday 30 May 2024 23:09:46 +0000 (0:00:00.022) 0:01:21.473 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_thin_volume.thin", "skip_reason": "Conditional result was False" } TASK [Check that volume is in correct thinpool (when thinp name is provided)] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-thin.yml:16 Thursday 30 May 2024 23:09:46 +0000 (0:00:00.011) 0:01:21.485 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_thin_volume.thin", "skip_reason": "Conditional result was False" } TASK [Check that volume is in thinpool (when thinp name is not provided)] ****** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-thin.yml:22 Thursday 30 May 2024 23:09:46 +0000 (0:00:00.011) 0:01:21.496 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_thin_volume.thin", "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-thin.yml:26 Thursday 30 May 2024 23:09:46 +0000 (0:00:00.011) 0:01:21.507 ********** ok: [sut] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Check member encryption] ************************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:73 Thursday 30 May 2024 23:09:46 +0000 (0:00:00.013) 0:01:21.521 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-members-encryption.yml for sut TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-members-encryption.yml:5 Thursday 30 May 2024 23:09:46 +0000 (0:00:00.025) 0:01:21.547 ********** ok: [sut] => { "ansible_facts": { "_storage_test_expected_crypttab_entries": "0", "_storage_test_expected_crypttab_key_file": "-" }, "changed": false } TASK [Validate pool member LUKS settings] ************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-members-encryption.yml:10 Thursday 30 May 2024 23:09:46 +0000 (0:00:00.023) 0:01:21.571 ********** skipping: [sut] => (item=/dev/sda) => { "_storage_test_pool_member_path": "/dev/sda", "ansible_loop_var": "_storage_test_pool_member_path", "changed": false, "false_condition": "storage_test_pool.type == 'lvm' and storage_test_pool.encryption", "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [Validate pool member crypttab entries] *********************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-members-encryption.yml:17 Thursday 30 May 2024 23:09:46 +0000 (0:00:00.013) 0:01:21.584 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-crypttab.yml for sut => (item=/dev/sda) TASK [Set variables used by tests] ********************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-crypttab.yml:2 Thursday 30 May 2024 23:09:46 +0000 (0:00:00.022) 0:01:21.607 ********** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-crypttab.yml:6 Thursday 30 May 2024 23:09:47 +0000 (0:00:00.025) 0:01:21.632 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-crypttab.yml:14 Thursday 30 May 2024 23:09:47 +0000 (0:00:00.024) 0:01:21.656 ********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-crypttab.yml:23 Thursday 30 May 2024 23:09:47 +0000 (0:00:00.021) 0:01:21.678 ********** skipping: [sut] => { "changed": false, "false_condition": "false and _storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-crypttab.yml:32 Thursday 30 May 2024 23:09:47 +0000 (0:00:00.020) 0:01:21.698 ********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-crypttab.yml:41 Thursday 30 May 2024 23:09:47 +0000 (0:00:00.020) 0:01:21.719 ********** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-members-encryption.yml:24 Thursday 30 May 2024 23:09:47 +0000 (0:00:00.041) 0:01:21.760 ********** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_crypttab_key_file": null }, "changed": false } TASK [Check VDO] *************************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:76 Thursday 30 May 2024 23:09:47 +0000 (0:00:00.013) 0:01:21.774 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-members-vdo.yml for sut TASK [Validate pool member VDO settings] *************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-members-vdo.yml:2 Thursday 30 May 2024 23:09:47 +0000 (0:00:00.027) 0:01:21.801 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-vdo.yml for sut => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'ext4', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test1', 'raid_level': None, 'size': '9g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/foo-test1', '_raw_device': '/dev/mapper/foo-test1', '_mount_id': '/dev/mapper/foo-test1', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}) TASK [Get information about VDO deduplication] ********************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-vdo.yml:8 Thursday 30 May 2024 23:09:47 +0000 (0:00:00.024) 0:01:21.825 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-vdo.yml:15 Thursday 30 May 2024 23:09:47 +0000 (0:00:00.013) 0:01:21.839 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-vdo.yml:21 Thursday 30 May 2024 23:09:47 +0000 (0:00:00.011) 0:01:21.850 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Get information about VDO compression] *********************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-vdo.yml:27 Thursday 30 May 2024 23:09:47 +0000 (0:00:00.011) 0:01:21.862 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-vdo.yml:34 Thursday 30 May 2024 23:09:47 +0000 (0:00:00.011) 0:01:21.873 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-vdo.yml:40 Thursday 30 May 2024 23:09:47 +0000 (0:00:00.011) 0:01:21.885 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-vdo.yml:46 Thursday 30 May 2024 23:09:47 +0000 (0:00:00.013) 0:01:21.898 ********** ok: [sut] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Check Stratis] *********************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:79 Thursday 30 May 2024 23:09:47 +0000 (0:00:00.012) 0:01:21.911 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-stratis.yml for sut TASK [Run 'stratis report'] **************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-stratis.yml:6 Thursday 30 May 2024 23:09:47 +0000 (0:00:00.027) 0:01:21.938 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Get information about Stratis] ******************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-stratis.yml:11 Thursday 30 May 2024 23:09:47 +0000 (0:00:00.011) 0:01:21.950 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Verify that the pools was created] *************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-stratis.yml:15 Thursday 30 May 2024 23:09:47 +0000 (0:00:00.011) 0:01:21.961 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Verify that encryption is correctly set] ********************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-stratis.yml:25 Thursday 30 May 2024 23:09:47 +0000 (0:00:00.012) 0:01:21.973 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Verify that Clevis/Tang encryption is correctly set] ********************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-stratis.yml:34 Thursday 30 May 2024 23:09:47 +0000 (0:00:00.011) 0:01:21.984 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-stratis.yml:44 Thursday 30 May 2024 23:09:47 +0000 (0:00:00.011) 0:01:21.996 ********** ok: [sut] => { "ansible_facts": { "storage_test_stratis_report": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:82 Thursday 30 May 2024 23:09:47 +0000 (0:00:00.012) 0:01:22.008 ********** ok: [sut] => { "ansible_facts": { "__pvs_lvm_len": null, "_storage_test_expected_pv_count": null, "_storage_test_expected_pv_type": null, "_storage_test_pool_pvs": [], "_storage_test_pool_pvs_lvm": [] }, "changed": false } TASK [Verify the volumes] ****************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-volumes.yml:3 Thursday 30 May 2024 23:09:47 +0000 (0:00:00.011) 0:01:22.020 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume.yml for sut => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'ext4', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test1', 'raid_level': None, 'size': '9g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/foo-test1', '_raw_device': '/dev/mapper/foo-test1', '_mount_id': '/dev/mapper/foo-test1', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}) TASK [Set storage volume test variables] *************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume.yml:2 Thursday 30 May 2024 23:09:47 +0000 (0:00:00.022) 0:01:22.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-main_stratis-support-2rq9ytyq9/tests/test-verify-volume.yml:19 Thursday 30 May 2024 23:09:47 +0000 (0:00:00.023) 0:01:22.065 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-mount.yml for sut => (item=mount) included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-fstab.yml for sut => (item=fstab) included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-fs.yml for sut => (item=fs) included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-device.yml for sut => (item=device) included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml for sut => (item=encryption) included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-md.yml for sut => (item=md) included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml for sut => (item=size) included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-cache.yml for sut => (item=cache) TASK [Get expected mount device based on device type] ************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-mount.yml:7 Thursday 30 May 2024 23:09:47 +0000 (0:00:00.050) 0:01:22.115 ********** ok: [sut] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/foo-test1" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-mount.yml:11 Thursday 30 May 2024 23:09:47 +0000 (0:00:00.018) 0:01:22.134 ********** ok: [sut] => { "ansible_facts": { "storage_test_mount_expected_mount_point": "/opt/test1", "storage_test_swap_expected_matches": "0" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-mount.yml:19 Thursday 30 May 2024 23:09:47 +0000 (0:00:00.024) 0:01:22.158 ********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and (storage_test_volume.mount_user or storage_test_volume.mount_group or storage_test_volume.mount_mode)", "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-mount.yml:28 Thursday 30 May 2024 23:09:47 +0000 (0:00:00.011) 0:01:22.170 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-mount.yml:36 Thursday 30 May 2024 23:09:47 +0000 (0:00:00.016) 0:01:22.187 ********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_user", "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-mount.yml:42 Thursday 30 May 2024 23:09:47 +0000 (0:00:00.011) 0:01:22.198 ********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_group", "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-mount.yml:48 Thursday 30 May 2024 23:09:47 +0000 (0:00:00.011) 0:01:22.210 ********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_mode", "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-mount.yml:57 Thursday 30 May 2024 23:09:47 +0000 (0:00:00.011) 0:01:22.221 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-mount.yml:63 Thursday 30 May 2024 23:09:47 +0000 (0:00:00.011) 0:01:22.233 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-mount.yml:69 Thursday 30 May 2024 23:09:47 +0000 (0:00:00.011) 0:01:22.244 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-mount.yml:79 Thursday 30 May 2024 23:09:47 +0000 (0:00:00.012) 0:01:22.257 ********** 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-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-fstab.yml:2 Thursday 30 May 2024 23:09:47 +0000 (0:00:00.012) 0:01:22.269 ********** ok: [sut] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": "1", "storage_test_fstab_expected_mount_options_matches": "1", "storage_test_fstab_expected_mount_point_matches": "1", "storage_test_fstab_id_matches": [ "/dev/mapper/foo-test1 " ], "storage_test_fstab_mount_options_matches": [ " /opt/test1 ext4 defaults " ], "storage_test_fstab_mount_point_matches": [ " /opt/test1 " ] }, "changed": false } TASK [Verify that the device identifier appears in /etc/fstab] ***************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-fstab.yml:17 Thursday 30 May 2024 23:09:47 +0000 (0:00:00.036) 0:01:22.305 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-fstab.yml:24 Thursday 30 May 2024 23:09:47 +0000 (0:00:00.023) 0:01:22.329 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-fstab.yml:33 Thursday 30 May 2024 23:09:47 +0000 (0:00:00.024) 0:01:22.354 ********** skipping: [sut] => { "changed": false, "false_condition": "__storage_verify_mount_options | d(false)", "skip_reason": "Conditional result was False" } TASK [Clean up variables] ****************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-fstab.yml:45 Thursday 30 May 2024 23:09:47 +0000 (0:00:00.020) 0:01:22.374 ********** 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-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-fs.yml:6 Thursday 30 May 2024 23:09:47 +0000 (0:00:00.013) 0:01:22.388 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-fs.yml:14 Thursday 30 May 2024 23:09:47 +0000 (0:00:00.024) 0:01:22.412 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-device.yml:3 Thursday 30 May 2024 23:09:47 +0000 (0:00:00.024) 0:01:22.437 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1717110582.422868, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1717110582.422868, "dev": 5, "device_type": 64768, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 711, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/symlink", "mode": "0660", "mtime": 1717110582.422868, "nlink": 1, "path": "/dev/mapper/foo-test1", "pw_name": "root", "readable": true, "rgrp": true, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": null, "wgrp": true, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-device.yml:9 Thursday 30 May 2024 23:09:48 +0000 (0:00:00.200) 0:01:22.638 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-device.yml:16 Thursday 30 May 2024 23:09:48 +0000 (0:00:00.015) 0:01:22.653 ********** skipping: [sut] => { "changed": false, "false_condition": "not (_storage_test_volume_present or storage_test_volume.type == 'disk')", "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-device.yml:23 Thursday 30 May 2024 23:09:48 +0000 (0:00:00.011) 0:01:22.665 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-device.yml:29 Thursday 30 May 2024 23:09:48 +0000 (0:00:00.016) 0:01:22.681 ********** ok: [sut] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-device.yml:33 Thursday 30 May 2024 23:09:48 +0000 (0:00:00.013) 0:01:22.695 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == \"raid\"", "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-device.yml:38 Thursday 30 May 2024 23:09:48 +0000 (0:00:00.011) 0:01:22.707 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:3 Thursday 30 May 2024 23:09:48 +0000 (0:00:00.015) 0:01:22.722 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:10 Thursday 30 May 2024 23:09:48 +0000 (0:00:00.011) 0:01:22.733 ********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Collect LUKS info for this volume] *************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:16 Thursday 30 May 2024 23:09:48 +0000 (0:00:00.873) 0:01:23.607 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:22 Thursday 30 May 2024 23:09:48 +0000 (0:00:00.013) 0:01:23.621 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "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-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:29 Thursday 30 May 2024 23:09:49 +0000 (0:00:00.011) 0:01:23.632 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:40 Thursday 30 May 2024 23:09:49 +0000 (0:00:00.024) 0:01:23.657 ********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:46 Thursday 30 May 2024 23:09:49 +0000 (0:00:00.011) 0:01:23.669 ********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:51 Thursday 30 May 2024 23:09:49 +0000 (0:00:00.011) 0:01:23.680 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:63 Thursday 30 May 2024 23:09:49 +0000 (0:00:00.011) 0:01:23.692 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:75 Thursday 30 May 2024 23:09:49 +0000 (0:00:00.012) 0:01:23.705 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:87 Thursday 30 May 2024 23:09:49 +0000 (0:00:00.039) 0:01:23.744 ********** 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-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:93 Thursday 30 May 2024 23:09:49 +0000 (0:00:00.027) 0:01:23.771 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:100 Thursday 30 May 2024 23:09:49 +0000 (0:00:00.023) 0:01:23.795 ********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:108 Thursday 30 May 2024 23:09:49 +0000 (0:00:00.021) 0:01:23.816 ********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:116 Thursday 30 May 2024 23:09:49 +0000 (0:00:00.020) 0:01:23.837 ********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:124 Thursday 30 May 2024 23:09:49 +0000 (0:00:00.020) 0:01:23.857 ********** 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-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-md.yml:8 Thursday 30 May 2024 23:09:49 +0000 (0:00:00.014) 0:01:23.872 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-md.yml:14 Thursday 30 May 2024 23:09:49 +0000 (0:00:00.011) 0:01:23.883 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-md.yml:19 Thursday 30 May 2024 23:09:49 +0000 (0:00:00.011) 0:01:23.895 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-md.yml:24 Thursday 30 May 2024 23:09:49 +0000 (0:00:00.011) 0:01:23.906 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-md.yml:29 Thursday 30 May 2024 23:09:49 +0000 (0:00:00.011) 0:01:23.917 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-md.yml:37 Thursday 30 May 2024 23:09:49 +0000 (0:00:00.011) 0:01:23.929 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-md.yml:46 Thursday 30 May 2024 23:09:49 +0000 (0:00:00.012) 0:01:23.941 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-md.yml:54 Thursday 30 May 2024 23:09:49 +0000 (0:00:00.011) 0:01:23.953 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-md.yml:62 Thursday 30 May 2024 23:09:49 +0000 (0:00:00.010) 0:01:23.963 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-md.yml:70 Thursday 30 May 2024 23:09:49 +0000 (0:00:00.010) 0:01:23.974 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:3 Thursday 30 May 2024 23:09:49 +0000 (0:00:00.010) 0:01:23.985 ********** ok: [sut] => { "bytes": 9663676416, "changed": false, "lvm": "9g", "parted": "9GiB", "size": "9 GiB" } TASK [Parse the requested size of the volume] ********************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:11 Thursday 30 May 2024 23:09:49 +0000 (0:00:00.202) 0:01:24.187 ********** ok: [sut] => { "bytes": 9663676416, "changed": false, "lvm": "9g", "parted": "9GiB", "size": "9 GiB" } TASK [Establish base value for expected size] ********************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:20 Thursday 30 May 2024 23:09:49 +0000 (0:00:00.206) 0:01:24.394 ********** ok: [sut] => { "ansible_facts": { "storage_test_expected_size": "9663676416" }, "changed": false } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:28 Thursday 30 May 2024 23:09:49 +0000 (0:00:00.024) 0:01:24.418 ********** ok: [sut] => { "storage_test_expected_size": "9663676416" } TASK [Get the size of parent/pool device] ************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:32 Thursday 30 May 2024 23:09:49 +0000 (0:00:00.014) 0:01:24.432 ********** ok: [sut] => { "bytes": 10726680821, "changed": false, "lvm": "9g", "parted": "9GiB", "size": "9 GiB" } TASK [Show test pool] ********************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:46 Thursday 30 May 2024 23:09:50 +0000 (0:00:00.203) 0:01:24.636 ********** skipping: [sut] => { "false_condition": "'%' in storage_test_volume.size | string" } TASK [Show test blockinfo] ***************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:50 Thursday 30 May 2024 23:09:50 +0000 (0:00:00.022) 0:01:24.658 ********** skipping: [sut] => { "false_condition": "'%' in storage_test_volume.size | string" } TASK [Show test pool size] ***************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:54 Thursday 30 May 2024 23:09:50 +0000 (0:00:00.021) 0:01:24.679 ********** skipping: [sut] => { "false_condition": "'%' in storage_test_volume.size | string" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:58 Thursday 30 May 2024 23:09:50 +0000 (0:00:00.024) 0:01:24.704 ********** skipping: [sut] => { "changed": false, "false_condition": "'%' in storage_test_volume.size | string", "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:67 Thursday 30 May 2024 23:09:50 +0000 (0:00:00.021) 0:01:24.725 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:71 Thursday 30 May 2024 23:09:50 +0000 (0:00:00.011) 0:01:24.737 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:76 Thursday 30 May 2024 23:09:50 +0000 (0:00:00.010) 0:01:24.748 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:82 Thursday 30 May 2024 23:09:50 +0000 (0:00:00.010) 0:01:24.758 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:86 Thursday 30 May 2024 23:09:50 +0000 (0:00:00.010) 0:01:24.769 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:91 Thursday 30 May 2024 23:09:50 +0000 (0:00:00.012) 0:01:24.781 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:96 Thursday 30 May 2024 23:09:50 +0000 (0:00:00.011) 0:01:24.792 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:101 Thursday 30 May 2024 23:09:50 +0000 (0:00:00.011) 0:01:24.804 ********** skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Show volume thin pool size] ********************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:105 Thursday 30 May 2024 23:09:50 +0000 (0:00:00.011) 0:01:24.815 ********** skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:109 Thursday 30 May 2024 23:09:50 +0000 (0:00:00.011) 0:01:24.827 ********** skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Establish base value for expected thin pool size] ************************ task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:113 Thursday 30 May 2024 23:09:50 +0000 (0:00:00.010) 0:01:24.837 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:120 Thursday 30 May 2024 23:09:50 +0000 (0:00:00.013) 0:01:24.851 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:127 Thursday 30 May 2024 23:09:50 +0000 (0:00:00.011) 0:01:24.862 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:131 Thursday 30 May 2024 23:09:50 +0000 (0:00:00.011) 0:01:24.874 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:137 Thursday 30 May 2024 23:09:50 +0000 (0:00:00.011) 0:01:24.886 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:143 Thursday 30 May 2024 23:09:50 +0000 (0:00:00.011) 0:01:24.898 ********** ok: [sut] => { "storage_test_actual_size": { "bytes": 9663676416, "changed": false, "failed": false, "lvm": "9g", "parted": "9GiB", "size": "9 GiB" } } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:147 Thursday 30 May 2024 23:09:50 +0000 (0:00:00.013) 0:01:24.911 ********** ok: [sut] => { "storage_test_expected_size": "9663676416" } TASK [Assert expected size is actual size] ************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:151 Thursday 30 May 2024 23:09:50 +0000 (0:00:00.014) 0:01:24.926 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-cache.yml:5 Thursday 30 May 2024 23:09:50 +0000 (0:00:00.026) 0:01:24.952 ********** ok: [sut] => { "changed": false, "cmd": [ "lvs", "--noheadings", "--nameprefixes", "--units=b", "--nosuffix", "--unquoted", "-o", "name,attr,cache_total_blocks,chunk_size,segtype", "foo/test1" ], "delta": "0:00:00.041394", "end": "2024-05-30 23:09:50.547008", "rc": 0, "start": "2024-05-30 23:09:50.505614" } STDOUT: LVM2_LV_NAME=test1 LVM2_LV_ATTR=-wi-ao---- LVM2_CACHE_TOTAL_BLOCKS= LVM2_CHUNK_SIZE=0 LVM2_SEGTYPE=linear TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-cache.yml:13 Thursday 30 May 2024 23:09:50 +0000 (0:00:00.242) 0:01:25.195 ********** ok: [sut] => { "ansible_facts": { "storage_test_lv_segtype": [ "linear" ] }, "changed": false } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-cache.yml:17 Thursday 30 May 2024 23:09:50 +0000 (0:00:00.023) 0:01:25.218 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set LV cache size] ******************************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-cache.yml:24 Thursday 30 May 2024 23:09:50 +0000 (0:00:00.022) 0:01:25.240 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.cached | bool", "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-cache.yml:31 Thursday 30 May 2024 23:09:50 +0000 (0:00:00.019) 0:01:25.260 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.cached | bool", "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-cache.yml:37 Thursday 30 May 2024 23:09:50 +0000 (0:00:00.022) 0:01:25.282 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.cached | bool", "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-cache.yml:42 Thursday 30 May 2024 23:09:50 +0000 (0:00:00.019) 0:01:25.301 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.cached | bool", "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume.yml:25 Thursday 30 May 2024 23:09:50 +0000 (0:00:00.020) 0:01:25.322 ********** ok: [sut] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-role-results.yml:44 Thursday 30 May 2024 23:09:50 +0000 (0:00:00.012) 0:01:25.334 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Clean up variable namespace] ********************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-role-results.yml:54 Thursday 30 May 2024 23:09:50 +0000 (0:00:00.010) 0:01:25.345 ********** ok: [sut] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } TASK [Change volume size to 5g] ************************************************ task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/tests_resize.yml:75 Thursday 30 May 2024 23:09:50 +0000 (0:00:00.012) 0:01:25.357 ********** TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Thursday 30 May 2024 23:09:50 +0000 (0:00:00.031) 0:01:25.389 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Thursday 30 May 2024 23:09:50 +0000 (0:00:00.017) 0:01:25.406 ********** skipping: [sut] => { "changed": false, "false_condition": "__storage_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Thursday 30 May 2024 23:09:50 +0000 (0:00:00.024) 0:01:25.431 ********** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_9.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs", "stratisd", "stratis-cli" ] }, "ansible_included_var_files": [ "/WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } ok: [sut] => (item=CentOS_9.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs", "stratisd", "stratis-cli" ] }, "ansible_included_var_files": [ "/WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Thursday 30 May 2024 23:09:50 +0000 (0:00:00.033) 0:01:25.464 ********** skipping: [sut] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Thursday 30 May 2024 23:09:50 +0000 (0:00:00.014) 0:01:25.479 ********** skipping: [sut] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Thursday 30 May 2024 23:09:50 +0000 (0:00:00.014) 0:01:25.494 ********** ok: [sut] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Thursday 30 May 2024 23:09:50 +0000 (0:00:00.012) 0:01:25.506 ********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Thursday 30 May 2024 23:09:50 +0000 (0:00:00.012) 0:01:25.519 ********** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for sut TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Thursday 30 May 2024 23:09:50 +0000 (0:00:00.057) 0:01:25.576 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"blivet_available\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Thursday 30 May 2024 23:09:50 +0000 (0:00:00.017) 0:01:25.594 ********** ok: [sut] => { "storage_pools": [ { "disks": [ "sda" ], "name": "foo", "type": "lvm", "volumes": [ { "fs_type": "ext4", "mount_point": "/opt/test1", "name": "test1", "size": "5g" } ] } ] } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Thursday 30 May 2024 23:09:50 +0000 (0:00:00.016) 0:01:25.610 ********** ok: [sut] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined. 'storage_volumes' is undefined" } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Thursday 30 May 2024 23:09:50 +0000 (0:00:00.015) 0:01:25.626 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Thursday 30 May 2024 23:09:51 +0000 (0:00:00.016) 0:01:25.642 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Thursday 30 May 2024 23:09:51 +0000 (0:00:00.015) 0:01:25.658 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Thursday 30 May 2024 23:09:51 +0000 (0:00:00.015) 0:01:25.673 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"service_facts\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Thursday 30 May 2024 23:09:51 +0000 (0:00:00.015) 0:01:25.689 ********** ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Thursday 30 May 2024 23:09:51 +0000 (0:00:00.032) 0:01:25.721 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Thursday 30 May 2024 23:09:51 +0000 (0:00:00.010) 0:01:25.732 ********** changed: [sut] => { "actions": [ { "action": "resize format", "device": "/dev/mapper/foo-test1", "fs_type": "ext4" }, { "action": "resize device", "device": "/dev/mapper/foo-test1", "fs_type": null } ], "changed": true, "crypts": [], "leaves": [ "/dev/mapper/foo-test1", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [ { "dump": 0, "fstype": "ext4", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "mounted" } ], "packages": [ "xfsprogs", "e2fsprogs", "lvm2" ], "pools": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext4", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "5g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Thursday 30 May 2024 23:09:53 +0000 (0:00:02.012) 0:01:27.744 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_udevadm_trigger | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Thursday 30 May 2024 23:09:53 +0000 (0:00:00.021) 0:01:27.765 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:101 Thursday 30 May 2024 23:09:53 +0000 (0:00:00.010) 0:01:27.776 ********** ok: [sut] => { "blivet_output": { "actions": [ { "action": "resize format", "device": "/dev/mapper/foo-test1", "fs_type": "ext4" }, { "action": "resize device", "device": "/dev/mapper/foo-test1", "fs_type": null } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/mapper/foo-test1", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [ { "dump": 0, "fstype": "ext4", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "mounted" } ], "packages": [ "xfsprogs", "e2fsprogs", "lvm2" ], "pools": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext4", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "5g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:110 Thursday 30 May 2024 23:09:53 +0000 (0:00:00.016) 0:01:27.793 ********** ok: [sut] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext4", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "5g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] }, "changed": false } TASK [fedora.linux_system_roles.storage : Set the list of volumes for test verification] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:114 Thursday 30 May 2024 23:09:53 +0000 (0:00:00.015) 0:01:27.809 ********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:130 Thursday 30 May 2024 23:09:53 +0000 (0:00:00.013) 0:01:27.823 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:141 Thursday 30 May 2024 23:09:53 +0000 (0:00:00.025) 0:01:27.848 ********** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:146 Thursday 30 May 2024 23:09:53 +0000 (0:00:00.550) 0:01:28.399 ********** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount changed: [sut] => (item={'src': '/dev/mapper/foo-test1', 'path': '/opt/test1', 'fstype': 'ext4', 'opts': 'defaults', 'dump': 0, 'passno': 0, 'state': 'mounted', 'owner': None, 'group': None, 'mode': None}) => { "ansible_loop_var": "mount_info", "backup_file": "", "boot": "yes", "changed": true, "dump": "0", "fstab": "/etc/fstab", "fstype": "ext4", "mount_info": { "dump": 0, "fstype": "ext4", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "mounted" }, "name": "/opt/test1", "opts": "defaults", "passno": "0", "src": "/dev/mapper/foo-test1" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:157 Thursday 30 May 2024 23:09:54 +0000 (0:00:00.229) 0:01:28.628 ********** skipping: [sut] => (item={'src': '/dev/mapper/foo-test1', 'path': '/opt/test1', 'fstype': 'ext4', 'opts': 'defaults', 'dump': 0, 'passno': 0, 'state': 'mounted', 'owner': None, 'group': None, 'mode': None}) => { "ansible_loop_var": "mount_info", "changed": false, "false_condition": "mount_info['owner'] != none or mount_info['group'] != none or mount_info['mode'] != none", "mount_info": { "dump": 0, "fstype": "ext4", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "mounted" }, "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:169 Thursday 30 May 2024 23:09:54 +0000 (0:00:00.027) 0:01:28.656 ********** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:177 Thursday 30 May 2024 23:09:54 +0000 (0:00:00.557) 0:01:29.214 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1717110357.516958, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1716902420.402, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 2097284, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "inode/x-empty", "mode": "0600", "mtime": 1716902144.521, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "3342962587", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:182 Thursday 30 May 2024 23:09:54 +0000 (0:00:00.201) 0:01:29.416 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:204 Thursday 30 May 2024 23:09:54 +0000 (0:00:00.012) 0:01:29.428 ********** ok: [sut] TASK [Verify role results] ***************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/tests_resize.yml:89 Thursday 30 May 2024 23:09:55 +0000 (0:00:00.783) 0:01:30.212 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-role-results.yml for sut TASK [Print out pool information] ********************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-role-results.yml:2 Thursday 30 May 2024 23:09:55 +0000 (0:00:00.024) 0:01:30.237 ********** ok: [sut] => { "_storage_pools_list": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext4", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "5g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] } TASK [Print out volume information] ******************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-role-results.yml:7 Thursday 30 May 2024 23:09:55 +0000 (0:00:00.024) 0:01:30.261 ********** skipping: [sut] => { "false_condition": "_storage_volumes_list | length > 0" } TASK [Collect info about the volumes.] ***************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-role-results.yml:15 Thursday 30 May 2024 23:09:55 +0000 (0:00:00.020) 0:01:30.282 ********** ok: [sut] => { "changed": false, "info": { "/dev/mapper/foo-test1": { "fstype": "ext4", "label": "", "mountpoint": "/opt/test1", "name": "/dev/mapper/foo-test1", "size": "5G", "type": "lvm", "uuid": "bb803d21-8768-45bf-996b-b5d727aecc4e" }, "/dev/sda": { "fstype": "LVM2_member", "label": "", "mountpoint": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "Gnuvmm-55SJ-veeY-l1ld-mhkS-oq6K-eMxvIR" }, "/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": "82a26900-2b36-49b9-bc49-f4d2f0bb14b8" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-role-results.yml:20 Thursday 30 May 2024 23:09:55 +0000 (0:00:00.201) 0:01:30.483 ********** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:01.004184", "end": "2024-05-30 23:09:57.036244", "rc": 0, "start": "2024-05-30 23:09:56.032060" } STDOUT: # # /etc/fstab # Created by anaconda on Tue May 28 13:15:44 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=82a26900-2b36-49b9-bc49-f4d2f0bb14b8 / xfs defaults 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat /mnt/redhat nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/qa /mnt/qa nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive /mnt/engarchive nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/tpsdist /mnt/tpsdist nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot /mnt/brew nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch /mnt/brew_scratch nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 /dev/mapper/foo-test1 /opt/test1 ext4 defaults 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-role-results.yml:25 Thursday 30 May 2024 23:09:57 +0000 (0:00:01.200) 0:01:31.683 ********** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.003175", "end": "2024-05-30 23:09:57.233768", "failed_when_result": false, "rc": 0, "start": "2024-05-30 23:09:57.230593" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-role-results.yml:34 Thursday 30 May 2024 23:09:57 +0000 (0:00:00.196) 0:01:31.880 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool.yml for sut => (item={'disks': ['sda'], 'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'encryption_clevis_pin': None, 'encryption_tang_url': None, 'encryption_tang_thumbprint': None, 'name': 'foo', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_metadata_version': None, 'raid_chunk_size': None, 'shared': False, 'state': 'present', 'type': 'lvm', 'volumes': [{'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'ext4', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test1', 'raid_level': None, 'size': '5g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/foo-test1', '_raw_device': '/dev/mapper/foo-test1', '_mount_id': '/dev/mapper/foo-test1', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}]}) TASK [Set _storage_pool_tests] ************************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool.yml:5 Thursday 30 May 2024 23:09:57 +0000 (0:00:00.035) 0:01:31.915 ********** ok: [sut] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool.yml:18 Thursday 30 May 2024 23:09:57 +0000 (0:00:00.011) 0:01:31.927 ********** ok: [sut] => { "changed": false, "cmd": [ "vgs", "--noheadings", "--binary", "-o", "shared", "foo" ], "delta": "0:00:00.045437", "end": "2024-05-30 23:09:57.524005", "rc": 0, "start": "2024-05-30 23:09:57.478568" } STDOUT: 0 TASK [Verify that VG shared value checks out] ********************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool.yml:24 Thursday 30 May 2024 23:09:57 +0000 (0:00:00.244) 0:01:32.171 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify pool subset] ****************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool.yml:34 Thursday 30 May 2024 23:09:57 +0000 (0:00:00.016) 0:01:32.187 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml for sut => (item=members) included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-volumes.yml for sut => (item=volumes) TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:2 Thursday 30 May 2024 23:09:57 +0000 (0:00:00.024) 0:01:32.211 ********** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_count": "1", "_storage_test_pool_pvs_lvm": [ "/dev/sda" ] }, "changed": false } TASK [Get the canonical device path for each member device] ******************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:8 Thursday 30 May 2024 23:09:57 +0000 (0:00:00.029) 0:01:32.240 ********** ok: [sut] => (item=/dev/sda) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/sda", "pv": "/dev/sda" } TASK [Set pvs lvm length] ****************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:17 Thursday 30 May 2024 23:09:57 +0000 (0:00:00.195) 0:01:32.436 ********** ok: [sut] => { "ansible_facts": { "__pvs_lvm_len": "1" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:22 Thursday 30 May 2024 23:09:57 +0000 (0:00:00.022) 0:01:32.458 ********** ok: [sut] => { "ansible_facts": { "_storage_test_pool_pvs": [ "/dev/sda" ] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:27 Thursday 30 May 2024 23:09:57 +0000 (0:00:00.023) 0:01:32.481 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:36 Thursday 30 May 2024 23:09:57 +0000 (0:00:00.025) 0:01:32.507 ********** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:41 Thursday 30 May 2024 23:09:57 +0000 (0:00:00.013) 0:01:32.520 ********** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:46 Thursday 30 May 2024 23:09:57 +0000 (0:00:00.021) 0:01:32.542 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'lvm' and storage_test_pool.raid_level", "skip_reason": "Conditional result was False" } TASK [Check the type of each PV] *********************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:51 Thursday 30 May 2024 23:09:57 +0000 (0:00:00.011) 0:01:32.554 ********** ok: [sut] => (item=/dev/sda) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/sda" } MSG: All assertions passed TASK [Check MD RAID] *********************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:64 Thursday 30 May 2024 23:09:57 +0000 (0:00:00.015) 0:01:32.569 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-md.yml for sut TASK [Get information about RAID] ********************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-md.yml:8 Thursday 30 May 2024 23:09:57 +0000 (0:00:00.022) 0:01:32.592 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-md.yml:14 Thursday 30 May 2024 23:09:57 +0000 (0:00:00.011) 0:01:32.603 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-md.yml:19 Thursday 30 May 2024 23:09:57 +0000 (0:00:00.011) 0:01:32.615 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-md.yml:24 Thursday 30 May 2024 23:09:58 +0000 (0:00:00.011) 0:01:32.626 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set md chunk size regex] ************************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-md.yml:29 Thursday 30 May 2024 23:09:58 +0000 (0:00:00.011) 0:01:32.637 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-md.yml:37 Thursday 30 May 2024 23:09:58 +0000 (0:00:00.012) 0:01:32.650 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-md.yml:46 Thursday 30 May 2024 23:09:58 +0000 (0:00:00.011) 0:01:32.661 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-md.yml:55 Thursday 30 May 2024 23:09:58 +0000 (0:00:00.011) 0:01:32.672 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-md.yml:64 Thursday 30 May 2024 23:09:58 +0000 (0:00:00.011) 0:01:32.684 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-md.yml:74 Thursday 30 May 2024 23:09:58 +0000 (0:00:00.010) 0:01:32.694 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Reset variables used by tests] ******************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-md.yml:83 Thursday 30 May 2024 23:09:58 +0000 (0:00:00.010) 0:01:32.705 ********** ok: [sut] => { "ansible_facts": { "storage_test_md_active_devices_re": null, "storage_test_md_chunk_size_re": null, "storage_test_md_metadata_version_re": null, "storage_test_md_spare_devices_re": null }, "changed": false } TASK [Check LVM RAID] ********************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:67 Thursday 30 May 2024 23:09:58 +0000 (0:00:00.012) 0:01:32.718 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-members-lvmraid.yml for sut TASK [Validate pool member LVM RAID settings] ********************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-members-lvmraid.yml:2 Thursday 30 May 2024 23:09:58 +0000 (0:00:00.046) 0:01:32.764 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-lvmraid.yml for sut => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'ext4', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test1', 'raid_level': None, 'size': '5g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/foo-test1', '_raw_device': '/dev/mapper/foo-test1', '_mount_id': '/dev/mapper/foo-test1', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}) TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-lvmraid.yml:8 Thursday 30 May 2024 23:09:58 +0000 (0:00:00.022) 0:01:32.787 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-lvmraid.yml:16 Thursday 30 May 2024 23:09:58 +0000 (0:00:00.014) 0:01:32.801 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-lvmraid.yml:20 Thursday 30 May 2024 23:09:58 +0000 (0:00:00.014) 0:01:32.815 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Set LV stripe size] ****************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-lvmraid.yml:27 Thursday 30 May 2024 23:09:58 +0000 (0:00:00.013) 0:01:32.829 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Parse the requested stripe size] ***************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-lvmraid.yml:31 Thursday 30 May 2024 23:09:58 +0000 (0:00:00.013) 0:01:32.842 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Set expected stripe size] ************************************************ task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-lvmraid.yml:37 Thursday 30 May 2024 23:09:58 +0000 (0:00:00.013) 0:01:32.855 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Check stripe size] ******************************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-lvmraid.yml:42 Thursday 30 May 2024 23:09:58 +0000 (0:00:00.013) 0:01:32.869 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Check Thin Pools] ******************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:70 Thursday 30 May 2024 23:09:58 +0000 (0:00:00.013) 0:01:32.882 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-members-thin.yml for sut TASK [Validate pool member thinpool settings] ********************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-members-thin.yml:2 Thursday 30 May 2024 23:09:58 +0000 (0:00:00.023) 0:01:32.906 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-thin.yml for sut => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'ext4', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test1', 'raid_level': None, 'size': '5g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/foo-test1', '_raw_device': '/dev/mapper/foo-test1', '_mount_id': '/dev/mapper/foo-test1', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}) TASK [Get information about thinpool] ****************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-thin.yml:8 Thursday 30 May 2024 23:09:58 +0000 (0:00:00.020) 0:01:32.926 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_thin_volume.thin", "skip_reason": "Conditional result was False" } TASK [Check that volume is in correct thinpool (when thinp name is provided)] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-thin.yml:16 Thursday 30 May 2024 23:09:58 +0000 (0:00:00.010) 0:01:32.937 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_thin_volume.thin", "skip_reason": "Conditional result was False" } TASK [Check that volume is in thinpool (when thinp name is not provided)] ****** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-thin.yml:22 Thursday 30 May 2024 23:09:58 +0000 (0:00:00.011) 0:01:32.948 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_thin_volume.thin", "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-thin.yml:26 Thursday 30 May 2024 23:09:58 +0000 (0:00:00.010) 0:01:32.958 ********** ok: [sut] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Check member encryption] ************************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:73 Thursday 30 May 2024 23:09:58 +0000 (0:00:00.011) 0:01:32.970 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-members-encryption.yml for sut TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-members-encryption.yml:5 Thursday 30 May 2024 23:09:58 +0000 (0:00:00.023) 0:01:32.994 ********** ok: [sut] => { "ansible_facts": { "_storage_test_expected_crypttab_entries": "0", "_storage_test_expected_crypttab_key_file": "-" }, "changed": false } TASK [Validate pool member LUKS settings] ************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-members-encryption.yml:10 Thursday 30 May 2024 23:09:58 +0000 (0:00:00.021) 0:01:33.015 ********** skipping: [sut] => (item=/dev/sda) => { "_storage_test_pool_member_path": "/dev/sda", "ansible_loop_var": "_storage_test_pool_member_path", "changed": false, "false_condition": "storage_test_pool.type == 'lvm' and storage_test_pool.encryption", "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [Validate pool member crypttab entries] *********************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-members-encryption.yml:17 Thursday 30 May 2024 23:09:58 +0000 (0:00:00.013) 0:01:33.028 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-crypttab.yml for sut => (item=/dev/sda) TASK [Set variables used by tests] ********************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-crypttab.yml:2 Thursday 30 May 2024 23:09:58 +0000 (0:00:00.018) 0:01:33.047 ********** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-crypttab.yml:6 Thursday 30 May 2024 23:09:58 +0000 (0:00:00.023) 0:01:33.070 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-crypttab.yml:14 Thursday 30 May 2024 23:09:58 +0000 (0:00:00.023) 0:01:33.093 ********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-crypttab.yml:23 Thursday 30 May 2024 23:09:58 +0000 (0:00:00.019) 0:01:33.112 ********** skipping: [sut] => { "changed": false, "false_condition": "false and _storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-crypttab.yml:32 Thursday 30 May 2024 23:09:58 +0000 (0:00:00.023) 0:01:33.136 ********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-crypttab.yml:41 Thursday 30 May 2024 23:09:58 +0000 (0:00:00.020) 0:01:33.156 ********** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-members-encryption.yml:24 Thursday 30 May 2024 23:09:58 +0000 (0:00:00.012) 0:01:33.168 ********** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_crypttab_key_file": null }, "changed": false } TASK [Check VDO] *************************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:76 Thursday 30 May 2024 23:09:58 +0000 (0:00:00.012) 0:01:33.181 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-members-vdo.yml for sut TASK [Validate pool member VDO settings] *************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-members-vdo.yml:2 Thursday 30 May 2024 23:09:58 +0000 (0:00:00.026) 0:01:33.208 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-vdo.yml for sut => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'ext4', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test1', 'raid_level': None, 'size': '5g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/foo-test1', '_raw_device': '/dev/mapper/foo-test1', '_mount_id': '/dev/mapper/foo-test1', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}) TASK [Get information about VDO deduplication] ********************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-vdo.yml:8 Thursday 30 May 2024 23:09:58 +0000 (0:00:00.021) 0:01:33.229 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-vdo.yml:15 Thursday 30 May 2024 23:09:58 +0000 (0:00:00.011) 0:01:33.241 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-vdo.yml:21 Thursday 30 May 2024 23:09:58 +0000 (0:00:00.011) 0:01:33.252 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Get information about VDO compression] *********************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-vdo.yml:27 Thursday 30 May 2024 23:09:58 +0000 (0:00:00.011) 0:01:33.263 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-vdo.yml:34 Thursday 30 May 2024 23:09:58 +0000 (0:00:00.012) 0:01:33.275 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-vdo.yml:40 Thursday 30 May 2024 23:09:58 +0000 (0:00:00.011) 0:01:33.286 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-vdo.yml:46 Thursday 30 May 2024 23:09:58 +0000 (0:00:00.011) 0:01:33.297 ********** ok: [sut] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Check Stratis] *********************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:79 Thursday 30 May 2024 23:09:58 +0000 (0:00:00.012) 0:01:33.310 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-stratis.yml for sut TASK [Run 'stratis report'] **************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-stratis.yml:6 Thursday 30 May 2024 23:09:58 +0000 (0:00:00.027) 0:01:33.338 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Get information about Stratis] ******************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-stratis.yml:11 Thursday 30 May 2024 23:09:58 +0000 (0:00:00.011) 0:01:33.349 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Verify that the pools was created] *************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-stratis.yml:15 Thursday 30 May 2024 23:09:58 +0000 (0:00:00.011) 0:01:33.360 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Verify that encryption is correctly set] ********************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-stratis.yml:25 Thursday 30 May 2024 23:09:58 +0000 (0:00:00.010) 0:01:33.371 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Verify that Clevis/Tang encryption is correctly set] ********************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-stratis.yml:34 Thursday 30 May 2024 23:09:58 +0000 (0:00:00.010) 0:01:33.381 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-stratis.yml:44 Thursday 30 May 2024 23:09:58 +0000 (0:00:00.010) 0:01:33.392 ********** ok: [sut] => { "ansible_facts": { "storage_test_stratis_report": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:82 Thursday 30 May 2024 23:09:58 +0000 (0:00:00.012) 0:01:33.404 ********** ok: [sut] => { "ansible_facts": { "__pvs_lvm_len": null, "_storage_test_expected_pv_count": null, "_storage_test_expected_pv_type": null, "_storage_test_pool_pvs": [], "_storage_test_pool_pvs_lvm": [] }, "changed": false } TASK [Verify the volumes] ****************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-volumes.yml:3 Thursday 30 May 2024 23:09:58 +0000 (0:00:00.011) 0:01:33.416 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume.yml for sut => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'ext4', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test1', 'raid_level': None, 'size': '5g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/foo-test1', '_raw_device': '/dev/mapper/foo-test1', '_mount_id': '/dev/mapper/foo-test1', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}) TASK [Set storage volume test variables] *************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume.yml:2 Thursday 30 May 2024 23:09:58 +0000 (0:00:00.020) 0:01:33.436 ********** 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-main_stratis-support-2rq9ytyq9/tests/test-verify-volume.yml:19 Thursday 30 May 2024 23:09:58 +0000 (0:00:00.022) 0:01:33.458 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-mount.yml for sut => (item=mount) included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-fstab.yml for sut => (item=fstab) included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-fs.yml for sut => (item=fs) included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-device.yml for sut => (item=device) included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml for sut => (item=encryption) included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-md.yml for sut => (item=md) included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml for sut => (item=size) included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-cache.yml for sut => (item=cache) TASK [Get expected mount device based on device type] ************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-mount.yml:7 Thursday 30 May 2024 23:09:58 +0000 (0:00:00.048) 0:01:33.507 ********** ok: [sut] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/foo-test1" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-mount.yml:11 Thursday 30 May 2024 23:09:58 +0000 (0:00:00.018) 0:01:33.525 ********** ok: [sut] => { "ansible_facts": { "storage_test_mount_expected_mount_point": "/opt/test1", "storage_test_swap_expected_matches": "0" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-mount.yml:19 Thursday 30 May 2024 23:09:58 +0000 (0:00:00.054) 0:01:33.580 ********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and (storage_test_volume.mount_user or storage_test_volume.mount_group or storage_test_volume.mount_mode)", "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-mount.yml:28 Thursday 30 May 2024 23:09:58 +0000 (0:00:00.013) 0:01:33.593 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-mount.yml:36 Thursday 30 May 2024 23:09:58 +0000 (0:00:00.015) 0:01:33.608 ********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_user", "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-mount.yml:42 Thursday 30 May 2024 23:09:58 +0000 (0:00:00.011) 0:01:33.619 ********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_group", "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-mount.yml:48 Thursday 30 May 2024 23:09:59 +0000 (0:00:00.011) 0:01:33.630 ********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_mode", "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-mount.yml:57 Thursday 30 May 2024 23:09:59 +0000 (0:00:00.011) 0:01:33.642 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-mount.yml:63 Thursday 30 May 2024 23:09:59 +0000 (0:00:00.012) 0:01:33.654 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-mount.yml:69 Thursday 30 May 2024 23:09:59 +0000 (0:00:00.011) 0:01:33.666 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-mount.yml:79 Thursday 30 May 2024 23:09:59 +0000 (0:00:00.011) 0:01:33.678 ********** 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-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-fstab.yml:2 Thursday 30 May 2024 23:09:59 +0000 (0:00:00.012) 0:01:33.691 ********** ok: [sut] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": "1", "storage_test_fstab_expected_mount_options_matches": "1", "storage_test_fstab_expected_mount_point_matches": "1", "storage_test_fstab_id_matches": [ "/dev/mapper/foo-test1 " ], "storage_test_fstab_mount_options_matches": [ " /opt/test1 ext4 defaults " ], "storage_test_fstab_mount_point_matches": [ " /opt/test1 " ] }, "changed": false } TASK [Verify that the device identifier appears in /etc/fstab] ***************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-fstab.yml:17 Thursday 30 May 2024 23:09:59 +0000 (0:00:00.034) 0:01:33.725 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-fstab.yml:24 Thursday 30 May 2024 23:09:59 +0000 (0:00:00.022) 0:01:33.748 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-fstab.yml:33 Thursday 30 May 2024 23:09:59 +0000 (0:00:00.023) 0:01:33.772 ********** skipping: [sut] => { "changed": false, "false_condition": "__storage_verify_mount_options | d(false)", "skip_reason": "Conditional result was False" } TASK [Clean up variables] ****************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-fstab.yml:45 Thursday 30 May 2024 23:09:59 +0000 (0:00:00.018) 0:01:33.791 ********** 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-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-fs.yml:6 Thursday 30 May 2024 23:09:59 +0000 (0:00:00.011) 0:01:33.802 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-fs.yml:14 Thursday 30 May 2024 23:09:59 +0000 (0:00:00.023) 0:01:33.825 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-device.yml:3 Thursday 30 May 2024 23:09:59 +0000 (0:00:00.024) 0:01:33.850 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1717110593.022908, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1717110593.022908, "dev": 5, "device_type": 64768, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 711, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/symlink", "mode": "0660", "mtime": 1717110593.022908, "nlink": 1, "path": "/dev/mapper/foo-test1", "pw_name": "root", "readable": true, "rgrp": true, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": null, "wgrp": true, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-device.yml:9 Thursday 30 May 2024 23:09:59 +0000 (0:00:00.201) 0:01:34.051 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-device.yml:16 Thursday 30 May 2024 23:09:59 +0000 (0:00:00.017) 0:01:34.068 ********** skipping: [sut] => { "changed": false, "false_condition": "not (_storage_test_volume_present or storage_test_volume.type == 'disk')", "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-device.yml:23 Thursday 30 May 2024 23:09:59 +0000 (0:00:00.011) 0:01:34.080 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-device.yml:29 Thursday 30 May 2024 23:09:59 +0000 (0:00:00.014) 0:01:34.095 ********** ok: [sut] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-device.yml:33 Thursday 30 May 2024 23:09:59 +0000 (0:00:00.012) 0:01:34.107 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == \"raid\"", "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-device.yml:38 Thursday 30 May 2024 23:09:59 +0000 (0:00:00.011) 0:01:34.119 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:3 Thursday 30 May 2024 23:09:59 +0000 (0:00:00.013) 0:01:34.132 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:10 Thursday 30 May 2024 23:09:59 +0000 (0:00:00.012) 0:01:34.145 ********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Collect LUKS info for this volume] *************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:16 Thursday 30 May 2024 23:10:00 +0000 (0:00:00.882) 0:01:35.028 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:22 Thursday 30 May 2024 23:10:00 +0000 (0:00:00.011) 0:01:35.039 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "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-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:29 Thursday 30 May 2024 23:10:00 +0000 (0:00:00.010) 0:01:35.050 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:40 Thursday 30 May 2024 23:10:00 +0000 (0:00:00.023) 0:01:35.073 ********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:46 Thursday 30 May 2024 23:10:00 +0000 (0:00:00.011) 0:01:35.085 ********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:51 Thursday 30 May 2024 23:10:00 +0000 (0:00:00.013) 0:01:35.098 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:63 Thursday 30 May 2024 23:10:00 +0000 (0:00:00.011) 0:01:35.110 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:75 Thursday 30 May 2024 23:10:00 +0000 (0:00:00.011) 0:01:35.121 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:87 Thursday 30 May 2024 23:10:00 +0000 (0:00:00.011) 0:01:35.132 ********** 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-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:93 Thursday 30 May 2024 23:10:00 +0000 (0:00:00.024) 0:01:35.157 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:100 Thursday 30 May 2024 23:10:00 +0000 (0:00:00.022) 0:01:35.179 ********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:108 Thursday 30 May 2024 23:10:00 +0000 (0:00:00.021) 0:01:35.201 ********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:116 Thursday 30 May 2024 23:10:00 +0000 (0:00:00.020) 0:01:35.221 ********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:124 Thursday 30 May 2024 23:10:00 +0000 (0:00:00.020) 0:01:35.242 ********** 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-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-md.yml:8 Thursday 30 May 2024 23:10:00 +0000 (0:00:00.012) 0:01:35.254 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-md.yml:14 Thursday 30 May 2024 23:10:00 +0000 (0:00:00.011) 0:01:35.266 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-md.yml:19 Thursday 30 May 2024 23:10:00 +0000 (0:00:00.011) 0:01:35.278 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-md.yml:24 Thursday 30 May 2024 23:10:00 +0000 (0:00:00.013) 0:01:35.291 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-md.yml:29 Thursday 30 May 2024 23:10:00 +0000 (0:00:00.011) 0:01:35.303 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-md.yml:37 Thursday 30 May 2024 23:10:00 +0000 (0:00:00.011) 0:01:35.314 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-md.yml:46 Thursday 30 May 2024 23:10:00 +0000 (0:00:00.011) 0:01:35.326 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-md.yml:54 Thursday 30 May 2024 23:10:00 +0000 (0:00:00.011) 0:01:35.337 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-md.yml:62 Thursday 30 May 2024 23:10:00 +0000 (0:00:00.011) 0:01:35.348 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-md.yml:70 Thursday 30 May 2024 23:10:00 +0000 (0:00:00.013) 0:01:35.361 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:3 Thursday 30 May 2024 23:10:00 +0000 (0:00:00.012) 0:01:35.373 ********** ok: [sut] => { "bytes": 5368709120, "changed": false, "lvm": "5g", "parted": "5GiB", "size": "5 GiB" } TASK [Parse the requested size of the volume] ********************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:11 Thursday 30 May 2024 23:10:00 +0000 (0:00:00.208) 0:01:35.582 ********** ok: [sut] => { "bytes": 5368709120, "changed": false, "lvm": "5g", "parted": "5GiB", "size": "5 GiB" } TASK [Establish base value for expected size] ********************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:20 Thursday 30 May 2024 23:10:01 +0000 (0:00:00.205) 0:01:35.787 ********** ok: [sut] => { "ansible_facts": { "storage_test_expected_size": "5368709120" }, "changed": false } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:28 Thursday 30 May 2024 23:10:01 +0000 (0:00:00.024) 0:01:35.812 ********** ok: [sut] => { "storage_test_expected_size": "5368709120" } TASK [Get the size of parent/pool device] ************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:32 Thursday 30 May 2024 23:10:01 +0000 (0:00:00.014) 0:01:35.826 ********** ok: [sut] => { "bytes": 10726680821, "changed": false, "lvm": "9g", "parted": "9GiB", "size": "9 GiB" } TASK [Show test pool] ********************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:46 Thursday 30 May 2024 23:10:01 +0000 (0:00:00.208) 0:01:36.035 ********** skipping: [sut] => { "false_condition": "'%' in storage_test_volume.size | string" } TASK [Show test blockinfo] ***************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:50 Thursday 30 May 2024 23:10:01 +0000 (0:00:00.023) 0:01:36.058 ********** skipping: [sut] => { "false_condition": "'%' in storage_test_volume.size | string" } TASK [Show test pool size] ***************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:54 Thursday 30 May 2024 23:10:01 +0000 (0:00:00.023) 0:01:36.081 ********** skipping: [sut] => { "false_condition": "'%' in storage_test_volume.size | string" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:58 Thursday 30 May 2024 23:10:01 +0000 (0:00:00.021) 0:01:36.103 ********** skipping: [sut] => { "changed": false, "false_condition": "'%' in storage_test_volume.size | string", "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:67 Thursday 30 May 2024 23:10:01 +0000 (0:00:00.021) 0:01:36.124 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:71 Thursday 30 May 2024 23:10:01 +0000 (0:00:00.011) 0:01:36.136 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:76 Thursday 30 May 2024 23:10:01 +0000 (0:00:00.012) 0:01:36.148 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:82 Thursday 30 May 2024 23:10:01 +0000 (0:00:00.010) 0:01:36.159 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:86 Thursday 30 May 2024 23:10:01 +0000 (0:00:00.010) 0:01:36.170 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:91 Thursday 30 May 2024 23:10:01 +0000 (0:00:00.011) 0:01:36.181 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:96 Thursday 30 May 2024 23:10:01 +0000 (0:00:00.011) 0:01:36.192 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:101 Thursday 30 May 2024 23:10:01 +0000 (0:00:00.010) 0:01:36.203 ********** skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Show volume thin pool size] ********************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:105 Thursday 30 May 2024 23:10:01 +0000 (0:00:00.012) 0:01:36.216 ********** skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:109 Thursday 30 May 2024 23:10:01 +0000 (0:00:00.040) 0:01:36.257 ********** skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Establish base value for expected thin pool size] ************************ task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:113 Thursday 30 May 2024 23:10:01 +0000 (0:00:00.012) 0:01:36.269 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:120 Thursday 30 May 2024 23:10:01 +0000 (0:00:00.011) 0:01:36.280 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:127 Thursday 30 May 2024 23:10:01 +0000 (0:00:00.011) 0:01:36.292 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:131 Thursday 30 May 2024 23:10:01 +0000 (0:00:00.011) 0:01:36.304 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:137 Thursday 30 May 2024 23:10:01 +0000 (0:00:00.011) 0:01:36.316 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:143 Thursday 30 May 2024 23:10:01 +0000 (0:00:00.013) 0:01:36.329 ********** ok: [sut] => { "storage_test_actual_size": { "bytes": 5368709120, "changed": false, "failed": false, "lvm": "5g", "parted": "5GiB", "size": "5 GiB" } } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:147 Thursday 30 May 2024 23:10:01 +0000 (0:00:00.014) 0:01:36.344 ********** ok: [sut] => { "storage_test_expected_size": "5368709120" } TASK [Assert expected size is actual size] ************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:151 Thursday 30 May 2024 23:10:01 +0000 (0:00:00.014) 0:01:36.358 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-cache.yml:5 Thursday 30 May 2024 23:10:01 +0000 (0:00:00.027) 0:01:36.385 ********** ok: [sut] => { "changed": false, "cmd": [ "lvs", "--noheadings", "--nameprefixes", "--units=b", "--nosuffix", "--unquoted", "-o", "name,attr,cache_total_blocks,chunk_size,segtype", "foo/test1" ], "delta": "0:00:00.044953", "end": "2024-05-30 23:10:01.983915", "rc": 0, "start": "2024-05-30 23:10:01.938962" } STDOUT: LVM2_LV_NAME=test1 LVM2_LV_ATTR=-wi-ao---- LVM2_CACHE_TOTAL_BLOCKS= LVM2_CHUNK_SIZE=0 LVM2_SEGTYPE=linear TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-cache.yml:13 Thursday 30 May 2024 23:10:02 +0000 (0:00:00.245) 0:01:36.631 ********** ok: [sut] => { "ansible_facts": { "storage_test_lv_segtype": [ "linear" ] }, "changed": false } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-cache.yml:17 Thursday 30 May 2024 23:10:02 +0000 (0:00:00.027) 0:01:36.659 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set LV cache size] ******************************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-cache.yml:24 Thursday 30 May 2024 23:10:02 +0000 (0:00:00.031) 0:01:36.690 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.cached | bool", "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-cache.yml:31 Thursday 30 May 2024 23:10:02 +0000 (0:00:00.024) 0:01:36.714 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.cached | bool", "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-cache.yml:37 Thursday 30 May 2024 23:10:02 +0000 (0:00:00.022) 0:01:36.736 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.cached | bool", "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-cache.yml:42 Thursday 30 May 2024 23:10:02 +0000 (0:00:00.021) 0:01:36.758 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.cached | bool", "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume.yml:25 Thursday 30 May 2024 23:10:02 +0000 (0:00:00.021) 0:01:36.780 ********** ok: [sut] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-role-results.yml:44 Thursday 30 May 2024 23:10:02 +0000 (0:00:00.013) 0:01:36.794 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Clean up variable namespace] ********************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-role-results.yml:54 Thursday 30 May 2024 23:10:02 +0000 (0:00:00.012) 0:01:36.806 ********** ok: [sut] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } TASK [Test for correct handling of too-large volume size] ********************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/tests_resize.yml:92 Thursday 30 May 2024 23:10:02 +0000 (0:00:00.013) 0:01:36.819 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-role-failed.yml for sut TASK [Store global variable value copy] **************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-role-failed.yml:4 Thursday 30 May 2024 23:10:02 +0000 (0:00:00.026) 0:01:36.846 ********** ok: [sut] => { "ansible_facts": { "storage_pools_global": [], "storage_safe_mode_global": false, "storage_volumes_global": [] }, "changed": false } TASK [Verify role raises correct error] **************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-role-failed.yml:10 Thursday 30 May 2024 23:10:02 +0000 (0:00:00.026) 0:01:36.872 ********** TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Thursday 30 May 2024 23:10:02 +0000 (0:00:00.023) 0:01:36.896 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Thursday 30 May 2024 23:10:02 +0000 (0:00:00.020) 0:01:36.916 ********** skipping: [sut] => { "changed": false, "false_condition": "__storage_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Thursday 30 May 2024 23:10:02 +0000 (0:00:00.024) 0:01:36.941 ********** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_9.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs", "stratisd", "stratis-cli" ] }, "ansible_included_var_files": [ "/WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } ok: [sut] => (item=CentOS_9.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs", "stratisd", "stratis-cli" ] }, "ansible_included_var_files": [ "/WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Thursday 30 May 2024 23:10:02 +0000 (0:00:00.034) 0:01:36.976 ********** skipping: [sut] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Thursday 30 May 2024 23:10:02 +0000 (0:00:00.015) 0:01:36.991 ********** skipping: [sut] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Thursday 30 May 2024 23:10:02 +0000 (0:00:00.015) 0:01:37.006 ********** ok: [sut] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Thursday 30 May 2024 23:10:02 +0000 (0:00:00.013) 0:01:37.020 ********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Thursday 30 May 2024 23:10:02 +0000 (0:00:00.013) 0:01:37.033 ********** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for sut TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Thursday 30 May 2024 23:10:02 +0000 (0:00:00.030) 0:01:37.063 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"blivet_available\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Thursday 30 May 2024 23:10:02 +0000 (0:00:00.015) 0:01:37.079 ********** ok: [sut] => { "storage_pools": [ { "disks": [ "sda" ], "name": "foo", "volumes": [ { "fs_type": "ext4", "mount_point": "/opt/test1", "name": "test1", "size": "12884901888.0" } ] } ] } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Thursday 30 May 2024 23:10:02 +0000 (0:00:00.026) 0:01:37.105 ********** ok: [sut] => { "storage_volumes": [] } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Thursday 30 May 2024 23:10:02 +0000 (0:00:00.026) 0:01:37.131 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Thursday 30 May 2024 23:10:02 +0000 (0:00:00.015) 0:01:37.146 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Thursday 30 May 2024 23:10:02 +0000 (0:00:00.016) 0:01:37.163 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Thursday 30 May 2024 23:10:02 +0000 (0:00:00.015) 0:01:37.178 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"service_facts\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Thursday 30 May 2024 23:10:02 +0000 (0:00:00.015) 0:01:37.194 ********** ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Thursday 30 May 2024 23:10:02 +0000 (0:00:00.032) 0:01:37.227 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Thursday 30 May 2024 23:10:02 +0000 (0:00:00.010) 0:01:37.237 ********** fatal: [sut]: FAILED! => { "actions": [], "changed": false, "crypts": [], "leaves": [], "mounts": [], "packages": [], "pools": [], "volumes": [] } MSG: volume 'test1' cannot be resized to '12 GiB' TASK [fedora.linux_system_roles.storage : Failed message] ********************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:91 Thursday 30 May 2024 23:10:04 +0000 (0:00:01.428) 0:01:38.666 ********** fatal: [sut]: FAILED! => { "changed": false } MSG: {'changed': False, 'actions': [], 'leaves': [], 'mounts': [], 'crypts': [], 'pools': [], 'volumes': [], 'packages': [], 'failed': True, 'msg': "volume 'test1' cannot be resized to '12 GiB'", 'invocation': {'module_args': {'pools': [{'disks': ['sda'], 'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'encryption_clevis_pin': None, 'encryption_tang_url': None, 'encryption_tang_thumbprint': None, 'name': 'foo', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_metadata_version': None, 'raid_chunk_size': None, 'shared': False, 'state': 'present', 'type': 'lvm', 'volumes': [{'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'ext4', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test1', 'raid_level': None, 'size': '12884901888.0', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None}]}], 'volumes': [], 'use_partitions': None, 'disklabel_type': None, 'pool_defaults': {'state': 'present', 'type': 'lvm', 'disks': [], 'volumes': [], 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, 'shared': False}, 'volume_defaults': {'state': 'present', 'type': 'lvm', 'size': 0, 'disks': [], 'fs_type': 'xfs', 'fs_label': '', 'fs_create_options': '', 'fs_overwrite_existing': True, 'mount_point': '', 'mount_options': 'defaults', 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_stripe_size': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': []}, 'safe_mode': False, 'packages_only': False, 'diskvolume_mkfs_option_map': {}}}, '_ansible_no_log': None} TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Thursday 30 May 2024 23:10:04 +0000 (0:00:00.019) 0:01:38.686 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check that we failed in the role] **************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-role-failed.yml:23 Thursday 30 May 2024 23:10:04 +0000 (0:00:00.011) 0:01:38.698 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the blivet output and error message are correct] ****************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-role-failed.yml:28 Thursday 30 May 2024 23:10:04 +0000 (0:00:00.015) 0:01:38.713 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify correct exception or error message] ******************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-role-failed.yml:39 Thursday 30 May 2024 23:10:04 +0000 (0:00:00.021) 0:01:38.734 ********** skipping: [sut] => { "changed": false, "false_condition": "__storage_failed_exception is defined", "skip_reason": "Conditional result was False" } TASK [Try to create LVM with volume size equal disk's size, resize to 10737418240] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/tests_resize.yml:110 Thursday 30 May 2024 23:10:04 +0000 (0:00:00.025) 0:01:38.760 ********** TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Thursday 30 May 2024 23:10:04 +0000 (0:00:00.023) 0:01:38.783 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Thursday 30 May 2024 23:10:04 +0000 (0:00:00.019) 0:01:38.802 ********** skipping: [sut] => { "changed": false, "false_condition": "__storage_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Thursday 30 May 2024 23:10:04 +0000 (0:00:00.017) 0:01:38.820 ********** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_9.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs", "stratisd", "stratis-cli" ] }, "ansible_included_var_files": [ "/WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } ok: [sut] => (item=CentOS_9.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs", "stratisd", "stratis-cli" ] }, "ansible_included_var_files": [ "/WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Thursday 30 May 2024 23:10:04 +0000 (0:00:00.032) 0:01:38.852 ********** skipping: [sut] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Thursday 30 May 2024 23:10:04 +0000 (0:00:00.015) 0:01:38.868 ********** skipping: [sut] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Thursday 30 May 2024 23:10:04 +0000 (0:00:00.015) 0:01:38.883 ********** ok: [sut] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Thursday 30 May 2024 23:10:04 +0000 (0:00:00.012) 0:01:38.896 ********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Thursday 30 May 2024 23:10:04 +0000 (0:00:00.012) 0:01:38.908 ********** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for sut TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Thursday 30 May 2024 23:10:04 +0000 (0:00:00.028) 0:01:38.937 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"blivet_available\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Thursday 30 May 2024 23:10:04 +0000 (0:00:00.047) 0:01:38.985 ********** ok: [sut] => { "storage_pools": [ { "disks": [ "sda" ], "name": "foo", "volumes": [ { "fs_type": "ext4", "mount_point": "/opt/test1", "name": "test1", "size": "10737418240" } ] } ] } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Thursday 30 May 2024 23:10:04 +0000 (0:00:00.019) 0:01:39.005 ********** ok: [sut] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined. 'storage_volumes' is undefined" } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Thursday 30 May 2024 23:10:04 +0000 (0:00:00.015) 0:01:39.020 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Thursday 30 May 2024 23:10:04 +0000 (0:00:00.016) 0:01:39.037 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Thursday 30 May 2024 23:10:04 +0000 (0:00:00.015) 0:01:39.052 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Thursday 30 May 2024 23:10:04 +0000 (0:00:00.014) 0:01:39.067 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"service_facts\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Thursday 30 May 2024 23:10:04 +0000 (0:00:00.018) 0:01:39.086 ********** ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Thursday 30 May 2024 23:10:04 +0000 (0:00:00.026) 0:01:39.112 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Thursday 30 May 2024 23:10:04 +0000 (0:00:00.010) 0:01:39.123 ********** changed: [sut] => { "actions": [ { "action": "resize device", "device": "/dev/mapper/foo-test1", "fs_type": null }, { "action": "resize format", "device": "/dev/mapper/foo-test1", "fs_type": "ext4" } ], "changed": true, "crypts": [], "leaves": [ "/dev/mapper/foo-test1", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [ { "dump": 0, "fstype": "ext4", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "mounted" } ], "packages": [ "xfsprogs", "e2fsprogs", "lvm2" ], "pools": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext4", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "10737418240", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Thursday 30 May 2024 23:10:06 +0000 (0:00:01.697) 0:01:40.820 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_udevadm_trigger | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Thursday 30 May 2024 23:10:06 +0000 (0:00:00.013) 0:01:40.834 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:101 Thursday 30 May 2024 23:10:06 +0000 (0:00:00.011) 0:01:40.845 ********** ok: [sut] => { "blivet_output": { "actions": [ { "action": "resize device", "device": "/dev/mapper/foo-test1", "fs_type": null }, { "action": "resize format", "device": "/dev/mapper/foo-test1", "fs_type": "ext4" } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/mapper/foo-test1", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [ { "dump": 0, "fstype": "ext4", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "mounted" } ], "packages": [ "xfsprogs", "e2fsprogs", "lvm2" ], "pools": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext4", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "10737418240", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:110 Thursday 30 May 2024 23:10:06 +0000 (0:00:00.016) 0:01:40.861 ********** ok: [sut] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext4", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "10737418240", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] }, "changed": false } TASK [fedora.linux_system_roles.storage : Set the list of volumes for test verification] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:114 Thursday 30 May 2024 23:10:06 +0000 (0:00:00.015) 0:01:40.877 ********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:130 Thursday 30 May 2024 23:10:06 +0000 (0:00:00.014) 0:01:40.891 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:141 Thursday 30 May 2024 23:10:06 +0000 (0:00:00.015) 0:01:40.906 ********** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:146 Thursday 30 May 2024 23:10:06 +0000 (0:00:00.545) 0:01:41.452 ********** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount ok: [sut] => (item={'src': '/dev/mapper/foo-test1', 'path': '/opt/test1', 'fstype': 'ext4', 'opts': 'defaults', 'dump': 0, 'passno': 0, 'state': 'mounted', 'owner': None, 'group': None, 'mode': None}) => { "ansible_loop_var": "mount_info", "backup_file": "", "boot": "yes", "changed": false, "dump": "0", "fstab": "/etc/fstab", "fstype": "ext4", "mount_info": { "dump": 0, "fstype": "ext4", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "mounted" }, "name": "/opt/test1", "opts": "defaults", "passno": "0", "src": "/dev/mapper/foo-test1" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:157 Thursday 30 May 2024 23:10:07 +0000 (0:00:00.213) 0:01:41.665 ********** skipping: [sut] => (item={'src': '/dev/mapper/foo-test1', 'path': '/opt/test1', 'fstype': 'ext4', 'opts': 'defaults', 'dump': 0, 'passno': 0, 'state': 'mounted', 'owner': None, 'group': None, 'mode': None}) => { "ansible_loop_var": "mount_info", "changed": false, "false_condition": "mount_info['owner'] != none or mount_info['group'] != none or mount_info['mode'] != none", "mount_info": { "dump": 0, "fstype": "ext4", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "mounted" }, "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:169 Thursday 30 May 2024 23:10:07 +0000 (0:00:00.021) 0:01:41.686 ********** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:177 Thursday 30 May 2024 23:10:07 +0000 (0:00:00.551) 0:01:42.237 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1717110357.516958, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1716902420.402, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 2097284, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "inode/x-empty", "mode": "0600", "mtime": 1716902144.521, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "3342962587", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:182 Thursday 30 May 2024 23:10:07 +0000 (0:00:00.202) 0:01:42.440 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:204 Thursday 30 May 2024 23:10:07 +0000 (0:00:00.010) 0:01:42.451 ********** ok: [sut] TASK [Verify role results] ***************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/tests_resize.yml:125 Thursday 30 May 2024 23:10:08 +0000 (0:00:00.790) 0:01:43.241 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-role-results.yml for sut TASK [Print out pool information] ********************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-role-results.yml:2 Thursday 30 May 2024 23:10:08 +0000 (0:00:00.019) 0:01:43.260 ********** ok: [sut] => { "_storage_pools_list": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext4", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "10737418240", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] } TASK [Print out volume information] ******************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-role-results.yml:7 Thursday 30 May 2024 23:10:08 +0000 (0:00:00.017) 0:01:43.278 ********** skipping: [sut] => { "false_condition": "_storage_volumes_list | length > 0" } TASK [Collect info about the volumes.] ***************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-role-results.yml:15 Thursday 30 May 2024 23:10:08 +0000 (0:00:00.013) 0:01:43.292 ********** ok: [sut] => { "changed": false, "info": { "/dev/mapper/foo-test1": { "fstype": "ext4", "label": "", "mountpoint": "/opt/test1", "name": "/dev/mapper/foo-test1", "size": "10G", "type": "lvm", "uuid": "bb803d21-8768-45bf-996b-b5d727aecc4e" }, "/dev/sda": { "fstype": "LVM2_member", "label": "", "mountpoint": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "Gnuvmm-55SJ-veeY-l1ld-mhkS-oq6K-eMxvIR" }, "/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": "82a26900-2b36-49b9-bc49-f4d2f0bb14b8" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-role-results.yml:20 Thursday 30 May 2024 23:10:08 +0000 (0:00:00.201) 0:01:43.493 ********** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.003101", "end": "2024-05-30 23:10:09.042403", "rc": 0, "start": "2024-05-30 23:10:09.039302" } STDOUT: # # /etc/fstab # Created by anaconda on Tue May 28 13:15:44 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=82a26900-2b36-49b9-bc49-f4d2f0bb14b8 / xfs defaults 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat /mnt/redhat nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/qa /mnt/qa nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive /mnt/engarchive nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/tpsdist /mnt/tpsdist nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot /mnt/brew nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch /mnt/brew_scratch nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 /dev/mapper/foo-test1 /opt/test1 ext4 defaults 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-role-results.yml:25 Thursday 30 May 2024 23:10:09 +0000 (0:00:00.195) 0:01:43.689 ********** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.003101", "end": "2024-05-30 23:10:09.240961", "failed_when_result": false, "rc": 0, "start": "2024-05-30 23:10:09.237860" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-role-results.yml:34 Thursday 30 May 2024 23:10:09 +0000 (0:00:00.197) 0:01:43.887 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool.yml for sut => (item={'disks': ['sda'], 'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'encryption_clevis_pin': None, 'encryption_tang_url': None, 'encryption_tang_thumbprint': None, 'name': 'foo', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_metadata_version': None, 'raid_chunk_size': None, 'shared': False, 'state': 'present', 'type': 'lvm', 'volumes': [{'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'ext4', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test1', 'raid_level': None, 'size': '10737418240', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/foo-test1', '_raw_device': '/dev/mapper/foo-test1', '_mount_id': '/dev/mapper/foo-test1', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}]}) TASK [Set _storage_pool_tests] ************************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool.yml:5 Thursday 30 May 2024 23:10:09 +0000 (0:00:00.026) 0:01:43.913 ********** ok: [sut] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool.yml:18 Thursday 30 May 2024 23:10:09 +0000 (0:00:00.014) 0:01:43.928 ********** ok: [sut] => { "changed": false, "cmd": [ "vgs", "--noheadings", "--binary", "-o", "shared", "foo" ], "delta": "0:00:00.041718", "end": "2024-05-30 23:10:09.516870", "rc": 0, "start": "2024-05-30 23:10:09.475152" } STDOUT: 0 TASK [Verify that VG shared value checks out] ********************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool.yml:24 Thursday 30 May 2024 23:10:09 +0000 (0:00:00.235) 0:01:44.163 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify pool subset] ****************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool.yml:34 Thursday 30 May 2024 23:10:09 +0000 (0:00:00.016) 0:01:44.180 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml for sut => (item=members) included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-volumes.yml for sut => (item=volumes) TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:2 Thursday 30 May 2024 23:10:09 +0000 (0:00:00.024) 0:01:44.204 ********** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_count": "1", "_storage_test_pool_pvs_lvm": [ "/dev/sda" ] }, "changed": false } TASK [Get the canonical device path for each member device] ******************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:8 Thursday 30 May 2024 23:10:09 +0000 (0:00:00.022) 0:01:44.226 ********** ok: [sut] => (item=/dev/sda) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/sda", "pv": "/dev/sda" } TASK [Set pvs lvm length] ****************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:17 Thursday 30 May 2024 23:10:09 +0000 (0:00:00.194) 0:01:44.421 ********** ok: [sut] => { "ansible_facts": { "__pvs_lvm_len": "1" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:22 Thursday 30 May 2024 23:10:09 +0000 (0:00:00.016) 0:01:44.437 ********** ok: [sut] => { "ansible_facts": { "_storage_test_pool_pvs": [ "/dev/sda" ] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:27 Thursday 30 May 2024 23:10:09 +0000 (0:00:00.018) 0:01:44.456 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:36 Thursday 30 May 2024 23:10:09 +0000 (0:00:00.017) 0:01:44.473 ********** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:41 Thursday 30 May 2024 23:10:09 +0000 (0:00:00.014) 0:01:44.487 ********** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:46 Thursday 30 May 2024 23:10:09 +0000 (0:00:00.016) 0:01:44.504 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'lvm' and storage_test_pool.raid_level", "skip_reason": "Conditional result was False" } TASK [Check the type of each PV] *********************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:51 Thursday 30 May 2024 23:10:09 +0000 (0:00:00.011) 0:01:44.515 ********** ok: [sut] => (item=/dev/sda) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/sda" } MSG: All assertions passed TASK [Check MD RAID] *********************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:64 Thursday 30 May 2024 23:10:09 +0000 (0:00:00.016) 0:01:44.532 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-md.yml for sut TASK [Get information about RAID] ********************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-md.yml:8 Thursday 30 May 2024 23:10:09 +0000 (0:00:00.021) 0:01:44.554 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-md.yml:14 Thursday 30 May 2024 23:10:09 +0000 (0:00:00.011) 0:01:44.566 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-md.yml:19 Thursday 30 May 2024 23:10:09 +0000 (0:00:00.012) 0:01:44.579 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-md.yml:24 Thursday 30 May 2024 23:10:09 +0000 (0:00:00.011) 0:01:44.591 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set md chunk size regex] ************************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-md.yml:29 Thursday 30 May 2024 23:10:09 +0000 (0:00:00.011) 0:01:44.602 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-md.yml:37 Thursday 30 May 2024 23:10:09 +0000 (0:00:00.011) 0:01:44.614 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-md.yml:46 Thursday 30 May 2024 23:10:09 +0000 (0:00:00.011) 0:01:44.626 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-md.yml:55 Thursday 30 May 2024 23:10:10 +0000 (0:00:00.011) 0:01:44.637 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-md.yml:64 Thursday 30 May 2024 23:10:10 +0000 (0:00:00.012) 0:01:44.650 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-md.yml:74 Thursday 30 May 2024 23:10:10 +0000 (0:00:00.011) 0:01:44.662 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Reset variables used by tests] ******************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-md.yml:83 Thursday 30 May 2024 23:10:10 +0000 (0:00:00.011) 0:01:44.674 ********** ok: [sut] => { "ansible_facts": { "storage_test_md_active_devices_re": null, "storage_test_md_chunk_size_re": null, "storage_test_md_metadata_version_re": null, "storage_test_md_spare_devices_re": null }, "changed": false } TASK [Check LVM RAID] ********************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:67 Thursday 30 May 2024 23:10:10 +0000 (0:00:00.012) 0:01:44.686 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-members-lvmraid.yml for sut TASK [Validate pool member LVM RAID settings] ********************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-members-lvmraid.yml:2 Thursday 30 May 2024 23:10:10 +0000 (0:00:00.024) 0:01:44.710 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-lvmraid.yml for sut => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'ext4', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test1', 'raid_level': None, 'size': '10737418240', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/foo-test1', '_raw_device': '/dev/mapper/foo-test1', '_mount_id': '/dev/mapper/foo-test1', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}) TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-lvmraid.yml:8 Thursday 30 May 2024 23:10:10 +0000 (0:00:00.056) 0:01:44.767 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-lvmraid.yml:16 Thursday 30 May 2024 23:10:10 +0000 (0:00:00.015) 0:01:44.782 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-lvmraid.yml:20 Thursday 30 May 2024 23:10:10 +0000 (0:00:00.014) 0:01:44.797 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Set LV stripe size] ****************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-lvmraid.yml:27 Thursday 30 May 2024 23:10:10 +0000 (0:00:00.014) 0:01:44.812 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Parse the requested stripe size] ***************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-lvmraid.yml:31 Thursday 30 May 2024 23:10:10 +0000 (0:00:00.016) 0:01:44.828 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Set expected stripe size] ************************************************ task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-lvmraid.yml:37 Thursday 30 May 2024 23:10:10 +0000 (0:00:00.015) 0:01:44.843 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Check stripe size] ******************************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-lvmraid.yml:42 Thursday 30 May 2024 23:10:10 +0000 (0:00:00.015) 0:01:44.858 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Check Thin Pools] ******************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:70 Thursday 30 May 2024 23:10:10 +0000 (0:00:00.015) 0:01:44.874 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-members-thin.yml for sut TASK [Validate pool member thinpool settings] ********************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-members-thin.yml:2 Thursday 30 May 2024 23:10:10 +0000 (0:00:00.025) 0:01:44.899 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-thin.yml for sut => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'ext4', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test1', 'raid_level': None, 'size': '10737418240', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/foo-test1', '_raw_device': '/dev/mapper/foo-test1', '_mount_id': '/dev/mapper/foo-test1', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}) TASK [Get information about thinpool] ****************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-thin.yml:8 Thursday 30 May 2024 23:10:10 +0000 (0:00:00.023) 0:01:44.923 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_thin_volume.thin", "skip_reason": "Conditional result was False" } TASK [Check that volume is in correct thinpool (when thinp name is provided)] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-thin.yml:16 Thursday 30 May 2024 23:10:10 +0000 (0:00:00.012) 0:01:44.936 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_thin_volume.thin", "skip_reason": "Conditional result was False" } TASK [Check that volume is in thinpool (when thinp name is not provided)] ****** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-thin.yml:22 Thursday 30 May 2024 23:10:10 +0000 (0:00:00.012) 0:01:44.948 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_thin_volume.thin", "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-thin.yml:26 Thursday 30 May 2024 23:10:10 +0000 (0:00:00.011) 0:01:44.960 ********** ok: [sut] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Check member encryption] ************************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:73 Thursday 30 May 2024 23:10:10 +0000 (0:00:00.012) 0:01:44.972 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-members-encryption.yml for sut TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-members-encryption.yml:5 Thursday 30 May 2024 23:10:10 +0000 (0:00:00.027) 0:01:44.999 ********** ok: [sut] => { "ansible_facts": { "_storage_test_expected_crypttab_entries": "0", "_storage_test_expected_crypttab_key_file": "-" }, "changed": false } TASK [Validate pool member LUKS settings] ************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-members-encryption.yml:10 Thursday 30 May 2024 23:10:10 +0000 (0:00:00.015) 0:01:45.014 ********** skipping: [sut] => (item=/dev/sda) => { "_storage_test_pool_member_path": "/dev/sda", "ansible_loop_var": "_storage_test_pool_member_path", "changed": false, "false_condition": "storage_test_pool.type == 'lvm' and storage_test_pool.encryption", "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [Validate pool member crypttab entries] *********************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-members-encryption.yml:17 Thursday 30 May 2024 23:10:10 +0000 (0:00:00.014) 0:01:45.029 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-crypttab.yml for sut => (item=/dev/sda) TASK [Set variables used by tests] ********************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-crypttab.yml:2 Thursday 30 May 2024 23:10:10 +0000 (0:00:00.020) 0:01:45.049 ********** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-crypttab.yml:6 Thursday 30 May 2024 23:10:10 +0000 (0:00:00.016) 0:01:45.066 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-crypttab.yml:14 Thursday 30 May 2024 23:10:10 +0000 (0:00:00.016) 0:01:45.082 ********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-crypttab.yml:23 Thursday 30 May 2024 23:10:10 +0000 (0:00:00.012) 0:01:45.095 ********** skipping: [sut] => { "changed": false, "false_condition": "false and _storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-crypttab.yml:32 Thursday 30 May 2024 23:10:10 +0000 (0:00:00.012) 0:01:45.108 ********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-crypttab.yml:41 Thursday 30 May 2024 23:10:10 +0000 (0:00:00.012) 0:01:45.120 ********** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-members-encryption.yml:24 Thursday 30 May 2024 23:10:10 +0000 (0:00:00.013) 0:01:45.134 ********** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_crypttab_key_file": null }, "changed": false } TASK [Check VDO] *************************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:76 Thursday 30 May 2024 23:10:10 +0000 (0:00:00.012) 0:01:45.147 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-members-vdo.yml for sut TASK [Validate pool member VDO settings] *************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-members-vdo.yml:2 Thursday 30 May 2024 23:10:10 +0000 (0:00:00.026) 0:01:45.173 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-vdo.yml for sut => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'ext4', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test1', 'raid_level': None, 'size': '10737418240', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/foo-test1', '_raw_device': '/dev/mapper/foo-test1', '_mount_id': '/dev/mapper/foo-test1', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}) TASK [Get information about VDO deduplication] ********************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-vdo.yml:8 Thursday 30 May 2024 23:10:10 +0000 (0:00:00.023) 0:01:45.196 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-vdo.yml:15 Thursday 30 May 2024 23:10:10 +0000 (0:00:00.012) 0:01:45.209 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-vdo.yml:21 Thursday 30 May 2024 23:10:10 +0000 (0:00:00.011) 0:01:45.221 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Get information about VDO compression] *********************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-vdo.yml:27 Thursday 30 May 2024 23:10:10 +0000 (0:00:00.011) 0:01:45.232 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-vdo.yml:34 Thursday 30 May 2024 23:10:10 +0000 (0:00:00.011) 0:01:45.244 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-vdo.yml:40 Thursday 30 May 2024 23:10:10 +0000 (0:00:00.011) 0:01:45.255 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-vdo.yml:46 Thursday 30 May 2024 23:10:10 +0000 (0:00:00.013) 0:01:45.269 ********** ok: [sut] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Check Stratis] *********************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:79 Thursday 30 May 2024 23:10:10 +0000 (0:00:00.012) 0:01:45.282 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-stratis.yml for sut TASK [Run 'stratis report'] **************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-stratis.yml:6 Thursday 30 May 2024 23:10:10 +0000 (0:00:00.028) 0:01:45.311 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Get information about Stratis] ******************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-stratis.yml:11 Thursday 30 May 2024 23:10:10 +0000 (0:00:00.011) 0:01:45.322 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Verify that the pools was created] *************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-stratis.yml:15 Thursday 30 May 2024 23:10:10 +0000 (0:00:00.011) 0:01:45.334 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Verify that encryption is correctly set] ********************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-stratis.yml:25 Thursday 30 May 2024 23:10:10 +0000 (0:00:00.012) 0:01:45.346 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Verify that Clevis/Tang encryption is correctly set] ********************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-stratis.yml:34 Thursday 30 May 2024 23:10:10 +0000 (0:00:00.011) 0:01:45.357 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-stratis.yml:44 Thursday 30 May 2024 23:10:10 +0000 (0:00:00.011) 0:01:45.369 ********** ok: [sut] => { "ansible_facts": { "storage_test_stratis_report": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:82 Thursday 30 May 2024 23:10:10 +0000 (0:00:00.012) 0:01:45.381 ********** ok: [sut] => { "ansible_facts": { "__pvs_lvm_len": null, "_storage_test_expected_pv_count": null, "_storage_test_expected_pv_type": null, "_storage_test_pool_pvs": [], "_storage_test_pool_pvs_lvm": [] }, "changed": false } TASK [Verify the volumes] ****************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-volumes.yml:3 Thursday 30 May 2024 23:10:10 +0000 (0:00:00.012) 0:01:45.394 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume.yml for sut => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'ext4', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test1', 'raid_level': None, 'size': '10737418240', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/foo-test1', '_raw_device': '/dev/mapper/foo-test1', '_mount_id': '/dev/mapper/foo-test1', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}) TASK [Set storage volume test variables] *************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume.yml:2 Thursday 30 May 2024 23:10:10 +0000 (0:00:00.021) 0:01:45.415 ********** 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-main_stratis-support-2rq9ytyq9/tests/test-verify-volume.yml:19 Thursday 30 May 2024 23:10:10 +0000 (0:00:00.016) 0:01:45.432 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-mount.yml for sut => (item=mount) included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-fstab.yml for sut => (item=fstab) included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-fs.yml for sut => (item=fs) included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-device.yml for sut => (item=device) included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml for sut => (item=encryption) included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-md.yml for sut => (item=md) included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml for sut => (item=size) included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-cache.yml for sut => (item=cache) TASK [Get expected mount device based on device type] ************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-mount.yml:7 Thursday 30 May 2024 23:10:10 +0000 (0:00:00.050) 0:01:45.482 ********** ok: [sut] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/foo-test1" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-mount.yml:11 Thursday 30 May 2024 23:10:10 +0000 (0:00:00.018) 0:01:45.501 ********** ok: [sut] => { "ansible_facts": { "storage_test_mount_expected_mount_point": "/opt/test1", "storage_test_swap_expected_matches": "0" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-mount.yml:19 Thursday 30 May 2024 23:10:10 +0000 (0:00:00.016) 0:01:45.517 ********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and (storage_test_volume.mount_user or storage_test_volume.mount_group or storage_test_volume.mount_mode)", "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-mount.yml:28 Thursday 30 May 2024 23:10:10 +0000 (0:00:00.011) 0:01:45.528 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-mount.yml:36 Thursday 30 May 2024 23:10:10 +0000 (0:00:00.015) 0:01:45.543 ********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_user", "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-mount.yml:42 Thursday 30 May 2024 23:10:10 +0000 (0:00:00.046) 0:01:45.590 ********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_group", "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-mount.yml:48 Thursday 30 May 2024 23:10:10 +0000 (0:00:00.013) 0:01:45.603 ********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_mode", "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-mount.yml:57 Thursday 30 May 2024 23:10:10 +0000 (0:00:00.011) 0:01:45.615 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-mount.yml:63 Thursday 30 May 2024 23:10:11 +0000 (0:00:00.011) 0:01:45.626 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-mount.yml:69 Thursday 30 May 2024 23:10:11 +0000 (0:00:00.011) 0:01:45.638 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-mount.yml:79 Thursday 30 May 2024 23:10:11 +0000 (0:00:00.011) 0:01:45.650 ********** 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-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-fstab.yml:2 Thursday 30 May 2024 23:10:11 +0000 (0:00:00.014) 0:01:45.664 ********** ok: [sut] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": "1", "storage_test_fstab_expected_mount_options_matches": "1", "storage_test_fstab_expected_mount_point_matches": "1", "storage_test_fstab_id_matches": [ "/dev/mapper/foo-test1 " ], "storage_test_fstab_mount_options_matches": [ " /opt/test1 ext4 defaults " ], "storage_test_fstab_mount_point_matches": [ " /opt/test1 " ] }, "changed": false } TASK [Verify that the device identifier appears in /etc/fstab] ***************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-fstab.yml:17 Thursday 30 May 2024 23:10:11 +0000 (0:00:00.031) 0:01:45.696 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-fstab.yml:24 Thursday 30 May 2024 23:10:11 +0000 (0:00:00.017) 0:01:45.713 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-fstab.yml:33 Thursday 30 May 2024 23:10:11 +0000 (0:00:00.016) 0:01:45.729 ********** skipping: [sut] => { "changed": false, "false_condition": "__storage_verify_mount_options | d(false)", "skip_reason": "Conditional result was False" } TASK [Clean up variables] ****************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-fstab.yml:45 Thursday 30 May 2024 23:10:11 +0000 (0:00:00.012) 0:01:45.742 ********** 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-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-fs.yml:6 Thursday 30 May 2024 23:10:11 +0000 (0:00:00.012) 0:01:45.755 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-fs.yml:14 Thursday 30 May 2024 23:10:11 +0000 (0:00:00.018) 0:01:45.773 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-device.yml:3 Thursday 30 May 2024 23:10:11 +0000 (0:00:00.016) 0:01:45.790 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1717110606.0879574, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1717110606.0879574, "dev": 5, "device_type": 64768, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 711, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/symlink", "mode": "0660", "mtime": 1717110606.0879574, "nlink": 1, "path": "/dev/mapper/foo-test1", "pw_name": "root", "readable": true, "rgrp": true, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": null, "wgrp": true, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-device.yml:9 Thursday 30 May 2024 23:10:11 +0000 (0:00:00.200) 0:01:45.991 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-device.yml:16 Thursday 30 May 2024 23:10:11 +0000 (0:00:00.016) 0:01:46.008 ********** skipping: [sut] => { "changed": false, "false_condition": "not (_storage_test_volume_present or storage_test_volume.type == 'disk')", "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-device.yml:23 Thursday 30 May 2024 23:10:11 +0000 (0:00:00.011) 0:01:46.019 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-device.yml:29 Thursday 30 May 2024 23:10:11 +0000 (0:00:00.014) 0:01:46.034 ********** ok: [sut] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-device.yml:33 Thursday 30 May 2024 23:10:11 +0000 (0:00:00.014) 0:01:46.048 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == \"raid\"", "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-device.yml:38 Thursday 30 May 2024 23:10:11 +0000 (0:00:00.011) 0:01:46.060 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:3 Thursday 30 May 2024 23:10:11 +0000 (0:00:00.014) 0:01:46.075 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:10 Thursday 30 May 2024 23:10:11 +0000 (0:00:00.011) 0:01:46.086 ********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Collect LUKS info for this volume] *************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:16 Thursday 30 May 2024 23:10:12 +0000 (0:00:00.854) 0:01:46.941 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:22 Thursday 30 May 2024 23:10:12 +0000 (0:00:00.011) 0:01:46.953 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "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-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:29 Thursday 30 May 2024 23:10:12 +0000 (0:00:00.013) 0:01:46.966 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:40 Thursday 30 May 2024 23:10:12 +0000 (0:00:00.017) 0:01:46.984 ********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:46 Thursday 30 May 2024 23:10:12 +0000 (0:00:00.011) 0:01:46.996 ********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:51 Thursday 30 May 2024 23:10:12 +0000 (0:00:00.011) 0:01:47.008 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:63 Thursday 30 May 2024 23:10:12 +0000 (0:00:00.012) 0:01:47.020 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:75 Thursday 30 May 2024 23:10:12 +0000 (0:00:00.011) 0:01:47.032 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:87 Thursday 30 May 2024 23:10:12 +0000 (0:00:00.013) 0:01:47.045 ********** 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-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:93 Thursday 30 May 2024 23:10:12 +0000 (0:00:00.018) 0:01:47.064 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:100 Thursday 30 May 2024 23:10:12 +0000 (0:00:00.016) 0:01:47.080 ********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:108 Thursday 30 May 2024 23:10:12 +0000 (0:00:00.012) 0:01:47.093 ********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:116 Thursday 30 May 2024 23:10:12 +0000 (0:00:00.015) 0:01:47.108 ********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:124 Thursday 30 May 2024 23:10:12 +0000 (0:00:00.013) 0:01:47.122 ********** 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-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-md.yml:8 Thursday 30 May 2024 23:10:12 +0000 (0:00:00.015) 0:01:47.137 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-md.yml:14 Thursday 30 May 2024 23:10:12 +0000 (0:00:00.012) 0:01:47.150 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-md.yml:19 Thursday 30 May 2024 23:10:12 +0000 (0:00:00.012) 0:01:47.163 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-md.yml:24 Thursday 30 May 2024 23:10:12 +0000 (0:00:00.012) 0:01:47.175 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-md.yml:29 Thursday 30 May 2024 23:10:12 +0000 (0:00:00.012) 0:01:47.188 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-md.yml:37 Thursday 30 May 2024 23:10:12 +0000 (0:00:00.014) 0:01:47.202 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-md.yml:46 Thursday 30 May 2024 23:10:12 +0000 (0:00:00.013) 0:01:47.215 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-md.yml:54 Thursday 30 May 2024 23:10:12 +0000 (0:00:00.011) 0:01:47.227 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-md.yml:62 Thursday 30 May 2024 23:10:12 +0000 (0:00:00.011) 0:01:47.238 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-md.yml:70 Thursday 30 May 2024 23:10:12 +0000 (0:00:00.011) 0:01:47.250 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:3 Thursday 30 May 2024 23:10:12 +0000 (0:00:00.011) 0:01:47.262 ********** ok: [sut] => { "bytes": 10737418240, "changed": false, "lvm": "10g", "parted": "10GiB", "size": "10 GiB" } TASK [Parse the requested size of the volume] ********************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:11 Thursday 30 May 2024 23:10:12 +0000 (0:00:00.195) 0:01:47.457 ********** ok: [sut] => { "bytes": 10737418240, "changed": false, "lvm": "10g", "parted": "10GiB", "size": "10 GiB" } TASK [Establish base value for expected size] ********************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:20 Thursday 30 May 2024 23:10:13 +0000 (0:00:00.204) 0:01:47.662 ********** ok: [sut] => { "ansible_facts": { "storage_test_expected_size": "10737418240" }, "changed": false } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:28 Thursday 30 May 2024 23:10:13 +0000 (0:00:00.017) 0:01:47.680 ********** ok: [sut] => { "storage_test_expected_size": "10737418240" } TASK [Get the size of parent/pool device] ************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:32 Thursday 30 May 2024 23:10:13 +0000 (0:00:00.014) 0:01:47.695 ********** ok: [sut] => { "bytes": 10726680821, "changed": false, "lvm": "9g", "parted": "9GiB", "size": "9 GiB" } TASK [Show test pool] ********************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:46 Thursday 30 May 2024 23:10:13 +0000 (0:00:00.194) 0:01:47.890 ********** skipping: [sut] => { "false_condition": "'%' in storage_test_volume.size | string" } TASK [Show test blockinfo] ***************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:50 Thursday 30 May 2024 23:10:13 +0000 (0:00:00.014) 0:01:47.904 ********** skipping: [sut] => { "false_condition": "'%' in storage_test_volume.size | string" } TASK [Show test pool size] ***************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:54 Thursday 30 May 2024 23:10:13 +0000 (0:00:00.013) 0:01:47.918 ********** skipping: [sut] => { "false_condition": "'%' in storage_test_volume.size | string" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:58 Thursday 30 May 2024 23:10:13 +0000 (0:00:00.015) 0:01:47.933 ********** skipping: [sut] => { "changed": false, "false_condition": "'%' in storage_test_volume.size | string", "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:67 Thursday 30 May 2024 23:10:13 +0000 (0:00:00.013) 0:01:47.947 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:71 Thursday 30 May 2024 23:10:13 +0000 (0:00:00.010) 0:01:47.958 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:76 Thursday 30 May 2024 23:10:13 +0000 (0:00:00.010) 0:01:47.968 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:82 Thursday 30 May 2024 23:10:13 +0000 (0:00:00.010) 0:01:47.979 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:86 Thursday 30 May 2024 23:10:13 +0000 (0:00:00.010) 0:01:47.989 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:91 Thursday 30 May 2024 23:10:13 +0000 (0:00:00.011) 0:01:48.001 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:96 Thursday 30 May 2024 23:10:13 +0000 (0:00:00.010) 0:01:48.012 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:101 Thursday 30 May 2024 23:10:13 +0000 (0:00:00.010) 0:01:48.022 ********** skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Show volume thin pool size] ********************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:105 Thursday 30 May 2024 23:10:13 +0000 (0:00:00.010) 0:01:48.033 ********** skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:109 Thursday 30 May 2024 23:10:13 +0000 (0:00:00.010) 0:01:48.043 ********** skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Establish base value for expected thin pool size] ************************ task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:113 Thursday 30 May 2024 23:10:13 +0000 (0:00:00.010) 0:01:48.053 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:120 Thursday 30 May 2024 23:10:13 +0000 (0:00:00.011) 0:01:48.064 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:127 Thursday 30 May 2024 23:10:13 +0000 (0:00:00.011) 0:01:48.076 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:131 Thursday 30 May 2024 23:10:13 +0000 (0:00:00.011) 0:01:48.087 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:137 Thursday 30 May 2024 23:10:13 +0000 (0:00:00.011) 0:01:48.099 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:143 Thursday 30 May 2024 23:10:13 +0000 (0:00:00.011) 0:01:48.111 ********** ok: [sut] => { "storage_test_actual_size": { "bytes": 10737418240, "changed": false, "failed": false, "lvm": "10g", "parted": "10GiB", "size": "10 GiB" } } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:147 Thursday 30 May 2024 23:10:13 +0000 (0:00:00.013) 0:01:48.124 ********** ok: [sut] => { "storage_test_expected_size": "10737418240" } TASK [Assert expected size is actual size] ************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:151 Thursday 30 May 2024 23:10:13 +0000 (0:00:00.013) 0:01:48.138 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-cache.yml:5 Thursday 30 May 2024 23:10:13 +0000 (0:00:00.017) 0:01:48.155 ********** ok: [sut] => { "changed": false, "cmd": [ "lvs", "--noheadings", "--nameprefixes", "--units=b", "--nosuffix", "--unquoted", "-o", "name,attr,cache_total_blocks,chunk_size,segtype", "foo/test1" ], "delta": "0:00:00.045323", "end": "2024-05-30 23:10:13.748877", "rc": 0, "start": "2024-05-30 23:10:13.703554" } STDOUT: LVM2_LV_NAME=test1 LVM2_LV_ATTR=-wi-ao---- LVM2_CACHE_TOTAL_BLOCKS= LVM2_CHUNK_SIZE=0 LVM2_SEGTYPE=linear TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-cache.yml:13 Thursday 30 May 2024 23:10:13 +0000 (0:00:00.240) 0:01:48.396 ********** ok: [sut] => { "ansible_facts": { "storage_test_lv_segtype": [ "linear" ] }, "changed": false } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-cache.yml:17 Thursday 30 May 2024 23:10:13 +0000 (0:00:00.016) 0:01:48.412 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set LV cache size] ******************************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-cache.yml:24 Thursday 30 May 2024 23:10:13 +0000 (0:00:00.016) 0:01:48.428 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.cached | bool", "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-cache.yml:31 Thursday 30 May 2024 23:10:13 +0000 (0:00:00.012) 0:01:48.441 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.cached | bool", "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-cache.yml:37 Thursday 30 May 2024 23:10:13 +0000 (0:00:00.013) 0:01:48.455 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.cached | bool", "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-cache.yml:42 Thursday 30 May 2024 23:10:13 +0000 (0:00:00.013) 0:01:48.468 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.cached | bool", "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume.yml:25 Thursday 30 May 2024 23:10:13 +0000 (0:00:00.013) 0:01:48.482 ********** ok: [sut] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-role-results.yml:44 Thursday 30 May 2024 23:10:13 +0000 (0:00:00.014) 0:01:48.496 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Clean up variable namespace] ********************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-role-results.yml:54 Thursday 30 May 2024 23:10:13 +0000 (0:00:00.011) 0:01:48.507 ********** ok: [sut] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } TASK [Test for correct handling of invalid size specification] ***************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/tests_resize.yml:128 Thursday 30 May 2024 23:10:13 +0000 (0:00:00.011) 0:01:48.519 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-role-failed.yml for sut TASK [Store global variable value copy] **************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-role-failed.yml:4 Thursday 30 May 2024 23:10:13 +0000 (0:00:00.056) 0:01:48.575 ********** ok: [sut] => { "ansible_facts": { "storage_pools_global": [], "storage_safe_mode_global": false, "storage_volumes_global": [] }, "changed": false } TASK [Verify role raises correct error] **************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-role-failed.yml:10 Thursday 30 May 2024 23:10:13 +0000 (0:00:00.016) 0:01:48.592 ********** TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Thursday 30 May 2024 23:10:13 +0000 (0:00:00.021) 0:01:48.613 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Thursday 30 May 2024 23:10:14 +0000 (0:00:00.019) 0:01:48.633 ********** skipping: [sut] => { "changed": false, "false_condition": "__storage_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Thursday 30 May 2024 23:10:14 +0000 (0:00:00.016) 0:01:48.649 ********** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_9.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs", "stratisd", "stratis-cli" ] }, "ansible_included_var_files": [ "/WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } ok: [sut] => (item=CentOS_9.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs", "stratisd", "stratis-cli" ] }, "ansible_included_var_files": [ "/WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Thursday 30 May 2024 23:10:14 +0000 (0:00:00.033) 0:01:48.683 ********** skipping: [sut] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Thursday 30 May 2024 23:10:14 +0000 (0:00:00.015) 0:01:48.699 ********** skipping: [sut] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Thursday 30 May 2024 23:10:14 +0000 (0:00:00.015) 0:01:48.715 ********** ok: [sut] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Thursday 30 May 2024 23:10:14 +0000 (0:00:00.016) 0:01:48.731 ********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Thursday 30 May 2024 23:10:14 +0000 (0:00:00.020) 0:01:48.751 ********** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for sut TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Thursday 30 May 2024 23:10:14 +0000 (0:00:00.031) 0:01:48.783 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"blivet_available\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Thursday 30 May 2024 23:10:14 +0000 (0:00:00.016) 0:01:48.800 ********** ok: [sut] => { "storage_pools": [ { "disks": [ "sda" ], "name": "foo", "volumes": [ { "fs_type": "ext4", "mount_point": "/opt/test1", "name": "test1", "size": "xyz GiB" } ] } ] } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Thursday 30 May 2024 23:10:14 +0000 (0:00:00.021) 0:01:48.821 ********** ok: [sut] => { "storage_volumes": [] } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Thursday 30 May 2024 23:10:14 +0000 (0:00:00.017) 0:01:48.839 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Thursday 30 May 2024 23:10:14 +0000 (0:00:00.016) 0:01:48.855 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Thursday 30 May 2024 23:10:14 +0000 (0:00:00.016) 0:01:48.871 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Thursday 30 May 2024 23:10:14 +0000 (0:00:00.016) 0:01:48.887 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"service_facts\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Thursday 30 May 2024 23:10:14 +0000 (0:00:00.016) 0:01:48.904 ********** ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Thursday 30 May 2024 23:10:14 +0000 (0:00:00.027) 0:01:48.931 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Thursday 30 May 2024 23:10:14 +0000 (0:00:00.010) 0:01:48.942 ********** fatal: [sut]: FAILED! => { "actions": [], "changed": false, "crypts": [], "leaves": [], "mounts": [], "packages": [], "pools": [], "volumes": [] } MSG: invalid size specification 'xyz GiB' in pool 'foo' TASK [fedora.linux_system_roles.storage : Failed message] ********************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:91 Thursday 30 May 2024 23:10:15 +0000 (0:00:01.341) 0:01:50.284 ********** fatal: [sut]: FAILED! => { "changed": false } MSG: {'changed': False, 'actions': [], 'leaves': [], 'mounts': [], 'crypts': [], 'pools': [], 'volumes': [], 'packages': [], 'failed': True, 'msg': "invalid size specification 'xyz GiB' in pool 'foo'", 'invocation': {'module_args': {'pools': [{'disks': ['sda'], 'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'encryption_clevis_pin': None, 'encryption_tang_url': None, 'encryption_tang_thumbprint': None, 'name': 'foo', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_metadata_version': None, 'raid_chunk_size': None, 'shared': False, 'state': 'present', 'type': 'lvm', 'volumes': [{'encryption': None, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': None, 'fs_label': None, 'fs_type': 'ext4', 'mount_options': None, 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test1', 'raid_level': None, 'size': 'xyz GiB', 'state': 'present', 'type': None, 'cached': None, 'cache_devices': [], 'cache_mode': None, 'cache_size': None, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None}]}], 'volumes': [], 'use_partitions': None, 'disklabel_type': None, 'pool_defaults': {'state': 'present', 'type': 'lvm', 'disks': [], 'volumes': [], 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, 'shared': False}, 'volume_defaults': {'state': 'present', 'type': 'lvm', 'size': 0, 'disks': [], 'fs_type': 'xfs', 'fs_label': '', 'fs_create_options': '', 'fs_overwrite_existing': True, 'mount_point': '', 'mount_options': 'defaults', 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_stripe_size': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': []}, 'safe_mode': False, 'packages_only': False, 'diskvolume_mkfs_option_map': {}}}, '_ansible_no_log': None} TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Thursday 30 May 2024 23:10:15 +0000 (0:00:00.018) 0:01:50.302 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check that we failed in the role] **************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-role-failed.yml:23 Thursday 30 May 2024 23:10:15 +0000 (0:00:00.010) 0:01:50.313 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the blivet output and error message are correct] ****************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-role-failed.yml:28 Thursday 30 May 2024 23:10:15 +0000 (0:00:00.015) 0:01:50.329 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify correct exception or error message] ******************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-role-failed.yml:39 Thursday 30 May 2024 23:10:15 +0000 (0:00:00.021) 0:01:50.350 ********** skipping: [sut] => { "changed": false, "false_condition": "__storage_failed_exception is defined", "skip_reason": "Conditional result was False" } TASK [Test for correct handling of invalid size specification] ***************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/tests_resize.yml:144 Thursday 30 May 2024 23:10:15 +0000 (0:00:00.014) 0:01:50.365 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-role-failed.yml for sut TASK [Store global variable value copy] **************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-role-failed.yml:4 Thursday 30 May 2024 23:10:15 +0000 (0:00:00.019) 0:01:50.384 ********** ok: [sut] => { "ansible_facts": { "storage_pools_global": [], "storage_safe_mode_global": false, "storage_volumes_global": [] }, "changed": false } TASK [Verify role raises correct error] **************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-role-failed.yml:10 Thursday 30 May 2024 23:10:15 +0000 (0:00:00.016) 0:01:50.401 ********** TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Thursday 30 May 2024 23:10:15 +0000 (0:00:00.021) 0:01:50.422 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Thursday 30 May 2024 23:10:15 +0000 (0:00:00.018) 0:01:50.440 ********** skipping: [sut] => { "changed": false, "false_condition": "__storage_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Thursday 30 May 2024 23:10:15 +0000 (0:00:00.015) 0:01:50.456 ********** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_9.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs", "stratisd", "stratis-cli" ] }, "ansible_included_var_files": [ "/WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } ok: [sut] => (item=CentOS_9.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs", "stratisd", "stratis-cli" ] }, "ansible_included_var_files": [ "/WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Thursday 30 May 2024 23:10:15 +0000 (0:00:00.031) 0:01:50.487 ********** skipping: [sut] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Thursday 30 May 2024 23:10:15 +0000 (0:00:00.015) 0:01:50.503 ********** skipping: [sut] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Thursday 30 May 2024 23:10:15 +0000 (0:00:00.014) 0:01:50.517 ********** ok: [sut] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Thursday 30 May 2024 23:10:15 +0000 (0:00:00.014) 0:01:50.531 ********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Thursday 30 May 2024 23:10:15 +0000 (0:00:00.014) 0:01:50.546 ********** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for sut TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Thursday 30 May 2024 23:10:15 +0000 (0:00:00.029) 0:01:50.576 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"blivet_available\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Thursday 30 May 2024 23:10:15 +0000 (0:00:00.015) 0:01:50.591 ********** ok: [sut] => { "storage_pools": [ { "disks": [ "sda" ], "name": "foo", "volumes": [ { "fs_type": "ext4", "mount_point": "/opt/test1", "name": "test1", "size": "none" } ] } ] } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Thursday 30 May 2024 23:10:15 +0000 (0:00:00.016) 0:01:50.607 ********** ok: [sut] => { "storage_volumes": [] } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Thursday 30 May 2024 23:10:15 +0000 (0:00:00.015) 0:01:50.623 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Thursday 30 May 2024 23:10:16 +0000 (0:00:00.014) 0:01:50.637 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Thursday 30 May 2024 23:10:16 +0000 (0:00:00.015) 0:01:50.652 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Thursday 30 May 2024 23:10:16 +0000 (0:00:00.016) 0:01:50.668 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"service_facts\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Thursday 30 May 2024 23:10:16 +0000 (0:00:00.015) 0:01:50.684 ********** ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Thursday 30 May 2024 23:10:16 +0000 (0:00:00.025) 0:01:50.709 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Thursday 30 May 2024 23:10:16 +0000 (0:00:00.010) 0:01:50.720 ********** fatal: [sut]: FAILED! => { "actions": [], "changed": false, "crypts": [], "leaves": [], "mounts": [], "packages": [], "pools": [], "volumes": [] } MSG: invalid size specification 'none' in pool 'foo' TASK [fedora.linux_system_roles.storage : Failed message] ********************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:91 Thursday 30 May 2024 23:10:17 +0000 (0:00:01.322) 0:01:52.042 ********** fatal: [sut]: FAILED! => { "changed": false } MSG: {'changed': False, 'actions': [], 'leaves': [], 'mounts': [], 'crypts': [], 'pools': [], 'volumes': [], 'packages': [], 'failed': True, 'msg': "invalid size specification 'none' in pool 'foo'", 'invocation': {'module_args': {'pools': [{'disks': ['sda'], 'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'encryption_clevis_pin': None, 'encryption_tang_url': None, 'encryption_tang_thumbprint': None, 'name': 'foo', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_metadata_version': None, 'raid_chunk_size': None, 'shared': False, 'state': 'present', 'type': 'lvm', 'volumes': [{'encryption': None, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': None, 'fs_label': None, 'fs_type': 'ext4', 'mount_options': None, 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test1', 'raid_level': None, 'size': 'none', 'state': 'present', 'type': None, 'cached': None, 'cache_devices': [], 'cache_mode': None, 'cache_size': None, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None}]}], 'volumes': [], 'use_partitions': None, 'disklabel_type': None, 'pool_defaults': {'state': 'present', 'type': 'lvm', 'disks': [], 'volumes': [], 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, 'shared': False}, 'volume_defaults': {'state': 'present', 'type': 'lvm', 'size': 0, 'disks': [], 'fs_type': 'xfs', 'fs_label': '', 'fs_create_options': '', 'fs_overwrite_existing': True, 'mount_point': '', 'mount_options': 'defaults', 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_stripe_size': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': []}, 'safe_mode': False, 'packages_only': False, 'diskvolume_mkfs_option_map': {}}}, '_ansible_no_log': None} TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Thursday 30 May 2024 23:10:17 +0000 (0:00:00.018) 0:01:52.061 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check that we failed in the role] **************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-role-failed.yml:23 Thursday 30 May 2024 23:10:17 +0000 (0:00:00.012) 0:01:52.073 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the blivet output and error message are correct] ****************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-role-failed.yml:28 Thursday 30 May 2024 23:10:17 +0000 (0:00:00.014) 0:01:52.087 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify correct exception or error message] ******************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-role-failed.yml:39 Thursday 30 May 2024 23:10:17 +0000 (0:00:00.019) 0:01:52.107 ********** skipping: [sut] => { "changed": false, "false_condition": "__storage_failed_exception is defined", "skip_reason": "Conditional result was False" } TASK [Clean up] **************************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/tests_resize.yml:160 Thursday 30 May 2024 23:10:17 +0000 (0:00:00.015) 0:01:52.122 ********** TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Thursday 30 May 2024 23:10:17 +0000 (0:00:00.028) 0:01:52.150 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Thursday 30 May 2024 23:10:17 +0000 (0:00:00.057) 0:01:52.208 ********** skipping: [sut] => { "changed": false, "false_condition": "__storage_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Thursday 30 May 2024 23:10:17 +0000 (0:00:00.017) 0:01:52.225 ********** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_9.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs", "stratisd", "stratis-cli" ] }, "ansible_included_var_files": [ "/WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } ok: [sut] => (item=CentOS_9.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs", "stratisd", "stratis-cli" ] }, "ansible_included_var_files": [ "/WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Thursday 30 May 2024 23:10:17 +0000 (0:00:00.038) 0:01:52.264 ********** skipping: [sut] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Thursday 30 May 2024 23:10:17 +0000 (0:00:00.015) 0:01:52.279 ********** skipping: [sut] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Thursday 30 May 2024 23:10:17 +0000 (0:00:00.014) 0:01:52.294 ********** ok: [sut] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Thursday 30 May 2024 23:10:17 +0000 (0:00:00.014) 0:01:52.309 ********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Thursday 30 May 2024 23:10:17 +0000 (0:00:00.013) 0:01:52.322 ********** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for sut TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Thursday 30 May 2024 23:10:17 +0000 (0:00:00.028) 0:01:52.351 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"blivet_available\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Thursday 30 May 2024 23:10:17 +0000 (0:00:00.015) 0:01:52.366 ********** ok: [sut] => { "storage_pools": [ { "disks": [ "sda" ], "name": "foo", "state": "absent", "volumes": [ { "mount_point": "/opt/test1", "name": "test1", "size": "5g" } ] } ] } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Thursday 30 May 2024 23:10:17 +0000 (0:00:00.016) 0:01:52.382 ********** ok: [sut] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined. 'storage_volumes' is undefined" } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Thursday 30 May 2024 23:10:17 +0000 (0:00:00.014) 0:01:52.397 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Thursday 30 May 2024 23:10:17 +0000 (0:00:00.015) 0:01:52.412 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Thursday 30 May 2024 23:10:17 +0000 (0:00:00.014) 0:01:52.426 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Thursday 30 May 2024 23:10:17 +0000 (0:00:00.014) 0:01:52.440 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"service_facts\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Thursday 30 May 2024 23:10:17 +0000 (0:00:00.013) 0:01:52.454 ********** ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Thursday 30 May 2024 23:10:17 +0000 (0:00:00.027) 0:01:52.482 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Thursday 30 May 2024 23:10:17 +0000 (0:00:00.010) 0:01:52.492 ********** changed: [sut] => { "actions": [ { "action": "destroy format", "device": "/dev/mapper/foo-test1", "fs_type": "ext4" }, { "action": "destroy device", "device": "/dev/mapper/foo-test1", "fs_type": null }, { "action": "destroy device", "device": "/dev/foo", "fs_type": null }, { "action": "destroy format", "device": "/dev/sda", "fs_type": "lvmpv" } ], "changed": true, "crypts": [], "leaves": [ "/dev/sda", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [ { "fstype": "ext4", "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "absent" } ], "packages": [ "xfsprogs" ], "pools": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "absent", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext4", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "5g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Thursday 30 May 2024 23:10:19 +0000 (0:00:01.966) 0:01:54.459 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_udevadm_trigger | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Thursday 30 May 2024 23:10:19 +0000 (0:00:00.013) 0:01:54.472 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:101 Thursday 30 May 2024 23:10:19 +0000 (0:00:00.010) 0:01:54.482 ********** ok: [sut] => { "blivet_output": { "actions": [ { "action": "destroy format", "device": "/dev/mapper/foo-test1", "fs_type": "ext4" }, { "action": "destroy device", "device": "/dev/mapper/foo-test1", "fs_type": null }, { "action": "destroy device", "device": "/dev/foo", "fs_type": null }, { "action": "destroy format", "device": "/dev/sda", "fs_type": "lvmpv" } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/sda", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [ { "fstype": "ext4", "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "absent" } ], "packages": [ "xfsprogs" ], "pools": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "absent", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext4", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "5g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:110 Thursday 30 May 2024 23:10:19 +0000 (0:00:00.017) 0:01:54.500 ********** ok: [sut] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "absent", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext4", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "5g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] }, "changed": false } TASK [fedora.linux_system_roles.storage : Set the list of volumes for test verification] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:114 Thursday 30 May 2024 23:10:19 +0000 (0:00:00.015) 0:01:54.515 ********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:130 Thursday 30 May 2024 23:10:19 +0000 (0:00:00.014) 0:01:54.530 ********** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount changed: [sut] => (item={'src': '/dev/mapper/foo-test1', 'path': '/opt/test1', 'state': 'absent', 'fstype': 'ext4'}) => { "ansible_loop_var": "mount_info", "backup_file": "", "boot": "yes", "changed": true, "dump": "0", "fstab": "/etc/fstab", "fstype": "ext4", "mount_info": { "fstype": "ext4", "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "absent" }, "name": "/opt/test1", "opts": "defaults", "passno": "0", "src": "/dev/mapper/foo-test1" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:141 Thursday 30 May 2024 23:10:20 +0000 (0:00:00.210) 0:01:54.740 ********** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:146 Thursday 30 May 2024 23:10:20 +0000 (0:00:00.554) 0:01:55.295 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:157 Thursday 30 May 2024 23:10:20 +0000 (0:00:00.016) 0:01:55.311 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:169 Thursday 30 May 2024 23:10:20 +0000 (0:00:00.017) 0:01:55.329 ********** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:177 Thursday 30 May 2024 23:10:21 +0000 (0:00:00.551) 0:01:55.881 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1717110357.516958, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1716902420.402, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 2097284, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "inode/x-empty", "mode": "0600", "mtime": 1716902144.521, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "3342962587", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:182 Thursday 30 May 2024 23:10:21 +0000 (0:00:00.203) 0:01:56.084 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:204 Thursday 30 May 2024 23:10:21 +0000 (0:00:00.012) 0:01:56.097 ********** ok: [sut] TASK [Verify role results] ***************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/tests_resize.yml:173 Thursday 30 May 2024 23:10:22 +0000 (0:00:00.774) 0:01:56.871 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-role-results.yml for sut TASK [Print out pool information] ********************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-role-results.yml:2 Thursday 30 May 2024 23:10:22 +0000 (0:00:00.022) 0:01:56.894 ********** ok: [sut] => { "_storage_pools_list": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "absent", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext4", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "5g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] } TASK [Print out volume information] ******************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-role-results.yml:7 Thursday 30 May 2024 23:10:22 +0000 (0:00:00.016) 0:01:56.910 ********** skipping: [sut] => { "false_condition": "_storage_volumes_list | length > 0" } TASK [Collect info about the volumes.] ***************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-role-results.yml:15 Thursday 30 May 2024 23:10:22 +0000 (0:00:00.012) 0:01:56.923 ********** 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": "82a26900-2b36-49b9-bc49-f4d2f0bb14b8" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-role-results.yml:20 Thursday 30 May 2024 23:10:22 +0000 (0:00:00.202) 0:01:57.125 ********** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.003116", "end": "2024-05-30 23:10:22.675070", "rc": 0, "start": "2024-05-30 23:10:22.671954" } STDOUT: # # /etc/fstab # Created by anaconda on Tue May 28 13:15:44 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=82a26900-2b36-49b9-bc49-f4d2f0bb14b8 / 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-main_stratis-support-2rq9ytyq9/tests/verify-role-results.yml:25 Thursday 30 May 2024 23:10:22 +0000 (0:00:00.197) 0:01:57.323 ********** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.003367", "end": "2024-05-30 23:10:22.872751", "failed_when_result": false, "rc": 0, "start": "2024-05-30 23:10:22.869384" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-role-results.yml:34 Thursday 30 May 2024 23:10:22 +0000 (0:00:00.195) 0:01:57.518 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool.yml for sut => (item={'disks': ['sda'], 'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'encryption_clevis_pin': None, 'encryption_tang_url': None, 'encryption_tang_thumbprint': None, 'name': 'foo', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_metadata_version': None, 'raid_chunk_size': None, 'shared': False, 'state': 'absent', 'type': 'lvm', 'volumes': [{'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'ext4', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test1', 'raid_level': None, 'size': '5g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/foo-test1', '_raw_device': '/dev/mapper/foo-test1', '_mount_id': '/dev/mapper/foo-test1'}]}) TASK [Set _storage_pool_tests] ************************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool.yml:5 Thursday 30 May 2024 23:10:22 +0000 (0:00:00.026) 0:01:57.544 ********** ok: [sut] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool.yml:18 Thursday 30 May 2024 23:10:22 +0000 (0:00:00.013) 0:01:57.557 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'lvm' and storage_test_pool.state == 'present'", "skip_reason": "Conditional result was False" } TASK [Verify that VG shared value checks out] ********************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool.yml:24 Thursday 30 May 2024 23:10:22 +0000 (0:00:00.011) 0:01:57.569 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'lvm' and storage_test_pool.state == 'present'", "skip_reason": "Conditional result was False" } TASK [Verify pool subset] ****************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool.yml:34 Thursday 30 May 2024 23:10:22 +0000 (0:00:00.012) 0:01:57.582 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml for sut => (item=members) included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-volumes.yml for sut => (item=volumes) TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:2 Thursday 30 May 2024 23:10:22 +0000 (0:00:00.022) 0:01:57.605 ********** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_count": "0", "_storage_test_pool_pvs_lvm": [] }, "changed": false } TASK [Get the canonical device path for each member device] ******************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:8 Thursday 30 May 2024 23:10:22 +0000 (0:00:00.018) 0:01:57.623 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Set pvs lvm length] ****************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:17 Thursday 30 May 2024 23:10:23 +0000 (0:00:00.009) 0:01:57.632 ********** ok: [sut] => { "ansible_facts": { "__pvs_lvm_len": "0" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:22 Thursday 30 May 2024 23:10:23 +0000 (0:00:00.015) 0:01:57.648 ********** ok: [sut] => { "ansible_facts": { "_storage_test_pool_pvs": [] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:27 Thursday 30 May 2024 23:10:23 +0000 (0:00:00.016) 0:01:57.665 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:36 Thursday 30 May 2024 23:10:23 +0000 (0:00:00.015) 0:01:57.681 ********** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:41 Thursday 30 May 2024 23:10:23 +0000 (0:00:00.013) 0:01:57.694 ********** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:46 Thursday 30 May 2024 23:10:23 +0000 (0:00:00.014) 0:01:57.709 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'lvm' and storage_test_pool.raid_level", "skip_reason": "Conditional result was False" } TASK [Check the type of each PV] *********************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:51 Thursday 30 May 2024 23:10:23 +0000 (0:00:00.010) 0:01:57.720 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check MD RAID] *********************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:64 Thursday 30 May 2024 23:10:23 +0000 (0:00:00.011) 0:01:57.731 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-md.yml for sut TASK [Get information about RAID] ********************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-md.yml:8 Thursday 30 May 2024 23:10:23 +0000 (0:00:00.022) 0:01:57.754 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-md.yml:14 Thursday 30 May 2024 23:10:23 +0000 (0:00:00.011) 0:01:57.766 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-md.yml:19 Thursday 30 May 2024 23:10:23 +0000 (0:00:00.011) 0:01:57.777 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-md.yml:24 Thursday 30 May 2024 23:10:23 +0000 (0:00:00.011) 0:01:57.789 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set md chunk size regex] ************************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-md.yml:29 Thursday 30 May 2024 23:10:23 +0000 (0:00:00.047) 0:01:57.837 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-md.yml:37 Thursday 30 May 2024 23:10:23 +0000 (0:00:00.013) 0:01:57.850 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-md.yml:46 Thursday 30 May 2024 23:10:23 +0000 (0:00:00.011) 0:01:57.862 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-md.yml:55 Thursday 30 May 2024 23:10:23 +0000 (0:00:00.011) 0:01:57.874 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-md.yml:64 Thursday 30 May 2024 23:10:23 +0000 (0:00:00.011) 0:01:57.886 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-md.yml:74 Thursday 30 May 2024 23:10:23 +0000 (0:00:00.012) 0:01:57.898 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Reset variables used by tests] ******************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-md.yml:83 Thursday 30 May 2024 23:10:23 +0000 (0:00:00.014) 0:01:57.912 ********** ok: [sut] => { "ansible_facts": { "storage_test_md_active_devices_re": null, "storage_test_md_chunk_size_re": null, "storage_test_md_metadata_version_re": null, "storage_test_md_spare_devices_re": null }, "changed": false } TASK [Check LVM RAID] ********************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:67 Thursday 30 May 2024 23:10:23 +0000 (0:00:00.012) 0:01:57.925 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-members-lvmraid.yml for sut TASK [Validate pool member LVM RAID settings] ********************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-members-lvmraid.yml:2 Thursday 30 May 2024 23:10:23 +0000 (0:00:00.024) 0:01:57.950 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-lvmraid.yml for sut => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'ext4', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test1', 'raid_level': None, 'size': '5g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/foo-test1', '_raw_device': '/dev/mapper/foo-test1', '_mount_id': '/dev/mapper/foo-test1'}) TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-lvmraid.yml:8 Thursday 30 May 2024 23:10:23 +0000 (0:00:00.024) 0:01:57.974 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-lvmraid.yml:16 Thursday 30 May 2024 23:10:23 +0000 (0:00:00.017) 0:01:57.992 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-lvmraid.yml:20 Thursday 30 May 2024 23:10:23 +0000 (0:00:00.015) 0:01:58.007 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Set LV stripe size] ****************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-lvmraid.yml:27 Thursday 30 May 2024 23:10:23 +0000 (0:00:00.015) 0:01:58.023 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Parse the requested stripe size] ***************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-lvmraid.yml:31 Thursday 30 May 2024 23:10:23 +0000 (0:00:00.015) 0:01:58.038 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Set expected stripe size] ************************************************ task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-lvmraid.yml:37 Thursday 30 May 2024 23:10:23 +0000 (0:00:00.015) 0:01:58.053 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Check stripe size] ******************************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-lvmraid.yml:42 Thursday 30 May 2024 23:10:23 +0000 (0:00:00.018) 0:01:58.071 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Check Thin Pools] ******************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:70 Thursday 30 May 2024 23:10:23 +0000 (0:00:00.015) 0:01:58.087 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-members-thin.yml for sut TASK [Validate pool member thinpool settings] ********************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-members-thin.yml:2 Thursday 30 May 2024 23:10:23 +0000 (0:00:00.024) 0:01:58.112 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-thin.yml for sut => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'ext4', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test1', 'raid_level': None, 'size': '5g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/foo-test1', '_raw_device': '/dev/mapper/foo-test1', '_mount_id': '/dev/mapper/foo-test1'}) TASK [Get information about thinpool] ****************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-thin.yml:8 Thursday 30 May 2024 23:10:23 +0000 (0:00:00.023) 0:01:58.135 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_thin_volume.thin", "skip_reason": "Conditional result was False" } TASK [Check that volume is in correct thinpool (when thinp name is provided)] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-thin.yml:16 Thursday 30 May 2024 23:10:23 +0000 (0:00:00.013) 0:01:58.148 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_thin_volume.thin", "skip_reason": "Conditional result was False" } TASK [Check that volume is in thinpool (when thinp name is not provided)] ****** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-thin.yml:22 Thursday 30 May 2024 23:10:23 +0000 (0:00:00.011) 0:01:58.160 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_thin_volume.thin", "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-thin.yml:26 Thursday 30 May 2024 23:10:23 +0000 (0:00:00.011) 0:01:58.171 ********** ok: [sut] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Check member encryption] ************************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:73 Thursday 30 May 2024 23:10:23 +0000 (0:00:00.012) 0:01:58.184 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-members-encryption.yml for sut TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-members-encryption.yml:5 Thursday 30 May 2024 23:10:23 +0000 (0:00:00.027) 0:01:58.211 ********** ok: [sut] => { "ansible_facts": { "_storage_test_expected_crypttab_entries": "0", "_storage_test_expected_crypttab_key_file": "-" }, "changed": false } TASK [Validate pool member LUKS settings] ************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-members-encryption.yml:10 Thursday 30 May 2024 23:10:23 +0000 (0:00:00.015) 0:01:58.227 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Validate pool member crypttab entries] *********************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-members-encryption.yml:17 Thursday 30 May 2024 23:10:23 +0000 (0:00:00.010) 0:01:58.238 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-members-encryption.yml:24 Thursday 30 May 2024 23:10:23 +0000 (0:00:00.010) 0:01:58.249 ********** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_crypttab_key_file": null }, "changed": false } TASK [Check VDO] *************************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:76 Thursday 30 May 2024 23:10:23 +0000 (0:00:00.013) 0:01:58.262 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-members-vdo.yml for sut TASK [Validate pool member VDO settings] *************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-members-vdo.yml:2 Thursday 30 May 2024 23:10:23 +0000 (0:00:00.027) 0:01:58.290 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-vdo.yml for sut => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'ext4', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test1', 'raid_level': None, 'size': '5g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/foo-test1', '_raw_device': '/dev/mapper/foo-test1', '_mount_id': '/dev/mapper/foo-test1'}) TASK [Get information about VDO deduplication] ********************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-vdo.yml:8 Thursday 30 May 2024 23:10:23 +0000 (0:00:00.022) 0:01:58.312 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-vdo.yml:15 Thursday 30 May 2024 23:10:23 +0000 (0:00:00.012) 0:01:58.325 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-vdo.yml:21 Thursday 30 May 2024 23:10:23 +0000 (0:00:00.013) 0:01:58.338 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Get information about VDO compression] *********************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-vdo.yml:27 Thursday 30 May 2024 23:10:23 +0000 (0:00:00.013) 0:01:58.352 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-vdo.yml:34 Thursday 30 May 2024 23:10:23 +0000 (0:00:00.011) 0:01:58.364 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-vdo.yml:40 Thursday 30 May 2024 23:10:23 +0000 (0:00:00.011) 0:01:58.375 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-vdo.yml:46 Thursday 30 May 2024 23:10:23 +0000 (0:00:00.011) 0:01:58.387 ********** ok: [sut] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Check Stratis] *********************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:79 Thursday 30 May 2024 23:10:23 +0000 (0:00:00.012) 0:01:58.399 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-stratis.yml for sut TASK [Run 'stratis report'] **************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-stratis.yml:6 Thursday 30 May 2024 23:10:23 +0000 (0:00:00.028) 0:01:58.427 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Get information about Stratis] ******************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-stratis.yml:11 Thursday 30 May 2024 23:10:23 +0000 (0:00:00.011) 0:01:58.439 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Verify that the pools was created] *************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-stratis.yml:15 Thursday 30 May 2024 23:10:23 +0000 (0:00:00.011) 0:01:58.450 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Verify that encryption is correctly set] ********************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-stratis.yml:25 Thursday 30 May 2024 23:10:23 +0000 (0:00:00.011) 0:01:58.461 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Verify that Clevis/Tang encryption is correctly set] ********************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-stratis.yml:34 Thursday 30 May 2024 23:10:23 +0000 (0:00:00.011) 0:01:58.473 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-stratis.yml:44 Thursday 30 May 2024 23:10:23 +0000 (0:00:00.011) 0:01:58.484 ********** ok: [sut] => { "ansible_facts": { "storage_test_stratis_report": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:82 Thursday 30 May 2024 23:10:23 +0000 (0:00:00.013) 0:01:58.498 ********** ok: [sut] => { "ansible_facts": { "__pvs_lvm_len": null, "_storage_test_expected_pv_count": null, "_storage_test_expected_pv_type": null, "_storage_test_pool_pvs": [], "_storage_test_pool_pvs_lvm": [] }, "changed": false } TASK [Verify the volumes] ****************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-volumes.yml:3 Thursday 30 May 2024 23:10:23 +0000 (0:00:00.012) 0:01:58.510 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume.yml for sut => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'ext4', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test1', 'raid_level': None, 'size': '5g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/foo-test1', '_raw_device': '/dev/mapper/foo-test1', '_mount_id': '/dev/mapper/foo-test1'}) TASK [Set storage volume test variables] *************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume.yml:2 Thursday 30 May 2024 23:10:23 +0000 (0:00:00.019) 0:01:58.529 ********** 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-main_stratis-support-2rq9ytyq9/tests/test-verify-volume.yml:19 Thursday 30 May 2024 23:10:23 +0000 (0:00:00.015) 0:01:58.545 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-mount.yml for sut => (item=mount) included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-fstab.yml for sut => (item=fstab) included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-fs.yml for sut => (item=fs) included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-device.yml for sut => (item=device) included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml for sut => (item=encryption) included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-md.yml for sut => (item=md) included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml for sut => (item=size) included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-cache.yml for sut => (item=cache) TASK [Get expected mount device based on device type] ************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-mount.yml:7 Thursday 30 May 2024 23:10:23 +0000 (0:00:00.049) 0:01:58.594 ********** ok: [sut] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/foo-test1" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-mount.yml:11 Thursday 30 May 2024 23:10:23 +0000 (0:00:00.019) 0:01:58.614 ********** ok: [sut] => { "ansible_facts": { "storage_test_mount_expected_mount_point": "/opt/test1", "storage_test_swap_expected_matches": "0" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-mount.yml:19 Thursday 30 May 2024 23:10:24 +0000 (0:00:00.064) 0:01:58.678 ********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and (storage_test_volume.mount_user or storage_test_volume.mount_group or storage_test_volume.mount_mode)", "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-mount.yml:28 Thursday 30 May 2024 23:10:24 +0000 (0:00:00.016) 0:01:58.695 ********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Verify mount directory user] ********************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-mount.yml:36 Thursday 30 May 2024 23:10:24 +0000 (0:00:00.013) 0:01:58.708 ********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_user", "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-mount.yml:42 Thursday 30 May 2024 23:10:24 +0000 (0:00:00.013) 0:01:58.721 ********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_group", "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-mount.yml:48 Thursday 30 May 2024 23:10:24 +0000 (0:00:00.013) 0:01:58.735 ********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_mode", "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-mount.yml:57 Thursday 30 May 2024 23:10:24 +0000 (0:00:00.013) 0:01:58.749 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-mount.yml:63 Thursday 30 May 2024 23:10:24 +0000 (0:00:00.015) 0:01:58.764 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-mount.yml:69 Thursday 30 May 2024 23:10:24 +0000 (0:00:00.012) 0:01:58.777 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-mount.yml:79 Thursday 30 May 2024 23:10:24 +0000 (0:00:00.013) 0:01:58.790 ********** 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-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-fstab.yml:2 Thursday 30 May 2024 23:10:24 +0000 (0:00:00.013) 0:01:58.804 ********** 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-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-fstab.yml:17 Thursday 30 May 2024 23:10:24 +0000 (0:00:00.030) 0:01:58.834 ********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False" } TASK [Verify the fstab mount point] ******************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-fstab.yml:24 Thursday 30 May 2024 23:10:24 +0000 (0:00:00.011) 0:01:58.846 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-fstab.yml:33 Thursday 30 May 2024 23:10:24 +0000 (0:00:00.018) 0:01:58.864 ********** skipping: [sut] => { "changed": false, "false_condition": "__storage_verify_mount_options | d(false)", "skip_reason": "Conditional result was False" } TASK [Clean up variables] ****************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-fstab.yml:45 Thursday 30 May 2024 23:10:24 +0000 (0:00:00.013) 0:01:58.878 ********** 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-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-fs.yml:6 Thursday 30 May 2024 23:10:24 +0000 (0:00:00.012) 0:01:58.891 ********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Verify fs label] ********************************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-fs.yml:14 Thursday 30 May 2024 23:10:24 +0000 (0:00:00.012) 0:01:58.904 ********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False" } TASK [See whether the device node is present] ********************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-device.yml:3 Thursday 30 May 2024 23:10:24 +0000 (0:00:00.014) 0:01:58.918 ********** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-device.yml:9 Thursday 30 May 2024 23:10:24 +0000 (0:00:00.194) 0:01:59.112 ********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present or storage_test_volume.type == 'disk'", "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-device.yml:16 Thursday 30 May 2024 23:10:24 +0000 (0:00:00.014) 0:01:59.127 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about this volume] ********************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-device.yml:23 Thursday 30 May 2024 23:10:24 +0000 (0:00:00.015) 0:01:59.142 ********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Process volume type (set initial value) (1/2)] *************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-device.yml:29 Thursday 30 May 2024 23:10:24 +0000 (0:00:00.011) 0:01:59.154 ********** ok: [sut] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-device.yml:33 Thursday 30 May 2024 23:10:24 +0000 (0:00:00.013) 0:01:59.167 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == \"raid\"", "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-device.yml:38 Thursday 30 May 2024 23:10:24 +0000 (0:00:00.011) 0:01:59.179 ********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Stat the LUKS device, if encrypted] ************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:3 Thursday 30 May 2024 23:10:24 +0000 (0:00:00.011) 0:01:59.191 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:10 Thursday 30 May 2024 23:10:24 +0000 (0:00:00.013) 0:01:59.204 ********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Collect LUKS info for this volume] *************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:16 Thursday 30 May 2024 23:10:25 +0000 (0:00:00.859) 0:02:00.063 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:22 Thursday 30 May 2024 23:10:25 +0000 (0:00:00.012) 0:02:00.075 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "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-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:29 Thursday 30 May 2024 23:10:25 +0000 (0:00:00.011) 0:02:00.087 ********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:40 Thursday 30 May 2024 23:10:25 +0000 (0:00:00.011) 0:02:00.099 ********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:46 Thursday 30 May 2024 23:10:25 +0000 (0:00:00.011) 0:02:00.110 ********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:51 Thursday 30 May 2024 23:10:25 +0000 (0:00:00.012) 0:02:00.123 ********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:63 Thursday 30 May 2024 23:10:25 +0000 (0:00:00.011) 0:02:00.135 ********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:75 Thursday 30 May 2024 23:10:25 +0000 (0:00:00.011) 0:02:00.146 ********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:87 Thursday 30 May 2024 23:10:25 +0000 (0:00:00.011) 0:02:00.158 ********** 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-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:93 Thursday 30 May 2024 23:10:25 +0000 (0:00:00.018) 0:02:00.176 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:100 Thursday 30 May 2024 23:10:25 +0000 (0:00:00.015) 0:02:00.192 ********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:108 Thursday 30 May 2024 23:10:25 +0000 (0:00:00.014) 0:02:00.206 ********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:116 Thursday 30 May 2024 23:10:25 +0000 (0:00:00.012) 0:02:00.219 ********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:124 Thursday 30 May 2024 23:10:25 +0000 (0:00:00.012) 0:02:00.232 ********** 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-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-md.yml:8 Thursday 30 May 2024 23:10:25 +0000 (0:00:00.012) 0:02:00.245 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-md.yml:14 Thursday 30 May 2024 23:10:25 +0000 (0:00:00.011) 0:02:00.256 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-md.yml:19 Thursday 30 May 2024 23:10:25 +0000 (0:00:00.011) 0:02:00.268 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-md.yml:24 Thursday 30 May 2024 23:10:25 +0000 (0:00:00.012) 0:02:00.281 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-md.yml:29 Thursday 30 May 2024 23:10:25 +0000 (0:00:00.011) 0:02:00.292 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-md.yml:37 Thursday 30 May 2024 23:10:25 +0000 (0:00:00.011) 0:02:00.304 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-md.yml:46 Thursday 30 May 2024 23:10:25 +0000 (0:00:00.011) 0:02:00.315 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-md.yml:54 Thursday 30 May 2024 23:10:25 +0000 (0:00:00.011) 0:02:00.327 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-md.yml:62 Thursday 30 May 2024 23:10:25 +0000 (0:00:00.011) 0:02:00.338 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-md.yml:70 Thursday 30 May 2024 23:10:25 +0000 (0:00:00.013) 0:02:00.351 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:3 Thursday 30 May 2024 23:10:25 +0000 (0:00:00.012) 0:02:00.363 ********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False" } TASK [Parse the requested size of the volume] ********************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:11 Thursday 30 May 2024 23:10:25 +0000 (0:00:00.012) 0:02:00.375 ********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False" } TASK [Establish base value for expected size] ********************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:20 Thursday 30 May 2024 23:10:25 +0000 (0:00:00.011) 0:02:00.386 ********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False" } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:28 Thursday 30 May 2024 23:10:25 +0000 (0:00:00.011) 0:02:00.397 ********** ok: [sut] => { "storage_test_expected_size": "10737418240" } TASK [Get the size of parent/pool device] ************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:32 Thursday 30 May 2024 23:10:25 +0000 (0:00:00.012) 0:02:00.410 ********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False" } TASK [Show test pool] ********************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:46 Thursday 30 May 2024 23:10:25 +0000 (0:00:00.011) 0:02:00.422 ********** skipping: [sut] => { "false_condition": "_storage_test_volume_present | bool" } TASK [Show test blockinfo] ***************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:50 Thursday 30 May 2024 23:10:25 +0000 (0:00:00.011) 0:02:00.433 ********** skipping: [sut] => { "false_condition": "_storage_test_volume_present | bool" } TASK [Show test pool size] ***************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:54 Thursday 30 May 2024 23:10:25 +0000 (0:00:00.011) 0:02:00.444 ********** skipping: [sut] => { "false_condition": "_storage_test_volume_present | bool" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:58 Thursday 30 May 2024 23:10:25 +0000 (0:00:00.011) 0:02:00.455 ********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:67 Thursday 30 May 2024 23:10:25 +0000 (0:00:00.011) 0:02:00.466 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:71 Thursday 30 May 2024 23:10:25 +0000 (0:00:00.010) 0:02:00.476 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:76 Thursday 30 May 2024 23:10:25 +0000 (0:00:00.012) 0:02:00.489 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:82 Thursday 30 May 2024 23:10:25 +0000 (0:00:00.011) 0:02:00.501 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:86 Thursday 30 May 2024 23:10:25 +0000 (0:00:00.011) 0:02:00.512 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:91 Thursday 30 May 2024 23:10:25 +0000 (0:00:00.011) 0:02:00.523 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:96 Thursday 30 May 2024 23:10:25 +0000 (0:00:00.011) 0:02:00.535 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:101 Thursday 30 May 2024 23:10:25 +0000 (0:00:00.011) 0:02:00.546 ********** skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Show volume thin pool size] ********************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:105 Thursday 30 May 2024 23:10:25 +0000 (0:00:00.012) 0:02:00.559 ********** skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:109 Thursday 30 May 2024 23:10:25 +0000 (0:00:00.011) 0:02:00.570 ********** skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Establish base value for expected thin pool size] ************************ task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:113 Thursday 30 May 2024 23:10:25 +0000 (0:00:00.011) 0:02:00.582 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:120 Thursday 30 May 2024 23:10:25 +0000 (0:00:00.011) 0:02:00.594 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:127 Thursday 30 May 2024 23:10:25 +0000 (0:00:00.011) 0:02:00.605 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:131 Thursday 30 May 2024 23:10:25 +0000 (0:00:00.011) 0:02:00.617 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:137 Thursday 30 May 2024 23:10:26 +0000 (0:00:00.012) 0:02:00.630 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:143 Thursday 30 May 2024 23:10:26 +0000 (0:00:00.011) 0:02:00.642 ********** ok: [sut] => { "storage_test_actual_size": { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False", "skipped": true } } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:147 Thursday 30 May 2024 23:10:26 +0000 (0:00:00.013) 0:02:00.656 ********** ok: [sut] => { "storage_test_expected_size": "10737418240" } TASK [Assert expected size is actual size] ************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:151 Thursday 30 May 2024 23:10:26 +0000 (0:00:00.013) 0:02:00.669 ********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-cache.yml:5 Thursday 30 May 2024 23:10:26 +0000 (0:00:00.011) 0:02:00.681 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-cache.yml:13 Thursday 30 May 2024 23:10:26 +0000 (0:00:00.011) 0:02:00.692 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-cache.yml:17 Thursday 30 May 2024 23:10:26 +0000 (0:00:00.013) 0:02:00.706 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Set LV cache size] ******************************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-cache.yml:24 Thursday 30 May 2024 23:10:26 +0000 (0:00:00.011) 0:02:00.717 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-cache.yml:31 Thursday 30 May 2024 23:10:26 +0000 (0:00:00.011) 0:02:00.729 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-cache.yml:37 Thursday 30 May 2024 23:10:26 +0000 (0:00:00.011) 0:02:00.740 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-cache.yml:42 Thursday 30 May 2024 23:10:26 +0000 (0:00:00.011) 0:02:00.751 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume.yml:25 Thursday 30 May 2024 23:10:26 +0000 (0:00:00.011) 0:02:00.762 ********** ok: [sut] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-role-results.yml:44 Thursday 30 May 2024 23:10:26 +0000 (0:00:00.013) 0:02:00.775 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Clean up variable namespace] ********************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-role-results.yml:54 Thursday 30 May 2024 23:10:26 +0000 (0:00:00.010) 0:02:00.786 ********** ok: [sut] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } TASK [Create a LVM logical volume with for ext3 FS size 5g] ******************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/tests_resize.yml:178 Thursday 30 May 2024 23:10:26 +0000 (0:00:00.012) 0:02:00.798 ********** TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Thursday 30 May 2024 23:10:26 +0000 (0:00:00.031) 0:02:00.830 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Thursday 30 May 2024 23:10:26 +0000 (0:00:00.056) 0:02:00.887 ********** skipping: [sut] => { "changed": false, "false_condition": "__storage_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Thursday 30 May 2024 23:10:26 +0000 (0:00:00.016) 0:02:00.903 ********** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_9.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs", "stratisd", "stratis-cli" ] }, "ansible_included_var_files": [ "/WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } ok: [sut] => (item=CentOS_9.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs", "stratisd", "stratis-cli" ] }, "ansible_included_var_files": [ "/WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Thursday 30 May 2024 23:10:26 +0000 (0:00:00.032) 0:02:00.935 ********** skipping: [sut] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Thursday 30 May 2024 23:10:26 +0000 (0:00:00.014) 0:02:00.950 ********** skipping: [sut] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Thursday 30 May 2024 23:10:26 +0000 (0:00:00.014) 0:02:00.964 ********** ok: [sut] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Thursday 30 May 2024 23:10:26 +0000 (0:00:00.014) 0:02:00.978 ********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Thursday 30 May 2024 23:10:26 +0000 (0:00:00.013) 0:02:00.991 ********** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for sut TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Thursday 30 May 2024 23:10:26 +0000 (0:00:00.029) 0:02:01.021 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"blivet_available\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Thursday 30 May 2024 23:10:26 +0000 (0:00:00.016) 0:02:01.037 ********** ok: [sut] => { "storage_pools": [ { "disks": [ "sda" ], "name": "foo", "type": "lvm", "volumes": [ { "fs_type": "ext3", "mount_point": "/opt/test1", "name": "test1", "size": "5g" } ] } ] } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Thursday 30 May 2024 23:10:26 +0000 (0:00:00.017) 0:02:01.054 ********** ok: [sut] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined. 'storage_volumes' is undefined" } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Thursday 30 May 2024 23:10:26 +0000 (0:00:00.015) 0:02:01.070 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Thursday 30 May 2024 23:10:26 +0000 (0:00:00.015) 0:02:01.086 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Thursday 30 May 2024 23:10:26 +0000 (0:00:00.015) 0:02:01.102 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Thursday 30 May 2024 23:10:26 +0000 (0:00:00.015) 0:02:01.117 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"service_facts\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Thursday 30 May 2024 23:10:26 +0000 (0:00:00.014) 0:02:01.132 ********** ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Thursday 30 May 2024 23:10:26 +0000 (0:00:00.028) 0:02:01.160 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Thursday 30 May 2024 23:10:26 +0000 (0:00:00.010) 0:02:01.170 ********** changed: [sut] => { "actions": [ { "action": "create format", "device": "/dev/sda", "fs_type": "lvmpv" }, { "action": "create device", "device": "/dev/foo", "fs_type": null }, { "action": "create device", "device": "/dev/mapper/foo-test1", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/foo-test1", "fs_type": "ext3" } ], "changed": true, "crypts": [], "leaves": [ "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/mapper/foo-test1" ], "mounts": [ { "dump": 0, "fstype": "ext3", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "mounted" } ], "packages": [ "xfsprogs", "lvm2", "e2fsprogs" ], "pools": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext3", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "5g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Thursday 30 May 2024 23:10:29 +0000 (0:00:03.343) 0:02:04.514 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_udevadm_trigger | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Thursday 30 May 2024 23:10:29 +0000 (0:00:00.013) 0:02:04.527 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:101 Thursday 30 May 2024 23:10:29 +0000 (0:00:00.010) 0:02:04.538 ********** ok: [sut] => { "blivet_output": { "actions": [ { "action": "create format", "device": "/dev/sda", "fs_type": "lvmpv" }, { "action": "create device", "device": "/dev/foo", "fs_type": null }, { "action": "create device", "device": "/dev/mapper/foo-test1", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/foo-test1", "fs_type": "ext3" } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/mapper/foo-test1" ], "mounts": [ { "dump": 0, "fstype": "ext3", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "mounted" } ], "packages": [ "xfsprogs", "lvm2", "e2fsprogs" ], "pools": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext3", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "5g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:110 Thursday 30 May 2024 23:10:29 +0000 (0:00:00.018) 0:02:04.557 ********** ok: [sut] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext3", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "5g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] }, "changed": false } TASK [fedora.linux_system_roles.storage : Set the list of volumes for test verification] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:114 Thursday 30 May 2024 23:10:29 +0000 (0:00:00.016) 0:02:04.574 ********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:130 Thursday 30 May 2024 23:10:29 +0000 (0:00:00.015) 0:02:04.589 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:141 Thursday 30 May 2024 23:10:29 +0000 (0:00:00.016) 0:02:04.605 ********** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:146 Thursday 30 May 2024 23:10:30 +0000 (0:00:00.549) 0:02:05.154 ********** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount changed: [sut] => (item={'src': '/dev/mapper/foo-test1', 'path': '/opt/test1', 'fstype': 'ext3', 'opts': 'defaults', 'dump': 0, 'passno': 0, 'state': 'mounted', 'owner': None, 'group': None, 'mode': None}) => { "ansible_loop_var": "mount_info", "backup_file": "", "boot": "yes", "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/test1", "src": "/dev/mapper/foo-test1", "state": "mounted" }, "name": "/opt/test1", "opts": "defaults", "passno": "0", "src": "/dev/mapper/foo-test1" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:157 Thursday 30 May 2024 23:10:30 +0000 (0:00:00.229) 0:02:05.384 ********** skipping: [sut] => (item={'src': '/dev/mapper/foo-test1', 'path': '/opt/test1', 'fstype': 'ext3', 'opts': 'defaults', 'dump': 0, 'passno': 0, 'state': 'mounted', 'owner': None, 'group': None, 'mode': None}) => { "ansible_loop_var": "mount_info", "changed": false, "false_condition": "mount_info['owner'] != none or mount_info['group'] != none or mount_info['mode'] != none", "mount_info": { "dump": 0, "fstype": "ext3", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "mounted" }, "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:169 Thursday 30 May 2024 23:10:30 +0000 (0:00:00.022) 0:02:05.407 ********** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:177 Thursday 30 May 2024 23:10:31 +0000 (0:00:00.547) 0:02:05.954 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1717110357.516958, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1716902420.402, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 2097284, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "inode/x-empty", "mode": "0600", "mtime": 1716902144.521, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "3342962587", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:182 Thursday 30 May 2024 23:10:31 +0000 (0:00:00.203) 0:02:06.158 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:204 Thursday 30 May 2024 23:10:31 +0000 (0:00:00.011) 0:02:06.170 ********** ok: [sut] TASK [Verify role results] ***************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/tests_resize.yml:194 Thursday 30 May 2024 23:10:32 +0000 (0:00:00.813) 0:02:06.983 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-role-results.yml for sut TASK [Print out pool information] ********************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-role-results.yml:2 Thursday 30 May 2024 23:10:32 +0000 (0:00:00.024) 0:02:07.008 ********** ok: [sut] => { "_storage_pools_list": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext3", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "5g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] } TASK [Print out volume information] ******************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-role-results.yml:7 Thursday 30 May 2024 23:10:32 +0000 (0:00:00.017) 0:02:07.025 ********** skipping: [sut] => { "false_condition": "_storage_volumes_list | length > 0" } TASK [Collect info about the volumes.] ***************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-role-results.yml:15 Thursday 30 May 2024 23:10:32 +0000 (0:00:00.012) 0:02:07.038 ********** ok: [sut] => { "changed": false, "info": { "/dev/mapper/foo-test1": { "fstype": "ext3", "label": "", "mountpoint": "/opt/test1", "name": "/dev/mapper/foo-test1", "size": "5G", "type": "lvm", "uuid": "57abeae3-fa02-44e2-a770-507d8b60ba7c" }, "/dev/sda": { "fstype": "LVM2_member", "label": "", "mountpoint": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "NEl6sN-N5Ux-b8hn-Xd1d-GuJN-pTWH-i01P0W" }, "/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": "82a26900-2b36-49b9-bc49-f4d2f0bb14b8" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-role-results.yml:20 Thursday 30 May 2024 23:10:32 +0000 (0:00:00.208) 0:02:07.247 ********** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.003187", "end": "2024-05-30 23:10:32.801094", "rc": 0, "start": "2024-05-30 23:10:32.797907" } STDOUT: # # /etc/fstab # Created by anaconda on Tue May 28 13:15:44 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=82a26900-2b36-49b9-bc49-f4d2f0bb14b8 / xfs defaults 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat /mnt/redhat nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/qa /mnt/qa nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive /mnt/engarchive nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/tpsdist /mnt/tpsdist nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot /mnt/brew nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch /mnt/brew_scratch nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 /dev/mapper/foo-test1 /opt/test1 ext3 defaults 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-role-results.yml:25 Thursday 30 May 2024 23:10:32 +0000 (0:00:00.201) 0:02:07.448 ********** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.003105", "end": "2024-05-30 23:10:33.000301", "failed_when_result": false, "rc": 0, "start": "2024-05-30 23:10:32.997196" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-role-results.yml:34 Thursday 30 May 2024 23:10:33 +0000 (0:00:00.198) 0:02:07.647 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool.yml for sut => (item={'disks': ['sda'], 'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'encryption_clevis_pin': None, 'encryption_tang_url': None, 'encryption_tang_thumbprint': None, 'name': 'foo', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_metadata_version': None, 'raid_chunk_size': None, 'shared': False, 'state': 'present', 'type': 'lvm', 'volumes': [{'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'ext3', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test1', 'raid_level': None, 'size': '5g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': [], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/foo-test1', '_raw_device': '/dev/mapper/foo-test1', '_mount_id': '/dev/mapper/foo-test1', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}]}) TASK [Set _storage_pool_tests] ************************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool.yml:5 Thursday 30 May 2024 23:10:33 +0000 (0:00:00.027) 0:02:07.674 ********** ok: [sut] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool.yml:18 Thursday 30 May 2024 23:10:33 +0000 (0:00:00.012) 0:02:07.687 ********** ok: [sut] => { "changed": false, "cmd": [ "vgs", "--noheadings", "--binary", "-o", "shared", "foo" ], "delta": "0:00:00.042307", "end": "2024-05-30 23:10:33.281033", "rc": 0, "start": "2024-05-30 23:10:33.238726" } STDOUT: 0 TASK [Verify that VG shared value checks out] ********************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool.yml:24 Thursday 30 May 2024 23:10:33 +0000 (0:00:00.242) 0:02:07.929 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify pool subset] ****************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool.yml:34 Thursday 30 May 2024 23:10:33 +0000 (0:00:00.018) 0:02:07.947 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml for sut => (item=members) included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-volumes.yml for sut => (item=volumes) TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:2 Thursday 30 May 2024 23:10:33 +0000 (0:00:00.024) 0:02:07.972 ********** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_count": "1", "_storage_test_pool_pvs_lvm": [ "/dev/sda" ] }, "changed": false } TASK [Get the canonical device path for each member device] ******************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:8 Thursday 30 May 2024 23:10:33 +0000 (0:00:00.024) 0:02:07.997 ********** ok: [sut] => (item=/dev/sda) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/sda", "pv": "/dev/sda" } TASK [Set pvs lvm length] ****************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:17 Thursday 30 May 2024 23:10:33 +0000 (0:00:00.198) 0:02:08.196 ********** ok: [sut] => { "ansible_facts": { "__pvs_lvm_len": "1" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:22 Thursday 30 May 2024 23:10:33 +0000 (0:00:00.018) 0:02:08.214 ********** ok: [sut] => { "ansible_facts": { "_storage_test_pool_pvs": [ "/dev/sda" ] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:27 Thursday 30 May 2024 23:10:33 +0000 (0:00:00.019) 0:02:08.233 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:36 Thursday 30 May 2024 23:10:33 +0000 (0:00:00.017) 0:02:08.251 ********** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:41 Thursday 30 May 2024 23:10:33 +0000 (0:00:00.014) 0:02:08.266 ********** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:46 Thursday 30 May 2024 23:10:33 +0000 (0:00:00.016) 0:02:08.282 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'lvm' and storage_test_pool.raid_level", "skip_reason": "Conditional result was False" } TASK [Check the type of each PV] *********************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:51 Thursday 30 May 2024 23:10:33 +0000 (0:00:00.013) 0:02:08.296 ********** ok: [sut] => (item=/dev/sda) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/sda" } MSG: All assertions passed TASK [Check MD RAID] *********************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:64 Thursday 30 May 2024 23:10:33 +0000 (0:00:00.018) 0:02:08.315 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-md.yml for sut TASK [Get information about RAID] ********************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-md.yml:8 Thursday 30 May 2024 23:10:33 +0000 (0:00:00.023) 0:02:08.339 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-md.yml:14 Thursday 30 May 2024 23:10:33 +0000 (0:00:00.013) 0:02:08.352 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-md.yml:19 Thursday 30 May 2024 23:10:33 +0000 (0:00:00.013) 0:02:08.366 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-md.yml:24 Thursday 30 May 2024 23:10:33 +0000 (0:00:00.068) 0:02:08.435 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set md chunk size regex] ************************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-md.yml:29 Thursday 30 May 2024 23:10:33 +0000 (0:00:00.013) 0:02:08.448 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-md.yml:37 Thursday 30 May 2024 23:10:33 +0000 (0:00:00.012) 0:02:08.460 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-md.yml:46 Thursday 30 May 2024 23:10:33 +0000 (0:00:00.012) 0:02:08.472 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-md.yml:55 Thursday 30 May 2024 23:10:33 +0000 (0:00:00.011) 0:02:08.484 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-md.yml:64 Thursday 30 May 2024 23:10:33 +0000 (0:00:00.011) 0:02:08.496 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-md.yml:74 Thursday 30 May 2024 23:10:33 +0000 (0:00:00.013) 0:02:08.509 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Reset variables used by tests] ******************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-md.yml:83 Thursday 30 May 2024 23:10:33 +0000 (0:00:00.011) 0:02:08.521 ********** ok: [sut] => { "ansible_facts": { "storage_test_md_active_devices_re": null, "storage_test_md_chunk_size_re": null, "storage_test_md_metadata_version_re": null, "storage_test_md_spare_devices_re": null }, "changed": false } TASK [Check LVM RAID] ********************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:67 Thursday 30 May 2024 23:10:33 +0000 (0:00:00.012) 0:02:08.534 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-members-lvmraid.yml for sut TASK [Validate pool member LVM RAID settings] ********************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-members-lvmraid.yml:2 Thursday 30 May 2024 23:10:33 +0000 (0:00:00.024) 0:02:08.558 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-lvmraid.yml for sut => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'ext3', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test1', 'raid_level': None, 'size': '5g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': [], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/foo-test1', '_raw_device': '/dev/mapper/foo-test1', '_mount_id': '/dev/mapper/foo-test1', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}) TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-lvmraid.yml:8 Thursday 30 May 2024 23:10:33 +0000 (0:00:00.024) 0:02:08.583 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-lvmraid.yml:16 Thursday 30 May 2024 23:10:33 +0000 (0:00:00.015) 0:02:08.599 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-lvmraid.yml:20 Thursday 30 May 2024 23:10:33 +0000 (0:00:00.015) 0:02:08.614 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Set LV stripe size] ****************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-lvmraid.yml:27 Thursday 30 May 2024 23:10:34 +0000 (0:00:00.014) 0:02:08.629 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Parse the requested stripe size] ***************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-lvmraid.yml:31 Thursday 30 May 2024 23:10:34 +0000 (0:00:00.014) 0:02:08.643 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Set expected stripe size] ************************************************ task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-lvmraid.yml:37 Thursday 30 May 2024 23:10:34 +0000 (0:00:00.015) 0:02:08.659 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Check stripe size] ******************************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-lvmraid.yml:42 Thursday 30 May 2024 23:10:34 +0000 (0:00:00.014) 0:02:08.673 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Check Thin Pools] ******************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:70 Thursday 30 May 2024 23:10:34 +0000 (0:00:00.015) 0:02:08.688 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-members-thin.yml for sut TASK [Validate pool member thinpool settings] ********************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-members-thin.yml:2 Thursday 30 May 2024 23:10:34 +0000 (0:00:00.024) 0:02:08.712 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-thin.yml for sut => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'ext3', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test1', 'raid_level': None, 'size': '5g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': [], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/foo-test1', '_raw_device': '/dev/mapper/foo-test1', '_mount_id': '/dev/mapper/foo-test1', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}) TASK [Get information about thinpool] ****************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-thin.yml:8 Thursday 30 May 2024 23:10:34 +0000 (0:00:00.022) 0:02:08.734 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_thin_volume.thin", "skip_reason": "Conditional result was False" } TASK [Check that volume is in correct thinpool (when thinp name is provided)] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-thin.yml:16 Thursday 30 May 2024 23:10:34 +0000 (0:00:00.011) 0:02:08.746 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_thin_volume.thin", "skip_reason": "Conditional result was False" } TASK [Check that volume is in thinpool (when thinp name is not provided)] ****** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-thin.yml:22 Thursday 30 May 2024 23:10:34 +0000 (0:00:00.011) 0:02:08.757 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_thin_volume.thin", "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-thin.yml:26 Thursday 30 May 2024 23:10:34 +0000 (0:00:00.011) 0:02:08.769 ********** ok: [sut] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Check member encryption] ************************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:73 Thursday 30 May 2024 23:10:34 +0000 (0:00:00.011) 0:02:08.781 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-members-encryption.yml for sut TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-members-encryption.yml:5 Thursday 30 May 2024 23:10:34 +0000 (0:00:00.025) 0:02:08.807 ********** ok: [sut] => { "ansible_facts": { "_storage_test_expected_crypttab_entries": "0", "_storage_test_expected_crypttab_key_file": "-" }, "changed": false } TASK [Validate pool member LUKS settings] ************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-members-encryption.yml:10 Thursday 30 May 2024 23:10:34 +0000 (0:00:00.014) 0:02:08.821 ********** skipping: [sut] => (item=/dev/sda) => { "_storage_test_pool_member_path": "/dev/sda", "ansible_loop_var": "_storage_test_pool_member_path", "changed": false, "false_condition": "storage_test_pool.type == 'lvm' and storage_test_pool.encryption", "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [Validate pool member crypttab entries] *********************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-members-encryption.yml:17 Thursday 30 May 2024 23:10:34 +0000 (0:00:00.013) 0:02:08.834 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-crypttab.yml for sut => (item=/dev/sda) TASK [Set variables used by tests] ********************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-crypttab.yml:2 Thursday 30 May 2024 23:10:34 +0000 (0:00:00.019) 0:02:08.853 ********** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-crypttab.yml:6 Thursday 30 May 2024 23:10:34 +0000 (0:00:00.018) 0:02:08.872 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-crypttab.yml:14 Thursday 30 May 2024 23:10:34 +0000 (0:00:00.016) 0:02:08.888 ********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-crypttab.yml:23 Thursday 30 May 2024 23:10:34 +0000 (0:00:00.012) 0:02:08.901 ********** skipping: [sut] => { "changed": false, "false_condition": "false and _storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-crypttab.yml:32 Thursday 30 May 2024 23:10:34 +0000 (0:00:00.012) 0:02:08.914 ********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-crypttab.yml:41 Thursday 30 May 2024 23:10:34 +0000 (0:00:00.012) 0:02:08.926 ********** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-members-encryption.yml:24 Thursday 30 May 2024 23:10:34 +0000 (0:00:00.012) 0:02:08.938 ********** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_crypttab_key_file": null }, "changed": false } TASK [Check VDO] *************************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:76 Thursday 30 May 2024 23:10:34 +0000 (0:00:00.013) 0:02:08.952 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-members-vdo.yml for sut TASK [Validate pool member VDO settings] *************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-members-vdo.yml:2 Thursday 30 May 2024 23:10:34 +0000 (0:00:00.026) 0:02:08.979 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-vdo.yml for sut => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'ext3', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test1', 'raid_level': None, 'size': '5g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': [], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/foo-test1', '_raw_device': '/dev/mapper/foo-test1', '_mount_id': '/dev/mapper/foo-test1', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}) TASK [Get information about VDO deduplication] ********************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-vdo.yml:8 Thursday 30 May 2024 23:10:34 +0000 (0:00:00.024) 0:02:09.003 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-vdo.yml:15 Thursday 30 May 2024 23:10:34 +0000 (0:00:00.014) 0:02:09.018 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-vdo.yml:21 Thursday 30 May 2024 23:10:34 +0000 (0:00:00.012) 0:02:09.030 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Get information about VDO compression] *********************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-vdo.yml:27 Thursday 30 May 2024 23:10:34 +0000 (0:00:00.012) 0:02:09.042 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-vdo.yml:34 Thursday 30 May 2024 23:10:34 +0000 (0:00:00.012) 0:02:09.055 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-vdo.yml:40 Thursday 30 May 2024 23:10:34 +0000 (0:00:00.013) 0:02:09.068 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-vdo.yml:46 Thursday 30 May 2024 23:10:34 +0000 (0:00:00.013) 0:02:09.081 ********** ok: [sut] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Check Stratis] *********************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:79 Thursday 30 May 2024 23:10:34 +0000 (0:00:00.015) 0:02:09.096 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-stratis.yml for sut TASK [Run 'stratis report'] **************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-stratis.yml:6 Thursday 30 May 2024 23:10:34 +0000 (0:00:00.029) 0:02:09.126 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Get information about Stratis] ******************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-stratis.yml:11 Thursday 30 May 2024 23:10:34 +0000 (0:00:00.012) 0:02:09.138 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Verify that the pools was created] *************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-stratis.yml:15 Thursday 30 May 2024 23:10:34 +0000 (0:00:00.011) 0:02:09.150 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Verify that encryption is correctly set] ********************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-stratis.yml:25 Thursday 30 May 2024 23:10:34 +0000 (0:00:00.012) 0:02:09.163 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Verify that Clevis/Tang encryption is correctly set] ********************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-stratis.yml:34 Thursday 30 May 2024 23:10:34 +0000 (0:00:00.011) 0:02:09.174 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-stratis.yml:44 Thursday 30 May 2024 23:10:34 +0000 (0:00:00.011) 0:02:09.186 ********** ok: [sut] => { "ansible_facts": { "storage_test_stratis_report": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:82 Thursday 30 May 2024 23:10:34 +0000 (0:00:00.011) 0:02:09.198 ********** ok: [sut] => { "ansible_facts": { "__pvs_lvm_len": null, "_storage_test_expected_pv_count": null, "_storage_test_expected_pv_type": null, "_storage_test_pool_pvs": [], "_storage_test_pool_pvs_lvm": [] }, "changed": false } TASK [Verify the volumes] ****************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-volumes.yml:3 Thursday 30 May 2024 23:10:34 +0000 (0:00:00.011) 0:02:09.209 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume.yml for sut => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'ext3', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test1', 'raid_level': None, 'size': '5g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': [], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/foo-test1', '_raw_device': '/dev/mapper/foo-test1', '_mount_id': '/dev/mapper/foo-test1', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}) TASK [Set storage volume test variables] *************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume.yml:2 Thursday 30 May 2024 23:10:34 +0000 (0:00:00.021) 0:02:09.231 ********** 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-main_stratis-support-2rq9ytyq9/tests/test-verify-volume.yml:19 Thursday 30 May 2024 23:10:34 +0000 (0:00:00.016) 0:02:09.247 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-mount.yml for sut => (item=mount) included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-fstab.yml for sut => (item=fstab) included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-fs.yml for sut => (item=fs) included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-device.yml for sut => (item=device) included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml for sut => (item=encryption) included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-md.yml for sut => (item=md) included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml for sut => (item=size) included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-cache.yml for sut => (item=cache) TASK [Get expected mount device based on device type] ************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-mount.yml:7 Thursday 30 May 2024 23:10:34 +0000 (0:00:00.092) 0:02:09.339 ********** ok: [sut] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/foo-test1" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-mount.yml:11 Thursday 30 May 2024 23:10:34 +0000 (0:00:00.019) 0:02:09.359 ********** ok: [sut] => { "ansible_facts": { "storage_test_mount_expected_mount_point": "/opt/test1", "storage_test_swap_expected_matches": "0" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-mount.yml:19 Thursday 30 May 2024 23:10:34 +0000 (0:00:00.017) 0:02:09.377 ********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and (storage_test_volume.mount_user or storage_test_volume.mount_group or storage_test_volume.mount_mode)", "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-mount.yml:28 Thursday 30 May 2024 23:10:34 +0000 (0:00:00.012) 0:02:09.389 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-mount.yml:36 Thursday 30 May 2024 23:10:34 +0000 (0:00:00.016) 0:02:09.406 ********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_user", "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-mount.yml:42 Thursday 30 May 2024 23:10:34 +0000 (0:00:00.013) 0:02:09.419 ********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_group", "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-mount.yml:48 Thursday 30 May 2024 23:10:34 +0000 (0:00:00.011) 0:02:09.431 ********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_mode", "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-mount.yml:57 Thursday 30 May 2024 23:10:34 +0000 (0:00:00.011) 0:02:09.443 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-mount.yml:63 Thursday 30 May 2024 23:10:34 +0000 (0:00:00.011) 0:02:09.455 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-mount.yml:69 Thursday 30 May 2024 23:10:34 +0000 (0:00:00.011) 0:02:09.466 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-mount.yml:79 Thursday 30 May 2024 23:10:34 +0000 (0:00:00.011) 0:02:09.478 ********** 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-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-fstab.yml:2 Thursday 30 May 2024 23:10:34 +0000 (0:00:00.014) 0:02:09.492 ********** ok: [sut] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": "1", "storage_test_fstab_expected_mount_options_matches": "1", "storage_test_fstab_expected_mount_point_matches": "1", "storage_test_fstab_id_matches": [ "/dev/mapper/foo-test1 " ], "storage_test_fstab_mount_options_matches": [ " /opt/test1 ext3 defaults " ], "storage_test_fstab_mount_point_matches": [ " /opt/test1 " ] }, "changed": false } TASK [Verify that the device identifier appears in /etc/fstab] ***************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-fstab.yml:17 Thursday 30 May 2024 23:10:34 +0000 (0:00:00.030) 0:02:09.522 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-fstab.yml:24 Thursday 30 May 2024 23:10:34 +0000 (0:00:00.017) 0:02:09.539 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-fstab.yml:33 Thursday 30 May 2024 23:10:34 +0000 (0:00:00.017) 0:02:09.556 ********** skipping: [sut] => { "changed": false, "false_condition": "__storage_verify_mount_options | d(false)", "skip_reason": "Conditional result was False" } TASK [Clean up variables] ****************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-fstab.yml:45 Thursday 30 May 2024 23:10:34 +0000 (0:00:00.013) 0:02:09.570 ********** ok: [sut] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": null, "storage_test_fstab_expected_mount_options_matches": null, "storage_test_fstab_expected_mount_point_matches": null, "storage_test_fstab_id_matches": null, "storage_test_fstab_mount_options_matches": null, "storage_test_fstab_mount_point_matches": null }, "changed": false } TASK [Verify fs type] ********************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-fs.yml:6 Thursday 30 May 2024 23:10:34 +0000 (0:00:00.012) 0:02:09.582 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-fs.yml:14 Thursday 30 May 2024 23:10:34 +0000 (0:00:00.019) 0:02:09.602 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-device.yml:3 Thursday 30 May 2024 23:10:34 +0000 (0:00:00.017) 0:02:09.620 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1717110629.8080468, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1717110629.8080468, "dev": 5, "device_type": 64768, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 970, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/symlink", "mode": "0660", "mtime": 1717110629.8080468, "nlink": 1, "path": "/dev/mapper/foo-test1", "pw_name": "root", "readable": true, "rgrp": true, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": null, "wgrp": true, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-device.yml:9 Thursday 30 May 2024 23:10:35 +0000 (0:00:00.201) 0:02:09.821 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-device.yml:16 Thursday 30 May 2024 23:10:35 +0000 (0:00:00.017) 0:02:09.838 ********** skipping: [sut] => { "changed": false, "false_condition": "not (_storage_test_volume_present or storage_test_volume.type == 'disk')", "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-device.yml:23 Thursday 30 May 2024 23:10:35 +0000 (0:00:00.011) 0:02:09.850 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-device.yml:29 Thursday 30 May 2024 23:10:35 +0000 (0:00:00.014) 0:02:09.865 ********** ok: [sut] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-device.yml:33 Thursday 30 May 2024 23:10:35 +0000 (0:00:00.015) 0:02:09.881 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == \"raid\"", "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-device.yml:38 Thursday 30 May 2024 23:10:35 +0000 (0:00:00.011) 0:02:09.893 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:3 Thursday 30 May 2024 23:10:35 +0000 (0:00:00.014) 0:02:09.908 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:10 Thursday 30 May 2024 23:10:35 +0000 (0:00:00.011) 0:02:09.920 ********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Collect LUKS info for this volume] *************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:16 Thursday 30 May 2024 23:10:36 +0000 (0:00:00.848) 0:02:10.768 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:22 Thursday 30 May 2024 23:10:36 +0000 (0:00:00.011) 0:02:10.779 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "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-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:29 Thursday 30 May 2024 23:10:36 +0000 (0:00:00.012) 0:02:10.792 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:40 Thursday 30 May 2024 23:10:36 +0000 (0:00:00.016) 0:02:10.809 ********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:46 Thursday 30 May 2024 23:10:36 +0000 (0:00:00.011) 0:02:10.821 ********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:51 Thursday 30 May 2024 23:10:36 +0000 (0:00:00.011) 0:02:10.832 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:63 Thursday 30 May 2024 23:10:36 +0000 (0:00:00.011) 0:02:10.844 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:75 Thursday 30 May 2024 23:10:36 +0000 (0:00:00.011) 0:02:10.856 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:87 Thursday 30 May 2024 23:10:36 +0000 (0:00:00.013) 0:02:10.869 ********** 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-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:93 Thursday 30 May 2024 23:10:36 +0000 (0:00:00.018) 0:02:10.887 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:100 Thursday 30 May 2024 23:10:36 +0000 (0:00:00.016) 0:02:10.904 ********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:108 Thursday 30 May 2024 23:10:36 +0000 (0:00:00.013) 0:02:10.917 ********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:116 Thursday 30 May 2024 23:10:36 +0000 (0:00:00.013) 0:02:10.931 ********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:124 Thursday 30 May 2024 23:10:36 +0000 (0:00:00.013) 0:02:10.944 ********** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_expected_crypttab_entries": null, "_storage_test_expected_crypttab_key_file": null }, "changed": false } TASK [Get information about RAID] ********************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-md.yml:8 Thursday 30 May 2024 23:10:36 +0000 (0:00:00.015) 0:02:10.959 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-md.yml:14 Thursday 30 May 2024 23:10:36 +0000 (0:00:00.012) 0:02:10.972 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-md.yml:19 Thursday 30 May 2024 23:10:36 +0000 (0:00:00.012) 0:02:10.984 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-md.yml:24 Thursday 30 May 2024 23:10:36 +0000 (0:00:00.012) 0:02:10.996 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-md.yml:29 Thursday 30 May 2024 23:10:36 +0000 (0:00:00.011) 0:02:11.008 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-md.yml:37 Thursday 30 May 2024 23:10:36 +0000 (0:00:00.012) 0:02:11.020 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-md.yml:46 Thursday 30 May 2024 23:10:36 +0000 (0:00:00.013) 0:02:11.034 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-md.yml:54 Thursday 30 May 2024 23:10:36 +0000 (0:00:00.012) 0:02:11.047 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-md.yml:62 Thursday 30 May 2024 23:10:36 +0000 (0:00:00.012) 0:02:11.059 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-md.yml:70 Thursday 30 May 2024 23:10:36 +0000 (0:00:00.011) 0:02:11.071 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:3 Thursday 30 May 2024 23:10:36 +0000 (0:00:00.011) 0:02:11.083 ********** ok: [sut] => { "bytes": 5368709120, "changed": false, "lvm": "5g", "parted": "5GiB", "size": "5 GiB" } TASK [Parse the requested size of the volume] ********************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:11 Thursday 30 May 2024 23:10:36 +0000 (0:00:00.194) 0:02:11.277 ********** ok: [sut] => { "bytes": 5368709120, "changed": false, "lvm": "5g", "parted": "5GiB", "size": "5 GiB" } TASK [Establish base value for expected size] ********************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:20 Thursday 30 May 2024 23:10:36 +0000 (0:00:00.198) 0:02:11.476 ********** ok: [sut] => { "ansible_facts": { "storage_test_expected_size": "5368709120" }, "changed": false } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:28 Thursday 30 May 2024 23:10:36 +0000 (0:00:00.018) 0:02:11.495 ********** ok: [sut] => { "storage_test_expected_size": "5368709120" } TASK [Get the size of parent/pool device] ************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:32 Thursday 30 May 2024 23:10:36 +0000 (0:00:00.014) 0:02:11.510 ********** ok: [sut] => { "bytes": 10726680821, "changed": false, "lvm": "9g", "parted": "9GiB", "size": "9 GiB" } TASK [Show test pool] ********************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:46 Thursday 30 May 2024 23:10:37 +0000 (0:00:00.195) 0:02:11.705 ********** skipping: [sut] => { "false_condition": "'%' in storage_test_volume.size | string" } TASK [Show test blockinfo] ***************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:50 Thursday 30 May 2024 23:10:37 +0000 (0:00:00.015) 0:02:11.721 ********** skipping: [sut] => { "false_condition": "'%' in storage_test_volume.size | string" } TASK [Show test pool size] ***************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:54 Thursday 30 May 2024 23:10:37 +0000 (0:00:00.014) 0:02:11.736 ********** skipping: [sut] => { "false_condition": "'%' in storage_test_volume.size | string" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:58 Thursday 30 May 2024 23:10:37 +0000 (0:00:00.016) 0:02:11.752 ********** skipping: [sut] => { "changed": false, "false_condition": "'%' in storage_test_volume.size | string", "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:67 Thursday 30 May 2024 23:10:37 +0000 (0:00:00.015) 0:02:11.767 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:71 Thursday 30 May 2024 23:10:37 +0000 (0:00:00.012) 0:02:11.779 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:76 Thursday 30 May 2024 23:10:37 +0000 (0:00:00.011) 0:02:11.791 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:82 Thursday 30 May 2024 23:10:37 +0000 (0:00:00.011) 0:02:11.803 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:86 Thursday 30 May 2024 23:10:37 +0000 (0:00:00.011) 0:02:11.814 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:91 Thursday 30 May 2024 23:10:37 +0000 (0:00:00.012) 0:02:11.827 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:96 Thursday 30 May 2024 23:10:37 +0000 (0:00:00.011) 0:02:11.838 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:101 Thursday 30 May 2024 23:10:37 +0000 (0:00:00.011) 0:02:11.850 ********** skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Show volume thin pool size] ********************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:105 Thursday 30 May 2024 23:10:37 +0000 (0:00:00.011) 0:02:11.861 ********** skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:109 Thursday 30 May 2024 23:10:37 +0000 (0:00:00.011) 0:02:11.872 ********** skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Establish base value for expected thin pool size] ************************ task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:113 Thursday 30 May 2024 23:10:37 +0000 (0:00:00.011) 0:02:11.883 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:120 Thursday 30 May 2024 23:10:37 +0000 (0:00:00.013) 0:02:11.897 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:127 Thursday 30 May 2024 23:10:37 +0000 (0:00:00.011) 0:02:11.908 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:131 Thursday 30 May 2024 23:10:37 +0000 (0:00:00.011) 0:02:11.920 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:137 Thursday 30 May 2024 23:10:37 +0000 (0:00:00.011) 0:02:11.931 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:143 Thursday 30 May 2024 23:10:37 +0000 (0:00:00.010) 0:02:11.942 ********** ok: [sut] => { "storage_test_actual_size": { "bytes": 5368709120, "changed": false, "failed": false, "lvm": "5g", "parted": "5GiB", "size": "5 GiB" } } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:147 Thursday 30 May 2024 23:10:37 +0000 (0:00:00.013) 0:02:11.955 ********** ok: [sut] => { "storage_test_expected_size": "5368709120" } TASK [Assert expected size is actual size] ************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:151 Thursday 30 May 2024 23:10:37 +0000 (0:00:00.015) 0:02:11.971 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-cache.yml:5 Thursday 30 May 2024 23:10:37 +0000 (0:00:00.060) 0:02:12.031 ********** ok: [sut] => { "changed": false, "cmd": [ "lvs", "--noheadings", "--nameprefixes", "--units=b", "--nosuffix", "--unquoted", "-o", "name,attr,cache_total_blocks,chunk_size,segtype", "foo/test1" ], "delta": "0:00:00.029906", "end": "2024-05-30 23:10:37.611484", "rc": 0, "start": "2024-05-30 23:10:37.581578" } STDOUT: LVM2_LV_NAME=test1 LVM2_LV_ATTR=-wi-ao---- LVM2_CACHE_TOTAL_BLOCKS= LVM2_CHUNK_SIZE=0 LVM2_SEGTYPE=linear TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-cache.yml:13 Thursday 30 May 2024 23:10:37 +0000 (0:00:00.227) 0:02:12.258 ********** ok: [sut] => { "ansible_facts": { "storage_test_lv_segtype": [ "linear" ] }, "changed": false } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-cache.yml:17 Thursday 30 May 2024 23:10:37 +0000 (0:00:00.016) 0:02:12.275 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set LV cache size] ******************************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-cache.yml:24 Thursday 30 May 2024 23:10:37 +0000 (0:00:00.016) 0:02:12.291 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.cached | bool", "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-cache.yml:31 Thursday 30 May 2024 23:10:37 +0000 (0:00:00.014) 0:02:12.306 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.cached | bool", "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-cache.yml:37 Thursday 30 May 2024 23:10:37 +0000 (0:00:00.013) 0:02:12.320 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.cached | bool", "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-cache.yml:42 Thursday 30 May 2024 23:10:37 +0000 (0:00:00.014) 0:02:12.334 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.cached | bool", "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume.yml:25 Thursday 30 May 2024 23:10:37 +0000 (0:00:00.012) 0:02:12.346 ********** ok: [sut] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-role-results.yml:44 Thursday 30 May 2024 23:10:37 +0000 (0:00:00.012) 0:02:12.359 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Clean up variable namespace] ********************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-role-results.yml:54 Thursday 30 May 2024 23:10:37 +0000 (0:00:00.009) 0:02:12.368 ********** ok: [sut] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } TASK [Change volume size to 9g] ************************************************ task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/tests_resize.yml:197 Thursday 30 May 2024 23:10:37 +0000 (0:00:00.012) 0:02:12.381 ********** TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Thursday 30 May 2024 23:10:37 +0000 (0:00:00.036) 0:02:12.417 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Thursday 30 May 2024 23:10:37 +0000 (0:00:00.017) 0:02:12.434 ********** skipping: [sut] => { "changed": false, "false_condition": "__storage_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Thursday 30 May 2024 23:10:37 +0000 (0:00:00.015) 0:02:12.450 ********** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_9.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs", "stratisd", "stratis-cli" ] }, "ansible_included_var_files": [ "/WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } ok: [sut] => (item=CentOS_9.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs", "stratisd", "stratis-cli" ] }, "ansible_included_var_files": [ "/WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Thursday 30 May 2024 23:10:37 +0000 (0:00:00.034) 0:02:12.484 ********** skipping: [sut] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Thursday 30 May 2024 23:10:37 +0000 (0:00:00.015) 0:02:12.500 ********** skipping: [sut] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Thursday 30 May 2024 23:10:37 +0000 (0:00:00.015) 0:02:12.515 ********** ok: [sut] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Thursday 30 May 2024 23:10:37 +0000 (0:00:00.013) 0:02:12.528 ********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Thursday 30 May 2024 23:10:37 +0000 (0:00:00.013) 0:02:12.541 ********** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for sut TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Thursday 30 May 2024 23:10:37 +0000 (0:00:00.030) 0:02:12.571 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"blivet_available\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Thursday 30 May 2024 23:10:37 +0000 (0:00:00.016) 0:02:12.588 ********** ok: [sut] => { "storage_pools": [ { "disks": [ "sda" ], "name": "foo", "type": "lvm", "volumes": [ { "fs_type": "ext3", "mount_point": "/opt/test1", "name": "test1", "size": "9g" } ] } ] } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Thursday 30 May 2024 23:10:37 +0000 (0:00:00.016) 0:02:12.605 ********** ok: [sut] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined. 'storage_volumes' is undefined" } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Thursday 30 May 2024 23:10:37 +0000 (0:00:00.015) 0:02:12.621 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Thursday 30 May 2024 23:10:38 +0000 (0:00:00.016) 0:02:12.637 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Thursday 30 May 2024 23:10:38 +0000 (0:00:00.017) 0:02:12.655 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Thursday 30 May 2024 23:10:38 +0000 (0:00:00.015) 0:02:12.671 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"service_facts\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Thursday 30 May 2024 23:10:38 +0000 (0:00:00.015) 0:02:12.686 ********** ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Thursday 30 May 2024 23:10:38 +0000 (0:00:00.025) 0:02:12.712 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Thursday 30 May 2024 23:10:38 +0000 (0:00:00.009) 0:02:12.722 ********** changed: [sut] => { "actions": [ { "action": "resize device", "device": "/dev/mapper/foo-test1", "fs_type": null }, { "action": "resize format", "device": "/dev/mapper/foo-test1", "fs_type": "ext3" } ], "changed": true, "crypts": [], "leaves": [ "/dev/mapper/foo-test1", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [ { "dump": 0, "fstype": "ext3", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "mounted" } ], "packages": [ "lvm2", "xfsprogs", "e2fsprogs" ], "pools": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext3", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "9g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Thursday 30 May 2024 23:10:39 +0000 (0:00:01.856) 0:02:14.579 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_udevadm_trigger | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Thursday 30 May 2024 23:10:39 +0000 (0:00:00.014) 0:02:14.593 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:101 Thursday 30 May 2024 23:10:39 +0000 (0:00:00.010) 0:02:14.604 ********** ok: [sut] => { "blivet_output": { "actions": [ { "action": "resize device", "device": "/dev/mapper/foo-test1", "fs_type": null }, { "action": "resize format", "device": "/dev/mapper/foo-test1", "fs_type": "ext3" } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/mapper/foo-test1", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [ { "dump": 0, "fstype": "ext3", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "mounted" } ], "packages": [ "lvm2", "xfsprogs", "e2fsprogs" ], "pools": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext3", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "9g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:110 Thursday 30 May 2024 23:10:39 +0000 (0:00:00.016) 0:02:14.621 ********** ok: [sut] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext3", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "9g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] }, "changed": false } TASK [fedora.linux_system_roles.storage : Set the list of volumes for test verification] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:114 Thursday 30 May 2024 23:10:40 +0000 (0:00:00.016) 0:02:14.638 ********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:130 Thursday 30 May 2024 23:10:40 +0000 (0:00:00.014) 0:02:14.652 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:141 Thursday 30 May 2024 23:10:40 +0000 (0:00:00.017) 0:02:14.669 ********** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:146 Thursday 30 May 2024 23:10:40 +0000 (0:00:00.561) 0:02:15.230 ********** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount ok: [sut] => (item={'src': '/dev/mapper/foo-test1', 'path': '/opt/test1', 'fstype': 'ext3', 'opts': 'defaults', 'dump': 0, 'passno': 0, 'state': 'mounted', 'owner': None, 'group': None, 'mode': None}) => { "ansible_loop_var": "mount_info", "backup_file": "", "boot": "yes", "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/test1", "src": "/dev/mapper/foo-test1", "state": "mounted" }, "name": "/opt/test1", "opts": "defaults", "passno": "0", "src": "/dev/mapper/foo-test1" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:157 Thursday 30 May 2024 23:10:40 +0000 (0:00:00.212) 0:02:15.443 ********** skipping: [sut] => (item={'src': '/dev/mapper/foo-test1', 'path': '/opt/test1', 'fstype': 'ext3', 'opts': 'defaults', 'dump': 0, 'passno': 0, 'state': 'mounted', 'owner': None, 'group': None, 'mode': None}) => { "ansible_loop_var": "mount_info", "changed": false, "false_condition": "mount_info['owner'] != none or mount_info['group'] != none or mount_info['mode'] != none", "mount_info": { "dump": 0, "fstype": "ext3", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "mounted" }, "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:169 Thursday 30 May 2024 23:10:40 +0000 (0:00:00.020) 0:02:15.463 ********** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:177 Thursday 30 May 2024 23:10:41 +0000 (0:00:00.544) 0:02:16.008 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1717110357.516958, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1716902420.402, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 2097284, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "inode/x-empty", "mode": "0600", "mtime": 1716902144.521, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "3342962587", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:182 Thursday 30 May 2024 23:10:41 +0000 (0:00:00.199) 0:02:16.207 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:204 Thursday 30 May 2024 23:10:41 +0000 (0:00:00.013) 0:02:16.220 ********** ok: [sut] TASK [Verify role results] ***************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/tests_resize.yml:211 Thursday 30 May 2024 23:10:42 +0000 (0:00:00.802) 0:02:17.022 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-role-results.yml for sut TASK [Print out pool information] ********************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-role-results.yml:2 Thursday 30 May 2024 23:10:42 +0000 (0:00:00.027) 0:02:17.050 ********** ok: [sut] => { "_storage_pools_list": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext3", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "9g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] } TASK [Print out volume information] ******************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-role-results.yml:7 Thursday 30 May 2024 23:10:42 +0000 (0:00:00.017) 0:02:17.068 ********** skipping: [sut] => { "false_condition": "_storage_volumes_list | length > 0" } TASK [Collect info about the volumes.] ***************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-role-results.yml:15 Thursday 30 May 2024 23:10:42 +0000 (0:00:00.012) 0:02:17.081 ********** ok: [sut] => { "changed": false, "info": { "/dev/mapper/foo-test1": { "fstype": "ext3", "label": "", "mountpoint": "/opt/test1", "name": "/dev/mapper/foo-test1", "size": "9G", "type": "lvm", "uuid": "57abeae3-fa02-44e2-a770-507d8b60ba7c" }, "/dev/sda": { "fstype": "LVM2_member", "label": "", "mountpoint": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "NEl6sN-N5Ux-b8hn-Xd1d-GuJN-pTWH-i01P0W" }, "/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": "82a26900-2b36-49b9-bc49-f4d2f0bb14b8" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-role-results.yml:20 Thursday 30 May 2024 23:10:42 +0000 (0:00:00.200) 0:02:17.282 ********** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.003168", "end": "2024-05-30 23:10:42.832248", "rc": 0, "start": "2024-05-30 23:10:42.829080" } STDOUT: # # /etc/fstab # Created by anaconda on Tue May 28 13:15:44 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=82a26900-2b36-49b9-bc49-f4d2f0bb14b8 / xfs defaults 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat /mnt/redhat nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/qa /mnt/qa nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive /mnt/engarchive nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/tpsdist /mnt/tpsdist nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot /mnt/brew nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch /mnt/brew_scratch nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 /dev/mapper/foo-test1 /opt/test1 ext3 defaults 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-role-results.yml:25 Thursday 30 May 2024 23:10:42 +0000 (0:00:00.195) 0:02:17.478 ********** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.003083", "end": "2024-05-30 23:10:43.027228", "failed_when_result": false, "rc": 0, "start": "2024-05-30 23:10:43.024145" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-role-results.yml:34 Thursday 30 May 2024 23:10:43 +0000 (0:00:00.195) 0:02:17.673 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool.yml for sut => (item={'disks': ['sda'], 'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'encryption_clevis_pin': None, 'encryption_tang_url': None, 'encryption_tang_thumbprint': None, 'name': 'foo', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_metadata_version': None, 'raid_chunk_size': None, 'shared': False, 'state': 'present', 'type': 'lvm', 'volumes': [{'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'ext3', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test1', 'raid_level': None, 'size': '9g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/foo-test1', '_raw_device': '/dev/mapper/foo-test1', '_mount_id': '/dev/mapper/foo-test1', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}]}) TASK [Set _storage_pool_tests] ************************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool.yml:5 Thursday 30 May 2024 23:10:43 +0000 (0:00:00.032) 0:02:17.706 ********** ok: [sut] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool.yml:18 Thursday 30 May 2024 23:10:43 +0000 (0:00:00.013) 0:02:17.719 ********** ok: [sut] => { "changed": false, "cmd": [ "vgs", "--noheadings", "--binary", "-o", "shared", "foo" ], "delta": "0:00:00.031561", "end": "2024-05-30 23:10:43.298774", "rc": 0, "start": "2024-05-30 23:10:43.267213" } STDOUT: 0 TASK [Verify that VG shared value checks out] ********************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool.yml:24 Thursday 30 May 2024 23:10:43 +0000 (0:00:00.226) 0:02:17.946 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify pool subset] ****************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool.yml:34 Thursday 30 May 2024 23:10:43 +0000 (0:00:00.017) 0:02:17.963 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml for sut => (item=members) included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-volumes.yml for sut => (item=volumes) TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:2 Thursday 30 May 2024 23:10:43 +0000 (0:00:00.025) 0:02:17.989 ********** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_count": "1", "_storage_test_pool_pvs_lvm": [ "/dev/sda" ] }, "changed": false } TASK [Get the canonical device path for each member device] ******************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:8 Thursday 30 May 2024 23:10:43 +0000 (0:00:00.023) 0:02:18.012 ********** ok: [sut] => (item=/dev/sda) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/sda", "pv": "/dev/sda" } TASK [Set pvs lvm length] ****************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:17 Thursday 30 May 2024 23:10:43 +0000 (0:00:00.195) 0:02:18.208 ********** ok: [sut] => { "ansible_facts": { "__pvs_lvm_len": "1" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:22 Thursday 30 May 2024 23:10:43 +0000 (0:00:00.016) 0:02:18.224 ********** ok: [sut] => { "ansible_facts": { "_storage_test_pool_pvs": [ "/dev/sda" ] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:27 Thursday 30 May 2024 23:10:43 +0000 (0:00:00.017) 0:02:18.242 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:36 Thursday 30 May 2024 23:10:43 +0000 (0:00:00.017) 0:02:18.259 ********** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:41 Thursday 30 May 2024 23:10:43 +0000 (0:00:00.014) 0:02:18.274 ********** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:46 Thursday 30 May 2024 23:10:43 +0000 (0:00:00.016) 0:02:18.291 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'lvm' and storage_test_pool.raid_level", "skip_reason": "Conditional result was False" } TASK [Check the type of each PV] *********************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:51 Thursday 30 May 2024 23:10:43 +0000 (0:00:00.012) 0:02:18.303 ********** ok: [sut] => (item=/dev/sda) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/sda" } MSG: All assertions passed TASK [Check MD RAID] *********************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:64 Thursday 30 May 2024 23:10:43 +0000 (0:00:00.017) 0:02:18.320 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-md.yml for sut TASK [Get information about RAID] ********************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-md.yml:8 Thursday 30 May 2024 23:10:43 +0000 (0:00:00.071) 0:02:18.391 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-md.yml:14 Thursday 30 May 2024 23:10:43 +0000 (0:00:00.013) 0:02:18.405 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-md.yml:19 Thursday 30 May 2024 23:10:43 +0000 (0:00:00.011) 0:02:18.416 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-md.yml:24 Thursday 30 May 2024 23:10:43 +0000 (0:00:00.011) 0:02:18.428 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set md chunk size regex] ************************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-md.yml:29 Thursday 30 May 2024 23:10:43 +0000 (0:00:00.011) 0:02:18.439 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-md.yml:37 Thursday 30 May 2024 23:10:43 +0000 (0:00:00.011) 0:02:18.451 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-md.yml:46 Thursday 30 May 2024 23:10:43 +0000 (0:00:00.012) 0:02:18.463 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-md.yml:55 Thursday 30 May 2024 23:10:43 +0000 (0:00:00.011) 0:02:18.475 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-md.yml:64 Thursday 30 May 2024 23:10:43 +0000 (0:00:00.011) 0:02:18.486 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-md.yml:74 Thursday 30 May 2024 23:10:43 +0000 (0:00:00.011) 0:02:18.497 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Reset variables used by tests] ******************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-md.yml:83 Thursday 30 May 2024 23:10:43 +0000 (0:00:00.011) 0:02:18.509 ********** ok: [sut] => { "ansible_facts": { "storage_test_md_active_devices_re": null, "storage_test_md_chunk_size_re": null, "storage_test_md_metadata_version_re": null, "storage_test_md_spare_devices_re": null }, "changed": false } TASK [Check LVM RAID] ********************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:67 Thursday 30 May 2024 23:10:43 +0000 (0:00:00.012) 0:02:18.521 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-members-lvmraid.yml for sut TASK [Validate pool member LVM RAID settings] ********************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-members-lvmraid.yml:2 Thursday 30 May 2024 23:10:43 +0000 (0:00:00.025) 0:02:18.547 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-lvmraid.yml for sut => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'ext3', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test1', 'raid_level': None, 'size': '9g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/foo-test1', '_raw_device': '/dev/mapper/foo-test1', '_mount_id': '/dev/mapper/foo-test1', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}) TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-lvmraid.yml:8 Thursday 30 May 2024 23:10:43 +0000 (0:00:00.023) 0:02:18.570 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-lvmraid.yml:16 Thursday 30 May 2024 23:10:43 +0000 (0:00:00.015) 0:02:18.586 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-lvmraid.yml:20 Thursday 30 May 2024 23:10:43 +0000 (0:00:00.017) 0:02:18.603 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Set LV stripe size] ****************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-lvmraid.yml:27 Thursday 30 May 2024 23:10:43 +0000 (0:00:00.016) 0:02:18.620 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Parse the requested stripe size] ***************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-lvmraid.yml:31 Thursday 30 May 2024 23:10:44 +0000 (0:00:00.016) 0:02:18.636 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Set expected stripe size] ************************************************ task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-lvmraid.yml:37 Thursday 30 May 2024 23:10:44 +0000 (0:00:00.015) 0:02:18.652 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Check stripe size] ******************************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-lvmraid.yml:42 Thursday 30 May 2024 23:10:44 +0000 (0:00:00.016) 0:02:18.669 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Check Thin Pools] ******************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:70 Thursday 30 May 2024 23:10:44 +0000 (0:00:00.016) 0:02:18.686 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-members-thin.yml for sut TASK [Validate pool member thinpool settings] ********************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-members-thin.yml:2 Thursday 30 May 2024 23:10:44 +0000 (0:00:00.027) 0:02:18.713 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-thin.yml for sut => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'ext3', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test1', 'raid_level': None, 'size': '9g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/foo-test1', '_raw_device': '/dev/mapper/foo-test1', '_mount_id': '/dev/mapper/foo-test1', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}) TASK [Get information about thinpool] ****************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-thin.yml:8 Thursday 30 May 2024 23:10:44 +0000 (0:00:00.023) 0:02:18.737 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_thin_volume.thin", "skip_reason": "Conditional result was False" } TASK [Check that volume is in correct thinpool (when thinp name is provided)] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-thin.yml:16 Thursday 30 May 2024 23:10:44 +0000 (0:00:00.012) 0:02:18.750 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_thin_volume.thin", "skip_reason": "Conditional result was False" } TASK [Check that volume is in thinpool (when thinp name is not provided)] ****** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-thin.yml:22 Thursday 30 May 2024 23:10:44 +0000 (0:00:00.012) 0:02:18.763 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_thin_volume.thin", "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-thin.yml:26 Thursday 30 May 2024 23:10:44 +0000 (0:00:00.011) 0:02:18.774 ********** ok: [sut] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Check member encryption] ************************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:73 Thursday 30 May 2024 23:10:44 +0000 (0:00:00.012) 0:02:18.787 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-members-encryption.yml for sut TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-members-encryption.yml:5 Thursday 30 May 2024 23:10:44 +0000 (0:00:00.025) 0:02:18.813 ********** ok: [sut] => { "ansible_facts": { "_storage_test_expected_crypttab_entries": "0", "_storage_test_expected_crypttab_key_file": "-" }, "changed": false } TASK [Validate pool member LUKS settings] ************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-members-encryption.yml:10 Thursday 30 May 2024 23:10:44 +0000 (0:00:00.015) 0:02:18.828 ********** skipping: [sut] => (item=/dev/sda) => { "_storage_test_pool_member_path": "/dev/sda", "ansible_loop_var": "_storage_test_pool_member_path", "changed": false, "false_condition": "storage_test_pool.type == 'lvm' and storage_test_pool.encryption", "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [Validate pool member crypttab entries] *********************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-members-encryption.yml:17 Thursday 30 May 2024 23:10:44 +0000 (0:00:00.014) 0:02:18.843 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-crypttab.yml for sut => (item=/dev/sda) TASK [Set variables used by tests] ********************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-crypttab.yml:2 Thursday 30 May 2024 23:10:44 +0000 (0:00:00.021) 0:02:18.865 ********** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-crypttab.yml:6 Thursday 30 May 2024 23:10:44 +0000 (0:00:00.018) 0:02:18.883 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-crypttab.yml:14 Thursday 30 May 2024 23:10:44 +0000 (0:00:00.018) 0:02:18.902 ********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-crypttab.yml:23 Thursday 30 May 2024 23:10:44 +0000 (0:00:00.014) 0:02:18.917 ********** skipping: [sut] => { "changed": false, "false_condition": "false and _storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-crypttab.yml:32 Thursday 30 May 2024 23:10:44 +0000 (0:00:00.014) 0:02:18.931 ********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-crypttab.yml:41 Thursday 30 May 2024 23:10:44 +0000 (0:00:00.013) 0:02:18.944 ********** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-members-encryption.yml:24 Thursday 30 May 2024 23:10:44 +0000 (0:00:00.014) 0:02:18.959 ********** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_crypttab_key_file": null }, "changed": false } TASK [Check VDO] *************************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:76 Thursday 30 May 2024 23:10:44 +0000 (0:00:00.013) 0:02:18.972 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-members-vdo.yml for sut TASK [Validate pool member VDO settings] *************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-members-vdo.yml:2 Thursday 30 May 2024 23:10:44 +0000 (0:00:00.027) 0:02:19.000 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-vdo.yml for sut => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'ext3', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test1', 'raid_level': None, 'size': '9g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/foo-test1', '_raw_device': '/dev/mapper/foo-test1', '_mount_id': '/dev/mapper/foo-test1', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}) TASK [Get information about VDO deduplication] ********************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-vdo.yml:8 Thursday 30 May 2024 23:10:44 +0000 (0:00:00.021) 0:02:19.022 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-vdo.yml:15 Thursday 30 May 2024 23:10:44 +0000 (0:00:00.011) 0:02:19.034 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-vdo.yml:21 Thursday 30 May 2024 23:10:44 +0000 (0:00:00.012) 0:02:19.046 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Get information about VDO compression] *********************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-vdo.yml:27 Thursday 30 May 2024 23:10:44 +0000 (0:00:00.011) 0:02:19.058 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-vdo.yml:34 Thursday 30 May 2024 23:10:44 +0000 (0:00:00.013) 0:02:19.071 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-vdo.yml:40 Thursday 30 May 2024 23:10:44 +0000 (0:00:00.011) 0:02:19.083 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-vdo.yml:46 Thursday 30 May 2024 23:10:44 +0000 (0:00:00.012) 0:02:19.096 ********** ok: [sut] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Check Stratis] *********************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:79 Thursday 30 May 2024 23:10:44 +0000 (0:00:00.013) 0:02:19.109 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-stratis.yml for sut TASK [Run 'stratis report'] **************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-stratis.yml:6 Thursday 30 May 2024 23:10:44 +0000 (0:00:00.030) 0:02:19.139 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Get information about Stratis] ******************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-stratis.yml:11 Thursday 30 May 2024 23:10:44 +0000 (0:00:00.012) 0:02:19.152 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Verify that the pools was created] *************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-stratis.yml:15 Thursday 30 May 2024 23:10:44 +0000 (0:00:00.013) 0:02:19.165 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Verify that encryption is correctly set] ********************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-stratis.yml:25 Thursday 30 May 2024 23:10:44 +0000 (0:00:00.013) 0:02:19.179 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Verify that Clevis/Tang encryption is correctly set] ********************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-stratis.yml:34 Thursday 30 May 2024 23:10:44 +0000 (0:00:00.012) 0:02:19.191 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-stratis.yml:44 Thursday 30 May 2024 23:10:44 +0000 (0:00:00.011) 0:02:19.203 ********** ok: [sut] => { "ansible_facts": { "storage_test_stratis_report": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:82 Thursday 30 May 2024 23:10:44 +0000 (0:00:00.014) 0:02:19.217 ********** ok: [sut] => { "ansible_facts": { "__pvs_lvm_len": null, "_storage_test_expected_pv_count": null, "_storage_test_expected_pv_type": null, "_storage_test_pool_pvs": [], "_storage_test_pool_pvs_lvm": [] }, "changed": false } TASK [Verify the volumes] ****************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-volumes.yml:3 Thursday 30 May 2024 23:10:44 +0000 (0:00:00.014) 0:02:19.231 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume.yml for sut => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'ext3', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test1', 'raid_level': None, 'size': '9g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/foo-test1', '_raw_device': '/dev/mapper/foo-test1', '_mount_id': '/dev/mapper/foo-test1', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}) TASK [Set storage volume test variables] *************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume.yml:2 Thursday 30 May 2024 23:10:44 +0000 (0:00:00.022) 0:02:19.253 ********** 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-main_stratis-support-2rq9ytyq9/tests/test-verify-volume.yml:19 Thursday 30 May 2024 23:10:44 +0000 (0:00:00.016) 0:02:19.270 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-mount.yml for sut => (item=mount) included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-fstab.yml for sut => (item=fstab) included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-fs.yml for sut => (item=fs) included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-device.yml for sut => (item=device) included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml for sut => (item=encryption) included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-md.yml for sut => (item=md) included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml for sut => (item=size) included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-cache.yml for sut => (item=cache) TASK [Get expected mount device based on device type] ************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-mount.yml:7 Thursday 30 May 2024 23:10:44 +0000 (0:00:00.050) 0:02:19.321 ********** ok: [sut] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/foo-test1" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-mount.yml:11 Thursday 30 May 2024 23:10:44 +0000 (0:00:00.019) 0:02:19.340 ********** ok: [sut] => { "ansible_facts": { "storage_test_mount_expected_mount_point": "/opt/test1", "storage_test_swap_expected_matches": "0" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-mount.yml:19 Thursday 30 May 2024 23:10:44 +0000 (0:00:00.076) 0:02:19.416 ********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and (storage_test_volume.mount_user or storage_test_volume.mount_group or storage_test_volume.mount_mode)", "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-mount.yml:28 Thursday 30 May 2024 23:10:44 +0000 (0:00:00.013) 0:02:19.430 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-mount.yml:36 Thursday 30 May 2024 23:10:44 +0000 (0:00:00.016) 0:02:19.447 ********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_user", "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-mount.yml:42 Thursday 30 May 2024 23:10:44 +0000 (0:00:00.013) 0:02:19.460 ********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_group", "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-mount.yml:48 Thursday 30 May 2024 23:10:44 +0000 (0:00:00.013) 0:02:19.473 ********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_mode", "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-mount.yml:57 Thursday 30 May 2024 23:10:44 +0000 (0:00:00.013) 0:02:19.486 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-mount.yml:63 Thursday 30 May 2024 23:10:44 +0000 (0:00:00.015) 0:02:19.502 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-mount.yml:69 Thursday 30 May 2024 23:10:44 +0000 (0:00:00.013) 0:02:19.515 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-mount.yml:79 Thursday 30 May 2024 23:10:44 +0000 (0:00:00.013) 0:02:19.528 ********** 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-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-fstab.yml:2 Thursday 30 May 2024 23:10:44 +0000 (0:00:00.013) 0:02:19.542 ********** ok: [sut] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": "1", "storage_test_fstab_expected_mount_options_matches": "1", "storage_test_fstab_expected_mount_point_matches": "1", "storage_test_fstab_id_matches": [ "/dev/mapper/foo-test1 " ], "storage_test_fstab_mount_options_matches": [ " /opt/test1 ext3 defaults " ], "storage_test_fstab_mount_point_matches": [ " /opt/test1 " ] }, "changed": false } TASK [Verify that the device identifier appears in /etc/fstab] ***************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-fstab.yml:17 Thursday 30 May 2024 23:10:44 +0000 (0:00:00.031) 0:02:19.573 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-fstab.yml:24 Thursday 30 May 2024 23:10:44 +0000 (0:00:00.018) 0:02:19.592 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-fstab.yml:33 Thursday 30 May 2024 23:10:44 +0000 (0:00:00.019) 0:02:19.611 ********** skipping: [sut] => { "changed": false, "false_condition": "__storage_verify_mount_options | d(false)", "skip_reason": "Conditional result was False" } TASK [Clean up variables] ****************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-fstab.yml:45 Thursday 30 May 2024 23:10:44 +0000 (0:00:00.012) 0:02:19.624 ********** 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-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-fs.yml:6 Thursday 30 May 2024 23:10:45 +0000 (0:00:00.012) 0:02:19.637 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-fs.yml:14 Thursday 30 May 2024 23:10:45 +0000 (0:00:00.018) 0:02:19.656 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-device.yml:3 Thursday 30 May 2024 23:10:45 +0000 (0:00:00.017) 0:02:19.673 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1717110639.671084, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1717110639.671084, "dev": 5, "device_type": 64768, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 970, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/symlink", "mode": "0660", "mtime": 1717110639.671084, "nlink": 1, "path": "/dev/mapper/foo-test1", "pw_name": "root", "readable": true, "rgrp": true, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": null, "wgrp": true, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-device.yml:9 Thursday 30 May 2024 23:10:45 +0000 (0:00:00.200) 0:02:19.874 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-device.yml:16 Thursday 30 May 2024 23:10:45 +0000 (0:00:00.018) 0:02:19.893 ********** skipping: [sut] => { "changed": false, "false_condition": "not (_storage_test_volume_present or storage_test_volume.type == 'disk')", "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-device.yml:23 Thursday 30 May 2024 23:10:45 +0000 (0:00:00.013) 0:02:19.906 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-device.yml:29 Thursday 30 May 2024 23:10:45 +0000 (0:00:00.016) 0:02:19.922 ********** ok: [sut] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-device.yml:33 Thursday 30 May 2024 23:10:45 +0000 (0:00:00.014) 0:02:19.937 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == \"raid\"", "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-device.yml:38 Thursday 30 May 2024 23:10:45 +0000 (0:00:00.012) 0:02:19.949 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:3 Thursday 30 May 2024 23:10:45 +0000 (0:00:00.015) 0:02:19.965 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:10 Thursday 30 May 2024 23:10:45 +0000 (0:00:00.014) 0:02:19.979 ********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Collect LUKS info for this volume] *************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:16 Thursday 30 May 2024 23:10:46 +0000 (0:00:00.855) 0:02:20.834 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:22 Thursday 30 May 2024 23:10:46 +0000 (0:00:00.012) 0:02:20.847 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "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-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:29 Thursday 30 May 2024 23:10:46 +0000 (0:00:00.011) 0:02:20.858 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:40 Thursday 30 May 2024 23:10:46 +0000 (0:00:00.017) 0:02:20.875 ********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:46 Thursday 30 May 2024 23:10:46 +0000 (0:00:00.011) 0:02:20.887 ********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:51 Thursday 30 May 2024 23:10:46 +0000 (0:00:00.013) 0:02:20.901 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:63 Thursday 30 May 2024 23:10:46 +0000 (0:00:00.012) 0:02:20.913 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:75 Thursday 30 May 2024 23:10:46 +0000 (0:00:00.012) 0:02:20.925 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:87 Thursday 30 May 2024 23:10:46 +0000 (0:00:00.012) 0:02:20.937 ********** 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-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:93 Thursday 30 May 2024 23:10:46 +0000 (0:00:00.018) 0:02:20.956 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:100 Thursday 30 May 2024 23:10:46 +0000 (0:00:00.015) 0:02:20.972 ********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:108 Thursday 30 May 2024 23:10:46 +0000 (0:00:00.014) 0:02:20.986 ********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:116 Thursday 30 May 2024 23:10:46 +0000 (0:00:00.012) 0:02:20.999 ********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:124 Thursday 30 May 2024 23:10:46 +0000 (0:00:00.012) 0:02:21.011 ********** 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-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-md.yml:8 Thursday 30 May 2024 23:10:46 +0000 (0:00:00.012) 0:02:21.024 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-md.yml:14 Thursday 30 May 2024 23:10:46 +0000 (0:00:00.011) 0:02:21.035 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-md.yml:19 Thursday 30 May 2024 23:10:46 +0000 (0:00:00.011) 0:02:21.047 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-md.yml:24 Thursday 30 May 2024 23:10:46 +0000 (0:00:00.013) 0:02:21.060 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-md.yml:29 Thursday 30 May 2024 23:10:46 +0000 (0:00:00.011) 0:02:21.072 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-md.yml:37 Thursday 30 May 2024 23:10:46 +0000 (0:00:00.011) 0:02:21.084 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-md.yml:46 Thursday 30 May 2024 23:10:46 +0000 (0:00:00.011) 0:02:21.096 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-md.yml:54 Thursday 30 May 2024 23:10:46 +0000 (0:00:00.011) 0:02:21.108 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-md.yml:62 Thursday 30 May 2024 23:10:46 +0000 (0:00:00.011) 0:02:21.120 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-md.yml:70 Thursday 30 May 2024 23:10:46 +0000 (0:00:00.013) 0:02:21.134 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:3 Thursday 30 May 2024 23:10:46 +0000 (0:00:00.012) 0:02:21.147 ********** ok: [sut] => { "bytes": 9663676416, "changed": false, "lvm": "9g", "parted": "9GiB", "size": "9 GiB" } TASK [Parse the requested size of the volume] ********************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:11 Thursday 30 May 2024 23:10:46 +0000 (0:00:00.196) 0:02:21.343 ********** ok: [sut] => { "bytes": 9663676416, "changed": false, "lvm": "9g", "parted": "9GiB", "size": "9 GiB" } TASK [Establish base value for expected size] ********************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:20 Thursday 30 May 2024 23:10:46 +0000 (0:00:00.198) 0:02:21.541 ********** ok: [sut] => { "ansible_facts": { "storage_test_expected_size": "9663676416" }, "changed": false } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:28 Thursday 30 May 2024 23:10:46 +0000 (0:00:00.017) 0:02:21.559 ********** ok: [sut] => { "storage_test_expected_size": "9663676416" } TASK [Get the size of parent/pool device] ************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:32 Thursday 30 May 2024 23:10:46 +0000 (0:00:00.014) 0:02:21.573 ********** ok: [sut] => { "bytes": 10726680821, "changed": false, "lvm": "9g", "parted": "9GiB", "size": "9 GiB" } TASK [Show test pool] ********************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:46 Thursday 30 May 2024 23:10:47 +0000 (0:00:00.198) 0:02:21.772 ********** skipping: [sut] => { "false_condition": "'%' in storage_test_volume.size | string" } TASK [Show test blockinfo] ***************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:50 Thursday 30 May 2024 23:10:47 +0000 (0:00:00.015) 0:02:21.787 ********** skipping: [sut] => { "false_condition": "'%' in storage_test_volume.size | string" } TASK [Show test pool size] ***************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:54 Thursday 30 May 2024 23:10:47 +0000 (0:00:00.015) 0:02:21.802 ********** skipping: [sut] => { "false_condition": "'%' in storage_test_volume.size | string" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:58 Thursday 30 May 2024 23:10:47 +0000 (0:00:00.015) 0:02:21.818 ********** skipping: [sut] => { "changed": false, "false_condition": "'%' in storage_test_volume.size | string", "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:67 Thursday 30 May 2024 23:10:47 +0000 (0:00:00.015) 0:02:21.833 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:71 Thursday 30 May 2024 23:10:47 +0000 (0:00:00.012) 0:02:21.845 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:76 Thursday 30 May 2024 23:10:47 +0000 (0:00:00.014) 0:02:21.860 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:82 Thursday 30 May 2024 23:10:47 +0000 (0:00:00.012) 0:02:21.872 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:86 Thursday 30 May 2024 23:10:47 +0000 (0:00:00.011) 0:02:21.884 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:91 Thursday 30 May 2024 23:10:47 +0000 (0:00:00.011) 0:02:21.895 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:96 Thursday 30 May 2024 23:10:47 +0000 (0:00:00.011) 0:02:21.907 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:101 Thursday 30 May 2024 23:10:47 +0000 (0:00:00.012) 0:02:21.919 ********** skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Show volume thin pool size] ********************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:105 Thursday 30 May 2024 23:10:47 +0000 (0:00:00.013) 0:02:21.932 ********** skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:109 Thursday 30 May 2024 23:10:47 +0000 (0:00:00.012) 0:02:21.944 ********** skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Establish base value for expected thin pool size] ************************ task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:113 Thursday 30 May 2024 23:10:47 +0000 (0:00:00.011) 0:02:21.956 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:120 Thursday 30 May 2024 23:10:47 +0000 (0:00:00.011) 0:02:21.968 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:127 Thursday 30 May 2024 23:10:47 +0000 (0:00:00.011) 0:02:21.980 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:131 Thursday 30 May 2024 23:10:47 +0000 (0:00:00.011) 0:02:21.991 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:137 Thursday 30 May 2024 23:10:47 +0000 (0:00:00.013) 0:02:22.004 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:143 Thursday 30 May 2024 23:10:47 +0000 (0:00:00.011) 0:02:22.016 ********** ok: [sut] => { "storage_test_actual_size": { "bytes": 9663676416, "changed": false, "failed": false, "lvm": "9g", "parted": "9GiB", "size": "9 GiB" } } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:147 Thursday 30 May 2024 23:10:47 +0000 (0:00:00.014) 0:02:22.031 ********** ok: [sut] => { "storage_test_expected_size": "9663676416" } TASK [Assert expected size is actual size] ************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:151 Thursday 30 May 2024 23:10:47 +0000 (0:00:00.013) 0:02:22.045 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-cache.yml:5 Thursday 30 May 2024 23:10:47 +0000 (0:00:00.018) 0:02:22.063 ********** ok: [sut] => { "changed": false, "cmd": [ "lvs", "--noheadings", "--nameprefixes", "--units=b", "--nosuffix", "--unquoted", "-o", "name,attr,cache_total_blocks,chunk_size,segtype", "foo/test1" ], "delta": "0:00:00.044313", "end": "2024-05-30 23:10:47.656874", "rc": 0, "start": "2024-05-30 23:10:47.612561" } STDOUT: LVM2_LV_NAME=test1 LVM2_LV_ATTR=-wi-ao---- LVM2_CACHE_TOTAL_BLOCKS= LVM2_CHUNK_SIZE=0 LVM2_SEGTYPE=linear TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-cache.yml:13 Thursday 30 May 2024 23:10:47 +0000 (0:00:00.240) 0:02:22.304 ********** ok: [sut] => { "ansible_facts": { "storage_test_lv_segtype": [ "linear" ] }, "changed": false } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-cache.yml:17 Thursday 30 May 2024 23:10:47 +0000 (0:00:00.017) 0:02:22.321 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set LV cache size] ******************************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-cache.yml:24 Thursday 30 May 2024 23:10:47 +0000 (0:00:00.016) 0:02:22.338 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.cached | bool", "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-cache.yml:31 Thursday 30 May 2024 23:10:47 +0000 (0:00:00.013) 0:02:22.351 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.cached | bool", "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-cache.yml:37 Thursday 30 May 2024 23:10:47 +0000 (0:00:00.012) 0:02:22.363 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.cached | bool", "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-cache.yml:42 Thursday 30 May 2024 23:10:47 +0000 (0:00:00.012) 0:02:22.376 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.cached | bool", "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume.yml:25 Thursday 30 May 2024 23:10:47 +0000 (0:00:00.012) 0:02:22.389 ********** ok: [sut] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-role-results.yml:44 Thursday 30 May 2024 23:10:47 +0000 (0:00:00.014) 0:02:22.403 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Clean up variable namespace] ********************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-role-results.yml:54 Thursday 30 May 2024 23:10:47 +0000 (0:00:00.054) 0:02:22.458 ********** ok: [sut] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } TASK [Change volume size to 5g] ************************************************ task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/tests_resize.yml:214 Thursday 30 May 2024 23:10:47 +0000 (0:00:00.013) 0:02:22.472 ********** TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Thursday 30 May 2024 23:10:47 +0000 (0:00:00.038) 0:02:22.510 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Thursday 30 May 2024 23:10:47 +0000 (0:00:00.019) 0:02:22.530 ********** skipping: [sut] => { "changed": false, "false_condition": "__storage_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Thursday 30 May 2024 23:10:47 +0000 (0:00:00.015) 0:02:22.545 ********** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_9.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs", "stratisd", "stratis-cli" ] }, "ansible_included_var_files": [ "/WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } ok: [sut] => (item=CentOS_9.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs", "stratisd", "stratis-cli" ] }, "ansible_included_var_files": [ "/WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Thursday 30 May 2024 23:10:47 +0000 (0:00:00.031) 0:02:22.577 ********** skipping: [sut] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Thursday 30 May 2024 23:10:47 +0000 (0:00:00.014) 0:02:22.591 ********** skipping: [sut] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Thursday 30 May 2024 23:10:47 +0000 (0:00:00.014) 0:02:22.606 ********** ok: [sut] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Thursday 30 May 2024 23:10:47 +0000 (0:00:00.014) 0:02:22.620 ********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Thursday 30 May 2024 23:10:48 +0000 (0:00:00.012) 0:02:22.633 ********** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for sut TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Thursday 30 May 2024 23:10:48 +0000 (0:00:00.027) 0:02:22.661 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"blivet_available\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Thursday 30 May 2024 23:10:48 +0000 (0:00:00.015) 0:02:22.676 ********** ok: [sut] => { "storage_pools": [ { "disks": [ "sda" ], "name": "foo", "type": "lvm", "volumes": [ { "fs_type": "ext3", "mount_point": "/opt/test1", "name": "test1", "size": "5g" } ] } ] } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Thursday 30 May 2024 23:10:48 +0000 (0:00:00.016) 0:02:22.692 ********** ok: [sut] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined. 'storage_volumes' is undefined" } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Thursday 30 May 2024 23:10:48 +0000 (0:00:00.014) 0:02:22.707 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Thursday 30 May 2024 23:10:48 +0000 (0:00:00.014) 0:02:22.722 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Thursday 30 May 2024 23:10:48 +0000 (0:00:00.014) 0:02:22.736 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Thursday 30 May 2024 23:10:48 +0000 (0:00:00.014) 0:02:22.751 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"service_facts\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Thursday 30 May 2024 23:10:48 +0000 (0:00:00.014) 0:02:22.766 ********** ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Thursday 30 May 2024 23:10:48 +0000 (0:00:00.029) 0:02:22.795 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Thursday 30 May 2024 23:10:48 +0000 (0:00:00.010) 0:02:22.806 ********** changed: [sut] => { "actions": [ { "action": "resize format", "device": "/dev/mapper/foo-test1", "fs_type": "ext3" }, { "action": "resize device", "device": "/dev/mapper/foo-test1", "fs_type": null } ], "changed": true, "crypts": [], "leaves": [ "/dev/mapper/foo-test1", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [ { "dump": 0, "fstype": "ext3", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "mounted" } ], "packages": [ "e2fsprogs", "lvm2", "xfsprogs" ], "pools": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext3", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "5g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Thursday 30 May 2024 23:10:50 +0000 (0:00:02.728) 0:02:25.534 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_udevadm_trigger | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Thursday 30 May 2024 23:10:50 +0000 (0:00:00.013) 0:02:25.547 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:101 Thursday 30 May 2024 23:10:50 +0000 (0:00:00.010) 0:02:25.558 ********** ok: [sut] => { "blivet_output": { "actions": [ { "action": "resize format", "device": "/dev/mapper/foo-test1", "fs_type": "ext3" }, { "action": "resize device", "device": "/dev/mapper/foo-test1", "fs_type": null } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/mapper/foo-test1", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [ { "dump": 0, "fstype": "ext3", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "mounted" } ], "packages": [ "e2fsprogs", "lvm2", "xfsprogs" ], "pools": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext3", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "5g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:110 Thursday 30 May 2024 23:10:50 +0000 (0:00:00.018) 0:02:25.576 ********** ok: [sut] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext3", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "5g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] }, "changed": false } TASK [fedora.linux_system_roles.storage : Set the list of volumes for test verification] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:114 Thursday 30 May 2024 23:10:50 +0000 (0:00:00.016) 0:02:25.593 ********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:130 Thursday 30 May 2024 23:10:50 +0000 (0:00:00.014) 0:02:25.607 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:141 Thursday 30 May 2024 23:10:50 +0000 (0:00:00.015) 0:02:25.623 ********** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:146 Thursday 30 May 2024 23:10:51 +0000 (0:00:00.547) 0:02:26.171 ********** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount changed: [sut] => (item={'src': '/dev/mapper/foo-test1', 'path': '/opt/test1', 'fstype': 'ext3', 'opts': 'defaults', 'dump': 0, 'passno': 0, 'state': 'mounted', 'owner': None, 'group': None, 'mode': None}) => { "ansible_loop_var": "mount_info", "backup_file": "", "boot": "yes", "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/test1", "src": "/dev/mapper/foo-test1", "state": "mounted" }, "name": "/opt/test1", "opts": "defaults", "passno": "0", "src": "/dev/mapper/foo-test1" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:157 Thursday 30 May 2024 23:10:51 +0000 (0:00:00.224) 0:02:26.395 ********** skipping: [sut] => (item={'src': '/dev/mapper/foo-test1', 'path': '/opt/test1', 'fstype': 'ext3', 'opts': 'defaults', 'dump': 0, 'passno': 0, 'state': 'mounted', 'owner': None, 'group': None, 'mode': None}) => { "ansible_loop_var": "mount_info", "changed": false, "false_condition": "mount_info['owner'] != none or mount_info['group'] != none or mount_info['mode'] != none", "mount_info": { "dump": 0, "fstype": "ext3", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "mounted" }, "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:169 Thursday 30 May 2024 23:10:51 +0000 (0:00:00.024) 0:02:26.420 ********** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:177 Thursday 30 May 2024 23:10:52 +0000 (0:00:00.557) 0:02:26.978 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1717110357.516958, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1716902420.402, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 2097284, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "inode/x-empty", "mode": "0600", "mtime": 1716902144.521, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "3342962587", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:182 Thursday 30 May 2024 23:10:52 +0000 (0:00:00.203) 0:02:27.182 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:204 Thursday 30 May 2024 23:10:52 +0000 (0:00:00.011) 0:02:27.194 ********** ok: [sut] TASK [Verify role results] ***************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/tests_resize.yml:228 Thursday 30 May 2024 23:10:53 +0000 (0:00:00.868) 0:02:28.062 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-role-results.yml for sut TASK [Print out pool information] ********************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-role-results.yml:2 Thursday 30 May 2024 23:10:53 +0000 (0:00:00.029) 0:02:28.092 ********** ok: [sut] => { "_storage_pools_list": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext3", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "5g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] } TASK [Print out volume information] ******************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-role-results.yml:7 Thursday 30 May 2024 23:10:53 +0000 (0:00:00.018) 0:02:28.110 ********** skipping: [sut] => { "false_condition": "_storage_volumes_list | length > 0" } TASK [Collect info about the volumes.] ***************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-role-results.yml:15 Thursday 30 May 2024 23:10:53 +0000 (0:00:00.013) 0:02:28.123 ********** ok: [sut] => { "changed": false, "info": { "/dev/mapper/foo-test1": { "fstype": "ext3", "label": "", "mountpoint": "/opt/test1", "name": "/dev/mapper/foo-test1", "size": "5G", "type": "lvm", "uuid": "57abeae3-fa02-44e2-a770-507d8b60ba7c" }, "/dev/sda": { "fstype": "LVM2_member", "label": "", "mountpoint": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "NEl6sN-N5Ux-b8hn-Xd1d-GuJN-pTWH-i01P0W" }, "/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": "82a26900-2b36-49b9-bc49-f4d2f0bb14b8" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-role-results.yml:20 Thursday 30 May 2024 23:10:53 +0000 (0:00:00.204) 0:02:28.328 ********** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:01.004317", "end": "2024-05-30 23:10:54.878809", "rc": 0, "start": "2024-05-30 23:10:53.874492" } STDOUT: # # /etc/fstab # Created by anaconda on Tue May 28 13:15:44 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=82a26900-2b36-49b9-bc49-f4d2f0bb14b8 / xfs defaults 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat /mnt/redhat nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/qa /mnt/qa nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive /mnt/engarchive nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/tpsdist /mnt/tpsdist nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot /mnt/brew nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch /mnt/brew_scratch nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 /dev/mapper/foo-test1 /opt/test1 ext3 defaults 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-role-results.yml:25 Thursday 30 May 2024 23:10:54 +0000 (0:00:01.197) 0:02:29.525 ********** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.003086", "end": "2024-05-30 23:10:55.076911", "failed_when_result": false, "rc": 0, "start": "2024-05-30 23:10:55.073825" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-role-results.yml:34 Thursday 30 May 2024 23:10:55 +0000 (0:00:00.197) 0:02:29.723 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool.yml for sut => (item={'disks': ['sda'], 'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'encryption_clevis_pin': None, 'encryption_tang_url': None, 'encryption_tang_thumbprint': None, 'name': 'foo', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_metadata_version': None, 'raid_chunk_size': None, 'shared': False, 'state': 'present', 'type': 'lvm', 'volumes': [{'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'ext3', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test1', 'raid_level': None, 'size': '5g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/foo-test1', '_raw_device': '/dev/mapper/foo-test1', '_mount_id': '/dev/mapper/foo-test1', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}]}) TASK [Set _storage_pool_tests] ************************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool.yml:5 Thursday 30 May 2024 23:10:55 +0000 (0:00:00.025) 0:02:29.749 ********** ok: [sut] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool.yml:18 Thursday 30 May 2024 23:10:55 +0000 (0:00:00.012) 0:02:29.761 ********** ok: [sut] => { "changed": false, "cmd": [ "vgs", "--noheadings", "--binary", "-o", "shared", "foo" ], "delta": "0:00:00.030672", "end": "2024-05-30 23:10:55.338821", "rc": 0, "start": "2024-05-30 23:10:55.308149" } STDOUT: 0 TASK [Verify that VG shared value checks out] ********************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool.yml:24 Thursday 30 May 2024 23:10:55 +0000 (0:00:00.226) 0:02:29.987 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify pool subset] ****************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool.yml:34 Thursday 30 May 2024 23:10:55 +0000 (0:00:00.016) 0:02:30.004 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml for sut => (item=members) included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-volumes.yml for sut => (item=volumes) TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:2 Thursday 30 May 2024 23:10:55 +0000 (0:00:00.024) 0:02:30.028 ********** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_count": "1", "_storage_test_pool_pvs_lvm": [ "/dev/sda" ] }, "changed": false } TASK [Get the canonical device path for each member device] ******************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:8 Thursday 30 May 2024 23:10:55 +0000 (0:00:00.023) 0:02:30.051 ********** ok: [sut] => (item=/dev/sda) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/sda", "pv": "/dev/sda" } TASK [Set pvs lvm length] ****************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:17 Thursday 30 May 2024 23:10:55 +0000 (0:00:00.196) 0:02:30.248 ********** ok: [sut] => { "ansible_facts": { "__pvs_lvm_len": "1" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:22 Thursday 30 May 2024 23:10:55 +0000 (0:00:00.016) 0:02:30.264 ********** ok: [sut] => { "ansible_facts": { "_storage_test_pool_pvs": [ "/dev/sda" ] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:27 Thursday 30 May 2024 23:10:55 +0000 (0:00:00.017) 0:02:30.282 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:36 Thursday 30 May 2024 23:10:55 +0000 (0:00:00.015) 0:02:30.297 ********** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:41 Thursday 30 May 2024 23:10:55 +0000 (0:00:00.013) 0:02:30.311 ********** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:46 Thursday 30 May 2024 23:10:55 +0000 (0:00:00.014) 0:02:30.326 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'lvm' and storage_test_pool.raid_level", "skip_reason": "Conditional result was False" } TASK [Check the type of each PV] *********************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:51 Thursday 30 May 2024 23:10:55 +0000 (0:00:00.012) 0:02:30.339 ********** ok: [sut] => (item=/dev/sda) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/sda" } MSG: All assertions passed TASK [Check MD RAID] *********************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:64 Thursday 30 May 2024 23:10:55 +0000 (0:00:00.016) 0:02:30.355 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-md.yml for sut TASK [Get information about RAID] ********************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-md.yml:8 Thursday 30 May 2024 23:10:55 +0000 (0:00:00.021) 0:02:30.377 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-md.yml:14 Thursday 30 May 2024 23:10:55 +0000 (0:00:00.011) 0:02:30.389 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-md.yml:19 Thursday 30 May 2024 23:10:55 +0000 (0:00:00.012) 0:02:30.401 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-md.yml:24 Thursday 30 May 2024 23:10:55 +0000 (0:00:00.059) 0:02:30.461 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set md chunk size regex] ************************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-md.yml:29 Thursday 30 May 2024 23:10:55 +0000 (0:00:00.012) 0:02:30.473 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-md.yml:37 Thursday 30 May 2024 23:10:55 +0000 (0:00:00.011) 0:02:30.485 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-md.yml:46 Thursday 30 May 2024 23:10:55 +0000 (0:00:00.011) 0:02:30.497 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-md.yml:55 Thursday 30 May 2024 23:10:55 +0000 (0:00:00.011) 0:02:30.508 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-md.yml:64 Thursday 30 May 2024 23:10:55 +0000 (0:00:00.011) 0:02:30.520 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-md.yml:74 Thursday 30 May 2024 23:10:55 +0000 (0:00:00.012) 0:02:30.532 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Reset variables used by tests] ******************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-md.yml:83 Thursday 30 May 2024 23:10:55 +0000 (0:00:00.011) 0:02:30.544 ********** ok: [sut] => { "ansible_facts": { "storage_test_md_active_devices_re": null, "storage_test_md_chunk_size_re": null, "storage_test_md_metadata_version_re": null, "storage_test_md_spare_devices_re": null }, "changed": false } TASK [Check LVM RAID] ********************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:67 Thursday 30 May 2024 23:10:55 +0000 (0:00:00.012) 0:02:30.556 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-members-lvmraid.yml for sut TASK [Validate pool member LVM RAID settings] ********************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-members-lvmraid.yml:2 Thursday 30 May 2024 23:10:55 +0000 (0:00:00.023) 0:02:30.580 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-lvmraid.yml for sut => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'ext3', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test1', 'raid_level': None, 'size': '5g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/foo-test1', '_raw_device': '/dev/mapper/foo-test1', '_mount_id': '/dev/mapper/foo-test1', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}) TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-lvmraid.yml:8 Thursday 30 May 2024 23:10:55 +0000 (0:00:00.022) 0:02:30.602 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-lvmraid.yml:16 Thursday 30 May 2024 23:10:55 +0000 (0:00:00.014) 0:02:30.616 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-lvmraid.yml:20 Thursday 30 May 2024 23:10:56 +0000 (0:00:00.014) 0:02:30.631 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Set LV stripe size] ****************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-lvmraid.yml:27 Thursday 30 May 2024 23:10:56 +0000 (0:00:00.014) 0:02:30.645 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Parse the requested stripe size] ***************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-lvmraid.yml:31 Thursday 30 May 2024 23:10:56 +0000 (0:00:00.014) 0:02:30.660 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Set expected stripe size] ************************************************ task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-lvmraid.yml:37 Thursday 30 May 2024 23:10:56 +0000 (0:00:00.016) 0:02:30.676 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Check stripe size] ******************************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-lvmraid.yml:42 Thursday 30 May 2024 23:10:56 +0000 (0:00:00.014) 0:02:30.691 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Check Thin Pools] ******************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:70 Thursday 30 May 2024 23:10:56 +0000 (0:00:00.014) 0:02:30.706 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-members-thin.yml for sut TASK [Validate pool member thinpool settings] ********************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-members-thin.yml:2 Thursday 30 May 2024 23:10:56 +0000 (0:00:00.025) 0:02:30.731 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-thin.yml for sut => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'ext3', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test1', 'raid_level': None, 'size': '5g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/foo-test1', '_raw_device': '/dev/mapper/foo-test1', '_mount_id': '/dev/mapper/foo-test1', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}) TASK [Get information about thinpool] ****************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-thin.yml:8 Thursday 30 May 2024 23:10:56 +0000 (0:00:00.024) 0:02:30.755 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_thin_volume.thin", "skip_reason": "Conditional result was False" } TASK [Check that volume is in correct thinpool (when thinp name is provided)] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-thin.yml:16 Thursday 30 May 2024 23:10:56 +0000 (0:00:00.011) 0:02:30.767 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_thin_volume.thin", "skip_reason": "Conditional result was False" } TASK [Check that volume is in thinpool (when thinp name is not provided)] ****** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-thin.yml:22 Thursday 30 May 2024 23:10:56 +0000 (0:00:00.011) 0:02:30.778 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_thin_volume.thin", "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-thin.yml:26 Thursday 30 May 2024 23:10:56 +0000 (0:00:00.011) 0:02:30.789 ********** ok: [sut] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Check member encryption] ************************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:73 Thursday 30 May 2024 23:10:56 +0000 (0:00:00.012) 0:02:30.802 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-members-encryption.yml for sut TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-members-encryption.yml:5 Thursday 30 May 2024 23:10:56 +0000 (0:00:00.026) 0:02:30.828 ********** ok: [sut] => { "ansible_facts": { "_storage_test_expected_crypttab_entries": "0", "_storage_test_expected_crypttab_key_file": "-" }, "changed": false } TASK [Validate pool member LUKS settings] ************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-members-encryption.yml:10 Thursday 30 May 2024 23:10:56 +0000 (0:00:00.014) 0:02:30.843 ********** skipping: [sut] => (item=/dev/sda) => { "_storage_test_pool_member_path": "/dev/sda", "ansible_loop_var": "_storage_test_pool_member_path", "changed": false, "false_condition": "storage_test_pool.type == 'lvm' and storage_test_pool.encryption", "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [Validate pool member crypttab entries] *********************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-members-encryption.yml:17 Thursday 30 May 2024 23:10:56 +0000 (0:00:00.013) 0:02:30.856 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-crypttab.yml for sut => (item=/dev/sda) TASK [Set variables used by tests] ********************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-crypttab.yml:2 Thursday 30 May 2024 23:10:56 +0000 (0:00:00.019) 0:02:30.876 ********** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-crypttab.yml:6 Thursday 30 May 2024 23:10:56 +0000 (0:00:00.017) 0:02:30.893 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-crypttab.yml:14 Thursday 30 May 2024 23:10:56 +0000 (0:00:00.016) 0:02:30.910 ********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-crypttab.yml:23 Thursday 30 May 2024 23:10:56 +0000 (0:00:00.012) 0:02:30.923 ********** skipping: [sut] => { "changed": false, "false_condition": "false and _storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-crypttab.yml:32 Thursday 30 May 2024 23:10:56 +0000 (0:00:00.012) 0:02:30.935 ********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-crypttab.yml:41 Thursday 30 May 2024 23:10:56 +0000 (0:00:00.012) 0:02:30.948 ********** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-members-encryption.yml:24 Thursday 30 May 2024 23:10:56 +0000 (0:00:00.012) 0:02:30.960 ********** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_crypttab_key_file": null }, "changed": false } TASK [Check VDO] *************************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:76 Thursday 30 May 2024 23:10:56 +0000 (0:00:00.014) 0:02:30.975 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-members-vdo.yml for sut TASK [Validate pool member VDO settings] *************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-members-vdo.yml:2 Thursday 30 May 2024 23:10:56 +0000 (0:00:00.027) 0:02:31.002 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-vdo.yml for sut => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'ext3', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test1', 'raid_level': None, 'size': '5g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/foo-test1', '_raw_device': '/dev/mapper/foo-test1', '_mount_id': '/dev/mapper/foo-test1', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}) TASK [Get information about VDO deduplication] ********************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-vdo.yml:8 Thursday 30 May 2024 23:10:56 +0000 (0:00:00.022) 0:02:31.024 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-vdo.yml:15 Thursday 30 May 2024 23:10:56 +0000 (0:00:00.012) 0:02:31.037 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-vdo.yml:21 Thursday 30 May 2024 23:10:56 +0000 (0:00:00.011) 0:02:31.048 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Get information about VDO compression] *********************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-vdo.yml:27 Thursday 30 May 2024 23:10:56 +0000 (0:00:00.011) 0:02:31.059 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-vdo.yml:34 Thursday 30 May 2024 23:10:56 +0000 (0:00:00.011) 0:02:31.070 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-vdo.yml:40 Thursday 30 May 2024 23:10:56 +0000 (0:00:00.011) 0:02:31.082 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-vdo.yml:46 Thursday 30 May 2024 23:10:56 +0000 (0:00:00.010) 0:02:31.093 ********** ok: [sut] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Check Stratis] *********************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:79 Thursday 30 May 2024 23:10:56 +0000 (0:00:00.012) 0:02:31.105 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-stratis.yml for sut TASK [Run 'stratis report'] **************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-stratis.yml:6 Thursday 30 May 2024 23:10:56 +0000 (0:00:00.027) 0:02:31.133 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Get information about Stratis] ******************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-stratis.yml:11 Thursday 30 May 2024 23:10:56 +0000 (0:00:00.012) 0:02:31.145 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Verify that the pools was created] *************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-stratis.yml:15 Thursday 30 May 2024 23:10:56 +0000 (0:00:00.011) 0:02:31.156 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Verify that encryption is correctly set] ********************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-stratis.yml:25 Thursday 30 May 2024 23:10:56 +0000 (0:00:00.012) 0:02:31.169 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Verify that Clevis/Tang encryption is correctly set] ********************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-stratis.yml:34 Thursday 30 May 2024 23:10:56 +0000 (0:00:00.011) 0:02:31.181 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-stratis.yml:44 Thursday 30 May 2024 23:10:56 +0000 (0:00:00.011) 0:02:31.192 ********** ok: [sut] => { "ansible_facts": { "storage_test_stratis_report": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:82 Thursday 30 May 2024 23:10:56 +0000 (0:00:00.012) 0:02:31.205 ********** ok: [sut] => { "ansible_facts": { "__pvs_lvm_len": null, "_storage_test_expected_pv_count": null, "_storage_test_expected_pv_type": null, "_storage_test_pool_pvs": [], "_storage_test_pool_pvs_lvm": [] }, "changed": false } TASK [Verify the volumes] ****************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-volumes.yml:3 Thursday 30 May 2024 23:10:56 +0000 (0:00:00.011) 0:02:31.216 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume.yml for sut => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'ext3', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test1', 'raid_level': None, 'size': '5g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/foo-test1', '_raw_device': '/dev/mapper/foo-test1', '_mount_id': '/dev/mapper/foo-test1', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}) TASK [Set storage volume test variables] *************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume.yml:2 Thursday 30 May 2024 23:10:56 +0000 (0:00:00.020) 0:02:31.236 ********** 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-main_stratis-support-2rq9ytyq9/tests/test-verify-volume.yml:19 Thursday 30 May 2024 23:10:56 +0000 (0:00:00.016) 0:02:31.252 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-mount.yml for sut => (item=mount) included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-fstab.yml for sut => (item=fstab) included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-fs.yml for sut => (item=fs) included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-device.yml for sut => (item=device) included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml for sut => (item=encryption) included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-md.yml for sut => (item=md) included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml for sut => (item=size) included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-cache.yml for sut => (item=cache) TASK [Get expected mount device based on device type] ************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-mount.yml:7 Thursday 30 May 2024 23:10:56 +0000 (0:00:00.055) 0:02:31.308 ********** ok: [sut] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/foo-test1" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-mount.yml:11 Thursday 30 May 2024 23:10:56 +0000 (0:00:00.018) 0:02:31.327 ********** ok: [sut] => { "ansible_facts": { "storage_test_mount_expected_mount_point": "/opt/test1", "storage_test_swap_expected_matches": "0" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-mount.yml:19 Thursday 30 May 2024 23:10:56 +0000 (0:00:00.017) 0:02:31.344 ********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and (storage_test_volume.mount_user or storage_test_volume.mount_group or storage_test_volume.mount_mode)", "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-mount.yml:28 Thursday 30 May 2024 23:10:56 +0000 (0:00:00.013) 0:02:31.357 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-mount.yml:36 Thursday 30 May 2024 23:10:56 +0000 (0:00:00.016) 0:02:31.374 ********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_user", "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-mount.yml:42 Thursday 30 May 2024 23:10:56 +0000 (0:00:00.012) 0:02:31.387 ********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_group", "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-mount.yml:48 Thursday 30 May 2024 23:10:56 +0000 (0:00:00.011) 0:02:31.398 ********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_mode", "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-mount.yml:57 Thursday 30 May 2024 23:10:56 +0000 (0:00:00.011) 0:02:31.410 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-mount.yml:63 Thursday 30 May 2024 23:10:56 +0000 (0:00:00.011) 0:02:31.421 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-mount.yml:69 Thursday 30 May 2024 23:10:56 +0000 (0:00:00.011) 0:02:31.433 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-mount.yml:79 Thursday 30 May 2024 23:10:56 +0000 (0:00:00.011) 0:02:31.444 ********** 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-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-fstab.yml:2 Thursday 30 May 2024 23:10:56 +0000 (0:00:00.072) 0:02:31.517 ********** ok: [sut] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": "1", "storage_test_fstab_expected_mount_options_matches": "1", "storage_test_fstab_expected_mount_point_matches": "1", "storage_test_fstab_id_matches": [ "/dev/mapper/foo-test1 " ], "storage_test_fstab_mount_options_matches": [ " /opt/test1 ext3 defaults " ], "storage_test_fstab_mount_point_matches": [ " /opt/test1 " ] }, "changed": false } TASK [Verify that the device identifier appears in /etc/fstab] ***************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-fstab.yml:17 Thursday 30 May 2024 23:10:56 +0000 (0:00:00.031) 0:02:31.549 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-fstab.yml:24 Thursday 30 May 2024 23:10:56 +0000 (0:00:00.017) 0:02:31.566 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-fstab.yml:33 Thursday 30 May 2024 23:10:56 +0000 (0:00:00.017) 0:02:31.584 ********** skipping: [sut] => { "changed": false, "false_condition": "__storage_verify_mount_options | d(false)", "skip_reason": "Conditional result was False" } TASK [Clean up variables] ****************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-fstab.yml:45 Thursday 30 May 2024 23:10:56 +0000 (0:00:00.012) 0:02:31.597 ********** 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-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-fs.yml:6 Thursday 30 May 2024 23:10:56 +0000 (0:00:00.012) 0:02:31.610 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-fs.yml:14 Thursday 30 May 2024 23:10:57 +0000 (0:00:00.019) 0:02:31.630 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-device.yml:3 Thursday 30 May 2024 23:10:57 +0000 (0:00:00.017) 0:02:31.647 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1717110650.8171258, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1717110650.8171258, "dev": 5, "device_type": 64768, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 970, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/symlink", "mode": "0660", "mtime": 1717110650.8171258, "nlink": 1, "path": "/dev/mapper/foo-test1", "pw_name": "root", "readable": true, "rgrp": true, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": null, "wgrp": true, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-device.yml:9 Thursday 30 May 2024 23:10:57 +0000 (0:00:00.200) 0:02:31.848 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-device.yml:16 Thursday 30 May 2024 23:10:57 +0000 (0:00:00.015) 0:02:31.864 ********** skipping: [sut] => { "changed": false, "false_condition": "not (_storage_test_volume_present or storage_test_volume.type == 'disk')", "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-device.yml:23 Thursday 30 May 2024 23:10:57 +0000 (0:00:00.011) 0:02:31.876 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-device.yml:29 Thursday 30 May 2024 23:10:57 +0000 (0:00:00.015) 0:02:31.891 ********** ok: [sut] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-device.yml:33 Thursday 30 May 2024 23:10:57 +0000 (0:00:00.015) 0:02:31.907 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == \"raid\"", "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-device.yml:38 Thursday 30 May 2024 23:10:57 +0000 (0:00:00.012) 0:02:31.919 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:3 Thursday 30 May 2024 23:10:57 +0000 (0:00:00.015) 0:02:31.935 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:10 Thursday 30 May 2024 23:10:57 +0000 (0:00:00.011) 0:02:31.946 ********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Collect LUKS info for this volume] *************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:16 Thursday 30 May 2024 23:10:58 +0000 (0:00:00.875) 0:02:32.822 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:22 Thursday 30 May 2024 23:10:58 +0000 (0:00:00.012) 0:02:32.834 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "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-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:29 Thursday 30 May 2024 23:10:58 +0000 (0:00:00.013) 0:02:32.847 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:40 Thursday 30 May 2024 23:10:58 +0000 (0:00:00.017) 0:02:32.865 ********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:46 Thursday 30 May 2024 23:10:58 +0000 (0:00:00.012) 0:02:32.877 ********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:51 Thursday 30 May 2024 23:10:58 +0000 (0:00:00.012) 0:02:32.890 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:63 Thursday 30 May 2024 23:10:58 +0000 (0:00:00.013) 0:02:32.903 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:75 Thursday 30 May 2024 23:10:58 +0000 (0:00:00.012) 0:02:32.915 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:87 Thursday 30 May 2024 23:10:58 +0000 (0:00:00.013) 0:02:32.928 ********** 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-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:93 Thursday 30 May 2024 23:10:58 +0000 (0:00:00.018) 0:02:32.947 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:100 Thursday 30 May 2024 23:10:58 +0000 (0:00:00.016) 0:02:32.964 ********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:108 Thursday 30 May 2024 23:10:58 +0000 (0:00:00.013) 0:02:32.977 ********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:116 Thursday 30 May 2024 23:10:58 +0000 (0:00:00.013) 0:02:32.991 ********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:124 Thursday 30 May 2024 23:10:58 +0000 (0:00:00.012) 0:02:33.004 ********** 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-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-md.yml:8 Thursday 30 May 2024 23:10:58 +0000 (0:00:00.015) 0:02:33.019 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-md.yml:14 Thursday 30 May 2024 23:10:58 +0000 (0:00:00.013) 0:02:33.032 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-md.yml:19 Thursday 30 May 2024 23:10:58 +0000 (0:00:00.012) 0:02:33.045 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-md.yml:24 Thursday 30 May 2024 23:10:58 +0000 (0:00:00.011) 0:02:33.056 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-md.yml:29 Thursday 30 May 2024 23:10:58 +0000 (0:00:00.011) 0:02:33.068 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-md.yml:37 Thursday 30 May 2024 23:10:58 +0000 (0:00:00.011) 0:02:33.079 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-md.yml:46 Thursday 30 May 2024 23:10:58 +0000 (0:00:00.012) 0:02:33.092 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-md.yml:54 Thursday 30 May 2024 23:10:58 +0000 (0:00:00.011) 0:02:33.104 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-md.yml:62 Thursday 30 May 2024 23:10:58 +0000 (0:00:00.011) 0:02:33.115 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-md.yml:70 Thursday 30 May 2024 23:10:58 +0000 (0:00:00.011) 0:02:33.126 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:3 Thursday 30 May 2024 23:10:58 +0000 (0:00:00.011) 0:02:33.138 ********** ok: [sut] => { "bytes": 5368709120, "changed": false, "lvm": "5g", "parted": "5GiB", "size": "5 GiB" } TASK [Parse the requested size of the volume] ********************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:11 Thursday 30 May 2024 23:10:58 +0000 (0:00:00.197) 0:02:33.335 ********** ok: [sut] => { "bytes": 5368709120, "changed": false, "lvm": "5g", "parted": "5GiB", "size": "5 GiB" } TASK [Establish base value for expected size] ********************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:20 Thursday 30 May 2024 23:10:58 +0000 (0:00:00.200) 0:02:33.535 ********** ok: [sut] => { "ansible_facts": { "storage_test_expected_size": "5368709120" }, "changed": false } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:28 Thursday 30 May 2024 23:10:58 +0000 (0:00:00.018) 0:02:33.554 ********** ok: [sut] => { "storage_test_expected_size": "5368709120" } TASK [Get the size of parent/pool device] ************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:32 Thursday 30 May 2024 23:10:58 +0000 (0:00:00.015) 0:02:33.569 ********** ok: [sut] => { "bytes": 10726680821, "changed": false, "lvm": "9g", "parted": "9GiB", "size": "9 GiB" } TASK [Show test pool] ********************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:46 Thursday 30 May 2024 23:10:59 +0000 (0:00:00.196) 0:02:33.766 ********** skipping: [sut] => { "false_condition": "'%' in storage_test_volume.size | string" } TASK [Show test blockinfo] ***************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:50 Thursday 30 May 2024 23:10:59 +0000 (0:00:00.015) 0:02:33.782 ********** skipping: [sut] => { "false_condition": "'%' in storage_test_volume.size | string" } TASK [Show test pool size] ***************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:54 Thursday 30 May 2024 23:10:59 +0000 (0:00:00.014) 0:02:33.796 ********** skipping: [sut] => { "false_condition": "'%' in storage_test_volume.size | string" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:58 Thursday 30 May 2024 23:10:59 +0000 (0:00:00.016) 0:02:33.812 ********** skipping: [sut] => { "changed": false, "false_condition": "'%' in storage_test_volume.size | string", "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:67 Thursday 30 May 2024 23:10:59 +0000 (0:00:00.015) 0:02:33.828 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:71 Thursday 30 May 2024 23:10:59 +0000 (0:00:00.012) 0:02:33.840 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:76 Thursday 30 May 2024 23:10:59 +0000 (0:00:00.012) 0:02:33.853 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:82 Thursday 30 May 2024 23:10:59 +0000 (0:00:00.012) 0:02:33.865 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:86 Thursday 30 May 2024 23:10:59 +0000 (0:00:00.012) 0:02:33.877 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:91 Thursday 30 May 2024 23:10:59 +0000 (0:00:00.013) 0:02:33.891 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:96 Thursday 30 May 2024 23:10:59 +0000 (0:00:00.012) 0:02:33.903 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:101 Thursday 30 May 2024 23:10:59 +0000 (0:00:00.012) 0:02:33.915 ********** skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Show volume thin pool size] ********************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:105 Thursday 30 May 2024 23:10:59 +0000 (0:00:00.011) 0:02:33.927 ********** skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:109 Thursday 30 May 2024 23:10:59 +0000 (0:00:00.011) 0:02:33.939 ********** skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Establish base value for expected thin pool size] ************************ task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:113 Thursday 30 May 2024 23:10:59 +0000 (0:00:00.011) 0:02:33.951 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:120 Thursday 30 May 2024 23:10:59 +0000 (0:00:00.014) 0:02:33.965 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:127 Thursday 30 May 2024 23:10:59 +0000 (0:00:00.012) 0:02:33.977 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:131 Thursday 30 May 2024 23:10:59 +0000 (0:00:00.011) 0:02:33.989 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:137 Thursday 30 May 2024 23:10:59 +0000 (0:00:00.011) 0:02:34.001 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:143 Thursday 30 May 2024 23:10:59 +0000 (0:00:00.011) 0:02:34.012 ********** ok: [sut] => { "storage_test_actual_size": { "bytes": 5368709120, "changed": false, "failed": false, "lvm": "5g", "parted": "5GiB", "size": "5 GiB" } } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:147 Thursday 30 May 2024 23:10:59 +0000 (0:00:00.013) 0:02:34.026 ********** ok: [sut] => { "storage_test_expected_size": "5368709120" } TASK [Assert expected size is actual size] ************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:151 Thursday 30 May 2024 23:10:59 +0000 (0:00:00.014) 0:02:34.041 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-cache.yml:5 Thursday 30 May 2024 23:10:59 +0000 (0:00:00.018) 0:02:34.059 ********** ok: [sut] => { "changed": false, "cmd": [ "lvs", "--noheadings", "--nameprefixes", "--units=b", "--nosuffix", "--unquoted", "-o", "name,attr,cache_total_blocks,chunk_size,segtype", "foo/test1" ], "delta": "0:00:00.030295", "end": "2024-05-30 23:10:59.637919", "rc": 0, "start": "2024-05-30 23:10:59.607624" } STDOUT: LVM2_LV_NAME=test1 LVM2_LV_ATTR=-wi-ao---- LVM2_CACHE_TOTAL_BLOCKS= LVM2_CHUNK_SIZE=0 LVM2_SEGTYPE=linear TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-cache.yml:13 Thursday 30 May 2024 23:10:59 +0000 (0:00:00.226) 0:02:34.285 ********** ok: [sut] => { "ansible_facts": { "storage_test_lv_segtype": [ "linear" ] }, "changed": false } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-cache.yml:17 Thursday 30 May 2024 23:10:59 +0000 (0:00:00.015) 0:02:34.300 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set LV cache size] ******************************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-cache.yml:24 Thursday 30 May 2024 23:10:59 +0000 (0:00:00.015) 0:02:34.316 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.cached | bool", "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-cache.yml:31 Thursday 30 May 2024 23:10:59 +0000 (0:00:00.012) 0:02:34.329 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.cached | bool", "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-cache.yml:37 Thursday 30 May 2024 23:10:59 +0000 (0:00:00.013) 0:02:34.343 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.cached | bool", "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-cache.yml:42 Thursday 30 May 2024 23:10:59 +0000 (0:00:00.012) 0:02:34.355 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.cached | bool", "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume.yml:25 Thursday 30 May 2024 23:10:59 +0000 (0:00:00.012) 0:02:34.368 ********** ok: [sut] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-role-results.yml:44 Thursday 30 May 2024 23:10:59 +0000 (0:00:00.012) 0:02:34.381 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Clean up variable namespace] ********************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-role-results.yml:54 Thursday 30 May 2024 23:10:59 +0000 (0:00:00.009) 0:02:34.390 ********** 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-main_stratis-support-2rq9ytyq9/tests/tests_resize.yml:231 Thursday 30 May 2024 23:10:59 +0000 (0:00:00.012) 0:02:34.402 ********** TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Thursday 30 May 2024 23:10:59 +0000 (0:00:00.043) 0:02:34.446 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Thursday 30 May 2024 23:10:59 +0000 (0:00:00.017) 0:02:34.464 ********** skipping: [sut] => { "changed": false, "false_condition": "__storage_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Thursday 30 May 2024 23:10:59 +0000 (0:00:00.064) 0:02:34.528 ********** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_9.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs", "stratisd", "stratis-cli" ] }, "ansible_included_var_files": [ "/WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } ok: [sut] => (item=CentOS_9.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs", "stratisd", "stratis-cli" ] }, "ansible_included_var_files": [ "/WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Thursday 30 May 2024 23:10:59 +0000 (0:00:00.033) 0:02:34.562 ********** skipping: [sut] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Thursday 30 May 2024 23:10:59 +0000 (0:00:00.015) 0:02:34.578 ********** skipping: [sut] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Thursday 30 May 2024 23:10:59 +0000 (0:00:00.015) 0:02:34.593 ********** ok: [sut] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Thursday 30 May 2024 23:10:59 +0000 (0:00:00.013) 0:02:34.606 ********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Thursday 30 May 2024 23:10:59 +0000 (0:00:00.012) 0:02:34.619 ********** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for sut TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Thursday 30 May 2024 23:11:00 +0000 (0:00:00.029) 0:02:34.648 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"blivet_available\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Thursday 30 May 2024 23:11:00 +0000 (0:00:00.015) 0:02:34.664 ********** ok: [sut] => { "storage_pools": [ { "disks": [ "sda" ], "name": "foo", "state": "absent", "volumes": [ { "mount_point": "/opt/test1", "name": "test1", "size": "5g" } ] } ] } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Thursday 30 May 2024 23:11:00 +0000 (0:00:00.015) 0:02:34.679 ********** ok: [sut] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined. 'storage_volumes' is undefined" } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Thursday 30 May 2024 23:11:00 +0000 (0:00:00.013) 0:02:34.693 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Thursday 30 May 2024 23:11:00 +0000 (0:00:00.016) 0:02:34.710 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Thursday 30 May 2024 23:11:00 +0000 (0:00:00.014) 0:02:34.725 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Thursday 30 May 2024 23:11:00 +0000 (0:00:00.014) 0:02:34.739 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"service_facts\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Thursday 30 May 2024 23:11:00 +0000 (0:00:00.015) 0:02:34.754 ********** ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Thursday 30 May 2024 23:11:00 +0000 (0:00:00.024) 0:02:34.779 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Thursday 30 May 2024 23:11:00 +0000 (0:00:00.010) 0:02:34.790 ********** changed: [sut] => { "actions": [ { "action": "destroy format", "device": "/dev/mapper/foo-test1", "fs_type": "ext3" }, { "action": "destroy device", "device": "/dev/mapper/foo-test1", "fs_type": null }, { "action": "destroy device", "device": "/dev/foo", "fs_type": null }, { "action": "destroy format", "device": "/dev/sda", "fs_type": "lvmpv" } ], "changed": true, "crypts": [], "leaves": [ "/dev/sda", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [ { "fstype": "ext3", "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "absent" } ], "packages": [ "xfsprogs" ], "pools": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "absent", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext3", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "5g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Thursday 30 May 2024 23:11:02 +0000 (0:00:02.090) 0:02:36.881 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_udevadm_trigger | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Thursday 30 May 2024 23:11:02 +0000 (0:00:00.014) 0:02:36.896 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:101 Thursday 30 May 2024 23:11:02 +0000 (0:00:00.011) 0:02:36.907 ********** ok: [sut] => { "blivet_output": { "actions": [ { "action": "destroy format", "device": "/dev/mapper/foo-test1", "fs_type": "ext3" }, { "action": "destroy device", "device": "/dev/mapper/foo-test1", "fs_type": null }, { "action": "destroy device", "device": "/dev/foo", "fs_type": null }, { "action": "destroy format", "device": "/dev/sda", "fs_type": "lvmpv" } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/sda", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [ { "fstype": "ext3", "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "absent" } ], "packages": [ "xfsprogs" ], "pools": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "absent", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext3", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "5g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:110 Thursday 30 May 2024 23:11:02 +0000 (0:00:00.017) 0:02:36.924 ********** ok: [sut] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "absent", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext3", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "5g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] }, "changed": false } TASK [fedora.linux_system_roles.storage : Set the list of volumes for test verification] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:114 Thursday 30 May 2024 23:11:02 +0000 (0:00:00.016) 0:02:36.941 ********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:130 Thursday 30 May 2024 23:11:02 +0000 (0:00:00.015) 0:02:36.957 ********** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount changed: [sut] => (item={'src': '/dev/mapper/foo-test1', 'path': '/opt/test1', 'state': 'absent', 'fstype': 'ext3'}) => { "ansible_loop_var": "mount_info", "backup_file": "", "boot": "yes", "changed": true, "dump": "0", "fstab": "/etc/fstab", "fstype": "ext3", "mount_info": { "fstype": "ext3", "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "absent" }, "name": "/opt/test1", "opts": "defaults", "passno": "0", "src": "/dev/mapper/foo-test1" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:141 Thursday 30 May 2024 23:11:02 +0000 (0:00:00.215) 0:02:37.172 ********** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:146 Thursday 30 May 2024 23:11:03 +0000 (0:00:00.559) 0:02:37.732 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:157 Thursday 30 May 2024 23:11:03 +0000 (0:00:00.017) 0:02:37.749 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:169 Thursday 30 May 2024 23:11:03 +0000 (0:00:00.017) 0:02:37.767 ********** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:177 Thursday 30 May 2024 23:11:03 +0000 (0:00:00.555) 0:02:38.322 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1717110357.516958, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1716902420.402, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 2097284, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "inode/x-empty", "mode": "0600", "mtime": 1716902144.521, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "3342962587", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:182 Thursday 30 May 2024 23:11:03 +0000 (0:00:00.204) 0:02:38.527 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:204 Thursday 30 May 2024 23:11:03 +0000 (0:00:00.013) 0:02:38.541 ********** ok: [sut] TASK [Verify role results] ***************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/tests_resize.yml:244 Thursday 30 May 2024 23:11:04 +0000 (0:00:00.772) 0:02:39.313 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-role-results.yml for sut TASK [Print out pool information] ********************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-role-results.yml:2 Thursday 30 May 2024 23:11:04 +0000 (0:00:00.032) 0:02:39.346 ********** ok: [sut] => { "_storage_pools_list": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "absent", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext3", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "5g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] } TASK [Print out volume information] ******************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-role-results.yml:7 Thursday 30 May 2024 23:11:04 +0000 (0:00:00.018) 0:02:39.365 ********** skipping: [sut] => { "false_condition": "_storage_volumes_list | length > 0" } TASK [Collect info about the volumes.] ***************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-role-results.yml:15 Thursday 30 May 2024 23:11:04 +0000 (0:00:00.013) 0:02:39.378 ********** 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": "82a26900-2b36-49b9-bc49-f4d2f0bb14b8" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-role-results.yml:20 Thursday 30 May 2024 23:11:04 +0000 (0:00:00.205) 0:02:39.584 ********** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.003163", "end": "2024-05-30 23:11:05.136547", "rc": 0, "start": "2024-05-30 23:11:05.133384" } STDOUT: # # /etc/fstab # Created by anaconda on Tue May 28 13:15:44 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=82a26900-2b36-49b9-bc49-f4d2f0bb14b8 / 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-main_stratis-support-2rq9ytyq9/tests/verify-role-results.yml:25 Thursday 30 May 2024 23:11:05 +0000 (0:00:00.199) 0:02:39.783 ********** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.003357", "end": "2024-05-30 23:11:05.337704", "failed_when_result": false, "rc": 0, "start": "2024-05-30 23:11:05.334347" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-role-results.yml:34 Thursday 30 May 2024 23:11:05 +0000 (0:00:00.201) 0:02:39.984 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool.yml for sut => (item={'disks': ['sda'], 'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'encryption_clevis_pin': None, 'encryption_tang_url': None, 'encryption_tang_thumbprint': None, 'name': 'foo', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_metadata_version': None, 'raid_chunk_size': None, 'shared': False, 'state': 'absent', 'type': 'lvm', 'volumes': [{'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'ext3', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test1', 'raid_level': None, 'size': '5g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/foo-test1', '_raw_device': '/dev/mapper/foo-test1', '_mount_id': '/dev/mapper/foo-test1'}]}) TASK [Set _storage_pool_tests] ************************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool.yml:5 Thursday 30 May 2024 23:11:05 +0000 (0:00:00.031) 0:02:40.015 ********** ok: [sut] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool.yml:18 Thursday 30 May 2024 23:11:05 +0000 (0:00:00.013) 0:02:40.029 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'lvm' and storage_test_pool.state == 'present'", "skip_reason": "Conditional result was False" } TASK [Verify that VG shared value checks out] ********************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool.yml:24 Thursday 30 May 2024 23:11:05 +0000 (0:00:00.014) 0:02:40.044 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'lvm' and storage_test_pool.state == 'present'", "skip_reason": "Conditional result was False" } TASK [Verify pool subset] ****************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool.yml:34 Thursday 30 May 2024 23:11:05 +0000 (0:00:00.013) 0:02:40.057 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml for sut => (item=members) included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-volumes.yml for sut => (item=volumes) TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:2 Thursday 30 May 2024 23:11:05 +0000 (0:00:00.025) 0:02:40.082 ********** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_count": "0", "_storage_test_pool_pvs_lvm": [] }, "changed": false } TASK [Get the canonical device path for each member device] ******************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:8 Thursday 30 May 2024 23:11:05 +0000 (0:00:00.019) 0:02:40.102 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Set pvs lvm length] ****************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:17 Thursday 30 May 2024 23:11:05 +0000 (0:00:00.010) 0:02:40.113 ********** ok: [sut] => { "ansible_facts": { "__pvs_lvm_len": "0" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:22 Thursday 30 May 2024 23:11:05 +0000 (0:00:00.014) 0:02:40.128 ********** ok: [sut] => { "ansible_facts": { "_storage_test_pool_pvs": [] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:27 Thursday 30 May 2024 23:11:05 +0000 (0:00:00.016) 0:02:40.144 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:36 Thursday 30 May 2024 23:11:05 +0000 (0:00:00.017) 0:02:40.162 ********** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:41 Thursday 30 May 2024 23:11:05 +0000 (0:00:00.013) 0:02:40.176 ********** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:46 Thursday 30 May 2024 23:11:05 +0000 (0:00:00.015) 0:02:40.191 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'lvm' and storage_test_pool.raid_level", "skip_reason": "Conditional result was False" } TASK [Check the type of each PV] *********************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:51 Thursday 30 May 2024 23:11:05 +0000 (0:00:00.011) 0:02:40.202 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check MD RAID] *********************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:64 Thursday 30 May 2024 23:11:05 +0000 (0:00:00.009) 0:02:40.212 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-md.yml for sut TASK [Get information about RAID] ********************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-md.yml:8 Thursday 30 May 2024 23:11:05 +0000 (0:00:00.022) 0:02:40.234 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-md.yml:14 Thursday 30 May 2024 23:11:05 +0000 (0:00:00.011) 0:02:40.246 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-md.yml:19 Thursday 30 May 2024 23:11:05 +0000 (0:00:00.011) 0:02:40.257 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-md.yml:24 Thursday 30 May 2024 23:11:05 +0000 (0:00:00.011) 0:02:40.268 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set md chunk size regex] ************************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-md.yml:29 Thursday 30 May 2024 23:11:05 +0000 (0:00:00.011) 0:02:40.279 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-md.yml:37 Thursday 30 May 2024 23:11:05 +0000 (0:00:00.012) 0:02:40.292 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-md.yml:46 Thursday 30 May 2024 23:11:05 +0000 (0:00:00.011) 0:02:40.303 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-md.yml:55 Thursday 30 May 2024 23:11:05 +0000 (0:00:00.011) 0:02:40.315 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-md.yml:64 Thursday 30 May 2024 23:11:05 +0000 (0:00:00.011) 0:02:40.326 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-md.yml:74 Thursday 30 May 2024 23:11:05 +0000 (0:00:00.011) 0:02:40.337 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Reset variables used by tests] ******************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-md.yml:83 Thursday 30 May 2024 23:11:05 +0000 (0:00:00.010) 0:02:40.348 ********** ok: [sut] => { "ansible_facts": { "storage_test_md_active_devices_re": null, "storage_test_md_chunk_size_re": null, "storage_test_md_metadata_version_re": null, "storage_test_md_spare_devices_re": null }, "changed": false } TASK [Check LVM RAID] ********************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:67 Thursday 30 May 2024 23:11:05 +0000 (0:00:00.012) 0:02:40.361 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-members-lvmraid.yml for sut TASK [Validate pool member LVM RAID settings] ********************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-members-lvmraid.yml:2 Thursday 30 May 2024 23:11:05 +0000 (0:00:00.023) 0:02:40.384 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-lvmraid.yml for sut => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'ext3', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test1', 'raid_level': None, 'size': '5g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/foo-test1', '_raw_device': '/dev/mapper/foo-test1', '_mount_id': '/dev/mapper/foo-test1'}) TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-lvmraid.yml:8 Thursday 30 May 2024 23:11:05 +0000 (0:00:00.023) 0:02:40.407 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-lvmraid.yml:16 Thursday 30 May 2024 23:11:05 +0000 (0:00:00.014) 0:02:40.422 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-lvmraid.yml:20 Thursday 30 May 2024 23:11:05 +0000 (0:00:00.015) 0:02:40.437 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Set LV stripe size] ****************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-lvmraid.yml:27 Thursday 30 May 2024 23:11:05 +0000 (0:00:00.014) 0:02:40.452 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Parse the requested stripe size] ***************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-lvmraid.yml:31 Thursday 30 May 2024 23:11:05 +0000 (0:00:00.014) 0:02:40.466 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Set expected stripe size] ************************************************ task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-lvmraid.yml:37 Thursday 30 May 2024 23:11:05 +0000 (0:00:00.014) 0:02:40.480 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Check stripe size] ******************************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-lvmraid.yml:42 Thursday 30 May 2024 23:11:05 +0000 (0:00:00.014) 0:02:40.494 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Check Thin Pools] ******************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:70 Thursday 30 May 2024 23:11:05 +0000 (0:00:00.014) 0:02:40.509 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-members-thin.yml for sut TASK [Validate pool member thinpool settings] ********************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-members-thin.yml:2 Thursday 30 May 2024 23:11:05 +0000 (0:00:00.025) 0:02:40.534 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-thin.yml for sut => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'ext3', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test1', 'raid_level': None, 'size': '5g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/foo-test1', '_raw_device': '/dev/mapper/foo-test1', '_mount_id': '/dev/mapper/foo-test1'}) TASK [Get information about thinpool] ****************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-thin.yml:8 Thursday 30 May 2024 23:11:05 +0000 (0:00:00.021) 0:02:40.556 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_thin_volume.thin", "skip_reason": "Conditional result was False" } TASK [Check that volume is in correct thinpool (when thinp name is provided)] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-thin.yml:16 Thursday 30 May 2024 23:11:05 +0000 (0:00:00.011) 0:02:40.567 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_thin_volume.thin", "skip_reason": "Conditional result was False" } TASK [Check that volume is in thinpool (when thinp name is not provided)] ****** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-thin.yml:22 Thursday 30 May 2024 23:11:05 +0000 (0:00:00.012) 0:02:40.579 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_thin_volume.thin", "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-thin.yml:26 Thursday 30 May 2024 23:11:06 +0000 (0:00:00.070) 0:02:40.650 ********** ok: [sut] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Check member encryption] ************************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:73 Thursday 30 May 2024 23:11:06 +0000 (0:00:00.013) 0:02:40.664 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-members-encryption.yml for sut TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-members-encryption.yml:5 Thursday 30 May 2024 23:11:06 +0000 (0:00:00.025) 0:02:40.689 ********** ok: [sut] => { "ansible_facts": { "_storage_test_expected_crypttab_entries": "0", "_storage_test_expected_crypttab_key_file": "-" }, "changed": false } TASK [Validate pool member LUKS settings] ************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-members-encryption.yml:10 Thursday 30 May 2024 23:11:06 +0000 (0:00:00.014) 0:02:40.704 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Validate pool member crypttab entries] *********************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-members-encryption.yml:17 Thursday 30 May 2024 23:11:06 +0000 (0:00:00.011) 0:02:40.716 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-members-encryption.yml:24 Thursday 30 May 2024 23:11:06 +0000 (0:00:00.009) 0:02:40.726 ********** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_crypttab_key_file": null }, "changed": false } TASK [Check VDO] *************************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:76 Thursday 30 May 2024 23:11:06 +0000 (0:00:00.012) 0:02:40.738 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-members-vdo.yml for sut TASK [Validate pool member VDO settings] *************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-members-vdo.yml:2 Thursday 30 May 2024 23:11:06 +0000 (0:00:00.026) 0:02:40.765 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-vdo.yml for sut => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'ext3', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test1', 'raid_level': None, 'size': '5g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/foo-test1', '_raw_device': '/dev/mapper/foo-test1', '_mount_id': '/dev/mapper/foo-test1'}) TASK [Get information about VDO deduplication] ********************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-vdo.yml:8 Thursday 30 May 2024 23:11:06 +0000 (0:00:00.024) 0:02:40.789 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-vdo.yml:15 Thursday 30 May 2024 23:11:06 +0000 (0:00:00.012) 0:02:40.802 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-vdo.yml:21 Thursday 30 May 2024 23:11:06 +0000 (0:00:00.012) 0:02:40.814 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Get information about VDO compression] *********************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-vdo.yml:27 Thursday 30 May 2024 23:11:06 +0000 (0:00:00.012) 0:02:40.827 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-vdo.yml:34 Thursday 30 May 2024 23:11:06 +0000 (0:00:00.011) 0:02:40.839 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-vdo.yml:40 Thursday 30 May 2024 23:11:06 +0000 (0:00:00.012) 0:02:40.851 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-vdo.yml:46 Thursday 30 May 2024 23:11:06 +0000 (0:00:00.011) 0:02:40.863 ********** ok: [sut] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Check Stratis] *********************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:79 Thursday 30 May 2024 23:11:06 +0000 (0:00:00.012) 0:02:40.875 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-stratis.yml for sut TASK [Run 'stratis report'] **************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-stratis.yml:6 Thursday 30 May 2024 23:11:06 +0000 (0:00:00.026) 0:02:40.902 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Get information about Stratis] ******************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-stratis.yml:11 Thursday 30 May 2024 23:11:06 +0000 (0:00:00.011) 0:02:40.913 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Verify that the pools was created] *************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-stratis.yml:15 Thursday 30 May 2024 23:11:06 +0000 (0:00:00.012) 0:02:40.926 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Verify that encryption is correctly set] ********************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-stratis.yml:25 Thursday 30 May 2024 23:11:06 +0000 (0:00:00.011) 0:02:40.937 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Verify that Clevis/Tang encryption is correctly set] ********************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-stratis.yml:34 Thursday 30 May 2024 23:11:06 +0000 (0:00:00.011) 0:02:40.949 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-stratis.yml:44 Thursday 30 May 2024 23:11:06 +0000 (0:00:00.011) 0:02:40.960 ********** ok: [sut] => { "ansible_facts": { "storage_test_stratis_report": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:82 Thursday 30 May 2024 23:11:06 +0000 (0:00:00.012) 0:02:40.973 ********** ok: [sut] => { "ansible_facts": { "__pvs_lvm_len": null, "_storage_test_expected_pv_count": null, "_storage_test_expected_pv_type": null, "_storage_test_pool_pvs": [], "_storage_test_pool_pvs_lvm": [] }, "changed": false } TASK [Verify the volumes] ****************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-volumes.yml:3 Thursday 30 May 2024 23:11:06 +0000 (0:00:00.013) 0:02:40.986 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume.yml for sut => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'ext3', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test1', 'raid_level': None, 'size': '5g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/foo-test1', '_raw_device': '/dev/mapper/foo-test1', '_mount_id': '/dev/mapper/foo-test1'}) TASK [Set storage volume test variables] *************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume.yml:2 Thursday 30 May 2024 23:11:06 +0000 (0:00:00.021) 0:02:41.008 ********** 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-main_stratis-support-2rq9ytyq9/tests/test-verify-volume.yml:19 Thursday 30 May 2024 23:11:06 +0000 (0:00:00.017) 0:02:41.026 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-mount.yml for sut => (item=mount) included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-fstab.yml for sut => (item=fstab) included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-fs.yml for sut => (item=fs) included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-device.yml for sut => (item=device) included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml for sut => (item=encryption) included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-md.yml for sut => (item=md) included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml for sut => (item=size) included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-cache.yml for sut => (item=cache) TASK [Get expected mount device based on device type] ************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-mount.yml:7 Thursday 30 May 2024 23:11:06 +0000 (0:00:00.051) 0:02:41.078 ********** ok: [sut] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/foo-test1" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-mount.yml:11 Thursday 30 May 2024 23:11:06 +0000 (0:00:00.019) 0:02:41.097 ********** ok: [sut] => { "ansible_facts": { "storage_test_mount_expected_mount_point": "/opt/test1", "storage_test_swap_expected_matches": "0" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-mount.yml:19 Thursday 30 May 2024 23:11:06 +0000 (0:00:00.016) 0:02:41.114 ********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and (storage_test_volume.mount_user or storage_test_volume.mount_group or storage_test_volume.mount_mode)", "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-mount.yml:28 Thursday 30 May 2024 23:11:06 +0000 (0:00:00.012) 0:02:41.126 ********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Verify mount directory user] ********************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-mount.yml:36 Thursday 30 May 2024 23:11:06 +0000 (0:00:00.011) 0:02:41.138 ********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_user", "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-mount.yml:42 Thursday 30 May 2024 23:11:06 +0000 (0:00:00.011) 0:02:41.149 ********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_group", "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-mount.yml:48 Thursday 30 May 2024 23:11:06 +0000 (0:00:00.011) 0:02:41.160 ********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_mode", "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-mount.yml:57 Thursday 30 May 2024 23:11:06 +0000 (0:00:00.011) 0:02:41.171 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-mount.yml:63 Thursday 30 May 2024 23:11:06 +0000 (0:00:00.011) 0:02:41.182 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-mount.yml:69 Thursday 30 May 2024 23:11:06 +0000 (0:00:00.012) 0:02:41.195 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-mount.yml:79 Thursday 30 May 2024 23:11:06 +0000 (0:00:00.011) 0:02:41.206 ********** 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-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-fstab.yml:2 Thursday 30 May 2024 23:11:06 +0000 (0:00:00.012) 0:02:41.219 ********** 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-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-fstab.yml:17 Thursday 30 May 2024 23:11:06 +0000 (0:00:00.029) 0:02:41.248 ********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False" } TASK [Verify the fstab mount point] ******************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-fstab.yml:24 Thursday 30 May 2024 23:11:06 +0000 (0:00:00.012) 0:02:41.261 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-fstab.yml:33 Thursday 30 May 2024 23:11:06 +0000 (0:00:00.017) 0:02:41.278 ********** skipping: [sut] => { "changed": false, "false_condition": "__storage_verify_mount_options | d(false)", "skip_reason": "Conditional result was False" } TASK [Clean up variables] ****************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-fstab.yml:45 Thursday 30 May 2024 23:11:06 +0000 (0:00:00.015) 0:02:41.293 ********** 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-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-fs.yml:6 Thursday 30 May 2024 23:11:06 +0000 (0:00:00.013) 0:02:41.306 ********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Verify fs label] ********************************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-fs.yml:14 Thursday 30 May 2024 23:11:06 +0000 (0:00:00.014) 0:02:41.321 ********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False" } TASK [See whether the device node is present] ********************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-device.yml:3 Thursday 30 May 2024 23:11:06 +0000 (0:00:00.013) 0:02:41.334 ********** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-device.yml:9 Thursday 30 May 2024 23:11:06 +0000 (0:00:00.193) 0:02:41.527 ********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present or storage_test_volume.type == 'disk'", "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-device.yml:16 Thursday 30 May 2024 23:11:06 +0000 (0:00:00.013) 0:02:41.541 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about this volume] ********************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-device.yml:23 Thursday 30 May 2024 23:11:06 +0000 (0:00:00.016) 0:02:41.557 ********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Process volume type (set initial value) (1/2)] *************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-device.yml:29 Thursday 30 May 2024 23:11:06 +0000 (0:00:00.011) 0:02:41.569 ********** ok: [sut] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-device.yml:33 Thursday 30 May 2024 23:11:06 +0000 (0:00:00.012) 0:02:41.581 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == \"raid\"", "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-device.yml:38 Thursday 30 May 2024 23:11:06 +0000 (0:00:00.011) 0:02:41.592 ********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Stat the LUKS device, if encrypted] ************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:3 Thursday 30 May 2024 23:11:06 +0000 (0:00:00.010) 0:02:41.603 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:10 Thursday 30 May 2024 23:11:06 +0000 (0:00:00.011) 0:02:41.614 ********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Collect LUKS info for this volume] *************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:16 Thursday 30 May 2024 23:11:07 +0000 (0:00:00.875) 0:02:42.490 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:22 Thursday 30 May 2024 23:11:07 +0000 (0:00:00.012) 0:02:42.502 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "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-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:29 Thursday 30 May 2024 23:11:07 +0000 (0:00:00.011) 0:02:42.514 ********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:40 Thursday 30 May 2024 23:11:07 +0000 (0:00:00.011) 0:02:42.525 ********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:46 Thursday 30 May 2024 23:11:07 +0000 (0:00:00.011) 0:02:42.537 ********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:51 Thursday 30 May 2024 23:11:07 +0000 (0:00:00.010) 0:02:42.548 ********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:63 Thursday 30 May 2024 23:11:07 +0000 (0:00:00.011) 0:02:42.559 ********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:75 Thursday 30 May 2024 23:11:07 +0000 (0:00:00.011) 0:02:42.570 ********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:87 Thursday 30 May 2024 23:11:07 +0000 (0:00:00.010) 0:02:42.581 ********** 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-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:93 Thursday 30 May 2024 23:11:07 +0000 (0:00:00.017) 0:02:42.599 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:100 Thursday 30 May 2024 23:11:07 +0000 (0:00:00.015) 0:02:42.614 ********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:108 Thursday 30 May 2024 23:11:08 +0000 (0:00:00.013) 0:02:42.627 ********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:116 Thursday 30 May 2024 23:11:08 +0000 (0:00:00.015) 0:02:42.643 ********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:124 Thursday 30 May 2024 23:11:08 +0000 (0:00:00.012) 0:02:42.656 ********** 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-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-md.yml:8 Thursday 30 May 2024 23:11:08 +0000 (0:00:00.012) 0:02:42.668 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-md.yml:14 Thursday 30 May 2024 23:11:08 +0000 (0:00:00.011) 0:02:42.680 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-md.yml:19 Thursday 30 May 2024 23:11:08 +0000 (0:00:00.011) 0:02:42.691 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-md.yml:24 Thursday 30 May 2024 23:11:08 +0000 (0:00:00.011) 0:02:42.703 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-md.yml:29 Thursday 30 May 2024 23:11:08 +0000 (0:00:00.012) 0:02:42.716 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-md.yml:37 Thursday 30 May 2024 23:11:08 +0000 (0:00:00.011) 0:02:42.727 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-md.yml:46 Thursday 30 May 2024 23:11:08 +0000 (0:00:00.011) 0:02:42.738 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-md.yml:54 Thursday 30 May 2024 23:11:08 +0000 (0:00:00.011) 0:02:42.750 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-md.yml:62 Thursday 30 May 2024 23:11:08 +0000 (0:00:00.011) 0:02:42.761 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-md.yml:70 Thursday 30 May 2024 23:11:08 +0000 (0:00:00.011) 0:02:42.772 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:3 Thursday 30 May 2024 23:11:08 +0000 (0:00:00.013) 0:02:42.786 ********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False" } TASK [Parse the requested size of the volume] ********************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:11 Thursday 30 May 2024 23:11:08 +0000 (0:00:00.067) 0:02:42.854 ********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False" } TASK [Establish base value for expected size] ********************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:20 Thursday 30 May 2024 23:11:08 +0000 (0:00:00.013) 0:02:42.867 ********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False" } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:28 Thursday 30 May 2024 23:11:08 +0000 (0:00:00.011) 0:02:42.878 ********** ok: [sut] => { "storage_test_expected_size": "5368709120" } TASK [Get the size of parent/pool device] ************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:32 Thursday 30 May 2024 23:11:08 +0000 (0:00:00.013) 0:02:42.892 ********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False" } TASK [Show test pool] ********************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:46 Thursday 30 May 2024 23:11:08 +0000 (0:00:00.011) 0:02:42.903 ********** skipping: [sut] => { "false_condition": "_storage_test_volume_present | bool" } TASK [Show test blockinfo] ***************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:50 Thursday 30 May 2024 23:11:08 +0000 (0:00:00.011) 0:02:42.914 ********** skipping: [sut] => { "false_condition": "_storage_test_volume_present | bool" } TASK [Show test pool size] ***************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:54 Thursday 30 May 2024 23:11:08 +0000 (0:00:00.012) 0:02:42.927 ********** skipping: [sut] => { "false_condition": "_storage_test_volume_present | bool" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:58 Thursday 30 May 2024 23:11:08 +0000 (0:00:00.011) 0:02:42.938 ********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:67 Thursday 30 May 2024 23:11:08 +0000 (0:00:00.011) 0:02:42.949 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:71 Thursday 30 May 2024 23:11:08 +0000 (0:00:00.011) 0:02:42.961 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:76 Thursday 30 May 2024 23:11:08 +0000 (0:00:00.011) 0:02:42.973 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:82 Thursday 30 May 2024 23:11:08 +0000 (0:00:00.011) 0:02:42.984 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:86 Thursday 30 May 2024 23:11:08 +0000 (0:00:00.012) 0:02:42.997 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:91 Thursday 30 May 2024 23:11:08 +0000 (0:00:00.011) 0:02:43.008 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:96 Thursday 30 May 2024 23:11:08 +0000 (0:00:00.011) 0:02:43.020 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:101 Thursday 30 May 2024 23:11:08 +0000 (0:00:00.011) 0:02:43.031 ********** skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Show volume thin pool size] ********************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:105 Thursday 30 May 2024 23:11:08 +0000 (0:00:00.011) 0:02:43.042 ********** skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:109 Thursday 30 May 2024 23:11:08 +0000 (0:00:00.011) 0:02:43.053 ********** skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Establish base value for expected thin pool size] ************************ task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:113 Thursday 30 May 2024 23:11:08 +0000 (0:00:00.012) 0:02:43.066 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:120 Thursday 30 May 2024 23:11:08 +0000 (0:00:00.010) 0:02:43.077 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:127 Thursday 30 May 2024 23:11:08 +0000 (0:00:00.011) 0:02:43.088 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:131 Thursday 30 May 2024 23:11:08 +0000 (0:00:00.011) 0:02:43.099 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:137 Thursday 30 May 2024 23:11:08 +0000 (0:00:00.010) 0:02:43.109 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:143 Thursday 30 May 2024 23:11:08 +0000 (0:00:00.011) 0:02:43.120 ********** ok: [sut] => { "storage_test_actual_size": { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False", "skipped": true } } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:147 Thursday 30 May 2024 23:11:08 +0000 (0:00:00.014) 0:02:43.135 ********** ok: [sut] => { "storage_test_expected_size": "5368709120" } TASK [Assert expected size is actual size] ************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:151 Thursday 30 May 2024 23:11:08 +0000 (0:00:00.013) 0:02:43.149 ********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-cache.yml:5 Thursday 30 May 2024 23:11:08 +0000 (0:00:00.011) 0:02:43.160 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-cache.yml:13 Thursday 30 May 2024 23:11:08 +0000 (0:00:00.011) 0:02:43.172 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-cache.yml:17 Thursday 30 May 2024 23:11:08 +0000 (0:00:00.011) 0:02:43.183 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Set LV cache size] ******************************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-cache.yml:24 Thursday 30 May 2024 23:11:08 +0000 (0:00:00.011) 0:02:43.195 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-cache.yml:31 Thursday 30 May 2024 23:11:08 +0000 (0:00:00.012) 0:02:43.207 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-cache.yml:37 Thursday 30 May 2024 23:11:08 +0000 (0:00:00.011) 0:02:43.219 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-cache.yml:42 Thursday 30 May 2024 23:11:08 +0000 (0:00:00.011) 0:02:43.230 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume.yml:25 Thursday 30 May 2024 23:11:08 +0000 (0:00:00.011) 0:02:43.241 ********** ok: [sut] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-role-results.yml:44 Thursday 30 May 2024 23:11:08 +0000 (0:00:00.011) 0:02:43.253 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Clean up variable namespace] ********************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-role-results.yml:54 Thursday 30 May 2024 23:11:08 +0000 (0:00:00.009) 0:02:43.263 ********** ok: [sut] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } TASK [Create a LVM logical volume with for ext2 FS size 5g] ******************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/tests_resize.yml:249 Thursday 30 May 2024 23:11:08 +0000 (0:00:00.013) 0:02:43.276 ********** TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Thursday 30 May 2024 23:11:08 +0000 (0:00:00.045) 0:02:43.322 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Thursday 30 May 2024 23:11:08 +0000 (0:00:00.018) 0:02:43.340 ********** skipping: [sut] => { "changed": false, "false_condition": "__storage_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Thursday 30 May 2024 23:11:08 +0000 (0:00:00.014) 0:02:43.355 ********** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_9.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs", "stratisd", "stratis-cli" ] }, "ansible_included_var_files": [ "/WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } ok: [sut] => (item=CentOS_9.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs", "stratisd", "stratis-cli" ] }, "ansible_included_var_files": [ "/WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Thursday 30 May 2024 23:11:08 +0000 (0:00:00.031) 0:02:43.387 ********** skipping: [sut] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Thursday 30 May 2024 23:11:08 +0000 (0:00:00.014) 0:02:43.401 ********** skipping: [sut] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Thursday 30 May 2024 23:11:08 +0000 (0:00:00.013) 0:02:43.415 ********** ok: [sut] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Thursday 30 May 2024 23:11:08 +0000 (0:00:00.013) 0:02:43.429 ********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Thursday 30 May 2024 23:11:08 +0000 (0:00:00.012) 0:02:43.441 ********** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for sut TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Thursday 30 May 2024 23:11:08 +0000 (0:00:00.027) 0:02:43.469 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"blivet_available\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Thursday 30 May 2024 23:11:08 +0000 (0:00:00.014) 0:02:43.484 ********** ok: [sut] => { "storage_pools": [ { "disks": [ "sda" ], "name": "foo", "type": "lvm", "volumes": [ { "fs_type": "ext2", "mount_point": "/opt/test1", "name": "test1", "size": "5g" } ] } ] } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Thursday 30 May 2024 23:11:08 +0000 (0:00:00.016) 0:02:43.500 ********** ok: [sut] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined. 'storage_volumes' is undefined" } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Thursday 30 May 2024 23:11:08 +0000 (0:00:00.013) 0:02:43.514 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Thursday 30 May 2024 23:11:08 +0000 (0:00:00.014) 0:02:43.529 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Thursday 30 May 2024 23:11:08 +0000 (0:00:00.014) 0:02:43.544 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Thursday 30 May 2024 23:11:08 +0000 (0:00:00.014) 0:02:43.559 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"service_facts\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Thursday 30 May 2024 23:11:08 +0000 (0:00:00.014) 0:02:43.573 ********** ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Thursday 30 May 2024 23:11:08 +0000 (0:00:00.029) 0:02:43.603 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Thursday 30 May 2024 23:11:08 +0000 (0:00:00.010) 0:02:43.613 ********** changed: [sut] => { "actions": [ { "action": "create format", "device": "/dev/sda", "fs_type": "lvmpv" }, { "action": "create device", "device": "/dev/foo", "fs_type": null }, { "action": "create device", "device": "/dev/mapper/foo-test1", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/foo-test1", "fs_type": "ext2" } ], "changed": true, "crypts": [], "leaves": [ "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/mapper/foo-test1" ], "mounts": [ { "dump": 0, "fstype": "ext2", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "mounted" } ], "packages": [ "xfsprogs", "lvm2", "e2fsprogs" ], "pools": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext2", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "5g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Thursday 30 May 2024 23:11:11 +0000 (0:00:02.116) 0:02:45.730 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_udevadm_trigger | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Thursday 30 May 2024 23:11:11 +0000 (0:00:00.013) 0:02:45.743 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:101 Thursday 30 May 2024 23:11:11 +0000 (0:00:00.010) 0:02:45.754 ********** ok: [sut] => { "blivet_output": { "actions": [ { "action": "create format", "device": "/dev/sda", "fs_type": "lvmpv" }, { "action": "create device", "device": "/dev/foo", "fs_type": null }, { "action": "create device", "device": "/dev/mapper/foo-test1", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/foo-test1", "fs_type": "ext2" } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/mapper/foo-test1" ], "mounts": [ { "dump": 0, "fstype": "ext2", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "mounted" } ], "packages": [ "xfsprogs", "lvm2", "e2fsprogs" ], "pools": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext2", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "5g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:110 Thursday 30 May 2024 23:11:11 +0000 (0:00:00.018) 0:02:45.773 ********** ok: [sut] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext2", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "5g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] }, "changed": false } TASK [fedora.linux_system_roles.storage : Set the list of volumes for test verification] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:114 Thursday 30 May 2024 23:11:11 +0000 (0:00:00.016) 0:02:45.789 ********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:130 Thursday 30 May 2024 23:11:11 +0000 (0:00:00.015) 0:02:45.805 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:141 Thursday 30 May 2024 23:11:11 +0000 (0:00:00.016) 0:02:45.821 ********** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:146 Thursday 30 May 2024 23:11:11 +0000 (0:00:00.544) 0:02:46.366 ********** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount changed: [sut] => (item={'src': '/dev/mapper/foo-test1', 'path': '/opt/test1', 'fstype': 'ext2', 'opts': 'defaults', 'dump': 0, 'passno': 0, 'state': 'mounted', 'owner': None, 'group': None, 'mode': None}) => { "ansible_loop_var": "mount_info", "backup_file": "", "boot": "yes", "changed": true, "dump": "0", "fstab": "/etc/fstab", "fstype": "ext2", "mount_info": { "dump": 0, "fstype": "ext2", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "mounted" }, "name": "/opt/test1", "opts": "defaults", "passno": "0", "src": "/dev/mapper/foo-test1" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:157 Thursday 30 May 2024 23:11:11 +0000 (0:00:00.220) 0:02:46.586 ********** skipping: [sut] => (item={'src': '/dev/mapper/foo-test1', 'path': '/opt/test1', 'fstype': 'ext2', 'opts': 'defaults', 'dump': 0, 'passno': 0, 'state': 'mounted', 'owner': None, 'group': None, 'mode': None}) => { "ansible_loop_var": "mount_info", "changed": false, "false_condition": "mount_info['owner'] != none or mount_info['group'] != none or mount_info['mode'] != none", "mount_info": { "dump": 0, "fstype": "ext2", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "mounted" }, "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:169 Thursday 30 May 2024 23:11:11 +0000 (0:00:00.022) 0:02:46.609 ********** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:177 Thursday 30 May 2024 23:11:12 +0000 (0:00:00.546) 0:02:47.156 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1717110357.516958, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1716902420.402, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 2097284, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "inode/x-empty", "mode": "0600", "mtime": 1716902144.521, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "3342962587", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:182 Thursday 30 May 2024 23:11:12 +0000 (0:00:00.201) 0:02:47.358 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:204 Thursday 30 May 2024 23:11:12 +0000 (0:00:00.011) 0:02:47.369 ********** ok: [sut] TASK [Verify role results] ***************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/tests_resize.yml:265 Thursday 30 May 2024 23:11:13 +0000 (0:00:00.794) 0:02:48.164 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-role-results.yml for sut TASK [Print out pool information] ********************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-role-results.yml:2 Thursday 30 May 2024 23:11:13 +0000 (0:00:00.032) 0:02:48.197 ********** ok: [sut] => { "_storage_pools_list": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext2", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "5g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] } TASK [Print out volume information] ******************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-role-results.yml:7 Thursday 30 May 2024 23:11:13 +0000 (0:00:00.018) 0:02:48.215 ********** skipping: [sut] => { "false_condition": "_storage_volumes_list | length > 0" } TASK [Collect info about the volumes.] ***************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-role-results.yml:15 Thursday 30 May 2024 23:11:13 +0000 (0:00:00.015) 0:02:48.231 ********** ok: [sut] => { "changed": false, "info": { "/dev/mapper/foo-test1": { "fstype": "ext2", "label": "", "mountpoint": "/opt/test1", "name": "/dev/mapper/foo-test1", "size": "5G", "type": "lvm", "uuid": "171f0821-ced7-4c65-ad3a-ac4bf33f2da3" }, "/dev/sda": { "fstype": "LVM2_member", "label": "", "mountpoint": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "QYaGOM-1byA-34r6-CF37-NPe2-2eeX-8vlCPo" }, "/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": "82a26900-2b36-49b9-bc49-f4d2f0bb14b8" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-role-results.yml:20 Thursday 30 May 2024 23:11:13 +0000 (0:00:00.203) 0:02:48.434 ********** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.003119", "end": "2024-05-30 23:11:13.984998", "rc": 0, "start": "2024-05-30 23:11:13.981879" } STDOUT: # # /etc/fstab # Created by anaconda on Tue May 28 13:15:44 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=82a26900-2b36-49b9-bc49-f4d2f0bb14b8 / xfs defaults 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat /mnt/redhat nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/qa /mnt/qa nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive /mnt/engarchive nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/tpsdist /mnt/tpsdist nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot /mnt/brew nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch /mnt/brew_scratch nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 /dev/mapper/foo-test1 /opt/test1 ext2 defaults 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-role-results.yml:25 Thursday 30 May 2024 23:11:14 +0000 (0:00:00.196) 0:02:48.630 ********** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.003283", "end": "2024-05-30 23:11:14.182905", "failed_when_result": false, "rc": 0, "start": "2024-05-30 23:11:14.179622" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-role-results.yml:34 Thursday 30 May 2024 23:11:14 +0000 (0:00:00.198) 0:02:48.828 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool.yml for sut => (item={'disks': ['sda'], 'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'encryption_clevis_pin': None, 'encryption_tang_url': None, 'encryption_tang_thumbprint': None, 'name': 'foo', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_metadata_version': None, 'raid_chunk_size': None, 'shared': False, 'state': 'present', 'type': 'lvm', 'volumes': [{'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'ext2', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test1', 'raid_level': None, 'size': '5g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': [], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/foo-test1', '_raw_device': '/dev/mapper/foo-test1', '_mount_id': '/dev/mapper/foo-test1', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}]}) TASK [Set _storage_pool_tests] ************************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool.yml:5 Thursday 30 May 2024 23:11:14 +0000 (0:00:00.025) 0:02:48.854 ********** ok: [sut] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool.yml:18 Thursday 30 May 2024 23:11:14 +0000 (0:00:00.012) 0:02:48.867 ********** ok: [sut] => { "changed": false, "cmd": [ "vgs", "--noheadings", "--binary", "-o", "shared", "foo" ], "delta": "0:00:00.039667", "end": "2024-05-30 23:11:14.454963", "rc": 0, "start": "2024-05-30 23:11:14.415296" } STDOUT: 0 TASK [Verify that VG shared value checks out] ********************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool.yml:24 Thursday 30 May 2024 23:11:14 +0000 (0:00:00.293) 0:02:49.161 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify pool subset] ****************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool.yml:34 Thursday 30 May 2024 23:11:14 +0000 (0:00:00.017) 0:02:49.179 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml for sut => (item=members) included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-volumes.yml for sut => (item=volumes) TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:2 Thursday 30 May 2024 23:11:14 +0000 (0:00:00.023) 0:02:49.203 ********** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_count": "1", "_storage_test_pool_pvs_lvm": [ "/dev/sda" ] }, "changed": false } TASK [Get the canonical device path for each member device] ******************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:8 Thursday 30 May 2024 23:11:14 +0000 (0:00:00.021) 0:02:49.225 ********** ok: [sut] => (item=/dev/sda) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/sda", "pv": "/dev/sda" } TASK [Set pvs lvm length] ****************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:17 Thursday 30 May 2024 23:11:14 +0000 (0:00:00.193) 0:02:49.419 ********** ok: [sut] => { "ansible_facts": { "__pvs_lvm_len": "1" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:22 Thursday 30 May 2024 23:11:14 +0000 (0:00:00.016) 0:02:49.435 ********** ok: [sut] => { "ansible_facts": { "_storage_test_pool_pvs": [ "/dev/sda" ] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:27 Thursday 30 May 2024 23:11:14 +0000 (0:00:00.017) 0:02:49.452 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:36 Thursday 30 May 2024 23:11:14 +0000 (0:00:00.016) 0:02:49.469 ********** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:41 Thursday 30 May 2024 23:11:14 +0000 (0:00:00.014) 0:02:49.483 ********** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:46 Thursday 30 May 2024 23:11:14 +0000 (0:00:00.016) 0:02:49.499 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'lvm' and storage_test_pool.raid_level", "skip_reason": "Conditional result was False" } TASK [Check the type of each PV] *********************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:51 Thursday 30 May 2024 23:11:14 +0000 (0:00:00.013) 0:02:49.512 ********** ok: [sut] => (item=/dev/sda) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/sda" } MSG: All assertions passed TASK [Check MD RAID] *********************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:64 Thursday 30 May 2024 23:11:14 +0000 (0:00:00.017) 0:02:49.529 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-md.yml for sut TASK [Get information about RAID] ********************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-md.yml:8 Thursday 30 May 2024 23:11:14 +0000 (0:00:00.023) 0:02:49.553 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-md.yml:14 Thursday 30 May 2024 23:11:14 +0000 (0:00:00.012) 0:02:49.565 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-md.yml:19 Thursday 30 May 2024 23:11:14 +0000 (0:00:00.013) 0:02:49.579 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-md.yml:24 Thursday 30 May 2024 23:11:14 +0000 (0:00:00.013) 0:02:49.592 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set md chunk size regex] ************************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-md.yml:29 Thursday 30 May 2024 23:11:14 +0000 (0:00:00.012) 0:02:49.604 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-md.yml:37 Thursday 30 May 2024 23:11:14 +0000 (0:00:00.012) 0:02:49.616 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-md.yml:46 Thursday 30 May 2024 23:11:15 +0000 (0:00:00.011) 0:02:49.628 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-md.yml:55 Thursday 30 May 2024 23:11:15 +0000 (0:00:00.011) 0:02:49.640 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-md.yml:64 Thursday 30 May 2024 23:11:15 +0000 (0:00:00.013) 0:02:49.653 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-md.yml:74 Thursday 30 May 2024 23:11:15 +0000 (0:00:00.011) 0:02:49.665 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Reset variables used by tests] ******************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-md.yml:83 Thursday 30 May 2024 23:11:15 +0000 (0:00:00.011) 0:02:49.676 ********** ok: [sut] => { "ansible_facts": { "storage_test_md_active_devices_re": null, "storage_test_md_chunk_size_re": null, "storage_test_md_metadata_version_re": null, "storage_test_md_spare_devices_re": null }, "changed": false } TASK [Check LVM RAID] ********************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:67 Thursday 30 May 2024 23:11:15 +0000 (0:00:00.012) 0:02:49.689 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-members-lvmraid.yml for sut TASK [Validate pool member LVM RAID settings] ********************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-members-lvmraid.yml:2 Thursday 30 May 2024 23:11:15 +0000 (0:00:00.023) 0:02:49.712 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-lvmraid.yml for sut => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'ext2', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test1', 'raid_level': None, 'size': '5g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': [], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/foo-test1', '_raw_device': '/dev/mapper/foo-test1', '_mount_id': '/dev/mapper/foo-test1', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}) TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-lvmraid.yml:8 Thursday 30 May 2024 23:11:15 +0000 (0:00:00.024) 0:02:49.737 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-lvmraid.yml:16 Thursday 30 May 2024 23:11:15 +0000 (0:00:00.015) 0:02:49.753 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-lvmraid.yml:20 Thursday 30 May 2024 23:11:15 +0000 (0:00:00.015) 0:02:49.768 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Set LV stripe size] ****************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-lvmraid.yml:27 Thursday 30 May 2024 23:11:15 +0000 (0:00:00.015) 0:02:49.783 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Parse the requested stripe size] ***************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-lvmraid.yml:31 Thursday 30 May 2024 23:11:15 +0000 (0:00:00.016) 0:02:49.799 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Set expected stripe size] ************************************************ task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-lvmraid.yml:37 Thursday 30 May 2024 23:11:15 +0000 (0:00:00.015) 0:02:49.814 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Check stripe size] ******************************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-lvmraid.yml:42 Thursday 30 May 2024 23:11:15 +0000 (0:00:00.014) 0:02:49.829 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Check Thin Pools] ******************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:70 Thursday 30 May 2024 23:11:15 +0000 (0:00:00.015) 0:02:49.844 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-members-thin.yml for sut TASK [Validate pool member thinpool settings] ********************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-members-thin.yml:2 Thursday 30 May 2024 23:11:15 +0000 (0:00:00.024) 0:02:49.869 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-thin.yml for sut => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'ext2', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test1', 'raid_level': None, 'size': '5g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': [], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/foo-test1', '_raw_device': '/dev/mapper/foo-test1', '_mount_id': '/dev/mapper/foo-test1', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}) TASK [Get information about thinpool] ****************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-thin.yml:8 Thursday 30 May 2024 23:11:15 +0000 (0:00:00.022) 0:02:49.892 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_thin_volume.thin", "skip_reason": "Conditional result was False" } TASK [Check that volume is in correct thinpool (when thinp name is provided)] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-thin.yml:16 Thursday 30 May 2024 23:11:15 +0000 (0:00:00.012) 0:02:49.904 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_thin_volume.thin", "skip_reason": "Conditional result was False" } TASK [Check that volume is in thinpool (when thinp name is not provided)] ****** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-thin.yml:22 Thursday 30 May 2024 23:11:15 +0000 (0:00:00.011) 0:02:49.916 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_thin_volume.thin", "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-thin.yml:26 Thursday 30 May 2024 23:11:15 +0000 (0:00:00.011) 0:02:49.928 ********** ok: [sut] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Check member encryption] ************************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:73 Thursday 30 May 2024 23:11:15 +0000 (0:00:00.012) 0:02:49.940 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-members-encryption.yml for sut TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-members-encryption.yml:5 Thursday 30 May 2024 23:11:15 +0000 (0:00:00.026) 0:02:49.967 ********** ok: [sut] => { "ansible_facts": { "_storage_test_expected_crypttab_entries": "0", "_storage_test_expected_crypttab_key_file": "-" }, "changed": false } TASK [Validate pool member LUKS settings] ************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-members-encryption.yml:10 Thursday 30 May 2024 23:11:15 +0000 (0:00:00.015) 0:02:49.982 ********** skipping: [sut] => (item=/dev/sda) => { "_storage_test_pool_member_path": "/dev/sda", "ansible_loop_var": "_storage_test_pool_member_path", "changed": false, "false_condition": "storage_test_pool.type == 'lvm' and storage_test_pool.encryption", "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [Validate pool member crypttab entries] *********************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-members-encryption.yml:17 Thursday 30 May 2024 23:11:15 +0000 (0:00:00.012) 0:02:49.995 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-crypttab.yml for sut => (item=/dev/sda) TASK [Set variables used by tests] ********************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-crypttab.yml:2 Thursday 30 May 2024 23:11:15 +0000 (0:00:00.020) 0:02:50.016 ********** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-crypttab.yml:6 Thursday 30 May 2024 23:11:15 +0000 (0:00:00.017) 0:02:50.033 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-crypttab.yml:14 Thursday 30 May 2024 23:11:15 +0000 (0:00:00.015) 0:02:50.049 ********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-crypttab.yml:23 Thursday 30 May 2024 23:11:15 +0000 (0:00:00.012) 0:02:50.061 ********** skipping: [sut] => { "changed": false, "false_condition": "false and _storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-crypttab.yml:32 Thursday 30 May 2024 23:11:15 +0000 (0:00:00.012) 0:02:50.074 ********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-crypttab.yml:41 Thursday 30 May 2024 23:11:15 +0000 (0:00:00.012) 0:02:50.086 ********** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-members-encryption.yml:24 Thursday 30 May 2024 23:11:15 +0000 (0:00:00.014) 0:02:50.101 ********** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_crypttab_key_file": null }, "changed": false } TASK [Check VDO] *************************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:76 Thursday 30 May 2024 23:11:15 +0000 (0:00:00.012) 0:02:50.114 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-members-vdo.yml for sut TASK [Validate pool member VDO settings] *************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-members-vdo.yml:2 Thursday 30 May 2024 23:11:15 +0000 (0:00:00.027) 0:02:50.141 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-vdo.yml for sut => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'ext2', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test1', 'raid_level': None, 'size': '5g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': [], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/foo-test1', '_raw_device': '/dev/mapper/foo-test1', '_mount_id': '/dev/mapper/foo-test1', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}) TASK [Get information about VDO deduplication] ********************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-vdo.yml:8 Thursday 30 May 2024 23:11:15 +0000 (0:00:00.024) 0:02:50.165 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-vdo.yml:15 Thursday 30 May 2024 23:11:15 +0000 (0:00:00.012) 0:02:50.178 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-vdo.yml:21 Thursday 30 May 2024 23:11:15 +0000 (0:00:00.012) 0:02:50.190 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Get information about VDO compression] *********************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-vdo.yml:27 Thursday 30 May 2024 23:11:15 +0000 (0:00:00.011) 0:02:50.202 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-vdo.yml:34 Thursday 30 May 2024 23:11:15 +0000 (0:00:00.011) 0:02:50.214 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-vdo.yml:40 Thursday 30 May 2024 23:11:15 +0000 (0:00:00.011) 0:02:50.225 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-vdo.yml:46 Thursday 30 May 2024 23:11:15 +0000 (0:00:00.013) 0:02:50.239 ********** ok: [sut] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Check Stratis] *********************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:79 Thursday 30 May 2024 23:11:15 +0000 (0:00:00.013) 0:02:50.252 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-stratis.yml for sut TASK [Run 'stratis report'] **************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-stratis.yml:6 Thursday 30 May 2024 23:11:15 +0000 (0:00:00.028) 0:02:50.281 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Get information about Stratis] ******************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-stratis.yml:11 Thursday 30 May 2024 23:11:15 +0000 (0:00:00.012) 0:02:50.293 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Verify that the pools was created] *************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-stratis.yml:15 Thursday 30 May 2024 23:11:15 +0000 (0:00:00.011) 0:02:50.305 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Verify that encryption is correctly set] ********************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-stratis.yml:25 Thursday 30 May 2024 23:11:15 +0000 (0:00:00.014) 0:02:50.319 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Verify that Clevis/Tang encryption is correctly set] ********************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-stratis.yml:34 Thursday 30 May 2024 23:11:15 +0000 (0:00:00.011) 0:02:50.330 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-stratis.yml:44 Thursday 30 May 2024 23:11:15 +0000 (0:00:00.011) 0:02:50.342 ********** ok: [sut] => { "ansible_facts": { "storage_test_stratis_report": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:82 Thursday 30 May 2024 23:11:15 +0000 (0:00:00.012) 0:02:50.354 ********** ok: [sut] => { "ansible_facts": { "__pvs_lvm_len": null, "_storage_test_expected_pv_count": null, "_storage_test_expected_pv_type": null, "_storage_test_pool_pvs": [], "_storage_test_pool_pvs_lvm": [] }, "changed": false } TASK [Verify the volumes] ****************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-volumes.yml:3 Thursday 30 May 2024 23:11:15 +0000 (0:00:00.011) 0:02:50.366 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume.yml for sut => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'ext2', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test1', 'raid_level': None, 'size': '5g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': [], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/foo-test1', '_raw_device': '/dev/mapper/foo-test1', '_mount_id': '/dev/mapper/foo-test1', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}) TASK [Set storage volume test variables] *************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume.yml:2 Thursday 30 May 2024 23:11:15 +0000 (0:00:00.020) 0:02:50.387 ********** 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-main_stratis-support-2rq9ytyq9/tests/test-verify-volume.yml:19 Thursday 30 May 2024 23:11:15 +0000 (0:00:00.017) 0:02:50.404 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-mount.yml for sut => (item=mount) included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-fstab.yml for sut => (item=fstab) included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-fs.yml for sut => (item=fs) included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-device.yml for sut => (item=device) included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml for sut => (item=encryption) included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-md.yml for sut => (item=md) included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml for sut => (item=size) included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-cache.yml for sut => (item=cache) TASK [Get expected mount device based on device type] ************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-mount.yml:7 Thursday 30 May 2024 23:11:15 +0000 (0:00:00.050) 0:02:50.455 ********** ok: [sut] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/foo-test1" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-mount.yml:11 Thursday 30 May 2024 23:11:15 +0000 (0:00:00.019) 0:02:50.474 ********** ok: [sut] => { "ansible_facts": { "storage_test_mount_expected_mount_point": "/opt/test1", "storage_test_swap_expected_matches": "0" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-mount.yml:19 Thursday 30 May 2024 23:11:15 +0000 (0:00:00.017) 0:02:50.491 ********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and (storage_test_volume.mount_user or storage_test_volume.mount_group or storage_test_volume.mount_mode)", "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-mount.yml:28 Thursday 30 May 2024 23:11:15 +0000 (0:00:00.011) 0:02:50.503 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-mount.yml:36 Thursday 30 May 2024 23:11:15 +0000 (0:00:00.017) 0:02:50.520 ********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_user", "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-mount.yml:42 Thursday 30 May 2024 23:11:15 +0000 (0:00:00.086) 0:02:50.606 ********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_group", "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-mount.yml:48 Thursday 30 May 2024 23:11:15 +0000 (0:00:00.013) 0:02:50.620 ********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_mode", "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-mount.yml:57 Thursday 30 May 2024 23:11:16 +0000 (0:00:00.012) 0:02:50.633 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-mount.yml:63 Thursday 30 May 2024 23:11:16 +0000 (0:00:00.013) 0:02:50.646 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-mount.yml:69 Thursday 30 May 2024 23:11:16 +0000 (0:00:00.013) 0:02:50.659 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-mount.yml:79 Thursday 30 May 2024 23:11:16 +0000 (0:00:00.012) 0:02:50.672 ********** 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-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-fstab.yml:2 Thursday 30 May 2024 23:11:16 +0000 (0:00:00.014) 0:02:50.687 ********** ok: [sut] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": "1", "storage_test_fstab_expected_mount_options_matches": "1", "storage_test_fstab_expected_mount_point_matches": "1", "storage_test_fstab_id_matches": [ "/dev/mapper/foo-test1 " ], "storage_test_fstab_mount_options_matches": [ " /opt/test1 ext2 defaults " ], "storage_test_fstab_mount_point_matches": [ " /opt/test1 " ] }, "changed": false } TASK [Verify that the device identifier appears in /etc/fstab] ***************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-fstab.yml:17 Thursday 30 May 2024 23:11:16 +0000 (0:00:00.031) 0:02:50.718 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-fstab.yml:24 Thursday 30 May 2024 23:11:16 +0000 (0:00:00.017) 0:02:50.735 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-fstab.yml:33 Thursday 30 May 2024 23:11:16 +0000 (0:00:00.016) 0:02:50.751 ********** skipping: [sut] => { "changed": false, "false_condition": "__storage_verify_mount_options | d(false)", "skip_reason": "Conditional result was False" } TASK [Clean up variables] ****************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-fstab.yml:45 Thursday 30 May 2024 23:11:16 +0000 (0:00:00.012) 0:02:50.764 ********** 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-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-fs.yml:6 Thursday 30 May 2024 23:11:16 +0000 (0:00:00.012) 0:02:50.776 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-fs.yml:14 Thursday 30 May 2024 23:11:16 +0000 (0:00:00.018) 0:02:50.795 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-device.yml:3 Thursday 30 May 2024 23:11:16 +0000 (0:00:00.016) 0:02:50.812 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1717110671.0262012, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1717110671.0262012, "dev": 5, "device_type": 64768, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 1167, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/symlink", "mode": "0660", "mtime": 1717110671.0262012, "nlink": 1, "path": "/dev/mapper/foo-test1", "pw_name": "root", "readable": true, "rgrp": true, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": null, "wgrp": true, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-device.yml:9 Thursday 30 May 2024 23:11:16 +0000 (0:00:00.200) 0:02:51.012 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-device.yml:16 Thursday 30 May 2024 23:11:16 +0000 (0:00:00.016) 0:02:51.028 ********** skipping: [sut] => { "changed": false, "false_condition": "not (_storage_test_volume_present or storage_test_volume.type == 'disk')", "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-device.yml:23 Thursday 30 May 2024 23:11:16 +0000 (0:00:00.011) 0:02:51.040 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-device.yml:29 Thursday 30 May 2024 23:11:16 +0000 (0:00:00.014) 0:02:51.055 ********** ok: [sut] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-device.yml:33 Thursday 30 May 2024 23:11:16 +0000 (0:00:00.015) 0:02:51.070 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == \"raid\"", "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-device.yml:38 Thursday 30 May 2024 23:11:16 +0000 (0:00:00.011) 0:02:51.082 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:3 Thursday 30 May 2024 23:11:16 +0000 (0:00:00.014) 0:02:51.096 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:10 Thursday 30 May 2024 23:11:16 +0000 (0:00:00.011) 0:02:51.108 ********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Collect LUKS info for this volume] *************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:16 Thursday 30 May 2024 23:11:17 +0000 (0:00:00.853) 0:02:51.961 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:22 Thursday 30 May 2024 23:11:17 +0000 (0:00:00.012) 0:02:51.973 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "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-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:29 Thursday 30 May 2024 23:11:17 +0000 (0:00:00.013) 0:02:51.987 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:40 Thursday 30 May 2024 23:11:17 +0000 (0:00:00.018) 0:02:52.005 ********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:46 Thursday 30 May 2024 23:11:17 +0000 (0:00:00.012) 0:02:52.018 ********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:51 Thursday 30 May 2024 23:11:17 +0000 (0:00:00.011) 0:02:52.029 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:63 Thursday 30 May 2024 23:11:17 +0000 (0:00:00.012) 0:02:52.042 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:75 Thursday 30 May 2024 23:11:17 +0000 (0:00:00.012) 0:02:52.055 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:87 Thursday 30 May 2024 23:11:17 +0000 (0:00:00.013) 0:02:52.068 ********** 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-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:93 Thursday 30 May 2024 23:11:17 +0000 (0:00:00.018) 0:02:52.087 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:100 Thursday 30 May 2024 23:11:17 +0000 (0:00:00.016) 0:02:52.104 ********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:108 Thursday 30 May 2024 23:11:17 +0000 (0:00:00.013) 0:02:52.117 ********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:116 Thursday 30 May 2024 23:11:17 +0000 (0:00:00.013) 0:02:52.131 ********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:124 Thursday 30 May 2024 23:11:17 +0000 (0:00:00.013) 0:02:52.144 ********** 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-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-md.yml:8 Thursday 30 May 2024 23:11:17 +0000 (0:00:00.014) 0:02:52.159 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-md.yml:14 Thursday 30 May 2024 23:11:17 +0000 (0:00:00.012) 0:02:52.171 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-md.yml:19 Thursday 30 May 2024 23:11:17 +0000 (0:00:00.012) 0:02:52.183 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-md.yml:24 Thursday 30 May 2024 23:11:17 +0000 (0:00:00.012) 0:02:52.196 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-md.yml:29 Thursday 30 May 2024 23:11:17 +0000 (0:00:00.012) 0:02:52.208 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-md.yml:37 Thursday 30 May 2024 23:11:17 +0000 (0:00:00.013) 0:02:52.222 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-md.yml:46 Thursday 30 May 2024 23:11:17 +0000 (0:00:00.014) 0:02:52.236 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-md.yml:54 Thursday 30 May 2024 23:11:17 +0000 (0:00:00.013) 0:02:52.250 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-md.yml:62 Thursday 30 May 2024 23:11:17 +0000 (0:00:00.012) 0:02:52.262 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-md.yml:70 Thursday 30 May 2024 23:11:17 +0000 (0:00:00.011) 0:02:52.274 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:3 Thursday 30 May 2024 23:11:17 +0000 (0:00:00.011) 0:02:52.286 ********** ok: [sut] => { "bytes": 5368709120, "changed": false, "lvm": "5g", "parted": "5GiB", "size": "5 GiB" } TASK [Parse the requested size of the volume] ********************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:11 Thursday 30 May 2024 23:11:17 +0000 (0:00:00.195) 0:02:52.482 ********** ok: [sut] => { "bytes": 5368709120, "changed": false, "lvm": "5g", "parted": "5GiB", "size": "5 GiB" } TASK [Establish base value for expected size] ********************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:20 Thursday 30 May 2024 23:11:18 +0000 (0:00:00.201) 0:02:52.683 ********** ok: [sut] => { "ansible_facts": { "storage_test_expected_size": "5368709120" }, "changed": false } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:28 Thursday 30 May 2024 23:11:18 +0000 (0:00:00.017) 0:02:52.701 ********** ok: [sut] => { "storage_test_expected_size": "5368709120" } TASK [Get the size of parent/pool device] ************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:32 Thursday 30 May 2024 23:11:18 +0000 (0:00:00.014) 0:02:52.716 ********** ok: [sut] => { "bytes": 10726680821, "changed": false, "lvm": "9g", "parted": "9GiB", "size": "9 GiB" } TASK [Show test pool] ********************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:46 Thursday 30 May 2024 23:11:18 +0000 (0:00:00.194) 0:02:52.910 ********** skipping: [sut] => { "false_condition": "'%' in storage_test_volume.size | string" } TASK [Show test blockinfo] ***************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:50 Thursday 30 May 2024 23:11:18 +0000 (0:00:00.015) 0:02:52.925 ********** skipping: [sut] => { "false_condition": "'%' in storage_test_volume.size | string" } TASK [Show test pool size] ***************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:54 Thursday 30 May 2024 23:11:18 +0000 (0:00:00.014) 0:02:52.939 ********** skipping: [sut] => { "false_condition": "'%' in storage_test_volume.size | string" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:58 Thursday 30 May 2024 23:11:18 +0000 (0:00:00.015) 0:02:52.955 ********** skipping: [sut] => { "changed": false, "false_condition": "'%' in storage_test_volume.size | string", "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:67 Thursday 30 May 2024 23:11:18 +0000 (0:00:00.014) 0:02:52.969 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:71 Thursday 30 May 2024 23:11:18 +0000 (0:00:00.011) 0:02:52.981 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:76 Thursday 30 May 2024 23:11:18 +0000 (0:00:00.011) 0:02:52.992 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:82 Thursday 30 May 2024 23:11:18 +0000 (0:00:00.011) 0:02:53.004 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:86 Thursday 30 May 2024 23:11:18 +0000 (0:00:00.011) 0:02:53.015 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:91 Thursday 30 May 2024 23:11:18 +0000 (0:00:00.012) 0:02:53.027 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:96 Thursday 30 May 2024 23:11:18 +0000 (0:00:00.011) 0:02:53.039 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:101 Thursday 30 May 2024 23:11:18 +0000 (0:00:00.011) 0:02:53.050 ********** skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Show volume thin pool size] ********************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:105 Thursday 30 May 2024 23:11:18 +0000 (0:00:00.010) 0:02:53.061 ********** skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:109 Thursday 30 May 2024 23:11:18 +0000 (0:00:00.011) 0:02:53.072 ********** skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Establish base value for expected thin pool size] ************************ task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:113 Thursday 30 May 2024 23:11:18 +0000 (0:00:00.010) 0:02:53.083 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:120 Thursday 30 May 2024 23:11:18 +0000 (0:00:00.012) 0:02:53.096 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:127 Thursday 30 May 2024 23:11:18 +0000 (0:00:00.011) 0:02:53.108 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:131 Thursday 30 May 2024 23:11:18 +0000 (0:00:00.011) 0:02:53.119 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:137 Thursday 30 May 2024 23:11:18 +0000 (0:00:00.011) 0:02:53.131 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:143 Thursday 30 May 2024 23:11:18 +0000 (0:00:00.011) 0:02:53.142 ********** ok: [sut] => { "storage_test_actual_size": { "bytes": 5368709120, "changed": false, "failed": false, "lvm": "5g", "parted": "5GiB", "size": "5 GiB" } } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:147 Thursday 30 May 2024 23:11:18 +0000 (0:00:00.013) 0:02:53.155 ********** ok: [sut] => { "storage_test_expected_size": "5368709120" } TASK [Assert expected size is actual size] ************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:151 Thursday 30 May 2024 23:11:18 +0000 (0:00:00.015) 0:02:53.170 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-cache.yml:5 Thursday 30 May 2024 23:11:18 +0000 (0:00:00.019) 0:02:53.190 ********** ok: [sut] => { "changed": false, "cmd": [ "lvs", "--noheadings", "--nameprefixes", "--units=b", "--nosuffix", "--unquoted", "-o", "name,attr,cache_total_blocks,chunk_size,segtype", "foo/test1" ], "delta": "0:00:00.037477", "end": "2024-05-30 23:11:18.775715", "rc": 0, "start": "2024-05-30 23:11:18.738238" } STDOUT: LVM2_LV_NAME=test1 LVM2_LV_ATTR=-wi-ao---- LVM2_CACHE_TOTAL_BLOCKS= LVM2_CHUNK_SIZE=0 LVM2_SEGTYPE=linear TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-cache.yml:13 Thursday 30 May 2024 23:11:18 +0000 (0:00:00.232) 0:02:53.422 ********** ok: [sut] => { "ansible_facts": { "storage_test_lv_segtype": [ "linear" ] }, "changed": false } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-cache.yml:17 Thursday 30 May 2024 23:11:18 +0000 (0:00:00.015) 0:02:53.438 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set LV cache size] ******************************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-cache.yml:24 Thursday 30 May 2024 23:11:18 +0000 (0:00:00.016) 0:02:53.454 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.cached | bool", "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-cache.yml:31 Thursday 30 May 2024 23:11:18 +0000 (0:00:00.012) 0:02:53.467 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.cached | bool", "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-cache.yml:37 Thursday 30 May 2024 23:11:18 +0000 (0:00:00.014) 0:02:53.481 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.cached | bool", "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-cache.yml:42 Thursday 30 May 2024 23:11:18 +0000 (0:00:00.012) 0:02:53.494 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.cached | bool", "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume.yml:25 Thursday 30 May 2024 23:11:18 +0000 (0:00:00.012) 0:02:53.506 ********** ok: [sut] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-role-results.yml:44 Thursday 30 May 2024 23:11:18 +0000 (0:00:00.012) 0:02:53.518 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Clean up variable namespace] ********************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-role-results.yml:54 Thursday 30 May 2024 23:11:18 +0000 (0:00:00.010) 0:02:53.529 ********** ok: [sut] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } TASK [Change volume size to 9g] ************************************************ task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/tests_resize.yml:268 Thursday 30 May 2024 23:11:18 +0000 (0:00:00.012) 0:02:53.541 ********** TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Thursday 30 May 2024 23:11:18 +0000 (0:00:00.050) 0:02:53.592 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Thursday 30 May 2024 23:11:18 +0000 (0:00:00.019) 0:02:53.611 ********** skipping: [sut] => { "changed": false, "false_condition": "__storage_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Thursday 30 May 2024 23:11:19 +0000 (0:00:00.015) 0:02:53.627 ********** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_9.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs", "stratisd", "stratis-cli" ] }, "ansible_included_var_files": [ "/WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } ok: [sut] => (item=CentOS_9.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs", "stratisd", "stratis-cli" ] }, "ansible_included_var_files": [ "/WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Thursday 30 May 2024 23:11:19 +0000 (0:00:00.032) 0:02:53.659 ********** skipping: [sut] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Thursday 30 May 2024 23:11:19 +0000 (0:00:00.014) 0:02:53.674 ********** skipping: [sut] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Thursday 30 May 2024 23:11:19 +0000 (0:00:00.014) 0:02:53.689 ********** ok: [sut] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Thursday 30 May 2024 23:11:19 +0000 (0:00:00.012) 0:02:53.701 ********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Thursday 30 May 2024 23:11:19 +0000 (0:00:00.013) 0:02:53.715 ********** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for sut TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Thursday 30 May 2024 23:11:19 +0000 (0:00:00.027) 0:02:53.743 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"blivet_available\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Thursday 30 May 2024 23:11:19 +0000 (0:00:00.015) 0:02:53.758 ********** ok: [sut] => { "storage_pools": [ { "disks": [ "sda" ], "name": "foo", "type": "lvm", "volumes": [ { "fs_type": "ext2", "mount_point": "/opt/test1", "name": "test1", "size": "9g" } ] } ] } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Thursday 30 May 2024 23:11:19 +0000 (0:00:00.016) 0:02:53.774 ********** ok: [sut] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined. 'storage_volumes' is undefined" } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Thursday 30 May 2024 23:11:19 +0000 (0:00:00.015) 0:02:53.790 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Thursday 30 May 2024 23:11:19 +0000 (0:00:00.015) 0:02:53.805 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Thursday 30 May 2024 23:11:19 +0000 (0:00:00.014) 0:02:53.819 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Thursday 30 May 2024 23:11:19 +0000 (0:00:00.014) 0:02:53.833 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"service_facts\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Thursday 30 May 2024 23:11:19 +0000 (0:00:00.014) 0:02:53.847 ********** ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Thursday 30 May 2024 23:11:19 +0000 (0:00:00.024) 0:02:53.872 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Thursday 30 May 2024 23:11:19 +0000 (0:00:00.011) 0:02:53.883 ********** changed: [sut] => { "actions": [ { "action": "resize device", "device": "/dev/mapper/foo-test1", "fs_type": null }, { "action": "resize format", "device": "/dev/mapper/foo-test1", "fs_type": "ext2" } ], "changed": true, "crypts": [], "leaves": [ "/dev/mapper/foo-test1", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [ { "dump": 0, "fstype": "ext2", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "mounted" } ], "packages": [ "e2fsprogs", "lvm2", "xfsprogs" ], "pools": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext2", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "9g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Thursday 30 May 2024 23:11:20 +0000 (0:00:01.695) 0:02:55.579 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_udevadm_trigger | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Thursday 30 May 2024 23:11:20 +0000 (0:00:00.013) 0:02:55.592 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:101 Thursday 30 May 2024 23:11:20 +0000 (0:00:00.010) 0:02:55.603 ********** ok: [sut] => { "blivet_output": { "actions": [ { "action": "resize device", "device": "/dev/mapper/foo-test1", "fs_type": null }, { "action": "resize format", "device": "/dev/mapper/foo-test1", "fs_type": "ext2" } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/mapper/foo-test1", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [ { "dump": 0, "fstype": "ext2", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "mounted" } ], "packages": [ "e2fsprogs", "lvm2", "xfsprogs" ], "pools": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext2", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "9g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:110 Thursday 30 May 2024 23:11:20 +0000 (0:00:00.016) 0:02:55.620 ********** ok: [sut] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext2", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "9g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] }, "changed": false } TASK [fedora.linux_system_roles.storage : Set the list of volumes for test verification] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:114 Thursday 30 May 2024 23:11:21 +0000 (0:00:00.016) 0:02:55.637 ********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:130 Thursday 30 May 2024 23:11:21 +0000 (0:00:00.088) 0:02:55.726 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:141 Thursday 30 May 2024 23:11:21 +0000 (0:00:00.017) 0:02:55.743 ********** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:146 Thursday 30 May 2024 23:11:21 +0000 (0:00:00.560) 0:02:56.304 ********** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount ok: [sut] => (item={'src': '/dev/mapper/foo-test1', 'path': '/opt/test1', 'fstype': 'ext2', 'opts': 'defaults', 'dump': 0, 'passno': 0, 'state': 'mounted', 'owner': None, 'group': None, 'mode': None}) => { "ansible_loop_var": "mount_info", "backup_file": "", "boot": "yes", "changed": false, "dump": "0", "fstab": "/etc/fstab", "fstype": "ext2", "mount_info": { "dump": 0, "fstype": "ext2", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "mounted" }, "name": "/opt/test1", "opts": "defaults", "passno": "0", "src": "/dev/mapper/foo-test1" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:157 Thursday 30 May 2024 23:11:21 +0000 (0:00:00.215) 0:02:56.519 ********** skipping: [sut] => (item={'src': '/dev/mapper/foo-test1', 'path': '/opt/test1', 'fstype': 'ext2', 'opts': 'defaults', 'dump': 0, 'passno': 0, 'state': 'mounted', 'owner': None, 'group': None, 'mode': None}) => { "ansible_loop_var": "mount_info", "changed": false, "false_condition": "mount_info['owner'] != none or mount_info['group'] != none or mount_info['mode'] != none", "mount_info": { "dump": 0, "fstype": "ext2", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "mounted" }, "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:169 Thursday 30 May 2024 23:11:21 +0000 (0:00:00.021) 0:02:56.540 ********** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:177 Thursday 30 May 2024 23:11:22 +0000 (0:00:00.545) 0:02:57.086 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1717110357.516958, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1716902420.402, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 2097284, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "inode/x-empty", "mode": "0600", "mtime": 1716902144.521, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "3342962587", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:182 Thursday 30 May 2024 23:11:22 +0000 (0:00:00.205) 0:02:57.292 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:204 Thursday 30 May 2024 23:11:22 +0000 (0:00:00.011) 0:02:57.303 ********** ok: [sut] TASK [Verify role results] ***************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/tests_resize.yml:282 Thursday 30 May 2024 23:11:23 +0000 (0:00:00.762) 0:02:58.066 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-role-results.yml for sut TASK [Print out pool information] ********************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-role-results.yml:2 Thursday 30 May 2024 23:11:23 +0000 (0:00:00.035) 0:02:58.101 ********** ok: [sut] => { "_storage_pools_list": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext2", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "9g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] } TASK [Print out volume information] ******************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-role-results.yml:7 Thursday 30 May 2024 23:11:23 +0000 (0:00:00.016) 0:02:58.118 ********** skipping: [sut] => { "false_condition": "_storage_volumes_list | length > 0" } TASK [Collect info about the volumes.] ***************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-role-results.yml:15 Thursday 30 May 2024 23:11:23 +0000 (0:00:00.012) 0:02:58.131 ********** ok: [sut] => { "changed": false, "info": { "/dev/mapper/foo-test1": { "fstype": "ext2", "label": "", "mountpoint": "/opt/test1", "name": "/dev/mapper/foo-test1", "size": "9G", "type": "lvm", "uuid": "171f0821-ced7-4c65-ad3a-ac4bf33f2da3" }, "/dev/sda": { "fstype": "LVM2_member", "label": "", "mountpoint": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "QYaGOM-1byA-34r6-CF37-NPe2-2eeX-8vlCPo" }, "/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": "82a26900-2b36-49b9-bc49-f4d2f0bb14b8" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-role-results.yml:20 Thursday 30 May 2024 23:11:23 +0000 (0:00:00.203) 0:02:58.334 ********** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.003263", "end": "2024-05-30 23:11:23.885581", "rc": 0, "start": "2024-05-30 23:11:23.882318" } STDOUT: # # /etc/fstab # Created by anaconda on Tue May 28 13:15:44 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=82a26900-2b36-49b9-bc49-f4d2f0bb14b8 / xfs defaults 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat /mnt/redhat nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/qa /mnt/qa nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive /mnt/engarchive nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/tpsdist /mnt/tpsdist nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot /mnt/brew nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch /mnt/brew_scratch nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 /dev/mapper/foo-test1 /opt/test1 ext2 defaults 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-role-results.yml:25 Thursday 30 May 2024 23:11:23 +0000 (0:00:00.200) 0:02:58.534 ********** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.003232", "end": "2024-05-30 23:11:24.085800", "failed_when_result": false, "rc": 0, "start": "2024-05-30 23:11:24.082568" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-role-results.yml:34 Thursday 30 May 2024 23:11:24 +0000 (0:00:00.197) 0:02:58.732 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool.yml for sut => (item={'disks': ['sda'], 'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'encryption_clevis_pin': None, 'encryption_tang_url': None, 'encryption_tang_thumbprint': None, 'name': 'foo', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_metadata_version': None, 'raid_chunk_size': None, 'shared': False, 'state': 'present', 'type': 'lvm', 'volumes': [{'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'ext2', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test1', 'raid_level': None, 'size': '9g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/foo-test1', '_raw_device': '/dev/mapper/foo-test1', '_mount_id': '/dev/mapper/foo-test1', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}]}) TASK [Set _storage_pool_tests] ************************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool.yml:5 Thursday 30 May 2024 23:11:24 +0000 (0:00:00.027) 0:02:58.760 ********** ok: [sut] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool.yml:18 Thursday 30 May 2024 23:11:24 +0000 (0:00:00.013) 0:02:58.773 ********** ok: [sut] => { "changed": false, "cmd": [ "vgs", "--noheadings", "--binary", "-o", "shared", "foo" ], "delta": "0:00:00.038788", "end": "2024-05-30 23:11:24.362052", "rc": 0, "start": "2024-05-30 23:11:24.323264" } STDOUT: 0 TASK [Verify that VG shared value checks out] ********************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool.yml:24 Thursday 30 May 2024 23:11:24 +0000 (0:00:00.235) 0:02:59.009 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify pool subset] ****************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool.yml:34 Thursday 30 May 2024 23:11:24 +0000 (0:00:00.019) 0:02:59.028 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml for sut => (item=members) included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-volumes.yml for sut => (item=volumes) TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:2 Thursday 30 May 2024 23:11:24 +0000 (0:00:00.025) 0:02:59.054 ********** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_count": "1", "_storage_test_pool_pvs_lvm": [ "/dev/sda" ] }, "changed": false } TASK [Get the canonical device path for each member device] ******************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:8 Thursday 30 May 2024 23:11:24 +0000 (0:00:00.023) 0:02:59.078 ********** ok: [sut] => (item=/dev/sda) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/sda", "pv": "/dev/sda" } TASK [Set pvs lvm length] ****************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:17 Thursday 30 May 2024 23:11:24 +0000 (0:00:00.197) 0:02:59.275 ********** ok: [sut] => { "ansible_facts": { "__pvs_lvm_len": "1" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:22 Thursday 30 May 2024 23:11:24 +0000 (0:00:00.017) 0:02:59.293 ********** ok: [sut] => { "ansible_facts": { "_storage_test_pool_pvs": [ "/dev/sda" ] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:27 Thursday 30 May 2024 23:11:24 +0000 (0:00:00.017) 0:02:59.310 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:36 Thursday 30 May 2024 23:11:24 +0000 (0:00:00.016) 0:02:59.327 ********** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:41 Thursday 30 May 2024 23:11:24 +0000 (0:00:00.015) 0:02:59.342 ********** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:46 Thursday 30 May 2024 23:11:24 +0000 (0:00:00.016) 0:02:59.359 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'lvm' and storage_test_pool.raid_level", "skip_reason": "Conditional result was False" } TASK [Check the type of each PV] *********************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:51 Thursday 30 May 2024 23:11:24 +0000 (0:00:00.012) 0:02:59.371 ********** ok: [sut] => (item=/dev/sda) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/sda" } MSG: All assertions passed TASK [Check MD RAID] *********************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:64 Thursday 30 May 2024 23:11:24 +0000 (0:00:00.020) 0:02:59.391 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-md.yml for sut TASK [Get information about RAID] ********************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-md.yml:8 Thursday 30 May 2024 23:11:24 +0000 (0:00:00.024) 0:02:59.416 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-md.yml:14 Thursday 30 May 2024 23:11:24 +0000 (0:00:00.014) 0:02:59.431 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-md.yml:19 Thursday 30 May 2024 23:11:24 +0000 (0:00:00.013) 0:02:59.445 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-md.yml:24 Thursday 30 May 2024 23:11:24 +0000 (0:00:00.015) 0:02:59.460 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set md chunk size regex] ************************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-md.yml:29 Thursday 30 May 2024 23:11:24 +0000 (0:00:00.014) 0:02:59.475 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-md.yml:37 Thursday 30 May 2024 23:11:24 +0000 (0:00:00.014) 0:02:59.489 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-md.yml:46 Thursday 30 May 2024 23:11:24 +0000 (0:00:00.013) 0:02:59.503 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-md.yml:55 Thursday 30 May 2024 23:11:24 +0000 (0:00:00.012) 0:02:59.515 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-md.yml:64 Thursday 30 May 2024 23:11:24 +0000 (0:00:00.012) 0:02:59.527 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-md.yml:74 Thursday 30 May 2024 23:11:24 +0000 (0:00:00.014) 0:02:59.541 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Reset variables used by tests] ******************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-md.yml:83 Thursday 30 May 2024 23:11:24 +0000 (0:00:00.012) 0:02:59.554 ********** ok: [sut] => { "ansible_facts": { "storage_test_md_active_devices_re": null, "storage_test_md_chunk_size_re": null, "storage_test_md_metadata_version_re": null, "storage_test_md_spare_devices_re": null }, "changed": false } TASK [Check LVM RAID] ********************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:67 Thursday 30 May 2024 23:11:24 +0000 (0:00:00.013) 0:02:59.568 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-members-lvmraid.yml for sut TASK [Validate pool member LVM RAID settings] ********************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-members-lvmraid.yml:2 Thursday 30 May 2024 23:11:24 +0000 (0:00:00.026) 0:02:59.594 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-lvmraid.yml for sut => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'ext2', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test1', 'raid_level': None, 'size': '9g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/foo-test1', '_raw_device': '/dev/mapper/foo-test1', '_mount_id': '/dev/mapper/foo-test1', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}) TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-lvmraid.yml:8 Thursday 30 May 2024 23:11:24 +0000 (0:00:00.025) 0:02:59.620 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-lvmraid.yml:16 Thursday 30 May 2024 23:11:25 +0000 (0:00:00.016) 0:02:59.637 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-lvmraid.yml:20 Thursday 30 May 2024 23:11:25 +0000 (0:00:00.016) 0:02:59.654 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Set LV stripe size] ****************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-lvmraid.yml:27 Thursday 30 May 2024 23:11:25 +0000 (0:00:00.017) 0:02:59.671 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Parse the requested stripe size] ***************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-lvmraid.yml:31 Thursday 30 May 2024 23:11:25 +0000 (0:00:00.016) 0:02:59.688 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Set expected stripe size] ************************************************ task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-lvmraid.yml:37 Thursday 30 May 2024 23:11:25 +0000 (0:00:00.017) 0:02:59.705 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Check stripe size] ******************************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-lvmraid.yml:42 Thursday 30 May 2024 23:11:25 +0000 (0:00:00.016) 0:02:59.722 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Check Thin Pools] ******************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:70 Thursday 30 May 2024 23:11:25 +0000 (0:00:00.018) 0:02:59.741 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-members-thin.yml for sut TASK [Validate pool member thinpool settings] ********************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-members-thin.yml:2 Thursday 30 May 2024 23:11:25 +0000 (0:00:00.026) 0:02:59.767 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-thin.yml for sut => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'ext2', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test1', 'raid_level': None, 'size': '9g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/foo-test1', '_raw_device': '/dev/mapper/foo-test1', '_mount_id': '/dev/mapper/foo-test1', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}) TASK [Get information about thinpool] ****************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-thin.yml:8 Thursday 30 May 2024 23:11:25 +0000 (0:00:00.024) 0:02:59.791 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_thin_volume.thin", "skip_reason": "Conditional result was False" } TASK [Check that volume is in correct thinpool (when thinp name is provided)] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-thin.yml:16 Thursday 30 May 2024 23:11:25 +0000 (0:00:00.013) 0:02:59.805 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_thin_volume.thin", "skip_reason": "Conditional result was False" } TASK [Check that volume is in thinpool (when thinp name is not provided)] ****** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-thin.yml:22 Thursday 30 May 2024 23:11:25 +0000 (0:00:00.012) 0:02:59.817 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_thin_volume.thin", "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-thin.yml:26 Thursday 30 May 2024 23:11:25 +0000 (0:00:00.011) 0:02:59.829 ********** ok: [sut] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Check member encryption] ************************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:73 Thursday 30 May 2024 23:11:25 +0000 (0:00:00.013) 0:02:59.842 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-members-encryption.yml for sut TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-members-encryption.yml:5 Thursday 30 May 2024 23:11:25 +0000 (0:00:00.029) 0:02:59.872 ********** ok: [sut] => { "ansible_facts": { "_storage_test_expected_crypttab_entries": "0", "_storage_test_expected_crypttab_key_file": "-" }, "changed": false } TASK [Validate pool member LUKS settings] ************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-members-encryption.yml:10 Thursday 30 May 2024 23:11:25 +0000 (0:00:00.016) 0:02:59.888 ********** skipping: [sut] => (item=/dev/sda) => { "_storage_test_pool_member_path": "/dev/sda", "ansible_loop_var": "_storage_test_pool_member_path", "changed": false, "false_condition": "storage_test_pool.type == 'lvm' and storage_test_pool.encryption", "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [Validate pool member crypttab entries] *********************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-members-encryption.yml:17 Thursday 30 May 2024 23:11:25 +0000 (0:00:00.013) 0:02:59.902 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-crypttab.yml for sut => (item=/dev/sda) TASK [Set variables used by tests] ********************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-crypttab.yml:2 Thursday 30 May 2024 23:11:25 +0000 (0:00:00.020) 0:02:59.922 ********** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-crypttab.yml:6 Thursday 30 May 2024 23:11:25 +0000 (0:00:00.019) 0:02:59.942 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-crypttab.yml:14 Thursday 30 May 2024 23:11:25 +0000 (0:00:00.017) 0:02:59.959 ********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-crypttab.yml:23 Thursday 30 May 2024 23:11:25 +0000 (0:00:00.013) 0:02:59.973 ********** skipping: [sut] => { "changed": false, "false_condition": "false and _storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-crypttab.yml:32 Thursday 30 May 2024 23:11:25 +0000 (0:00:00.013) 0:02:59.986 ********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-crypttab.yml:41 Thursday 30 May 2024 23:11:25 +0000 (0:00:00.013) 0:03:00.000 ********** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-members-encryption.yml:24 Thursday 30 May 2024 23:11:25 +0000 (0:00:00.013) 0:03:00.013 ********** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_crypttab_key_file": null }, "changed": false } TASK [Check VDO] *************************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:76 Thursday 30 May 2024 23:11:25 +0000 (0:00:00.014) 0:03:00.028 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-members-vdo.yml for sut TASK [Validate pool member VDO settings] *************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-members-vdo.yml:2 Thursday 30 May 2024 23:11:25 +0000 (0:00:00.026) 0:03:00.055 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-vdo.yml for sut => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'ext2', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test1', 'raid_level': None, 'size': '9g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/foo-test1', '_raw_device': '/dev/mapper/foo-test1', '_mount_id': '/dev/mapper/foo-test1', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}) TASK [Get information about VDO deduplication] ********************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-vdo.yml:8 Thursday 30 May 2024 23:11:25 +0000 (0:00:00.023) 0:03:00.078 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-vdo.yml:15 Thursday 30 May 2024 23:11:25 +0000 (0:00:00.013) 0:03:00.092 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-vdo.yml:21 Thursday 30 May 2024 23:11:25 +0000 (0:00:00.012) 0:03:00.104 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Get information about VDO compression] *********************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-vdo.yml:27 Thursday 30 May 2024 23:11:25 +0000 (0:00:00.013) 0:03:00.117 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-vdo.yml:34 Thursday 30 May 2024 23:11:25 +0000 (0:00:00.011) 0:03:00.129 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-vdo.yml:40 Thursday 30 May 2024 23:11:25 +0000 (0:00:00.011) 0:03:00.141 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-vdo.yml:46 Thursday 30 May 2024 23:11:25 +0000 (0:00:00.011) 0:03:00.153 ********** ok: [sut] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Check Stratis] *********************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:79 Thursday 30 May 2024 23:11:25 +0000 (0:00:00.014) 0:03:00.167 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-stratis.yml for sut TASK [Run 'stratis report'] **************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-stratis.yml:6 Thursday 30 May 2024 23:11:25 +0000 (0:00:00.108) 0:03:00.276 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Get information about Stratis] ******************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-stratis.yml:11 Thursday 30 May 2024 23:11:25 +0000 (0:00:00.012) 0:03:00.288 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Verify that the pools was created] *************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-stratis.yml:15 Thursday 30 May 2024 23:11:25 +0000 (0:00:00.011) 0:03:00.300 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Verify that encryption is correctly set] ********************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-stratis.yml:25 Thursday 30 May 2024 23:11:25 +0000 (0:00:00.012) 0:03:00.313 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Verify that Clevis/Tang encryption is correctly set] ********************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-stratis.yml:34 Thursday 30 May 2024 23:11:25 +0000 (0:00:00.013) 0:03:00.327 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-stratis.yml:44 Thursday 30 May 2024 23:11:25 +0000 (0:00:00.011) 0:03:00.339 ********** ok: [sut] => { "ansible_facts": { "storage_test_stratis_report": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:82 Thursday 30 May 2024 23:11:25 +0000 (0:00:00.012) 0:03:00.351 ********** ok: [sut] => { "ansible_facts": { "__pvs_lvm_len": null, "_storage_test_expected_pv_count": null, "_storage_test_expected_pv_type": null, "_storage_test_pool_pvs": [], "_storage_test_pool_pvs_lvm": [] }, "changed": false } TASK [Verify the volumes] ****************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-volumes.yml:3 Thursday 30 May 2024 23:11:25 +0000 (0:00:00.012) 0:03:00.363 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume.yml for sut => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'ext2', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test1', 'raid_level': None, 'size': '9g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/foo-test1', '_raw_device': '/dev/mapper/foo-test1', '_mount_id': '/dev/mapper/foo-test1', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}) TASK [Set storage volume test variables] *************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume.yml:2 Thursday 30 May 2024 23:11:25 +0000 (0:00:00.020) 0:03:00.383 ********** 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-main_stratis-support-2rq9ytyq9/tests/test-verify-volume.yml:19 Thursday 30 May 2024 23:11:25 +0000 (0:00:00.018) 0:03:00.402 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-mount.yml for sut => (item=mount) included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-fstab.yml for sut => (item=fstab) included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-fs.yml for sut => (item=fs) included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-device.yml for sut => (item=device) included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml for sut => (item=encryption) included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-md.yml for sut => (item=md) included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml for sut => (item=size) included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-cache.yml for sut => (item=cache) TASK [Get expected mount device based on device type] ************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-mount.yml:7 Thursday 30 May 2024 23:11:25 +0000 (0:00:00.051) 0:03:00.453 ********** ok: [sut] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/foo-test1" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-mount.yml:11 Thursday 30 May 2024 23:11:25 +0000 (0:00:00.018) 0:03:00.472 ********** ok: [sut] => { "ansible_facts": { "storage_test_mount_expected_mount_point": "/opt/test1", "storage_test_swap_expected_matches": "0" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-mount.yml:19 Thursday 30 May 2024 23:11:25 +0000 (0:00:00.016) 0:03:00.489 ********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and (storage_test_volume.mount_user or storage_test_volume.mount_group or storage_test_volume.mount_mode)", "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-mount.yml:28 Thursday 30 May 2024 23:11:25 +0000 (0:00:00.011) 0:03:00.501 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-mount.yml:36 Thursday 30 May 2024 23:11:25 +0000 (0:00:00.015) 0:03:00.516 ********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_user", "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-mount.yml:42 Thursday 30 May 2024 23:11:25 +0000 (0:00:00.011) 0:03:00.528 ********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_group", "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-mount.yml:48 Thursday 30 May 2024 23:11:25 +0000 (0:00:00.013) 0:03:00.541 ********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_mode", "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-mount.yml:57 Thursday 30 May 2024 23:11:25 +0000 (0:00:00.011) 0:03:00.553 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-mount.yml:63 Thursday 30 May 2024 23:11:25 +0000 (0:00:00.011) 0:03:00.565 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-mount.yml:69 Thursday 30 May 2024 23:11:25 +0000 (0:00:00.011) 0:03:00.577 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-mount.yml:79 Thursday 30 May 2024 23:11:25 +0000 (0:00:00.011) 0:03:00.588 ********** 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-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-fstab.yml:2 Thursday 30 May 2024 23:11:25 +0000 (0:00:00.012) 0:03:00.601 ********** ok: [sut] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": "1", "storage_test_fstab_expected_mount_options_matches": "1", "storage_test_fstab_expected_mount_point_matches": "1", "storage_test_fstab_id_matches": [ "/dev/mapper/foo-test1 " ], "storage_test_fstab_mount_options_matches": [ " /opt/test1 ext2 defaults " ], "storage_test_fstab_mount_point_matches": [ " /opt/test1 " ] }, "changed": false } TASK [Verify that the device identifier appears in /etc/fstab] ***************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-fstab.yml:17 Thursday 30 May 2024 23:11:26 +0000 (0:00:00.032) 0:03:00.634 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-fstab.yml:24 Thursday 30 May 2024 23:11:26 +0000 (0:00:00.016) 0:03:00.650 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-fstab.yml:33 Thursday 30 May 2024 23:11:26 +0000 (0:00:00.016) 0:03:00.666 ********** skipping: [sut] => { "changed": false, "false_condition": "__storage_verify_mount_options | d(false)", "skip_reason": "Conditional result was False" } TASK [Clean up variables] ****************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-fstab.yml:45 Thursday 30 May 2024 23:11:26 +0000 (0:00:00.012) 0:03:00.679 ********** 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-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-fs.yml:6 Thursday 30 May 2024 23:11:26 +0000 (0:00:00.012) 0:03:00.691 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-fs.yml:14 Thursday 30 May 2024 23:11:26 +0000 (0:00:00.017) 0:03:00.708 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-device.yml:3 Thursday 30 May 2024 23:11:26 +0000 (0:00:00.018) 0:03:00.726 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1717110680.858238, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1717110680.858238, "dev": 5, "device_type": 64768, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 1167, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/symlink", "mode": "0660", "mtime": 1717110680.858238, "nlink": 1, "path": "/dev/mapper/foo-test1", "pw_name": "root", "readable": true, "rgrp": true, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": null, "wgrp": true, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-device.yml:9 Thursday 30 May 2024 23:11:26 +0000 (0:00:00.203) 0:03:00.929 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-device.yml:16 Thursday 30 May 2024 23:11:26 +0000 (0:00:00.015) 0:03:00.945 ********** skipping: [sut] => { "changed": false, "false_condition": "not (_storage_test_volume_present or storage_test_volume.type == 'disk')", "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-device.yml:23 Thursday 30 May 2024 23:11:26 +0000 (0:00:00.011) 0:03:00.956 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-device.yml:29 Thursday 30 May 2024 23:11:26 +0000 (0:00:00.014) 0:03:00.970 ********** ok: [sut] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-device.yml:33 Thursday 30 May 2024 23:11:26 +0000 (0:00:00.012) 0:03:00.983 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == \"raid\"", "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-device.yml:38 Thursday 30 May 2024 23:11:26 +0000 (0:00:00.012) 0:03:00.995 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:3 Thursday 30 May 2024 23:11:26 +0000 (0:00:00.014) 0:03:01.010 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:10 Thursday 30 May 2024 23:11:26 +0000 (0:00:00.010) 0:03:01.021 ********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Collect LUKS info for this volume] *************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:16 Thursday 30 May 2024 23:11:27 +0000 (0:00:00.860) 0:03:01.881 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:22 Thursday 30 May 2024 23:11:27 +0000 (0:00:00.012) 0:03:01.893 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "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-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:29 Thursday 30 May 2024 23:11:27 +0000 (0:00:00.011) 0:03:01.904 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:40 Thursday 30 May 2024 23:11:27 +0000 (0:00:00.019) 0:03:01.923 ********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:46 Thursday 30 May 2024 23:11:27 +0000 (0:00:00.011) 0:03:01.935 ********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:51 Thursday 30 May 2024 23:11:27 +0000 (0:00:00.011) 0:03:01.947 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:63 Thursday 30 May 2024 23:11:27 +0000 (0:00:00.011) 0:03:01.959 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:75 Thursday 30 May 2024 23:11:27 +0000 (0:00:00.011) 0:03:01.970 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:87 Thursday 30 May 2024 23:11:27 +0000 (0:00:00.011) 0:03:01.982 ********** 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-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:93 Thursday 30 May 2024 23:11:27 +0000 (0:00:00.020) 0:03:02.003 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:100 Thursday 30 May 2024 23:11:27 +0000 (0:00:00.018) 0:03:02.021 ********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:108 Thursday 30 May 2024 23:11:27 +0000 (0:00:00.013) 0:03:02.034 ********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:116 Thursday 30 May 2024 23:11:27 +0000 (0:00:00.012) 0:03:02.047 ********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:124 Thursday 30 May 2024 23:11:27 +0000 (0:00:00.012) 0:03:02.060 ********** 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-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-md.yml:8 Thursday 30 May 2024 23:11:27 +0000 (0:00:00.011) 0:03:02.072 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-md.yml:14 Thursday 30 May 2024 23:11:27 +0000 (0:00:00.012) 0:03:02.084 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-md.yml:19 Thursday 30 May 2024 23:11:27 +0000 (0:00:00.011) 0:03:02.096 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-md.yml:24 Thursday 30 May 2024 23:11:27 +0000 (0:00:00.011) 0:03:02.108 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-md.yml:29 Thursday 30 May 2024 23:11:27 +0000 (0:00:00.010) 0:03:02.119 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-md.yml:37 Thursday 30 May 2024 23:11:27 +0000 (0:00:00.011) 0:03:02.130 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-md.yml:46 Thursday 30 May 2024 23:11:27 +0000 (0:00:00.010) 0:03:02.141 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-md.yml:54 Thursday 30 May 2024 23:11:27 +0000 (0:00:00.012) 0:03:02.153 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-md.yml:62 Thursday 30 May 2024 23:11:27 +0000 (0:00:00.011) 0:03:02.165 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-md.yml:70 Thursday 30 May 2024 23:11:27 +0000 (0:00:00.011) 0:03:02.176 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:3 Thursday 30 May 2024 23:11:27 +0000 (0:00:00.010) 0:03:02.187 ********** ok: [sut] => { "bytes": 9663676416, "changed": false, "lvm": "9g", "parted": "9GiB", "size": "9 GiB" } TASK [Parse the requested size of the volume] ********************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:11 Thursday 30 May 2024 23:11:27 +0000 (0:00:00.196) 0:03:02.384 ********** ok: [sut] => { "bytes": 9663676416, "changed": false, "lvm": "9g", "parted": "9GiB", "size": "9 GiB" } TASK [Establish base value for expected size] ********************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:20 Thursday 30 May 2024 23:11:27 +0000 (0:00:00.197) 0:03:02.581 ********** ok: [sut] => { "ansible_facts": { "storage_test_expected_size": "9663676416" }, "changed": false } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:28 Thursday 30 May 2024 23:11:27 +0000 (0:00:00.019) 0:03:02.601 ********** ok: [sut] => { "storage_test_expected_size": "9663676416" } TASK [Get the size of parent/pool device] ************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:32 Thursday 30 May 2024 23:11:27 +0000 (0:00:00.013) 0:03:02.614 ********** ok: [sut] => { "bytes": 10726680821, "changed": false, "lvm": "9g", "parted": "9GiB", "size": "9 GiB" } TASK [Show test pool] ********************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:46 Thursday 30 May 2024 23:11:28 +0000 (0:00:00.195) 0:03:02.810 ********** skipping: [sut] => { "false_condition": "'%' in storage_test_volume.size | string" } TASK [Show test blockinfo] ***************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:50 Thursday 30 May 2024 23:11:28 +0000 (0:00:00.014) 0:03:02.824 ********** skipping: [sut] => { "false_condition": "'%' in storage_test_volume.size | string" } TASK [Show test pool size] ***************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:54 Thursday 30 May 2024 23:11:28 +0000 (0:00:00.015) 0:03:02.839 ********** skipping: [sut] => { "false_condition": "'%' in storage_test_volume.size | string" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:58 Thursday 30 May 2024 23:11:28 +0000 (0:00:00.015) 0:03:02.855 ********** skipping: [sut] => { "changed": false, "false_condition": "'%' in storage_test_volume.size | string", "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:67 Thursday 30 May 2024 23:11:28 +0000 (0:00:00.016) 0:03:02.872 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:71 Thursday 30 May 2024 23:11:28 +0000 (0:00:00.012) 0:03:02.885 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:76 Thursday 30 May 2024 23:11:28 +0000 (0:00:00.012) 0:03:02.897 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:82 Thursday 30 May 2024 23:11:28 +0000 (0:00:00.012) 0:03:02.910 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:86 Thursday 30 May 2024 23:11:28 +0000 (0:00:00.011) 0:03:02.921 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:91 Thursday 30 May 2024 23:11:28 +0000 (0:00:00.011) 0:03:02.933 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:96 Thursday 30 May 2024 23:11:28 +0000 (0:00:00.014) 0:03:02.948 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:101 Thursday 30 May 2024 23:11:28 +0000 (0:00:00.012) 0:03:02.960 ********** skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Show volume thin pool size] ********************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:105 Thursday 30 May 2024 23:11:28 +0000 (0:00:00.012) 0:03:02.973 ********** skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:109 Thursday 30 May 2024 23:11:28 +0000 (0:00:00.011) 0:03:02.984 ********** skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Establish base value for expected thin pool size] ************************ task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:113 Thursday 30 May 2024 23:11:28 +0000 (0:00:00.011) 0:03:02.996 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:120 Thursday 30 May 2024 23:11:28 +0000 (0:00:00.011) 0:03:03.008 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:127 Thursday 30 May 2024 23:11:28 +0000 (0:00:00.013) 0:03:03.022 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:131 Thursday 30 May 2024 23:11:28 +0000 (0:00:00.012) 0:03:03.035 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:137 Thursday 30 May 2024 23:11:28 +0000 (0:00:00.012) 0:03:03.047 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:143 Thursday 30 May 2024 23:11:28 +0000 (0:00:00.012) 0:03:03.060 ********** ok: [sut] => { "storage_test_actual_size": { "bytes": 9663676416, "changed": false, "failed": false, "lvm": "9g", "parted": "9GiB", "size": "9 GiB" } } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:147 Thursday 30 May 2024 23:11:28 +0000 (0:00:00.015) 0:03:03.076 ********** ok: [sut] => { "storage_test_expected_size": "9663676416" } TASK [Assert expected size is actual size] ************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:151 Thursday 30 May 2024 23:11:28 +0000 (0:00:00.014) 0:03:03.090 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-cache.yml:5 Thursday 30 May 2024 23:11:28 +0000 (0:00:00.019) 0:03:03.110 ********** ok: [sut] => { "changed": false, "cmd": [ "lvs", "--noheadings", "--nameprefixes", "--units=b", "--nosuffix", "--unquoted", "-o", "name,attr,cache_total_blocks,chunk_size,segtype", "foo/test1" ], "delta": "0:00:00.032212", "end": "2024-05-30 23:11:28.691892", "rc": 0, "start": "2024-05-30 23:11:28.659680" } STDOUT: LVM2_LV_NAME=test1 LVM2_LV_ATTR=-wi-ao---- LVM2_CACHE_TOTAL_BLOCKS= LVM2_CHUNK_SIZE=0 LVM2_SEGTYPE=linear TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-cache.yml:13 Thursday 30 May 2024 23:11:28 +0000 (0:00:00.229) 0:03:03.339 ********** ok: [sut] => { "ansible_facts": { "storage_test_lv_segtype": [ "linear" ] }, "changed": false } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-cache.yml:17 Thursday 30 May 2024 23:11:28 +0000 (0:00:00.017) 0:03:03.357 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set LV cache size] ******************************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-cache.yml:24 Thursday 30 May 2024 23:11:28 +0000 (0:00:00.016) 0:03:03.373 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.cached | bool", "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-cache.yml:31 Thursday 30 May 2024 23:11:28 +0000 (0:00:00.013) 0:03:03.386 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.cached | bool", "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-cache.yml:37 Thursday 30 May 2024 23:11:28 +0000 (0:00:00.012) 0:03:03.399 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.cached | bool", "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-cache.yml:42 Thursday 30 May 2024 23:11:28 +0000 (0:00:00.014) 0:03:03.414 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.cached | bool", "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume.yml:25 Thursday 30 May 2024 23:11:28 +0000 (0:00:00.013) 0:03:03.427 ********** ok: [sut] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-role-results.yml:44 Thursday 30 May 2024 23:11:28 +0000 (0:00:00.013) 0:03:03.441 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Clean up variable namespace] ********************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-role-results.yml:54 Thursday 30 May 2024 23:11:28 +0000 (0:00:00.011) 0:03:03.453 ********** ok: [sut] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } TASK [Change volume size to 5g] ************************************************ task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/tests_resize.yml:285 Thursday 30 May 2024 23:11:28 +0000 (0:00:00.014) 0:03:03.468 ********** TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Thursday 30 May 2024 23:11:28 +0000 (0:00:00.059) 0:03:03.527 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Thursday 30 May 2024 23:11:28 +0000 (0:00:00.020) 0:03:03.547 ********** skipping: [sut] => { "changed": false, "false_condition": "__storage_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Thursday 30 May 2024 23:11:29 +0000 (0:00:00.115) 0:03:03.663 ********** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_9.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs", "stratisd", "stratis-cli" ] }, "ansible_included_var_files": [ "/WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } ok: [sut] => (item=CentOS_9.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs", "stratisd", "stratis-cli" ] }, "ansible_included_var_files": [ "/WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Thursday 30 May 2024 23:11:29 +0000 (0:00:00.034) 0:03:03.698 ********** skipping: [sut] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Thursday 30 May 2024 23:11:29 +0000 (0:00:00.017) 0:03:03.715 ********** skipping: [sut] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Thursday 30 May 2024 23:11:29 +0000 (0:00:00.016) 0:03:03.731 ********** ok: [sut] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Thursday 30 May 2024 23:11:29 +0000 (0:00:00.014) 0:03:03.746 ********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Thursday 30 May 2024 23:11:29 +0000 (0:00:00.015) 0:03:03.762 ********** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for sut TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Thursday 30 May 2024 23:11:29 +0000 (0:00:00.033) 0:03:03.796 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"blivet_available\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Thursday 30 May 2024 23:11:29 +0000 (0:00:00.017) 0:03:03.813 ********** ok: [sut] => { "storage_pools": [ { "disks": [ "sda" ], "name": "foo", "type": "lvm", "volumes": [ { "fs_type": "ext2", "mount_point": "/opt/test1", "name": "test1", "size": "5g" } ] } ] } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Thursday 30 May 2024 23:11:29 +0000 (0:00:00.017) 0:03:03.830 ********** ok: [sut] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined. 'storage_volumes' is undefined" } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Thursday 30 May 2024 23:11:29 +0000 (0:00:00.015) 0:03:03.846 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Thursday 30 May 2024 23:11:29 +0000 (0:00:00.017) 0:03:03.863 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Thursday 30 May 2024 23:11:29 +0000 (0:00:00.015) 0:03:03.879 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Thursday 30 May 2024 23:11:29 +0000 (0:00:00.015) 0:03:03.895 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"service_facts\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Thursday 30 May 2024 23:11:29 +0000 (0:00:00.015) 0:03:03.911 ********** ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Thursday 30 May 2024 23:11:29 +0000 (0:00:00.026) 0:03:03.937 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Thursday 30 May 2024 23:11:29 +0000 (0:00:00.011) 0:03:03.948 ********** changed: [sut] => { "actions": [ { "action": "resize format", "device": "/dev/mapper/foo-test1", "fs_type": "ext2" }, { "action": "resize device", "device": "/dev/mapper/foo-test1", "fs_type": null } ], "changed": true, "crypts": [], "leaves": [ "/dev/mapper/foo-test1", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [ { "dump": 0, "fstype": "ext2", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "mounted" } ], "packages": [ "e2fsprogs", "lvm2", "xfsprogs" ], "pools": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext2", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "5g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Thursday 30 May 2024 23:11:32 +0000 (0:00:02.826) 0:03:06.775 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_udevadm_trigger | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Thursday 30 May 2024 23:11:32 +0000 (0:00:00.014) 0:03:06.789 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:101 Thursday 30 May 2024 23:11:32 +0000 (0:00:00.011) 0:03:06.801 ********** ok: [sut] => { "blivet_output": { "actions": [ { "action": "resize format", "device": "/dev/mapper/foo-test1", "fs_type": "ext2" }, { "action": "resize device", "device": "/dev/mapper/foo-test1", "fs_type": null } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/mapper/foo-test1", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [ { "dump": 0, "fstype": "ext2", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "mounted" } ], "packages": [ "e2fsprogs", "lvm2", "xfsprogs" ], "pools": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext2", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "5g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:110 Thursday 30 May 2024 23:11:32 +0000 (0:00:00.018) 0:03:06.819 ********** ok: [sut] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext2", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "5g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] }, "changed": false } TASK [fedora.linux_system_roles.storage : Set the list of volumes for test verification] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:114 Thursday 30 May 2024 23:11:32 +0000 (0:00:00.016) 0:03:06.836 ********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:130 Thursday 30 May 2024 23:11:32 +0000 (0:00:00.017) 0:03:06.853 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:141 Thursday 30 May 2024 23:11:32 +0000 (0:00:00.017) 0:03:06.871 ********** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:146 Thursday 30 May 2024 23:11:32 +0000 (0:00:00.555) 0:03:07.426 ********** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount changed: [sut] => (item={'src': '/dev/mapper/foo-test1', 'path': '/opt/test1', 'fstype': 'ext2', 'opts': 'defaults', 'dump': 0, 'passno': 0, 'state': 'mounted', 'owner': None, 'group': None, 'mode': None}) => { "ansible_loop_var": "mount_info", "backup_file": "", "boot": "yes", "changed": true, "dump": "0", "fstab": "/etc/fstab", "fstype": "ext2", "mount_info": { "dump": 0, "fstype": "ext2", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "mounted" }, "name": "/opt/test1", "opts": "defaults", "passno": "0", "src": "/dev/mapper/foo-test1" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:157 Thursday 30 May 2024 23:11:33 +0000 (0:00:00.223) 0:03:07.649 ********** skipping: [sut] => (item={'src': '/dev/mapper/foo-test1', 'path': '/opt/test1', 'fstype': 'ext2', 'opts': 'defaults', 'dump': 0, 'passno': 0, 'state': 'mounted', 'owner': None, 'group': None, 'mode': None}) => { "ansible_loop_var": "mount_info", "changed": false, "false_condition": "mount_info['owner'] != none or mount_info['group'] != none or mount_info['mode'] != none", "mount_info": { "dump": 0, "fstype": "ext2", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "mounted" }, "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:169 Thursday 30 May 2024 23:11:33 +0000 (0:00:00.020) 0:03:07.670 ********** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:177 Thursday 30 May 2024 23:11:33 +0000 (0:00:00.550) 0:03:08.221 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1717110357.516958, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1716902420.402, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 2097284, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "inode/x-empty", "mode": "0600", "mtime": 1716902144.521, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "3342962587", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:182 Thursday 30 May 2024 23:11:33 +0000 (0:00:00.207) 0:03:08.428 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:204 Thursday 30 May 2024 23:11:33 +0000 (0:00:00.011) 0:03:08.440 ********** ok: [sut] TASK [Verify role results] ***************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/tests_resize.yml:299 Thursday 30 May 2024 23:11:34 +0000 (0:00:00.782) 0:03:09.222 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-role-results.yml for sut TASK [Print out pool information] ********************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-role-results.yml:2 Thursday 30 May 2024 23:11:34 +0000 (0:00:00.038) 0:03:09.260 ********** ok: [sut] => { "_storage_pools_list": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext2", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "5g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] } TASK [Print out volume information] ******************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-role-results.yml:7 Thursday 30 May 2024 23:11:34 +0000 (0:00:00.017) 0:03:09.278 ********** skipping: [sut] => { "false_condition": "_storage_volumes_list | length > 0" } TASK [Collect info about the volumes.] ***************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-role-results.yml:15 Thursday 30 May 2024 23:11:34 +0000 (0:00:00.013) 0:03:09.292 ********** ok: [sut] => { "changed": false, "info": { "/dev/mapper/foo-test1": { "fstype": "ext2", "label": "", "mountpoint": "/opt/test1", "name": "/dev/mapper/foo-test1", "size": "5G", "type": "lvm", "uuid": "171f0821-ced7-4c65-ad3a-ac4bf33f2da3" }, "/dev/sda": { "fstype": "LVM2_member", "label": "", "mountpoint": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "QYaGOM-1byA-34r6-CF37-NPe2-2eeX-8vlCPo" }, "/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": "82a26900-2b36-49b9-bc49-f4d2f0bb14b8" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-role-results.yml:20 Thursday 30 May 2024 23:11:34 +0000 (0:00:00.204) 0:03:09.497 ********** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.003137", "end": "2024-05-30 23:11:35.049168", "rc": 0, "start": "2024-05-30 23:11:35.046031" } STDOUT: # # /etc/fstab # Created by anaconda on Tue May 28 13:15:44 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=82a26900-2b36-49b9-bc49-f4d2f0bb14b8 / xfs defaults 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat /mnt/redhat nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/qa /mnt/qa nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive /mnt/engarchive nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/tpsdist /mnt/tpsdist nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot /mnt/brew nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch /mnt/brew_scratch nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 /dev/mapper/foo-test1 /opt/test1 ext2 defaults 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-role-results.yml:25 Thursday 30 May 2024 23:11:35 +0000 (0:00:00.200) 0:03:09.697 ********** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.003122", "end": "2024-05-30 23:11:35.250268", "failed_when_result": false, "rc": 0, "start": "2024-05-30 23:11:35.247146" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-role-results.yml:34 Thursday 30 May 2024 23:11:35 +0000 (0:00:00.199) 0:03:09.897 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool.yml for sut => (item={'disks': ['sda'], 'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'encryption_clevis_pin': None, 'encryption_tang_url': None, 'encryption_tang_thumbprint': None, 'name': 'foo', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_metadata_version': None, 'raid_chunk_size': None, 'shared': False, 'state': 'present', 'type': 'lvm', 'volumes': [{'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'ext2', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test1', 'raid_level': None, 'size': '5g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/foo-test1', '_raw_device': '/dev/mapper/foo-test1', '_mount_id': '/dev/mapper/foo-test1', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}]}) TASK [Set _storage_pool_tests] ************************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool.yml:5 Thursday 30 May 2024 23:11:35 +0000 (0:00:00.030) 0:03:09.927 ********** ok: [sut] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool.yml:18 Thursday 30 May 2024 23:11:35 +0000 (0:00:00.014) 0:03:09.941 ********** ok: [sut] => { "changed": false, "cmd": [ "vgs", "--noheadings", "--binary", "-o", "shared", "foo" ], "delta": "0:00:00.033171", "end": "2024-05-30 23:11:35.523774", "rc": 0, "start": "2024-05-30 23:11:35.490603" } STDOUT: 0 TASK [Verify that VG shared value checks out] ********************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool.yml:24 Thursday 30 May 2024 23:11:35 +0000 (0:00:00.229) 0:03:10.171 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify pool subset] ****************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool.yml:34 Thursday 30 May 2024 23:11:35 +0000 (0:00:00.019) 0:03:10.190 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml for sut => (item=members) included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-volumes.yml for sut => (item=volumes) TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:2 Thursday 30 May 2024 23:11:35 +0000 (0:00:00.024) 0:03:10.215 ********** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_count": "1", "_storage_test_pool_pvs_lvm": [ "/dev/sda" ] }, "changed": false } TASK [Get the canonical device path for each member device] ******************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:8 Thursday 30 May 2024 23:11:35 +0000 (0:00:00.023) 0:03:10.239 ********** ok: [sut] => (item=/dev/sda) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/sda", "pv": "/dev/sda" } TASK [Set pvs lvm length] ****************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:17 Thursday 30 May 2024 23:11:35 +0000 (0:00:00.199) 0:03:10.439 ********** ok: [sut] => { "ansible_facts": { "__pvs_lvm_len": "1" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:22 Thursday 30 May 2024 23:11:35 +0000 (0:00:00.018) 0:03:10.457 ********** ok: [sut] => { "ansible_facts": { "_storage_test_pool_pvs": [ "/dev/sda" ] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:27 Thursday 30 May 2024 23:11:35 +0000 (0:00:00.019) 0:03:10.477 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:36 Thursday 30 May 2024 23:11:35 +0000 (0:00:00.018) 0:03:10.495 ********** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:41 Thursday 30 May 2024 23:11:35 +0000 (0:00:00.016) 0:03:10.512 ********** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:46 Thursday 30 May 2024 23:11:35 +0000 (0:00:00.016) 0:03:10.529 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'lvm' and storage_test_pool.raid_level", "skip_reason": "Conditional result was False" } TASK [Check the type of each PV] *********************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:51 Thursday 30 May 2024 23:11:35 +0000 (0:00:00.012) 0:03:10.541 ********** ok: [sut] => (item=/dev/sda) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/sda" } MSG: All assertions passed TASK [Check MD RAID] *********************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:64 Thursday 30 May 2024 23:11:35 +0000 (0:00:00.019) 0:03:10.561 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-md.yml for sut TASK [Get information about RAID] ********************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-md.yml:8 Thursday 30 May 2024 23:11:35 +0000 (0:00:00.023) 0:03:10.585 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-md.yml:14 Thursday 30 May 2024 23:11:35 +0000 (0:00:00.012) 0:03:10.597 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-md.yml:19 Thursday 30 May 2024 23:11:35 +0000 (0:00:00.012) 0:03:10.609 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-md.yml:24 Thursday 30 May 2024 23:11:35 +0000 (0:00:00.014) 0:03:10.623 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set md chunk size regex] ************************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-md.yml:29 Thursday 30 May 2024 23:11:36 +0000 (0:00:00.012) 0:03:10.636 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-md.yml:37 Thursday 30 May 2024 23:11:36 +0000 (0:00:00.012) 0:03:10.648 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-md.yml:46 Thursday 30 May 2024 23:11:36 +0000 (0:00:00.011) 0:03:10.660 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-md.yml:55 Thursday 30 May 2024 23:11:36 +0000 (0:00:00.011) 0:03:10.672 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-md.yml:64 Thursday 30 May 2024 23:11:36 +0000 (0:00:00.011) 0:03:10.683 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-md.yml:74 Thursday 30 May 2024 23:11:36 +0000 (0:00:00.013) 0:03:10.697 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Reset variables used by tests] ******************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-md.yml:83 Thursday 30 May 2024 23:11:36 +0000 (0:00:00.012) 0:03:10.710 ********** ok: [sut] => { "ansible_facts": { "storage_test_md_active_devices_re": null, "storage_test_md_chunk_size_re": null, "storage_test_md_metadata_version_re": null, "storage_test_md_spare_devices_re": null }, "changed": false } TASK [Check LVM RAID] ********************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:67 Thursday 30 May 2024 23:11:36 +0000 (0:00:00.013) 0:03:10.724 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-members-lvmraid.yml for sut TASK [Validate pool member LVM RAID settings] ********************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-members-lvmraid.yml:2 Thursday 30 May 2024 23:11:36 +0000 (0:00:00.024) 0:03:10.749 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-lvmraid.yml for sut => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'ext2', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test1', 'raid_level': None, 'size': '5g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/foo-test1', '_raw_device': '/dev/mapper/foo-test1', '_mount_id': '/dev/mapper/foo-test1', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}) TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-lvmraid.yml:8 Thursday 30 May 2024 23:11:36 +0000 (0:00:00.025) 0:03:10.775 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-lvmraid.yml:16 Thursday 30 May 2024 23:11:36 +0000 (0:00:00.017) 0:03:10.792 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-lvmraid.yml:20 Thursday 30 May 2024 23:11:36 +0000 (0:00:00.016) 0:03:10.809 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Set LV stripe size] ****************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-lvmraid.yml:27 Thursday 30 May 2024 23:11:36 +0000 (0:00:00.015) 0:03:10.824 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Parse the requested stripe size] ***************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-lvmraid.yml:31 Thursday 30 May 2024 23:11:36 +0000 (0:00:00.015) 0:03:10.840 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Set expected stripe size] ************************************************ task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-lvmraid.yml:37 Thursday 30 May 2024 23:11:36 +0000 (0:00:00.016) 0:03:10.856 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Check stripe size] ******************************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-lvmraid.yml:42 Thursday 30 May 2024 23:11:36 +0000 (0:00:00.015) 0:03:10.872 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Check Thin Pools] ******************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:70 Thursday 30 May 2024 23:11:36 +0000 (0:00:00.015) 0:03:10.887 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-members-thin.yml for sut TASK [Validate pool member thinpool settings] ********************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-members-thin.yml:2 Thursday 30 May 2024 23:11:36 +0000 (0:00:00.025) 0:03:10.913 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-thin.yml for sut => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'ext2', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test1', 'raid_level': None, 'size': '5g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/foo-test1', '_raw_device': '/dev/mapper/foo-test1', '_mount_id': '/dev/mapper/foo-test1', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}) TASK [Get information about thinpool] ****************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-thin.yml:8 Thursday 30 May 2024 23:11:36 +0000 (0:00:00.023) 0:03:10.936 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_thin_volume.thin", "skip_reason": "Conditional result was False" } TASK [Check that volume is in correct thinpool (when thinp name is provided)] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-thin.yml:16 Thursday 30 May 2024 23:11:36 +0000 (0:00:00.011) 0:03:10.948 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_thin_volume.thin", "skip_reason": "Conditional result was False" } TASK [Check that volume is in thinpool (when thinp name is not provided)] ****** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-thin.yml:22 Thursday 30 May 2024 23:11:36 +0000 (0:00:00.011) 0:03:10.960 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_thin_volume.thin", "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-thin.yml:26 Thursday 30 May 2024 23:11:36 +0000 (0:00:00.011) 0:03:10.971 ********** ok: [sut] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Check member encryption] ************************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:73 Thursday 30 May 2024 23:11:36 +0000 (0:00:00.012) 0:03:10.984 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-members-encryption.yml for sut TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-members-encryption.yml:5 Thursday 30 May 2024 23:11:36 +0000 (0:00:00.027) 0:03:11.012 ********** ok: [sut] => { "ansible_facts": { "_storage_test_expected_crypttab_entries": "0", "_storage_test_expected_crypttab_key_file": "-" }, "changed": false } TASK [Validate pool member LUKS settings] ************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-members-encryption.yml:10 Thursday 30 May 2024 23:11:36 +0000 (0:00:00.015) 0:03:11.027 ********** skipping: [sut] => (item=/dev/sda) => { "_storage_test_pool_member_path": "/dev/sda", "ansible_loop_var": "_storage_test_pool_member_path", "changed": false, "false_condition": "storage_test_pool.type == 'lvm' and storage_test_pool.encryption", "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [Validate pool member crypttab entries] *********************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-members-encryption.yml:17 Thursday 30 May 2024 23:11:36 +0000 (0:00:00.013) 0:03:11.041 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-crypttab.yml for sut => (item=/dev/sda) TASK [Set variables used by tests] ********************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-crypttab.yml:2 Thursday 30 May 2024 23:11:36 +0000 (0:00:00.019) 0:03:11.061 ********** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-crypttab.yml:6 Thursday 30 May 2024 23:11:36 +0000 (0:00:00.018) 0:03:11.079 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-crypttab.yml:14 Thursday 30 May 2024 23:11:36 +0000 (0:00:00.017) 0:03:11.096 ********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-crypttab.yml:23 Thursday 30 May 2024 23:11:36 +0000 (0:00:00.018) 0:03:11.115 ********** skipping: [sut] => { "changed": false, "false_condition": "false and _storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-crypttab.yml:32 Thursday 30 May 2024 23:11:36 +0000 (0:00:00.013) 0:03:11.128 ********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-crypttab.yml:41 Thursday 30 May 2024 23:11:36 +0000 (0:00:00.014) 0:03:11.142 ********** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-members-encryption.yml:24 Thursday 30 May 2024 23:11:36 +0000 (0:00:00.013) 0:03:11.156 ********** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_crypttab_key_file": null }, "changed": false } TASK [Check VDO] *************************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:76 Thursday 30 May 2024 23:11:36 +0000 (0:00:00.016) 0:03:11.172 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-members-vdo.yml for sut TASK [Validate pool member VDO settings] *************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-members-vdo.yml:2 Thursday 30 May 2024 23:11:36 +0000 (0:00:00.119) 0:03:11.292 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-vdo.yml for sut => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'ext2', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test1', 'raid_level': None, 'size': '5g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/foo-test1', '_raw_device': '/dev/mapper/foo-test1', '_mount_id': '/dev/mapper/foo-test1', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}) TASK [Get information about VDO deduplication] ********************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-vdo.yml:8 Thursday 30 May 2024 23:11:36 +0000 (0:00:00.024) 0:03:11.316 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-vdo.yml:15 Thursday 30 May 2024 23:11:36 +0000 (0:00:00.012) 0:03:11.329 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-vdo.yml:21 Thursday 30 May 2024 23:11:36 +0000 (0:00:00.012) 0:03:11.341 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Get information about VDO compression] *********************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-vdo.yml:27 Thursday 30 May 2024 23:11:36 +0000 (0:00:00.011) 0:03:11.353 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-vdo.yml:34 Thursday 30 May 2024 23:11:36 +0000 (0:00:00.011) 0:03:11.365 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-vdo.yml:40 Thursday 30 May 2024 23:11:36 +0000 (0:00:00.011) 0:03:11.377 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-vdo.yml:46 Thursday 30 May 2024 23:11:36 +0000 (0:00:00.011) 0:03:11.388 ********** ok: [sut] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Check Stratis] *********************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:79 Thursday 30 May 2024 23:11:36 +0000 (0:00:00.012) 0:03:11.401 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-stratis.yml for sut TASK [Run 'stratis report'] **************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-stratis.yml:6 Thursday 30 May 2024 23:11:36 +0000 (0:00:00.029) 0:03:11.430 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Get information about Stratis] ******************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-stratis.yml:11 Thursday 30 May 2024 23:11:36 +0000 (0:00:00.012) 0:03:11.443 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Verify that the pools was created] *************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-stratis.yml:15 Thursday 30 May 2024 23:11:36 +0000 (0:00:00.011) 0:03:11.455 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Verify that encryption is correctly set] ********************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-stratis.yml:25 Thursday 30 May 2024 23:11:36 +0000 (0:00:00.011) 0:03:11.466 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Verify that Clevis/Tang encryption is correctly set] ********************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-stratis.yml:34 Thursday 30 May 2024 23:11:36 +0000 (0:00:00.013) 0:03:11.480 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-stratis.yml:44 Thursday 30 May 2024 23:11:36 +0000 (0:00:00.012) 0:03:11.493 ********** ok: [sut] => { "ansible_facts": { "storage_test_stratis_report": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:82 Thursday 30 May 2024 23:11:36 +0000 (0:00:00.013) 0:03:11.506 ********** ok: [sut] => { "ansible_facts": { "__pvs_lvm_len": null, "_storage_test_expected_pv_count": null, "_storage_test_expected_pv_type": null, "_storage_test_pool_pvs": [], "_storage_test_pool_pvs_lvm": [] }, "changed": false } TASK [Verify the volumes] ****************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-volumes.yml:3 Thursday 30 May 2024 23:11:36 +0000 (0:00:00.012) 0:03:11.519 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume.yml for sut => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'ext2', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test1', 'raid_level': None, 'size': '5g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/foo-test1', '_raw_device': '/dev/mapper/foo-test1', '_mount_id': '/dev/mapper/foo-test1', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}) TASK [Set storage volume test variables] *************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume.yml:2 Thursday 30 May 2024 23:11:36 +0000 (0:00:00.021) 0:03:11.540 ********** 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-main_stratis-support-2rq9ytyq9/tests/test-verify-volume.yml:19 Thursday 30 May 2024 23:11:36 +0000 (0:00:00.019) 0:03:11.559 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-mount.yml for sut => (item=mount) included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-fstab.yml for sut => (item=fstab) included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-fs.yml for sut => (item=fs) included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-device.yml for sut => (item=device) included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml for sut => (item=encryption) included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-md.yml for sut => (item=md) included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml for sut => (item=size) included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-cache.yml for sut => (item=cache) TASK [Get expected mount device based on device type] ************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-mount.yml:7 Thursday 30 May 2024 23:11:36 +0000 (0:00:00.051) 0:03:11.610 ********** ok: [sut] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/foo-test1" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-mount.yml:11 Thursday 30 May 2024 23:11:37 +0000 (0:00:00.019) 0:03:11.629 ********** ok: [sut] => { "ansible_facts": { "storage_test_mount_expected_mount_point": "/opt/test1", "storage_test_swap_expected_matches": "0" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-mount.yml:19 Thursday 30 May 2024 23:11:37 +0000 (0:00:00.017) 0:03:11.647 ********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and (storage_test_volume.mount_user or storage_test_volume.mount_group or storage_test_volume.mount_mode)", "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-mount.yml:28 Thursday 30 May 2024 23:11:37 +0000 (0:00:00.013) 0:03:11.660 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-mount.yml:36 Thursday 30 May 2024 23:11:37 +0000 (0:00:00.015) 0:03:11.675 ********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_user", "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-mount.yml:42 Thursday 30 May 2024 23:11:37 +0000 (0:00:00.011) 0:03:11.687 ********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_group", "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-mount.yml:48 Thursday 30 May 2024 23:11:37 +0000 (0:00:00.013) 0:03:11.700 ********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_mode", "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-mount.yml:57 Thursday 30 May 2024 23:11:37 +0000 (0:00:00.011) 0:03:11.712 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-mount.yml:63 Thursday 30 May 2024 23:11:37 +0000 (0:00:00.011) 0:03:11.724 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-mount.yml:69 Thursday 30 May 2024 23:11:37 +0000 (0:00:00.011) 0:03:11.736 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-mount.yml:79 Thursday 30 May 2024 23:11:37 +0000 (0:00:00.011) 0:03:11.748 ********** 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-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-fstab.yml:2 Thursday 30 May 2024 23:11:37 +0000 (0:00:00.012) 0:03:11.760 ********** ok: [sut] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": "1", "storage_test_fstab_expected_mount_options_matches": "1", "storage_test_fstab_expected_mount_point_matches": "1", "storage_test_fstab_id_matches": [ "/dev/mapper/foo-test1 " ], "storage_test_fstab_mount_options_matches": [ " /opt/test1 ext2 defaults " ], "storage_test_fstab_mount_point_matches": [ " /opt/test1 " ] }, "changed": false } TASK [Verify that the device identifier appears in /etc/fstab] ***************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-fstab.yml:17 Thursday 30 May 2024 23:11:37 +0000 (0:00:00.034) 0:03:11.795 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-fstab.yml:24 Thursday 30 May 2024 23:11:37 +0000 (0:00:00.017) 0:03:11.813 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-fstab.yml:33 Thursday 30 May 2024 23:11:37 +0000 (0:00:00.016) 0:03:11.829 ********** skipping: [sut] => { "changed": false, "false_condition": "__storage_verify_mount_options | d(false)", "skip_reason": "Conditional result was False" } TASK [Clean up variables] ****************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-fstab.yml:45 Thursday 30 May 2024 23:11:37 +0000 (0:00:00.012) 0:03:11.842 ********** 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-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-fs.yml:6 Thursday 30 May 2024 23:11:37 +0000 (0:00:00.012) 0:03:11.854 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-fs.yml:14 Thursday 30 May 2024 23:11:37 +0000 (0:00:00.017) 0:03:11.872 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-device.yml:3 Thursday 30 May 2024 23:11:37 +0000 (0:00:00.018) 0:03:11.891 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1717110692.0492797, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1717110692.0492797, "dev": 5, "device_type": 64768, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 1167, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/symlink", "mode": "0660", "mtime": 1717110692.0492797, "nlink": 1, "path": "/dev/mapper/foo-test1", "pw_name": "root", "readable": true, "rgrp": true, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": null, "wgrp": true, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-device.yml:9 Thursday 30 May 2024 23:11:37 +0000 (0:00:00.205) 0:03:12.096 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-device.yml:16 Thursday 30 May 2024 23:11:37 +0000 (0:00:00.016) 0:03:12.113 ********** skipping: [sut] => { "changed": false, "false_condition": "not (_storage_test_volume_present or storage_test_volume.type == 'disk')", "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-device.yml:23 Thursday 30 May 2024 23:11:37 +0000 (0:00:00.013) 0:03:12.126 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-device.yml:29 Thursday 30 May 2024 23:11:37 +0000 (0:00:00.016) 0:03:12.143 ********** ok: [sut] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-device.yml:33 Thursday 30 May 2024 23:11:37 +0000 (0:00:00.014) 0:03:12.157 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == \"raid\"", "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-device.yml:38 Thursday 30 May 2024 23:11:37 +0000 (0:00:00.013) 0:03:12.170 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:3 Thursday 30 May 2024 23:11:37 +0000 (0:00:00.015) 0:03:12.185 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:10 Thursday 30 May 2024 23:11:37 +0000 (0:00:00.011) 0:03:12.197 ********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Collect LUKS info for this volume] *************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:16 Thursday 30 May 2024 23:11:38 +0000 (0:00:00.870) 0:03:13.067 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:22 Thursday 30 May 2024 23:11:38 +0000 (0:00:00.012) 0:03:13.080 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "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-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:29 Thursday 30 May 2024 23:11:38 +0000 (0:00:00.012) 0:03:13.092 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:40 Thursday 30 May 2024 23:11:38 +0000 (0:00:00.019) 0:03:13.112 ********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:46 Thursday 30 May 2024 23:11:38 +0000 (0:00:00.012) 0:03:13.124 ********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:51 Thursday 30 May 2024 23:11:38 +0000 (0:00:00.012) 0:03:13.136 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:63 Thursday 30 May 2024 23:11:38 +0000 (0:00:00.013) 0:03:13.149 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:75 Thursday 30 May 2024 23:11:38 +0000 (0:00:00.012) 0:03:13.162 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:87 Thursday 30 May 2024 23:11:38 +0000 (0:00:00.017) 0:03:13.179 ********** 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-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:93 Thursday 30 May 2024 23:11:38 +0000 (0:00:00.021) 0:03:13.200 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:100 Thursday 30 May 2024 23:11:38 +0000 (0:00:00.018) 0:03:13.219 ********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:108 Thursday 30 May 2024 23:11:38 +0000 (0:00:00.013) 0:03:13.233 ********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:116 Thursday 30 May 2024 23:11:38 +0000 (0:00:00.013) 0:03:13.247 ********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:124 Thursday 30 May 2024 23:11:38 +0000 (0:00:00.013) 0:03:13.261 ********** 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-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-md.yml:8 Thursday 30 May 2024 23:11:38 +0000 (0:00:00.013) 0:03:13.274 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-md.yml:14 Thursday 30 May 2024 23:11:38 +0000 (0:00:00.014) 0:03:13.288 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-md.yml:19 Thursday 30 May 2024 23:11:38 +0000 (0:00:00.014) 0:03:13.302 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-md.yml:24 Thursday 30 May 2024 23:11:38 +0000 (0:00:00.013) 0:03:13.316 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-md.yml:29 Thursday 30 May 2024 23:11:38 +0000 (0:00:00.012) 0:03:13.328 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-md.yml:37 Thursday 30 May 2024 23:11:38 +0000 (0:00:00.012) 0:03:13.341 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-md.yml:46 Thursday 30 May 2024 23:11:38 +0000 (0:00:00.011) 0:03:13.353 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-md.yml:54 Thursday 30 May 2024 23:11:38 +0000 (0:00:00.013) 0:03:13.366 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-md.yml:62 Thursday 30 May 2024 23:11:38 +0000 (0:00:00.012) 0:03:13.379 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-md.yml:70 Thursday 30 May 2024 23:11:38 +0000 (0:00:00.012) 0:03:13.391 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:3 Thursday 30 May 2024 23:11:38 +0000 (0:00:00.013) 0:03:13.405 ********** ok: [sut] => { "bytes": 5368709120, "changed": false, "lvm": "5g", "parted": "5GiB", "size": "5 GiB" } TASK [Parse the requested size of the volume] ********************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:11 Thursday 30 May 2024 23:11:38 +0000 (0:00:00.199) 0:03:13.604 ********** ok: [sut] => { "bytes": 5368709120, "changed": false, "lvm": "5g", "parted": "5GiB", "size": "5 GiB" } TASK [Establish base value for expected size] ********************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:20 Thursday 30 May 2024 23:11:39 +0000 (0:00:00.196) 0:03:13.801 ********** ok: [sut] => { "ansible_facts": { "storage_test_expected_size": "5368709120" }, "changed": false } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:28 Thursday 30 May 2024 23:11:39 +0000 (0:00:00.018) 0:03:13.820 ********** ok: [sut] => { "storage_test_expected_size": "5368709120" } TASK [Get the size of parent/pool device] ************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:32 Thursday 30 May 2024 23:11:39 +0000 (0:00:00.014) 0:03:13.834 ********** ok: [sut] => { "bytes": 10726680821, "changed": false, "lvm": "9g", "parted": "9GiB", "size": "9 GiB" } TASK [Show test pool] ********************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:46 Thursday 30 May 2024 23:11:39 +0000 (0:00:00.198) 0:03:14.033 ********** skipping: [sut] => { "false_condition": "'%' in storage_test_volume.size | string" } TASK [Show test blockinfo] ***************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:50 Thursday 30 May 2024 23:11:39 +0000 (0:00:00.015) 0:03:14.048 ********** skipping: [sut] => { "false_condition": "'%' in storage_test_volume.size | string" } TASK [Show test pool size] ***************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:54 Thursday 30 May 2024 23:11:39 +0000 (0:00:00.016) 0:03:14.064 ********** skipping: [sut] => { "false_condition": "'%' in storage_test_volume.size | string" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:58 Thursday 30 May 2024 23:11:39 +0000 (0:00:00.015) 0:03:14.080 ********** skipping: [sut] => { "changed": false, "false_condition": "'%' in storage_test_volume.size | string", "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:67 Thursday 30 May 2024 23:11:39 +0000 (0:00:00.016) 0:03:14.096 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:71 Thursday 30 May 2024 23:11:39 +0000 (0:00:00.012) 0:03:14.108 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:76 Thursday 30 May 2024 23:11:39 +0000 (0:00:00.013) 0:03:14.122 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:82 Thursday 30 May 2024 23:11:39 +0000 (0:00:00.012) 0:03:14.135 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:86 Thursday 30 May 2024 23:11:39 +0000 (0:00:00.012) 0:03:14.147 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:91 Thursday 30 May 2024 23:11:39 +0000 (0:00:00.011) 0:03:14.159 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:96 Thursday 30 May 2024 23:11:39 +0000 (0:00:00.013) 0:03:14.172 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:101 Thursday 30 May 2024 23:11:39 +0000 (0:00:00.011) 0:03:14.184 ********** skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Show volume thin pool size] ********************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:105 Thursday 30 May 2024 23:11:39 +0000 (0:00:00.011) 0:03:14.196 ********** skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:109 Thursday 30 May 2024 23:11:39 +0000 (0:00:00.011) 0:03:14.207 ********** skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Establish base value for expected thin pool size] ************************ task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:113 Thursday 30 May 2024 23:11:39 +0000 (0:00:00.011) 0:03:14.219 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:120 Thursday 30 May 2024 23:11:39 +0000 (0:00:00.011) 0:03:14.231 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:127 Thursday 30 May 2024 23:11:39 +0000 (0:00:00.013) 0:03:14.244 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:131 Thursday 30 May 2024 23:11:39 +0000 (0:00:00.011) 0:03:14.256 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:137 Thursday 30 May 2024 23:11:39 +0000 (0:00:00.012) 0:03:14.268 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:143 Thursday 30 May 2024 23:11:39 +0000 (0:00:00.011) 0:03:14.280 ********** ok: [sut] => { "storage_test_actual_size": { "bytes": 5368709120, "changed": false, "failed": false, "lvm": "5g", "parted": "5GiB", "size": "5 GiB" } } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:147 Thursday 30 May 2024 23:11:39 +0000 (0:00:00.013) 0:03:14.294 ********** ok: [sut] => { "storage_test_expected_size": "5368709120" } TASK [Assert expected size is actual size] ************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:151 Thursday 30 May 2024 23:11:39 +0000 (0:00:00.012) 0:03:14.306 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-cache.yml:5 Thursday 30 May 2024 23:11:39 +0000 (0:00:00.019) 0:03:14.326 ********** ok: [sut] => { "changed": false, "cmd": [ "lvs", "--noheadings", "--nameprefixes", "--units=b", "--nosuffix", "--unquoted", "-o", "name,attr,cache_total_blocks,chunk_size,segtype", "foo/test1" ], "delta": "0:00:00.029610", "end": "2024-05-30 23:11:39.905916", "rc": 0, "start": "2024-05-30 23:11:39.876306" } STDOUT: LVM2_LV_NAME=test1 LVM2_LV_ATTR=-wi-ao---- LVM2_CACHE_TOTAL_BLOCKS= LVM2_CHUNK_SIZE=0 LVM2_SEGTYPE=linear TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-cache.yml:13 Thursday 30 May 2024 23:11:39 +0000 (0:00:00.226) 0:03:14.553 ********** ok: [sut] => { "ansible_facts": { "storage_test_lv_segtype": [ "linear" ] }, "changed": false } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-cache.yml:17 Thursday 30 May 2024 23:11:39 +0000 (0:00:00.015) 0:03:14.568 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set LV cache size] ******************************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-cache.yml:24 Thursday 30 May 2024 23:11:39 +0000 (0:00:00.015) 0:03:14.584 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.cached | bool", "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-cache.yml:31 Thursday 30 May 2024 23:11:39 +0000 (0:00:00.012) 0:03:14.597 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.cached | bool", "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-cache.yml:37 Thursday 30 May 2024 23:11:39 +0000 (0:00:00.011) 0:03:14.608 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.cached | bool", "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-cache.yml:42 Thursday 30 May 2024 23:11:39 +0000 (0:00:00.013) 0:03:14.622 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.cached | bool", "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume.yml:25 Thursday 30 May 2024 23:11:40 +0000 (0:00:00.012) 0:03:14.634 ********** ok: [sut] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-role-results.yml:44 Thursday 30 May 2024 23:11:40 +0000 (0:00:00.012) 0:03:14.647 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Clean up variable namespace] ********************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-role-results.yml:54 Thursday 30 May 2024 23:11:40 +0000 (0:00:00.009) 0:03:14.657 ********** 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-main_stratis-support-2rq9ytyq9/tests/tests_resize.yml:302 Thursday 30 May 2024 23:11:40 +0000 (0:00:00.011) 0:03:14.669 ********** TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Thursday 30 May 2024 23:11:40 +0000 (0:00:00.057) 0:03:14.726 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Thursday 30 May 2024 23:11:40 +0000 (0:00:00.103) 0:03:14.829 ********** skipping: [sut] => { "changed": false, "false_condition": "__storage_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Thursday 30 May 2024 23:11:40 +0000 (0:00:00.016) 0:03:14.846 ********** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_9.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs", "stratisd", "stratis-cli" ] }, "ansible_included_var_files": [ "/WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } ok: [sut] => (item=CentOS_9.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs", "stratisd", "stratis-cli" ] }, "ansible_included_var_files": [ "/WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Thursday 30 May 2024 23:11:40 +0000 (0:00:00.032) 0:03:14.878 ********** skipping: [sut] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Thursday 30 May 2024 23:11:40 +0000 (0:00:00.015) 0:03:14.893 ********** skipping: [sut] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Thursday 30 May 2024 23:11:40 +0000 (0:00:00.014) 0:03:14.908 ********** ok: [sut] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Thursday 30 May 2024 23:11:40 +0000 (0:00:00.013) 0:03:14.921 ********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Thursday 30 May 2024 23:11:40 +0000 (0:00:00.014) 0:03:14.935 ********** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for sut TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Thursday 30 May 2024 23:11:40 +0000 (0:00:00.028) 0:03:14.963 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"blivet_available\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Thursday 30 May 2024 23:11:40 +0000 (0:00:00.015) 0:03:14.979 ********** ok: [sut] => { "storage_pools": [ { "disks": [ "sda" ], "name": "foo", "state": "absent", "volumes": [ { "mount_point": "/opt/test1", "name": "test1", "size": "5g" } ] } ] } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Thursday 30 May 2024 23:11:40 +0000 (0:00:00.015) 0:03:14.995 ********** ok: [sut] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined. 'storage_volumes' is undefined" } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Thursday 30 May 2024 23:11:40 +0000 (0:00:00.015) 0:03:15.010 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Thursday 30 May 2024 23:11:40 +0000 (0:00:00.015) 0:03:15.026 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Thursday 30 May 2024 23:11:40 +0000 (0:00:00.015) 0:03:15.041 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Thursday 30 May 2024 23:11:40 +0000 (0:00:00.015) 0:03:15.056 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"service_facts\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Thursday 30 May 2024 23:11:40 +0000 (0:00:00.015) 0:03:15.071 ********** ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Thursday 30 May 2024 23:11:40 +0000 (0:00:00.026) 0:03:15.098 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Thursday 30 May 2024 23:11:40 +0000 (0:00:00.012) 0:03:15.111 ********** changed: [sut] => { "actions": [ { "action": "destroy format", "device": "/dev/mapper/foo-test1", "fs_type": "ext2" }, { "action": "destroy device", "device": "/dev/mapper/foo-test1", "fs_type": null }, { "action": "destroy device", "device": "/dev/foo", "fs_type": null }, { "action": "destroy format", "device": "/dev/sda", "fs_type": "lvmpv" } ], "changed": true, "crypts": [], "leaves": [ "/dev/sda", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [ { "fstype": "ext2", "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "absent" } ], "packages": [ "xfsprogs" ], "pools": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "absent", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext2", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "5g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Thursday 30 May 2024 23:11:42 +0000 (0:00:01.971) 0:03:17.082 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_udevadm_trigger | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Thursday 30 May 2024 23:11:42 +0000 (0:00:00.014) 0:03:17.096 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:101 Thursday 30 May 2024 23:11:42 +0000 (0:00:00.011) 0:03:17.108 ********** ok: [sut] => { "blivet_output": { "actions": [ { "action": "destroy format", "device": "/dev/mapper/foo-test1", "fs_type": "ext2" }, { "action": "destroy device", "device": "/dev/mapper/foo-test1", "fs_type": null }, { "action": "destroy device", "device": "/dev/foo", "fs_type": null }, { "action": "destroy format", "device": "/dev/sda", "fs_type": "lvmpv" } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/sda", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [ { "fstype": "ext2", "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "absent" } ], "packages": [ "xfsprogs" ], "pools": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "absent", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext2", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "5g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:110 Thursday 30 May 2024 23:11:42 +0000 (0:00:00.017) 0:03:17.125 ********** ok: [sut] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "absent", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext2", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "5g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] }, "changed": false } TASK [fedora.linux_system_roles.storage : Set the list of volumes for test verification] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:114 Thursday 30 May 2024 23:11:42 +0000 (0:00:00.016) 0:03:17.141 ********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:130 Thursday 30 May 2024 23:11:42 +0000 (0:00:00.017) 0:03:17.159 ********** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount changed: [sut] => (item={'src': '/dev/mapper/foo-test1', 'path': '/opt/test1', 'state': 'absent', 'fstype': 'ext2'}) => { "ansible_loop_var": "mount_info", "backup_file": "", "boot": "yes", "changed": true, "dump": "0", "fstab": "/etc/fstab", "fstype": "ext2", "mount_info": { "fstype": "ext2", "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "absent" }, "name": "/opt/test1", "opts": "defaults", "passno": "0", "src": "/dev/mapper/foo-test1" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:141 Thursday 30 May 2024 23:11:42 +0000 (0:00:00.211) 0:03:17.370 ********** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:146 Thursday 30 May 2024 23:11:43 +0000 (0:00:00.557) 0:03:17.927 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:157 Thursday 30 May 2024 23:11:43 +0000 (0:00:00.016) 0:03:17.944 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:169 Thursday 30 May 2024 23:11:43 +0000 (0:00:00.016) 0:03:17.961 ********** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:177 Thursday 30 May 2024 23:11:43 +0000 (0:00:00.542) 0:03:18.504 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1717110357.516958, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1716902420.402, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 2097284, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "inode/x-empty", "mode": "0600", "mtime": 1716902144.521, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "3342962587", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:182 Thursday 30 May 2024 23:11:44 +0000 (0:00:00.201) 0:03:18.705 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:204 Thursday 30 May 2024 23:11:44 +0000 (0:00:00.011) 0:03:18.716 ********** ok: [sut] TASK [Verify role results] ***************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/tests_resize.yml:315 Thursday 30 May 2024 23:11:44 +0000 (0:00:00.751) 0:03:19.468 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-role-results.yml for sut TASK [Print out pool information] ********************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-role-results.yml:2 Thursday 30 May 2024 23:11:44 +0000 (0:00:00.039) 0:03:19.508 ********** ok: [sut] => { "_storage_pools_list": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "absent", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext2", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "5g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] } TASK [Print out volume information] ******************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-role-results.yml:7 Thursday 30 May 2024 23:11:44 +0000 (0:00:00.018) 0:03:19.526 ********** skipping: [sut] => { "false_condition": "_storage_volumes_list | length > 0" } TASK [Collect info about the volumes.] ***************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-role-results.yml:15 Thursday 30 May 2024 23:11:44 +0000 (0:00:00.013) 0:03:19.539 ********** 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": "82a26900-2b36-49b9-bc49-f4d2f0bb14b8" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-role-results.yml:20 Thursday 30 May 2024 23:11:45 +0000 (0:00:00.203) 0:03:19.743 ********** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:01.004255", "end": "2024-05-30 23:11:46.294448", "rc": 0, "start": "2024-05-30 23:11:45.290193" } STDOUT: # # /etc/fstab # Created by anaconda on Tue May 28 13:15:44 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=82a26900-2b36-49b9-bc49-f4d2f0bb14b8 / 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-main_stratis-support-2rq9ytyq9/tests/verify-role-results.yml:25 Thursday 30 May 2024 23:11:46 +0000 (0:00:01.197) 0:03:20.941 ********** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.003095", "end": "2024-05-30 23:11:46.491780", "failed_when_result": false, "rc": 0, "start": "2024-05-30 23:11:46.488685" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-role-results.yml:34 Thursday 30 May 2024 23:11:46 +0000 (0:00:00.196) 0:03:21.138 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool.yml for sut => (item={'disks': ['sda'], 'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'encryption_clevis_pin': None, 'encryption_tang_url': None, 'encryption_tang_thumbprint': None, 'name': 'foo', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_metadata_version': None, 'raid_chunk_size': None, 'shared': False, 'state': 'absent', 'type': 'lvm', 'volumes': [{'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'ext2', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test1', 'raid_level': None, 'size': '5g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/foo-test1', '_raw_device': '/dev/mapper/foo-test1', '_mount_id': '/dev/mapper/foo-test1'}]}) TASK [Set _storage_pool_tests] ************************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool.yml:5 Thursday 30 May 2024 23:11:46 +0000 (0:00:00.028) 0:03:21.166 ********** ok: [sut] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool.yml:18 Thursday 30 May 2024 23:11:46 +0000 (0:00:00.013) 0:03:21.180 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'lvm' and storage_test_pool.state == 'present'", "skip_reason": "Conditional result was False" } TASK [Verify that VG shared value checks out] ********************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool.yml:24 Thursday 30 May 2024 23:11:46 +0000 (0:00:00.014) 0:03:21.195 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'lvm' and storage_test_pool.state == 'present'", "skip_reason": "Conditional result was False" } TASK [Verify pool subset] ****************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool.yml:34 Thursday 30 May 2024 23:11:46 +0000 (0:00:00.012) 0:03:21.207 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml for sut => (item=members) included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-volumes.yml for sut => (item=volumes) TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:2 Thursday 30 May 2024 23:11:46 +0000 (0:00:00.025) 0:03:21.233 ********** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_count": "0", "_storage_test_pool_pvs_lvm": [] }, "changed": false } TASK [Get the canonical device path for each member device] ******************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:8 Thursday 30 May 2024 23:11:46 +0000 (0:00:00.021) 0:03:21.255 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Set pvs lvm length] ****************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:17 Thursday 30 May 2024 23:11:46 +0000 (0:00:00.013) 0:03:21.268 ********** ok: [sut] => { "ansible_facts": { "__pvs_lvm_len": "0" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:22 Thursday 30 May 2024 23:11:46 +0000 (0:00:00.016) 0:03:21.285 ********** ok: [sut] => { "ansible_facts": { "_storage_test_pool_pvs": [] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:27 Thursday 30 May 2024 23:11:46 +0000 (0:00:00.017) 0:03:21.303 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:36 Thursday 30 May 2024 23:11:46 +0000 (0:00:00.017) 0:03:21.320 ********** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:41 Thursday 30 May 2024 23:11:46 +0000 (0:00:00.014) 0:03:21.334 ********** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:46 Thursday 30 May 2024 23:11:46 +0000 (0:00:00.016) 0:03:21.350 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'lvm' and storage_test_pool.raid_level", "skip_reason": "Conditional result was False" } TASK [Check the type of each PV] *********************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:51 Thursday 30 May 2024 23:11:46 +0000 (0:00:00.014) 0:03:21.365 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check MD RAID] *********************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:64 Thursday 30 May 2024 23:11:46 +0000 (0:00:00.011) 0:03:21.376 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-md.yml for sut TASK [Get information about RAID] ********************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-md.yml:8 Thursday 30 May 2024 23:11:46 +0000 (0:00:00.022) 0:03:21.399 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-md.yml:14 Thursday 30 May 2024 23:11:46 +0000 (0:00:00.012) 0:03:21.411 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-md.yml:19 Thursday 30 May 2024 23:11:46 +0000 (0:00:00.012) 0:03:21.423 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-md.yml:24 Thursday 30 May 2024 23:11:46 +0000 (0:00:00.013) 0:03:21.437 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set md chunk size regex] ************************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-md.yml:29 Thursday 30 May 2024 23:11:46 +0000 (0:00:00.012) 0:03:21.449 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-md.yml:37 Thursday 30 May 2024 23:11:46 +0000 (0:00:00.012) 0:03:21.462 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-md.yml:46 Thursday 30 May 2024 23:11:46 +0000 (0:00:00.012) 0:03:21.474 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-md.yml:55 Thursday 30 May 2024 23:11:46 +0000 (0:00:00.012) 0:03:21.486 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-md.yml:64 Thursday 30 May 2024 23:11:46 +0000 (0:00:00.015) 0:03:21.501 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-md.yml:74 Thursday 30 May 2024 23:11:46 +0000 (0:00:00.014) 0:03:21.516 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Reset variables used by tests] ******************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-md.yml:83 Thursday 30 May 2024 23:11:46 +0000 (0:00:00.013) 0:03:21.530 ********** ok: [sut] => { "ansible_facts": { "storage_test_md_active_devices_re": null, "storage_test_md_chunk_size_re": null, "storage_test_md_metadata_version_re": null, "storage_test_md_spare_devices_re": null }, "changed": false } TASK [Check LVM RAID] ********************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:67 Thursday 30 May 2024 23:11:46 +0000 (0:00:00.016) 0:03:21.547 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-members-lvmraid.yml for sut TASK [Validate pool member LVM RAID settings] ********************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-members-lvmraid.yml:2 Thursday 30 May 2024 23:11:46 +0000 (0:00:00.025) 0:03:21.572 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-lvmraid.yml for sut => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'ext2', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test1', 'raid_level': None, 'size': '5g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/foo-test1', '_raw_device': '/dev/mapper/foo-test1', '_mount_id': '/dev/mapper/foo-test1'}) TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-lvmraid.yml:8 Thursday 30 May 2024 23:11:46 +0000 (0:00:00.025) 0:03:21.597 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-lvmraid.yml:16 Thursday 30 May 2024 23:11:46 +0000 (0:00:00.017) 0:03:21.615 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-lvmraid.yml:20 Thursday 30 May 2024 23:11:47 +0000 (0:00:00.017) 0:03:21.632 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Set LV stripe size] ****************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-lvmraid.yml:27 Thursday 30 May 2024 23:11:47 +0000 (0:00:00.017) 0:03:21.649 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Parse the requested stripe size] ***************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-lvmraid.yml:31 Thursday 30 May 2024 23:11:47 +0000 (0:00:00.017) 0:03:21.666 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Set expected stripe size] ************************************************ task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-lvmraid.yml:37 Thursday 30 May 2024 23:11:47 +0000 (0:00:00.017) 0:03:21.684 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Check stripe size] ******************************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-lvmraid.yml:42 Thursday 30 May 2024 23:11:47 +0000 (0:00:00.017) 0:03:21.702 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Check Thin Pools] ******************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:70 Thursday 30 May 2024 23:11:47 +0000 (0:00:00.017) 0:03:21.719 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-members-thin.yml for sut TASK [Validate pool member thinpool settings] ********************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-members-thin.yml:2 Thursday 30 May 2024 23:11:47 +0000 (0:00:00.025) 0:03:21.745 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-thin.yml for sut => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'ext2', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test1', 'raid_level': None, 'size': '5g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/foo-test1', '_raw_device': '/dev/mapper/foo-test1', '_mount_id': '/dev/mapper/foo-test1'}) TASK [Get information about thinpool] ****************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-thin.yml:8 Thursday 30 May 2024 23:11:47 +0000 (0:00:00.023) 0:03:21.768 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_thin_volume.thin", "skip_reason": "Conditional result was False" } TASK [Check that volume is in correct thinpool (when thinp name is provided)] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-thin.yml:16 Thursday 30 May 2024 23:11:47 +0000 (0:00:00.012) 0:03:21.780 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_thin_volume.thin", "skip_reason": "Conditional result was False" } TASK [Check that volume is in thinpool (when thinp name is not provided)] ****** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-thin.yml:22 Thursday 30 May 2024 23:11:47 +0000 (0:00:00.011) 0:03:21.792 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_thin_volume.thin", "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-thin.yml:26 Thursday 30 May 2024 23:11:47 +0000 (0:00:00.011) 0:03:21.803 ********** ok: [sut] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Check member encryption] ************************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:73 Thursday 30 May 2024 23:11:47 +0000 (0:00:00.012) 0:03:21.816 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-members-encryption.yml for sut TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-members-encryption.yml:5 Thursday 30 May 2024 23:11:47 +0000 (0:00:00.025) 0:03:21.842 ********** ok: [sut] => { "ansible_facts": { "_storage_test_expected_crypttab_entries": "0", "_storage_test_expected_crypttab_key_file": "-" }, "changed": false } TASK [Validate pool member LUKS settings] ************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-members-encryption.yml:10 Thursday 30 May 2024 23:11:47 +0000 (0:00:00.015) 0:03:21.857 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Validate pool member crypttab entries] *********************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-members-encryption.yml:17 Thursday 30 May 2024 23:11:47 +0000 (0:00:00.009) 0:03:21.866 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-members-encryption.yml:24 Thursday 30 May 2024 23:11:47 +0000 (0:00:00.009) 0:03:21.876 ********** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_crypttab_key_file": null }, "changed": false } TASK [Check VDO] *************************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:76 Thursday 30 May 2024 23:11:47 +0000 (0:00:00.012) 0:03:21.889 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-members-vdo.yml for sut TASK [Validate pool member VDO settings] *************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-members-vdo.yml:2 Thursday 30 May 2024 23:11:47 +0000 (0:00:00.134) 0:03:22.023 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-vdo.yml for sut => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'ext2', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test1', 'raid_level': None, 'size': '5g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/foo-test1', '_raw_device': '/dev/mapper/foo-test1', '_mount_id': '/dev/mapper/foo-test1'}) TASK [Get information about VDO deduplication] ********************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-vdo.yml:8 Thursday 30 May 2024 23:11:47 +0000 (0:00:00.027) 0:03:22.051 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-vdo.yml:15 Thursday 30 May 2024 23:11:47 +0000 (0:00:00.016) 0:03:22.067 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-vdo.yml:21 Thursday 30 May 2024 23:11:47 +0000 (0:00:00.014) 0:03:22.081 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Get information about VDO compression] *********************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-vdo.yml:27 Thursday 30 May 2024 23:11:47 +0000 (0:00:00.013) 0:03:22.095 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-vdo.yml:34 Thursday 30 May 2024 23:11:47 +0000 (0:00:00.012) 0:03:22.107 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-vdo.yml:40 Thursday 30 May 2024 23:11:47 +0000 (0:00:00.011) 0:03:22.119 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-vdo.yml:46 Thursday 30 May 2024 23:11:47 +0000 (0:00:00.017) 0:03:22.136 ********** ok: [sut] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Check Stratis] *********************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:79 Thursday 30 May 2024 23:11:47 +0000 (0:00:00.013) 0:03:22.150 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-stratis.yml for sut TASK [Run 'stratis report'] **************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-stratis.yml:6 Thursday 30 May 2024 23:11:47 +0000 (0:00:00.030) 0:03:22.180 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Get information about Stratis] ******************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-stratis.yml:11 Thursday 30 May 2024 23:11:47 +0000 (0:00:00.016) 0:03:22.197 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Verify that the pools was created] *************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-stratis.yml:15 Thursday 30 May 2024 23:11:47 +0000 (0:00:00.013) 0:03:22.210 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Verify that encryption is correctly set] ********************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-stratis.yml:25 Thursday 30 May 2024 23:11:47 +0000 (0:00:00.012) 0:03:22.223 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Verify that Clevis/Tang encryption is correctly set] ********************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-stratis.yml:34 Thursday 30 May 2024 23:11:47 +0000 (0:00:00.011) 0:03:22.234 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-stratis.yml:44 Thursday 30 May 2024 23:11:47 +0000 (0:00:00.013) 0:03:22.247 ********** ok: [sut] => { "ansible_facts": { "storage_test_stratis_report": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:82 Thursday 30 May 2024 23:11:47 +0000 (0:00:00.012) 0:03:22.260 ********** ok: [sut] => { "ansible_facts": { "__pvs_lvm_len": null, "_storage_test_expected_pv_count": null, "_storage_test_expected_pv_type": null, "_storage_test_pool_pvs": [], "_storage_test_pool_pvs_lvm": [] }, "changed": false } TASK [Verify the volumes] ****************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-volumes.yml:3 Thursday 30 May 2024 23:11:47 +0000 (0:00:00.012) 0:03:22.273 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume.yml for sut => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'ext2', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test1', 'raid_level': None, 'size': '5g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/foo-test1', '_raw_device': '/dev/mapper/foo-test1', '_mount_id': '/dev/mapper/foo-test1'}) TASK [Set storage volume test variables] *************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume.yml:2 Thursday 30 May 2024 23:11:47 +0000 (0:00:00.020) 0:03:22.293 ********** 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-main_stratis-support-2rq9ytyq9/tests/test-verify-volume.yml:19 Thursday 30 May 2024 23:11:47 +0000 (0:00:00.015) 0:03:22.309 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-mount.yml for sut => (item=mount) included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-fstab.yml for sut => (item=fstab) included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-fs.yml for sut => (item=fs) included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-device.yml for sut => (item=device) included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml for sut => (item=encryption) included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-md.yml for sut => (item=md) included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml for sut => (item=size) included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-cache.yml for sut => (item=cache) TASK [Get expected mount device based on device type] ************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-mount.yml:7 Thursday 30 May 2024 23:11:47 +0000 (0:00:00.050) 0:03:22.360 ********** ok: [sut] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/foo-test1" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-mount.yml:11 Thursday 30 May 2024 23:11:47 +0000 (0:00:00.021) 0:03:22.381 ********** ok: [sut] => { "ansible_facts": { "storage_test_mount_expected_mount_point": "/opt/test1", "storage_test_swap_expected_matches": "0" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-mount.yml:19 Thursday 30 May 2024 23:11:47 +0000 (0:00:00.017) 0:03:22.399 ********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and (storage_test_volume.mount_user or storage_test_volume.mount_group or storage_test_volume.mount_mode)", "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-mount.yml:28 Thursday 30 May 2024 23:11:47 +0000 (0:00:00.012) 0:03:22.411 ********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Verify mount directory user] ********************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-mount.yml:36 Thursday 30 May 2024 23:11:47 +0000 (0:00:00.011) 0:03:22.423 ********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_user", "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-mount.yml:42 Thursday 30 May 2024 23:11:47 +0000 (0:00:00.011) 0:03:22.434 ********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_group", "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-mount.yml:48 Thursday 30 May 2024 23:11:47 +0000 (0:00:00.012) 0:03:22.446 ********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_mode", "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-mount.yml:57 Thursday 30 May 2024 23:11:47 +0000 (0:00:00.013) 0:03:22.460 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-mount.yml:63 Thursday 30 May 2024 23:11:47 +0000 (0:00:00.012) 0:03:22.472 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-mount.yml:69 Thursday 30 May 2024 23:11:47 +0000 (0:00:00.011) 0:03:22.484 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-mount.yml:79 Thursday 30 May 2024 23:11:47 +0000 (0:00:00.012) 0:03:22.496 ********** 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-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-fstab.yml:2 Thursday 30 May 2024 23:11:47 +0000 (0:00:00.013) 0:03:22.510 ********** 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-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-fstab.yml:17 Thursday 30 May 2024 23:11:47 +0000 (0:00:00.030) 0:03:22.540 ********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False" } TASK [Verify the fstab mount point] ******************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-fstab.yml:24 Thursday 30 May 2024 23:11:47 +0000 (0:00:00.013) 0:03:22.553 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-fstab.yml:33 Thursday 30 May 2024 23:11:47 +0000 (0:00:00.016) 0:03:22.570 ********** skipping: [sut] => { "changed": false, "false_condition": "__storage_verify_mount_options | d(false)", "skip_reason": "Conditional result was False" } TASK [Clean up variables] ****************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-fstab.yml:45 Thursday 30 May 2024 23:11:47 +0000 (0:00:00.012) 0:03:22.583 ********** 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-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-fs.yml:6 Thursday 30 May 2024 23:11:47 +0000 (0:00:00.012) 0:03:22.596 ********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Verify fs label] ********************************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-fs.yml:14 Thursday 30 May 2024 23:11:47 +0000 (0:00:00.012) 0:03:22.609 ********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False" } TASK [See whether the device node is present] ********************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-device.yml:3 Thursday 30 May 2024 23:11:47 +0000 (0:00:00.012) 0:03:22.621 ********** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-device.yml:9 Thursday 30 May 2024 23:11:48 +0000 (0:00:00.195) 0:03:22.817 ********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present or storage_test_volume.type == 'disk'", "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-device.yml:16 Thursday 30 May 2024 23:11:48 +0000 (0:00:00.012) 0:03:22.829 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about this volume] ********************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-device.yml:23 Thursday 30 May 2024 23:11:48 +0000 (0:00:00.015) 0:03:22.844 ********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Process volume type (set initial value) (1/2)] *************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-device.yml:29 Thursday 30 May 2024 23:11:48 +0000 (0:00:00.011) 0:03:22.856 ********** ok: [sut] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-device.yml:33 Thursday 30 May 2024 23:11:48 +0000 (0:00:00.012) 0:03:22.869 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == \"raid\"", "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-device.yml:38 Thursday 30 May 2024 23:11:48 +0000 (0:00:00.011) 0:03:22.880 ********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Stat the LUKS device, if encrypted] ************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:3 Thursday 30 May 2024 23:11:48 +0000 (0:00:00.012) 0:03:22.892 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:10 Thursday 30 May 2024 23:11:48 +0000 (0:00:00.011) 0:03:22.904 ********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Collect LUKS info for this volume] *************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:16 Thursday 30 May 2024 23:11:49 +0000 (0:00:00.897) 0:03:23.802 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:22 Thursday 30 May 2024 23:11:49 +0000 (0:00:00.012) 0:03:23.814 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "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-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:29 Thursday 30 May 2024 23:11:49 +0000 (0:00:00.011) 0:03:23.826 ********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:40 Thursday 30 May 2024 23:11:49 +0000 (0:00:00.014) 0:03:23.841 ********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:46 Thursday 30 May 2024 23:11:49 +0000 (0:00:00.015) 0:03:23.856 ********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:51 Thursday 30 May 2024 23:11:49 +0000 (0:00:00.014) 0:03:23.870 ********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:63 Thursday 30 May 2024 23:11:49 +0000 (0:00:00.017) 0:03:23.887 ********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:75 Thursday 30 May 2024 23:11:49 +0000 (0:00:00.012) 0:03:23.899 ********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:87 Thursday 30 May 2024 23:11:49 +0000 (0:00:00.011) 0:03:23.911 ********** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [], "_storage_test_expected_crypttab_entries": "0", "_storage_test_expected_crypttab_key_file": "-" }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:93 Thursday 30 May 2024 23:11:49 +0000 (0:00:00.018) 0:03:23.929 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:100 Thursday 30 May 2024 23:11:49 +0000 (0:00:00.017) 0:03:23.947 ********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:108 Thursday 30 May 2024 23:11:49 +0000 (0:00:00.014) 0:03:23.962 ********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:116 Thursday 30 May 2024 23:11:49 +0000 (0:00:00.019) 0:03:23.981 ********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:124 Thursday 30 May 2024 23:11:49 +0000 (0:00:00.013) 0:03:23.995 ********** 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-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-md.yml:8 Thursday 30 May 2024 23:11:49 +0000 (0:00:00.012) 0:03:24.008 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-md.yml:14 Thursday 30 May 2024 23:11:49 +0000 (0:00:00.014) 0:03:24.022 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-md.yml:19 Thursday 30 May 2024 23:11:49 +0000 (0:00:00.013) 0:03:24.035 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-md.yml:24 Thursday 30 May 2024 23:11:49 +0000 (0:00:00.011) 0:03:24.047 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-md.yml:29 Thursday 30 May 2024 23:11:49 +0000 (0:00:00.011) 0:03:24.058 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-md.yml:37 Thursday 30 May 2024 23:11:49 +0000 (0:00:00.011) 0:03:24.070 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-md.yml:46 Thursday 30 May 2024 23:11:49 +0000 (0:00:00.011) 0:03:24.082 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-md.yml:54 Thursday 30 May 2024 23:11:49 +0000 (0:00:00.011) 0:03:24.093 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-md.yml:62 Thursday 30 May 2024 23:11:49 +0000 (0:00:00.012) 0:03:24.106 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-md.yml:70 Thursday 30 May 2024 23:11:49 +0000 (0:00:00.012) 0:03:24.118 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:3 Thursday 30 May 2024 23:11:49 +0000 (0:00:00.012) 0:03:24.130 ********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False" } TASK [Parse the requested size of the volume] ********************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:11 Thursday 30 May 2024 23:11:49 +0000 (0:00:00.012) 0:03:24.142 ********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False" } TASK [Establish base value for expected size] ********************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:20 Thursday 30 May 2024 23:11:49 +0000 (0:00:00.011) 0:03:24.153 ********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False" } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:28 Thursday 30 May 2024 23:11:49 +0000 (0:00:00.011) 0:03:24.165 ********** ok: [sut] => { "storage_test_expected_size": "5368709120" } TASK [Get the size of parent/pool device] ************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:32 Thursday 30 May 2024 23:11:49 +0000 (0:00:00.015) 0:03:24.180 ********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False" } TASK [Show test pool] ********************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:46 Thursday 30 May 2024 23:11:49 +0000 (0:00:00.011) 0:03:24.192 ********** skipping: [sut] => { "false_condition": "_storage_test_volume_present | bool" } TASK [Show test blockinfo] ***************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:50 Thursday 30 May 2024 23:11:49 +0000 (0:00:00.011) 0:03:24.204 ********** skipping: [sut] => { "false_condition": "_storage_test_volume_present | bool" } TASK [Show test pool size] ***************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:54 Thursday 30 May 2024 23:11:49 +0000 (0:00:00.011) 0:03:24.215 ********** skipping: [sut] => { "false_condition": "_storage_test_volume_present | bool" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:58 Thursday 30 May 2024 23:11:49 +0000 (0:00:00.011) 0:03:24.227 ********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:67 Thursday 30 May 2024 23:11:49 +0000 (0:00:00.011) 0:03:24.238 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:71 Thursday 30 May 2024 23:11:49 +0000 (0:00:00.013) 0:03:24.252 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:76 Thursday 30 May 2024 23:11:49 +0000 (0:00:00.012) 0:03:24.264 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:82 Thursday 30 May 2024 23:11:49 +0000 (0:00:00.011) 0:03:24.276 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:86 Thursday 30 May 2024 23:11:49 +0000 (0:00:00.011) 0:03:24.287 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:91 Thursday 30 May 2024 23:11:49 +0000 (0:00:00.011) 0:03:24.299 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:96 Thursday 30 May 2024 23:11:49 +0000 (0:00:00.011) 0:03:24.311 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:101 Thursday 30 May 2024 23:11:49 +0000 (0:00:00.013) 0:03:24.324 ********** skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Show volume thin pool size] ********************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:105 Thursday 30 May 2024 23:11:49 +0000 (0:00:00.012) 0:03:24.336 ********** skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:109 Thursday 30 May 2024 23:11:49 +0000 (0:00:00.011) 0:03:24.348 ********** skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Establish base value for expected thin pool size] ************************ task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:113 Thursday 30 May 2024 23:11:49 +0000 (0:00:00.011) 0:03:24.360 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:120 Thursday 30 May 2024 23:11:49 +0000 (0:00:00.011) 0:03:24.371 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:127 Thursday 30 May 2024 23:11:49 +0000 (0:00:00.010) 0:03:24.382 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:131 Thursday 30 May 2024 23:11:49 +0000 (0:00:00.012) 0:03:24.394 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:137 Thursday 30 May 2024 23:11:49 +0000 (0:00:00.011) 0:03:24.406 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:143 Thursday 30 May 2024 23:11:49 +0000 (0:00:00.011) 0:03:24.417 ********** ok: [sut] => { "storage_test_actual_size": { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False", "skipped": true } } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:147 Thursday 30 May 2024 23:11:49 +0000 (0:00:00.013) 0:03:24.431 ********** ok: [sut] => { "storage_test_expected_size": "5368709120" } TASK [Assert expected size is actual size] ************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:151 Thursday 30 May 2024 23:11:49 +0000 (0:00:00.014) 0:03:24.445 ********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-cache.yml:5 Thursday 30 May 2024 23:11:49 +0000 (0:00:00.012) 0:03:24.458 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-cache.yml:13 Thursday 30 May 2024 23:11:49 +0000 (0:00:00.013) 0:03:24.471 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-cache.yml:17 Thursday 30 May 2024 23:11:49 +0000 (0:00:00.011) 0:03:24.483 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Set LV cache size] ******************************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-cache.yml:24 Thursday 30 May 2024 23:11:49 +0000 (0:00:00.011) 0:03:24.495 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-cache.yml:31 Thursday 30 May 2024 23:11:49 +0000 (0:00:00.011) 0:03:24.506 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-cache.yml:37 Thursday 30 May 2024 23:11:49 +0000 (0:00:00.011) 0:03:24.518 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-cache.yml:42 Thursday 30 May 2024 23:11:49 +0000 (0:00:00.011) 0:03:24.529 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume.yml:25 Thursday 30 May 2024 23:11:49 +0000 (0:00:00.012) 0:03:24.541 ********** ok: [sut] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-role-results.yml:44 Thursday 30 May 2024 23:11:49 +0000 (0:00:00.012) 0:03:24.554 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Clean up variable namespace] ********************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-role-results.yml:54 Thursday 30 May 2024 23:11:49 +0000 (0:00:00.009) 0:03:24.564 ********** ok: [sut] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } TASK [Gather package facts] **************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/tests_resize.yml:318 Thursday 30 May 2024 23:11:49 +0000 (0:00:00.011) 0:03:24.575 ********** ok: [sut] => { "ansible_facts": { "packages": { "NetworkManager": [ { "arch": "x86_64", "epoch": 1, "name": "NetworkManager", "release": "1.el9", "source": "rpm", "version": "1.47.91" } ], "NetworkManager-libnm": [ { "arch": "x86_64", "epoch": 1, "name": "NetworkManager-libnm", "release": "1.el9", "source": "rpm", "version": "1.47.91" } ], "NetworkManager-team": [ { "arch": "x86_64", "epoch": 1, "name": "NetworkManager-team", "release": "1.el9", "source": "rpm", "version": "1.47.91" } ], "NetworkManager-tui": [ { "arch": "x86_64", "epoch": 1, "name": "NetworkManager-tui", "release": "1.el9", "source": "rpm", "version": "1.47.91" } ], "acl": [ { "arch": "x86_64", "epoch": null, "name": "acl", "release": "4.el9", "source": "rpm", "version": "2.3.1" } ], "alternatives": [ { "arch": "x86_64", "epoch": null, "name": "alternatives", "release": "1.el9", "source": "rpm", "version": "1.24" } ], "aspell": [ { "arch": "x86_64", "epoch": 12, "name": "aspell", "release": "8.el9", "source": "rpm", "version": "0.60.8" } ], "audit": [ { "arch": "x86_64", "epoch": null, "name": "audit", "release": "2.el9", "source": "rpm", "version": "3.1.2" } ], "audit-libs": [ { "arch": "x86_64", "epoch": null, "name": "audit-libs", "release": "2.el9", "source": "rpm", "version": "3.1.2" } ], "authselect": [ { "arch": "x86_64", "epoch": null, "name": "authselect", "release": "2.el9", "source": "rpm", "version": "1.2.6" } ], "authselect-compat": [ { "arch": "x86_64", "epoch": null, "name": "authselect-compat", "release": "2.el9", "source": "rpm", "version": "1.2.6" } ], "authselect-libs": [ { "arch": "x86_64", "epoch": null, "name": "authselect-libs", "release": "2.el9", "source": "rpm", "version": "1.2.6" } ], "avahi-libs": [ { "arch": "x86_64", "epoch": null, "name": "avahi-libs", "release": "20.el9", "source": "rpm", "version": "0.8" } ], "basesystem": [ { "arch": "noarch", "epoch": null, "name": "basesystem", "release": "13.el9", "source": "rpm", "version": "11" } ], "bash": [ { "arch": "x86_64", "epoch": null, "name": "bash", "release": "9.el9", "source": "rpm", "version": "5.1.8" } ], "bc": [ { "arch": "x86_64", "epoch": null, "name": "bc", "release": "14.el9", "source": "rpm", "version": "1.07.1" } ], "beakerlib": [ { "arch": "noarch", "epoch": null, "name": "beakerlib", "release": "1.el9", "source": "rpm", "version": "1.29.3" } ], "beakerlib-redhat": [ { "arch": "noarch", "epoch": null, "name": "beakerlib-redhat", "release": "33.el9", "source": "rpm", "version": "1" } ], "binutils": [ { "arch": "x86_64", "epoch": null, "name": "binutils", "release": "43.el9", "source": "rpm", "version": "2.35.2" } ], "binutils-gold": [ { "arch": "x86_64", "epoch": null, "name": "binutils-gold", "release": "43.el9", "source": "rpm", "version": "2.35.2" } ], "bison": [ { "arch": "x86_64", "epoch": null, "name": "bison", "release": "5.el9", "source": "rpm", "version": "3.7.4" } ], "blivet-data": [ { "arch": "noarch", "epoch": 1, "name": "blivet-data", "release": "14.el9", "source": "rpm", "version": "3.6.0" } ], "boost-filesystem": [ { "arch": "x86_64", "epoch": null, "name": "boost-filesystem", "release": "8.el9", "source": "rpm", "version": "1.75.0" } ], "boost-system": [ { "arch": "x86_64", "epoch": null, "name": "boost-system", "release": "8.el9", "source": "rpm", "version": "1.75.0" } ], "boost-thread": [ { "arch": "x86_64", "epoch": null, "name": "boost-thread", "release": "8.el9", "source": "rpm", "version": "1.75.0" } ], "bzip2-libs": [ { "arch": "x86_64", "epoch": null, "name": "bzip2-libs", "release": "8.el9", "source": "rpm", "version": "1.0.8" } ], "c-ares": [ { "arch": "x86_64", "epoch": null, "name": "c-ares", "release": "2.el9", "source": "rpm", "version": "1.19.1" } ], "ca-certificates": [ { "arch": "noarch", "epoch": null, "name": "ca-certificates", "release": "90.1.el9", "source": "rpm", "version": "2023.2.60_v7.0.306" } ], "centos-gpg-keys": [ { "arch": "noarch", "epoch": null, "name": "centos-gpg-keys", "release": "26.el9", "source": "rpm", "version": "9.0" } ], "centos-stream-release": [ { "arch": "noarch", "epoch": null, "name": "centos-stream-release", "release": "26.el9", "source": "rpm", "version": "9.0" } ], "centos-stream-repos": [ { "arch": "noarch", "epoch": null, "name": "centos-stream-repos", "release": "26.el9", "source": "rpm", "version": "9.0" } ], "checkpolicy": [ { "arch": "x86_64", "epoch": null, "name": "checkpolicy", "release": "1.el9", "source": "rpm", "version": "3.6" } ], "chrony": [ { "arch": "x86_64", "epoch": null, "name": "chrony", "release": "1.el9", "source": "rpm", "version": "4.5" } ], "clevis": [ { "arch": "x86_64", "epoch": null, "name": "clevis", "release": "200.el9", "source": "rpm", "version": "20" } ], "clevis-luks": [ { "arch": "x86_64", "epoch": null, "name": "clevis-luks", "release": "200.el9", "source": "rpm", "version": "20" } ], "cloud-init": [ { "arch": "noarch", "epoch": null, "name": "cloud-init", "release": "11.el9", "source": "rpm", "version": "23.4" } ], "cloud-utils-growpart": [ { "arch": "x86_64", "epoch": null, "name": "cloud-utils-growpart", "release": "1.el9", "source": "rpm", "version": "0.33" } ], "coreutils": [ { "arch": "x86_64", "epoch": null, "name": "coreutils", "release": "35.el9", "source": "rpm", "version": "8.32" } ], "coreutils-common": [ { "arch": "x86_64", "epoch": null, "name": "coreutils-common", "release": "35.el9", "source": "rpm", "version": "8.32" } ], "cpio": [ { "arch": "x86_64", "epoch": null, "name": "cpio", "release": "16.el9", "source": "rpm", "version": "2.13" } ], "cpp": [ { "arch": "x86_64", "epoch": null, "name": "cpp", "release": "3.el9", "source": "rpm", "version": "11.4.1" } ], "cracklib": [ { "arch": "x86_64", "epoch": null, "name": "cracklib", "release": "27.el9", "source": "rpm", "version": "2.9.6" } ], "cracklib-dicts": [ { "arch": "x86_64", "epoch": null, "name": "cracklib-dicts", "release": "27.el9", "source": "rpm", "version": "2.9.6" } ], "createrepo_c": [ { "arch": "x86_64", "epoch": null, "name": "createrepo_c", "release": "2.el9", "source": "rpm", "version": "0.20.1" } ], "createrepo_c-libs": [ { "arch": "x86_64", "epoch": null, "name": "createrepo_c-libs", "release": "2.el9", "source": "rpm", "version": "0.20.1" } ], "cronie": [ { "arch": "x86_64", "epoch": null, "name": "cronie", "release": "11.el9", "source": "rpm", "version": "1.5.7" } ], "cronie-anacron": [ { "arch": "x86_64", "epoch": null, "name": "cronie-anacron", "release": "11.el9", "source": "rpm", "version": "1.5.7" } ], "crontabs": [ { "arch": "noarch", "epoch": null, "name": "crontabs", "release": "26.20190603git.el9", "source": "rpm", "version": "1.11" } ], "crypto-policies": [ { "arch": "noarch", "epoch": null, "name": "crypto-policies", "release": "1.gitb1c706d.el9", "source": "rpm", "version": "20240304" } ], "crypto-policies-scripts": [ { "arch": "noarch", "epoch": null, "name": "crypto-policies-scripts", "release": "1.gitb1c706d.el9", "source": "rpm", "version": "20240304" } ], "cryptsetup": [ { "arch": "x86_64", "epoch": null, "name": "cryptsetup", "release": "1.el9", "source": "rpm", "version": "2.7.2" } ], "cryptsetup-libs": [ { "arch": "x86_64", "epoch": null, "name": "cryptsetup-libs", "release": "1.el9", "source": "rpm", "version": "2.7.2" } ], "curl": [ { "arch": "x86_64", "epoch": null, "name": "curl", "release": "29.el9", "source": "rpm", "version": "7.76.1" } ], "cyrus-sasl-lib": [ { "arch": "x86_64", "epoch": null, "name": "cyrus-sasl-lib", "release": "21.el9", "source": "rpm", "version": "2.1.27" } ], "daxctl-libs": [ { "arch": "x86_64", "epoch": null, "name": "daxctl-libs", "release": "8.el9", "source": "rpm", "version": "71.1" } ], "dbus": [ { "arch": "x86_64", "epoch": 1, "name": "dbus", "release": "8.el9", "source": "rpm", "version": "1.12.20" } ], "dbus-broker": [ { "arch": "x86_64", "epoch": null, "name": "dbus-broker", "release": "7.el9", "source": "rpm", "version": "28" } ], "dbus-common": [ { "arch": "noarch", "epoch": 1, "name": "dbus-common", "release": "8.el9", "source": "rpm", "version": "1.12.20" } ], "dbus-libs": [ { "arch": "x86_64", "epoch": 1, "name": "dbus-libs", "release": "8.el9", "source": "rpm", "version": "1.12.20" } ], "dbus-tools": [ { "arch": "x86_64", "epoch": 1, "name": "dbus-tools", "release": "8.el9", "source": "rpm", "version": "1.12.20" } ], "dejavu-sans-fonts": [ { "arch": "noarch", "epoch": null, "name": "dejavu-sans-fonts", "release": "18.el9", "source": "rpm", "version": "2.37" } ], "device-mapper": [ { "arch": "x86_64", "epoch": 9, "name": "device-mapper", "release": "2.el9", "source": "rpm", "version": "1.02.197" } ], "device-mapper-event": [ { "arch": "x86_64", "epoch": 9, "name": "device-mapper-event", "release": "2.el9", "source": "rpm", "version": "1.02.197" } ], "device-mapper-event-libs": [ { "arch": "x86_64", "epoch": 9, "name": "device-mapper-event-libs", "release": "2.el9", "source": "rpm", "version": "1.02.197" } ], "device-mapper-libs": [ { "arch": "x86_64", "epoch": 9, "name": "device-mapper-libs", "release": "2.el9", "source": "rpm", "version": "1.02.197" } ], "device-mapper-multipath": [ { "arch": "x86_64", "epoch": null, "name": "device-mapper-multipath", "release": "27.el9", "source": "rpm", "version": "0.8.7" } ], "device-mapper-multipath-libs": [ { "arch": "x86_64", "epoch": null, "name": "device-mapper-multipath-libs", "release": "27.el9", "source": "rpm", "version": "0.8.7" } ], "device-mapper-persistent-data": [ { "arch": "x86_64", "epoch": null, "name": "device-mapper-persistent-data", "release": "2.el9", "source": "rpm", "version": "1.0.9" } ], "dhcp-client": [ { "arch": "x86_64", "epoch": 12, "name": "dhcp-client", "release": "19.b1.el9", "source": "rpm", "version": "4.4.2" } ], "dhcp-common": [ { "arch": "noarch", "epoch": 12, "name": "dhcp-common", "release": "19.b1.el9", "source": "rpm", "version": "4.4.2" } ], "diffutils": [ { "arch": "x86_64", "epoch": null, "name": "diffutils", "release": "12.el9", "source": "rpm", "version": "3.7" } ], "dnf": [ { "arch": "noarch", "epoch": null, "name": "dnf", "release": "11.el9", "source": "rpm", "version": "4.14.0" } ], "dnf-data": [ { "arch": "noarch", "epoch": null, "name": "dnf-data", "release": "11.el9", "source": "rpm", "version": "4.14.0" } ], "dnf-plugins-core": [ { "arch": "noarch", "epoch": null, "name": "dnf-plugins-core", "release": "15.el9", "source": "rpm", "version": "4.3.0" } ], "dracut": [ { "arch": "x86_64", "epoch": null, "name": "dracut", "release": "53.git20240104.el9", "source": "rpm", "version": "057" } ], "dracut-config-rescue": [ { "arch": "x86_64", "epoch": null, "name": "dracut-config-rescue", "release": "53.git20240104.el9", "source": "rpm", "version": "057" } ], "dracut-network": [ { "arch": "x86_64", "epoch": null, "name": "dracut-network", "release": "53.git20240104.el9", "source": "rpm", "version": "057" } ], "dracut-squash": [ { "arch": "x86_64", "epoch": null, "name": "dracut-squash", "release": "53.git20240104.el9", "source": "rpm", "version": "057" } ], "dyninst": [ { "arch": "x86_64", "epoch": null, "name": "dyninst", "release": "1.el9", "source": "rpm", "version": "12.1.0" } ], "e2fsprogs": [ { "arch": "x86_64", "epoch": null, "name": "e2fsprogs", "release": "5.el9", "source": "rpm", "version": "1.46.5" } ], "e2fsprogs-libs": [ { "arch": "x86_64", "epoch": null, "name": "e2fsprogs-libs", "release": "5.el9", "source": "rpm", "version": "1.46.5" } ], "efivar-libs": [ { "arch": "x86_64", "epoch": null, "name": "efivar-libs", "release": "3.el9", "source": "rpm", "version": "38" } ], "elfutils-debuginfod-client": [ { "arch": "x86_64", "epoch": null, "name": "elfutils-debuginfod-client", "release": "4.el9", "source": "rpm", "version": "0.191" } ], "elfutils-default-yama-scope": [ { "arch": "noarch", "epoch": null, "name": "elfutils-default-yama-scope", "release": "4.el9", "source": "rpm", "version": "0.191" } ], "elfutils-devel": [ { "arch": "x86_64", "epoch": null, "name": "elfutils-devel", "release": "4.el9", "source": "rpm", "version": "0.191" } ], "elfutils-libelf": [ { "arch": "x86_64", "epoch": null, "name": "elfutils-libelf", "release": "4.el9", "source": "rpm", "version": "0.191" } ], "elfutils-libelf-devel": [ { "arch": "x86_64", "epoch": null, "name": "elfutils-libelf-devel", "release": "4.el9", "source": "rpm", "version": "0.191" } ], "elfutils-libs": [ { "arch": "x86_64", "epoch": null, "name": "elfutils-libs", "release": "4.el9", "source": "rpm", "version": "0.191" } ], "emacs-filesystem": [ { "arch": "noarch", "epoch": 1, "name": "emacs-filesystem", "release": "9.el9", "source": "rpm", "version": "27.2" } ], "epel-next-release": [ { "arch": "noarch", "epoch": null, "name": "epel-next-release", "release": "7.el9", "source": "rpm", "version": "9" } ], "epel-release": [ { "arch": "noarch", "epoch": null, "name": "epel-release", "release": "7.el9", "source": "rpm", "version": "9" } ], "ethtool": [ { "arch": "x86_64", "epoch": 2, "name": "ethtool", "release": "1.el9", "source": "rpm", "version": "6.2" } ], "expat": [ { "arch": "x86_64", "epoch": null, "name": "expat", "release": "2.el9", "source": "rpm", "version": "2.5.0" } ], "file": [ { "arch": "x86_64", "epoch": null, "name": "file", "release": "16.el9", "source": "rpm", "version": "5.39" } ], "file-libs": [ { "arch": "x86_64", "epoch": null, "name": "file-libs", "release": "16.el9", "source": "rpm", "version": "5.39" } ], "filesystem": [ { "arch": "x86_64", "epoch": null, "name": "filesystem", "release": "2.el9", "source": "rpm", "version": "3.16" } ], "findutils": [ { "arch": "x86_64", "epoch": 1, "name": "findutils", "release": "6.el9", "source": "rpm", "version": "4.8.0" } ], "firewalld": [ { "arch": "noarch", "epoch": null, "name": "firewalld", "release": "1.el9", "source": "rpm", "version": "1.3.4" } ], "firewalld-filesystem": [ { "arch": "noarch", "epoch": null, "name": "firewalld-filesystem", "release": "1.el9", "source": "rpm", "version": "1.3.4" } ], "flex": [ { "arch": "x86_64", "epoch": null, "name": "flex", "release": "9.el9", "source": "rpm", "version": "2.6.4" } ], "fonts-filesystem": [ { "arch": "noarch", "epoch": 1, "name": "fonts-filesystem", "release": "7.el9.1", "source": "rpm", "version": "2.0.5" } ], "fuse-libs": [ { "arch": "x86_64", "epoch": null, "name": "fuse-libs", "release": "15.el9", "source": "rpm", "version": "2.9.9" } ], "gawk": [ { "arch": "x86_64", "epoch": null, "name": "gawk", "release": "6.el9", "source": "rpm", "version": "5.1.0" } ], "gawk-all-langpacks": [ { "arch": "x86_64", "epoch": null, "name": "gawk-all-langpacks", "release": "6.el9", "source": "rpm", "version": "5.1.0" } ], "gcc": [ { "arch": "x86_64", "epoch": null, "name": "gcc", "release": "3.el9", "source": "rpm", "version": "11.4.1" } ], "gdbm-libs": [ { "arch": "x86_64", "epoch": 1, "name": "gdbm-libs", "release": "1.el9", "source": "rpm", "version": "1.23" } ], "gdisk": [ { "arch": "x86_64", "epoch": null, "name": "gdisk", "release": "5.el9", "source": "rpm", "version": "1.0.7" } ], "geolite2-city": [ { "arch": "noarch", "epoch": null, "name": "geolite2-city", "release": "6.el9", "source": "rpm", "version": "20191217" } ], "geolite2-country": [ { "arch": "noarch", "epoch": null, "name": "geolite2-country", "release": "6.el9", "source": "rpm", "version": "20191217" } ], "gettext": [ { "arch": "x86_64", "epoch": null, "name": "gettext", "release": "8.el9", "source": "rpm", "version": "0.21" } ], "gettext-libs": [ { "arch": "x86_64", "epoch": null, "name": "gettext-libs", "release": "8.el9", "source": "rpm", "version": "0.21" } ], "git": [ { "arch": "x86_64", "epoch": null, "name": "git", "release": "1.el9", "source": "rpm", "version": "2.43.0" } ], "git-core": [ { "arch": "x86_64", "epoch": null, "name": "git-core", "release": "1.el9", "source": "rpm", "version": "2.43.0" } ], "git-core-doc": [ { "arch": "noarch", "epoch": null, "name": "git-core-doc", "release": "1.el9", "source": "rpm", "version": "2.43.0" } ], "glib2": [ { "arch": "x86_64", "epoch": null, "name": "glib2", "release": "15.el9", "source": "rpm", "version": "2.68.4" } ], "glibc": [ { "arch": "x86_64", "epoch": null, "name": "glibc", "release": "105.el9", "source": "rpm", "version": "2.34" } ], "glibc-common": [ { "arch": "x86_64", "epoch": null, "name": "glibc-common", "release": "105.el9", "source": "rpm", "version": "2.34" } ], "glibc-devel": [ { "arch": "x86_64", "epoch": null, "name": "glibc-devel", "release": "105.el9", "source": "rpm", "version": "2.34" } ], "glibc-gconv-extra": [ { "arch": "x86_64", "epoch": null, "name": "glibc-gconv-extra", "release": "105.el9", "source": "rpm", "version": "2.34" } ], "glibc-headers": [ { "arch": "x86_64", "epoch": null, "name": "glibc-headers", "release": "105.el9", "source": "rpm", "version": "2.34" } ], "glibc-langpack-en": [ { "arch": "x86_64", "epoch": null, "name": "glibc-langpack-en", "release": "105.el9", "source": "rpm", "version": "2.34" } ], "gmp": [ { "arch": "x86_64", "epoch": 1, "name": "gmp", "release": "13.el9", "source": "rpm", "version": "6.2.0" } ], "gnupg2": [ { "arch": "x86_64", "epoch": null, "name": "gnupg2", "release": "4.el9", "source": "rpm", "version": "2.3.3" } ], "gnutls": [ { "arch": "x86_64", "epoch": null, "name": "gnutls", "release": "4.el9", "source": "rpm", "version": "3.8.3" } ], "gobject-introspection": [ { "arch": "x86_64", "epoch": null, "name": "gobject-introspection", "release": "11.el9", "source": "rpm", "version": "1.68.0" } ], "gpg-pubkey": [ { "arch": null, "epoch": null, "name": "gpg-pubkey", "release": "613798eb", "source": "rpm", "version": "3228467c" }, { "arch": null, "epoch": null, "name": "gpg-pubkey", "release": "5ccc5b19", "source": "rpm", "version": "8483c65d" } ], "gpgme": [ { "arch": "x86_64", "epoch": null, "name": "gpgme", "release": "6.el9", "source": "rpm", "version": "1.15.1" } ], "gpm-libs": [ { "arch": "x86_64", "epoch": null, "name": "gpm-libs", "release": "29.el9", "source": "rpm", "version": "1.20.7" } ], "grep": [ { "arch": "x86_64", "epoch": null, "name": "grep", "release": "5.el9", "source": "rpm", "version": "3.6" } ], "groff-base": [ { "arch": "x86_64", "epoch": null, "name": "groff-base", "release": "10.el9", "source": "rpm", "version": "1.22.4" } ], "grub2-common": [ { "arch": "noarch", "epoch": 1, "name": "grub2-common", "release": "78.el9", "source": "rpm", "version": "2.06" } ], "grub2-pc": [ { "arch": "x86_64", "epoch": 1, "name": "grub2-pc", "release": "78.el9", "source": "rpm", "version": "2.06" } ], "grub2-pc-modules": [ { "arch": "noarch", "epoch": 1, "name": "grub2-pc-modules", "release": "78.el9", "source": "rpm", "version": "2.06" } ], "grub2-tools": [ { "arch": "x86_64", "epoch": 1, "name": "grub2-tools", "release": "78.el9", "source": "rpm", "version": "2.06" } ], "grub2-tools-minimal": [ { "arch": "x86_64", "epoch": 1, "name": "grub2-tools-minimal", "release": "78.el9", "source": "rpm", "version": "2.06" } ], "grubby": [ { "arch": "x86_64", "epoch": null, "name": "grubby", "release": "63.el9", "source": "rpm", "version": "8.40" } ], "gssproxy": [ { "arch": "x86_64", "epoch": null, "name": "gssproxy", "release": "6.el9", "source": "rpm", "version": "0.8.4" } ], "gzip": [ { "arch": "x86_64", "epoch": null, "name": "gzip", "release": "1.el9", "source": "rpm", "version": "1.12" } ], "hostname": [ { "arch": "x86_64", "epoch": null, "name": "hostname", "release": "6.el9", "source": "rpm", "version": "3.23" } ], "hwdata": [ { "arch": "noarch", "epoch": null, "name": "hwdata", "release": "9.13.el9", "source": "rpm", "version": "0.348" } ], "ima-evm-utils": [ { "arch": "x86_64", "epoch": null, "name": "ima-evm-utils", "release": "4.el9", "source": "rpm", "version": "1.4" } ], "inih": [ { "arch": "x86_64", "epoch": null, "name": "inih", "release": "6.el9", "source": "rpm", "version": "49" } ], "initscripts-rename-device": [ { "arch": "x86_64", "epoch": null, "name": "initscripts-rename-device", "release": "1.el9", "source": "rpm", "version": "10.11.6" } ], "initscripts-service": [ { "arch": "noarch", "epoch": null, "name": "initscripts-service", "release": "1.el9", "source": "rpm", "version": "10.11.6" } ], "ipcalc": [ { "arch": "x86_64", "epoch": null, "name": "ipcalc", "release": "5.el9", "source": "rpm", "version": "1.0.0" } ], "iproute": [ { "arch": "x86_64", "epoch": null, "name": "iproute", "release": "5.el9", "source": "rpm", "version": "6.2.0" } ], "iproute-tc": [ { "arch": "x86_64", "epoch": null, "name": "iproute-tc", "release": "5.el9", "source": "rpm", "version": "6.2.0" } ], "ipset": [ { "arch": "x86_64", "epoch": null, "name": "ipset", "release": "8.el9", "source": "rpm", "version": "7.11" } ], "ipset-libs": [ { "arch": "x86_64", "epoch": null, "name": "ipset-libs", "release": "8.el9", "source": "rpm", "version": "7.11" } ], "iptables-libs": [ { "arch": "x86_64", "epoch": null, "name": "iptables-libs", "release": "2.el9", "source": "rpm", "version": "1.8.10" } ], "iptables-nft": [ { "arch": "x86_64", "epoch": null, "name": "iptables-nft", "release": "2.el9", "source": "rpm", "version": "1.8.10" } ], "iputils": [ { "arch": "x86_64", "epoch": null, "name": "iputils", "release": "9.el9", "source": "rpm", "version": "20210202" } ], "irqbalance": [ { "arch": "x86_64", "epoch": 2, "name": "irqbalance", "release": "1.el9", "source": "rpm", "version": "1.9.4" } ], "iwl100-firmware": [ { "arch": "noarch", "epoch": null, "name": "iwl100-firmware", "release": "143.el9", "source": "rpm", "version": "39.31.5.1" } ], "iwl1000-firmware": [ { "arch": "noarch", "epoch": 1, "name": "iwl1000-firmware", "release": "143.el9", "source": "rpm", "version": "39.31.5.1" } ], "iwl105-firmware": [ { "arch": "noarch", "epoch": null, "name": "iwl105-firmware", "release": "143.el9", "source": "rpm", "version": "18.168.6.1" } ], "iwl135-firmware": [ { "arch": "noarch", "epoch": null, "name": "iwl135-firmware", "release": "143.el9", "source": "rpm", "version": "18.168.6.1" } ], "iwl2000-firmware": [ { "arch": "noarch", "epoch": null, "name": "iwl2000-firmware", "release": "143.el9", "source": "rpm", "version": "18.168.6.1" } ], "iwl2030-firmware": [ { "arch": "noarch", "epoch": null, "name": "iwl2030-firmware", "release": "143.el9", "source": "rpm", "version": "18.168.6.1" } ], "iwl3160-firmware": [ { "arch": "noarch", "epoch": 1, "name": "iwl3160-firmware", "release": "143.el9", "source": "rpm", "version": "25.30.13.0" } ], "iwl5000-firmware": [ { "arch": "noarch", "epoch": null, "name": "iwl5000-firmware", "release": "143.el9", "source": "rpm", "version": "8.83.5.1_1" } ], "iwl5150-firmware": [ { "arch": "noarch", "epoch": null, "name": "iwl5150-firmware", "release": "143.el9", "source": "rpm", "version": "8.24.2.2" } ], "iwl6000g2a-firmware": [ { "arch": "noarch", "epoch": null, "name": "iwl6000g2a-firmware", "release": "143.el9", "source": "rpm", "version": "18.168.6.1" } ], "iwl6050-firmware": [ { "arch": "noarch", "epoch": null, "name": "iwl6050-firmware", "release": "143.el9", "source": "rpm", "version": "41.28.5.1" } ], "iwl7260-firmware": [ { "arch": "noarch", "epoch": 1, "name": "iwl7260-firmware", "release": "143.el9", "source": "rpm", "version": "25.30.13.0" } ], "jansson": [ { "arch": "x86_64", "epoch": null, "name": "jansson", "release": "1.el9", "source": "rpm", "version": "2.14" } ], "jitterentropy": [ { "arch": "x86_64", "epoch": null, "name": "jitterentropy", "release": "1.el9", "source": "rpm", "version": "3.5.0" } ], "jose": [ { "arch": "x86_64", "epoch": null, "name": "jose", "release": "3.el9", "source": "rpm", "version": "11" } ], "jq": [ { "arch": "x86_64", "epoch": null, "name": "jq", "release": "16.el9", "source": "rpm", "version": "1.6" } ], "json-c": [ { "arch": "x86_64", "epoch": null, "name": "json-c", "release": "11.el9", "source": "rpm", "version": "0.14" } ], "kbd": [ { "arch": "x86_64", "epoch": null, "name": "kbd", "release": "9.el9", "source": "rpm", "version": "2.4.0" } ], "kbd-legacy": [ { "arch": "noarch", "epoch": null, "name": "kbd-legacy", "release": "9.el9", "source": "rpm", "version": "2.4.0" } ], "kbd-misc": [ { "arch": "noarch", "epoch": null, "name": "kbd-misc", "release": "9.el9", "source": "rpm", "version": "2.4.0" } ], "kernel": [ { "arch": "x86_64", "epoch": null, "name": "kernel", "release": "452.el9", "source": "rpm", "version": "5.14.0" } ], "kernel-core": [ { "arch": "x86_64", "epoch": null, "name": "kernel-core", "release": "452.el9", "source": "rpm", "version": "5.14.0" } ], "kernel-devel": [ { "arch": "x86_64", "epoch": null, "name": "kernel-devel", "release": "452.el9", "source": "rpm", "version": "5.14.0" } ], "kernel-headers": [ { "arch": "x86_64", "epoch": null, "name": "kernel-headers", "release": "452.el9", "source": "rpm", "version": "5.14.0" } ], "kernel-modules": [ { "arch": "x86_64", "epoch": null, "name": "kernel-modules", "release": "452.el9", "source": "rpm", "version": "5.14.0" } ], "kernel-modules-core": [ { "arch": "x86_64", "epoch": null, "name": "kernel-modules-core", "release": "452.el9", "source": "rpm", "version": "5.14.0" } ], "kernel-tools": [ { "arch": "x86_64", "epoch": null, "name": "kernel-tools", "release": "452.el9", "source": "rpm", "version": "5.14.0" } ], "kernel-tools-libs": [ { "arch": "x86_64", "epoch": null, "name": "kernel-tools-libs", "release": "452.el9", "source": "rpm", "version": "5.14.0" } ], "kexec-tools": [ { "arch": "x86_64", "epoch": null, "name": "kexec-tools", "release": "10.el9", "source": "rpm", "version": "2.0.27" } ], "keyutils": [ { "arch": "x86_64", "epoch": null, "name": "keyutils", "release": "1.el9", "source": "rpm", "version": "1.6.3" } ], "keyutils-libs": [ { "arch": "x86_64", "epoch": null, "name": "keyutils-libs", "release": "1.el9", "source": "rpm", "version": "1.6.3" } ], "kmod": [ { "arch": "x86_64", "epoch": null, "name": "kmod", "release": "9.el9", "source": "rpm", "version": "28" } ], "kmod-kvdo": [ { "arch": "x86_64", "epoch": null, "name": "kmod-kvdo", "release": "125.el9", "source": "rpm", "version": "8.2.3.3" } ], "kmod-libs": [ { "arch": "x86_64", "epoch": null, "name": "kmod-libs", "release": "9.el9", "source": "rpm", "version": "28" } ], "kpartx": [ { "arch": "x86_64", "epoch": null, "name": "kpartx", "release": "27.el9", "source": "rpm", "version": "0.8.7" } ], "krb5-libs": [ { "arch": "x86_64", "epoch": null, "name": "krb5-libs", "release": "2.el9", "source": "rpm", "version": "1.21.1" } ], "langpacks-core-en": [ { "arch": "noarch", "epoch": null, "name": "langpacks-core-en", "release": "16.el9", "source": "rpm", "version": "3.0" } ], "langpacks-core-font-en": [ { "arch": "noarch", "epoch": null, "name": "langpacks-core-font-en", "release": "16.el9", "source": "rpm", "version": "3.0" } ], "langpacks-en": [ { "arch": "noarch", "epoch": null, "name": "langpacks-en", "release": "16.el9", "source": "rpm", "version": "3.0" } ], "less": [ { "arch": "x86_64", "epoch": null, "name": "less", "release": "3.el9", "source": "rpm", "version": "590" } ], "libacl": [ { "arch": "x86_64", "epoch": null, "name": "libacl", "release": "4.el9", "source": "rpm", "version": "2.3.1" } ], "libaio": [ { "arch": "x86_64", "epoch": null, "name": "libaio", "release": "13.el9", "source": "rpm", "version": "0.3.111" } ], "libarchive": [ { "arch": "x86_64", "epoch": null, "name": "libarchive", "release": "4.el9", "source": "rpm", "version": "3.5.3" } ], "libassuan": [ { "arch": "x86_64", "epoch": null, "name": "libassuan", "release": "3.el9", "source": "rpm", "version": "2.5.5" } ], "libattr": [ { "arch": "x86_64", "epoch": null, "name": "libattr", "release": "3.el9", "source": "rpm", "version": "2.5.1" } ], "libbasicobjects": [ { "arch": "x86_64", "epoch": null, "name": "libbasicobjects", "release": "53.el9", "source": "rpm", "version": "0.1.1" } ], "libblkid": [ { "arch": "x86_64", "epoch": null, "name": "libblkid", "release": "18.el9", "source": "rpm", "version": "2.37.4" } ], "libblockdev": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev", "release": "10.el9", "source": "rpm", "version": "2.28" } ], "libblockdev-crypto": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-crypto", "release": "10.el9", "source": "rpm", "version": "2.28" } ], "libblockdev-dm": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-dm", "release": "10.el9", "source": "rpm", "version": "2.28" } ], "libblockdev-fs": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-fs", "release": "10.el9", "source": "rpm", "version": "2.28" } ], "libblockdev-kbd": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-kbd", "release": "10.el9", "source": "rpm", "version": "2.28" } ], "libblockdev-loop": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-loop", "release": "10.el9", "source": "rpm", "version": "2.28" } ], "libblockdev-lvm": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-lvm", "release": "10.el9", "source": "rpm", "version": "2.28" } ], "libblockdev-mdraid": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-mdraid", "release": "10.el9", "source": "rpm", "version": "2.28" } ], "libblockdev-mpath": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-mpath", "release": "10.el9", "source": "rpm", "version": "2.28" } ], "libblockdev-nvdimm": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-nvdimm", "release": "10.el9", "source": "rpm", "version": "2.28" } ], "libblockdev-part": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-part", "release": "10.el9", "source": "rpm", "version": "2.28" } ], "libblockdev-swap": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-swap", "release": "10.el9", "source": "rpm", "version": "2.28" } ], "libblockdev-utils": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-utils", "release": "10.el9", "source": "rpm", "version": "2.28" } ], "libbpf": [ { "arch": "x86_64", "epoch": 2, "name": "libbpf", "release": "2.el9", "source": "rpm", "version": "1.3.0" } ], "libbrotli": [ { "arch": "x86_64", "epoch": null, "name": "libbrotli", "release": "6.el9", "source": "rpm", "version": "1.0.9" } ], "libbytesize": [ { "arch": "x86_64", "epoch": null, "name": "libbytesize", "release": "3.el9", "source": "rpm", "version": "2.5" } ], "libcap": [ { "arch": "x86_64", "epoch": null, "name": "libcap", "release": "9.el9", "source": "rpm", "version": "2.48" } ], "libcap-ng": [ { "arch": "x86_64", "epoch": null, "name": "libcap-ng", "release": "7.el9", "source": "rpm", "version": "0.8.2" } ], "libcap-ng-python3": [ { "arch": "x86_64", "epoch": null, "name": "libcap-ng-python3", "release": "7.el9", "source": "rpm", "version": "0.8.2" } ], "libcbor": [ { "arch": "x86_64", "epoch": null, "name": "libcbor", "release": "5.el9", "source": "rpm", "version": "0.7.0" } ], "libcollection": [ { "arch": "x86_64", "epoch": null, "name": "libcollection", "release": "53.el9", "source": "rpm", "version": "0.7.0" } ], "libcom_err": [ { "arch": "x86_64", "epoch": null, "name": "libcom_err", "release": "5.el9", "source": "rpm", "version": "1.46.5" } ], "libcomps": [ { "arch": "x86_64", "epoch": null, "name": "libcomps", "release": "1.el9", "source": "rpm", "version": "0.1.18" } ], "libcurl": [ { "arch": "x86_64", "epoch": null, "name": "libcurl", "release": "29.el9", "source": "rpm", "version": "7.76.1" } ], "libdaemon": [ { "arch": "x86_64", "epoch": null, "name": "libdaemon", "release": "23.el9", "source": "rpm", "version": "0.14" } ], "libdb": [ { "arch": "x86_64", "epoch": null, "name": "libdb", "release": "53.el9", "source": "rpm", "version": "5.3.28" } ], "libdhash": [ { "arch": "x86_64", "epoch": null, "name": "libdhash", "release": "53.el9", "source": "rpm", "version": "0.5.0" } ], "libdnf": [ { "arch": "x86_64", "epoch": null, "name": "libdnf", "release": "11.el9", "source": "rpm", "version": "0.69.0" } ], "libeconf": [ { "arch": "x86_64", "epoch": null, "name": "libeconf", "release": "4.el9", "source": "rpm", "version": "0.4.1" } ], "libedit": [ { "arch": "x86_64", "epoch": null, "name": "libedit", "release": "38.20210216cvs.el9", "source": "rpm", "version": "3.1" } ], "libestr": [ { "arch": "x86_64", "epoch": null, "name": "libestr", "release": "4.el9", "source": "rpm", "version": "0.1.11" } ], "libev": [ { "arch": "x86_64", "epoch": null, "name": "libev", "release": "5.el9", "source": "rpm", "version": "4.33" } ], "libevent": [ { "arch": "x86_64", "epoch": null, "name": "libevent", "release": "6.el9", "source": "rpm", "version": "2.1.12" } ], "libfastjson": [ { "arch": "x86_64", "epoch": null, "name": "libfastjson", "release": "5.el9", "source": "rpm", "version": "0.99.9" } ], "libfdisk": [ { "arch": "x86_64", "epoch": null, "name": "libfdisk", "release": "18.el9", "source": "rpm", "version": "2.37.4" } ], "libffi": [ { "arch": "x86_64", "epoch": null, "name": "libffi", "release": "8.el9", "source": "rpm", "version": "3.4.2" } ], "libfido2": [ { "arch": "x86_64", "epoch": null, "name": "libfido2", "release": "2.el9", "source": "rpm", "version": "1.13.0" } ], "libgcc": [ { "arch": "x86_64", "epoch": null, "name": "libgcc", "release": "3.el9", "source": "rpm", "version": "11.4.1" } ], "libgcrypt": [ { "arch": "x86_64", "epoch": null, "name": "libgcrypt", "release": "10.el9", "source": "rpm", "version": "1.10.0" } ], "libgomp": [ { "arch": "x86_64", "epoch": null, "name": "libgomp", "release": "3.el9", "source": "rpm", "version": "11.4.1" } ], "libgpg-error": [ { "arch": "x86_64", "epoch": null, "name": "libgpg-error", "release": "5.el9", "source": "rpm", "version": "1.42" } ], "libidn2": [ { "arch": "x86_64", "epoch": null, "name": "libidn2", "release": "7.el9", "source": "rpm", "version": "2.3.0" } ], "libini_config": [ { "arch": "x86_64", "epoch": null, "name": "libini_config", "release": "53.el9", "source": "rpm", "version": "1.3.1" } ], "libjose": [ { "arch": "x86_64", "epoch": null, "name": "libjose", "release": "3.el9", "source": "rpm", "version": "11" } ], "libkcapi": [ { "arch": "x86_64", "epoch": null, "name": "libkcapi", "release": "2.el9", "source": "rpm", "version": "1.4.0" } ], "libkcapi-hmaccalc": [ { "arch": "x86_64", "epoch": null, "name": "libkcapi-hmaccalc", "release": "2.el9", "source": "rpm", "version": "1.4.0" } ], "libksba": [ { "arch": "x86_64", "epoch": null, "name": "libksba", "release": "6.el9", "source": "rpm", "version": "1.5.1" } ], "libldb": [ { "arch": "x86_64", "epoch": null, "name": "libldb", "release": "1.el9", "source": "rpm", "version": "2.9.0" } ], "libluksmeta": [ { "arch": "x86_64", "epoch": null, "name": "libluksmeta", "release": "12.el9", "source": "rpm", "version": "9" } ], "libmaxminddb": [ { "arch": "x86_64", "epoch": null, "name": "libmaxminddb", "release": "4.el9", "source": "rpm", "version": "1.5.2" } ], "libmnl": [ { "arch": "x86_64", "epoch": null, "name": "libmnl", "release": "16.el9", "source": "rpm", "version": "1.0.4" } ], "libmodulemd": [ { "arch": "x86_64", "epoch": null, "name": "libmodulemd", "release": "2.el9", "source": "rpm", "version": "2.13.0" } ], "libmount": [ { "arch": "x86_64", "epoch": null, "name": "libmount", "release": "18.el9", "source": "rpm", "version": "2.37.4" } ], "libmpc": [ { "arch": "x86_64", "epoch": null, "name": "libmpc", "release": "4.el9", "source": "rpm", "version": "1.2.1" } ], "libndp": [ { "arch": "x86_64", "epoch": null, "name": "libndp", "release": "4.el9", "source": "rpm", "version": "1.8" } ], "libnetfilter_conntrack": [ { "arch": "x86_64", "epoch": null, "name": "libnetfilter_conntrack", "release": "1.el9", "source": "rpm", "version": "1.0.9" } ], "libnfnetlink": [ { "arch": "x86_64", "epoch": null, "name": "libnfnetlink", "release": "21.el9", "source": "rpm", "version": "1.0.1" } ], "libnfsidmap": [ { "arch": "x86_64", "epoch": 1, "name": "libnfsidmap", "release": "25.el9", "source": "rpm", "version": "2.5.4" } ], "libnftnl": [ { "arch": "x86_64", "epoch": null, "name": "libnftnl", "release": "4.el9", "source": "rpm", "version": "1.2.6" } ], "libnghttp2": [ { "arch": "x86_64", "epoch": null, "name": "libnghttp2", "release": "5.el9.1", "source": "rpm", "version": "1.43.0" } ], "libnl3": [ { "arch": "x86_64", "epoch": null, "name": "libnl3", "release": "1.el9", "source": "rpm", "version": "3.9.0" } ], "libnl3-cli": [ { "arch": "x86_64", "epoch": null, "name": "libnl3-cli", "release": "1.el9", "source": "rpm", "version": "3.9.0" } ], "libpath_utils": [ { "arch": "x86_64", "epoch": null, "name": "libpath_utils", "release": "53.el9", "source": "rpm", "version": "0.2.1" } ], "libpipeline": [ { "arch": "x86_64", "epoch": null, "name": "libpipeline", "release": "4.el9", "source": "rpm", "version": "1.5.3" } ], "libpkgconf": [ { "arch": "x86_64", "epoch": null, "name": "libpkgconf", "release": "10.el9", "source": "rpm", "version": "1.7.3" } ], "libpsl": [ { "arch": "x86_64", "epoch": null, "name": "libpsl", "release": "5.el9", "source": "rpm", "version": "0.21.1" } ], "libpwquality": [ { "arch": "x86_64", "epoch": null, "name": "libpwquality", "release": "8.el9", "source": "rpm", "version": "1.4.4" } ], "libref_array": [ { "arch": "x86_64", "epoch": null, "name": "libref_array", "release": "53.el9", "source": "rpm", "version": "0.1.5" } ], "librepo": [ { "arch": "x86_64", "epoch": null, "name": "librepo", "release": "2.el9", "source": "rpm", "version": "1.14.5" } ], "libreport-filesystem": [ { "arch": "noarch", "epoch": null, "name": "libreport-filesystem", "release": "6.el9", "source": "rpm", "version": "2.15.2" } ], "libseccomp": [ { "arch": "x86_64", "epoch": null, "name": "libseccomp", "release": "2.el9", "source": "rpm", "version": "2.5.2" } ], "libselinux": [ { "arch": "x86_64", "epoch": null, "name": "libselinux", "release": "1.el9", "source": "rpm", "version": "3.6" } ], "libselinux-utils": [ { "arch": "x86_64", "epoch": null, "name": "libselinux-utils", "release": "1.el9", "source": "rpm", "version": "3.6" } ], "libsemanage": [ { "arch": "x86_64", "epoch": null, "name": "libsemanage", "release": "1.el9", "source": "rpm", "version": "3.6" } ], "libsepol": [ { "arch": "x86_64", "epoch": null, "name": "libsepol", "release": "1.el9", "source": "rpm", "version": "3.6" } ], "libsigsegv": [ { "arch": "x86_64", "epoch": null, "name": "libsigsegv", "release": "4.el9", "source": "rpm", "version": "2.13" } ], "libsmartcols": [ { "arch": "x86_64", "epoch": null, "name": "libsmartcols", "release": "18.el9", "source": "rpm", "version": "2.37.4" } ], "libsolv": [ { "arch": "x86_64", "epoch": null, "name": "libsolv", "release": "3.el9", "source": "rpm", "version": "0.7.24" } ], "libss": [ { "arch": "x86_64", "epoch": null, "name": "libss", "release": "5.el9", "source": "rpm", "version": "1.46.5" } ], "libssh": [ { "arch": "x86_64", "epoch": null, "name": "libssh", "release": "13.el9", "source": "rpm", "version": "0.10.4" } ], "libssh-config": [ { "arch": "noarch", "epoch": null, "name": "libssh-config", "release": "13.el9", "source": "rpm", "version": "0.10.4" } ], "libsss_certmap": [ { "arch": "x86_64", "epoch": null, "name": "libsss_certmap", "release": "7.el9", "source": "rpm", "version": "2.9.4" } ], "libsss_idmap": [ { "arch": "x86_64", "epoch": null, "name": "libsss_idmap", "release": "7.el9", "source": "rpm", "version": "2.9.4" } ], "libsss_nss_idmap": [ { "arch": "x86_64", "epoch": null, "name": "libsss_nss_idmap", "release": "7.el9", "source": "rpm", "version": "2.9.4" } ], "libsss_sudo": [ { "arch": "x86_64", "epoch": null, "name": "libsss_sudo", "release": "7.el9", "source": "rpm", "version": "2.9.4" } ], "libstdc++": [ { "arch": "x86_64", "epoch": null, "name": "libstdc++", "release": "3.el9", "source": "rpm", "version": "11.4.1" } ], "libsysfs": [ { "arch": "x86_64", "epoch": null, "name": "libsysfs", "release": "10.el9", "source": "rpm", "version": "2.1.1" } ], "libtalloc": [ { "arch": "x86_64", "epoch": null, "name": "libtalloc", "release": "1.el9", "source": "rpm", "version": "2.4.2" } ], "libtasn1": [ { "arch": "x86_64", "epoch": null, "name": "libtasn1", "release": "8.el9", "source": "rpm", "version": "4.16.0" } ], "libtdb": [ { "arch": "x86_64", "epoch": null, "name": "libtdb", "release": "1.el9", "source": "rpm", "version": "1.4.10" } ], "libteam": [ { "arch": "x86_64", "epoch": null, "name": "libteam", "release": "16.el9", "source": "rpm", "version": "1.31" } ], "libtevent": [ { "arch": "x86_64", "epoch": null, "name": "libtevent", "release": "1.el9", "source": "rpm", "version": "0.16.1" } ], "libtirpc": [ { "arch": "x86_64", "epoch": null, "name": "libtirpc", "release": "6.el9", "source": "rpm", "version": "1.3.3" } ], "libunistring": [ { "arch": "x86_64", "epoch": null, "name": "libunistring", "release": "15.el9", "source": "rpm", "version": "0.9.10" } ], "liburing": [ { "arch": "x86_64", "epoch": null, "name": "liburing", "release": "1.el9", "source": "rpm", "version": "2.5" } ], "libuser": [ { "arch": "x86_64", "epoch": null, "name": "libuser", "release": "13.el9", "source": "rpm", "version": "0.63" } ], "libutempter": [ { "arch": "x86_64", "epoch": null, "name": "libutempter", "release": "6.el9", "source": "rpm", "version": "1.2.1" } ], "libuuid": [ { "arch": "x86_64", "epoch": null, "name": "libuuid", "release": "18.el9", "source": "rpm", "version": "2.37.4" } ], "libverto": [ { "arch": "x86_64", "epoch": null, "name": "libverto", "release": "3.el9", "source": "rpm", "version": "0.3.2" } ], "libverto-libev": [ { "arch": "x86_64", "epoch": null, "name": "libverto-libev", "release": "3.el9", "source": "rpm", "version": "0.3.2" } ], "libxcrypt": [ { "arch": "x86_64", "epoch": null, "name": "libxcrypt", "release": "3.el9", "source": "rpm", "version": "4.4.18" } ], "libxcrypt-compat": [ { "arch": "x86_64", "epoch": null, "name": "libxcrypt-compat", "release": "3.el9", "source": "rpm", "version": "4.4.18" } ], "libxcrypt-devel": [ { "arch": "x86_64", "epoch": null, "name": "libxcrypt-devel", "release": "3.el9", "source": "rpm", "version": "4.4.18" } ], "libxml2": [ { "arch": "x86_64", "epoch": null, "name": "libxml2", "release": "6.el9", "source": "rpm", "version": "2.9.13" } ], "libxslt": [ { "arch": "x86_64", "epoch": null, "name": "libxslt", "release": "9.el9", "source": "rpm", "version": "1.1.34" } ], "libyaml": [ { "arch": "x86_64", "epoch": null, "name": "libyaml", "release": "7.el9", "source": "rpm", "version": "0.2.5" } ], "libzstd": [ { "arch": "x86_64", "epoch": null, "name": "libzstd", "release": "2.el9", "source": "rpm", "version": "1.5.1" } ], "libzstd-devel": [ { "arch": "x86_64", "epoch": null, "name": "libzstd-devel", "release": "2.el9", "source": "rpm", "version": "1.5.1" } ], "linux-firmware": [ { "arch": "noarch", "epoch": null, "name": "linux-firmware", "release": "143.el9", "source": "rpm", "version": "20240219" } ], "linux-firmware-whence": [ { "arch": "noarch", "epoch": null, "name": "linux-firmware-whence", "release": "143.el9", "source": "rpm", "version": "20240219" } ], "lmdb-libs": [ { "arch": "x86_64", "epoch": null, "name": "lmdb-libs", "release": "3.el9", "source": "rpm", "version": "0.9.29" } ], "logrotate": [ { "arch": "x86_64", "epoch": null, "name": "logrotate", "release": "8.el9", "source": "rpm", "version": "3.18.0" } ], "lshw": [ { "arch": "x86_64", "epoch": null, "name": "lshw", "release": "10.el9", "source": "rpm", "version": "B.02.19.2" } ], "lsof": [ { "arch": "x86_64", "epoch": null, "name": "lsof", "release": "3.el9", "source": "rpm", "version": "4.94.0" } ], "lsscsi": [ { "arch": "x86_64", "epoch": null, "name": "lsscsi", "release": "6.el9", "source": "rpm", "version": "0.32" } ], "lua-libs": [ { "arch": "x86_64", "epoch": null, "name": "lua-libs", "release": "4.el9", "source": "rpm", "version": "5.4.4" } ], "luksmeta": [ { "arch": "x86_64", "epoch": null, "name": "luksmeta", "release": "12.el9", "source": "rpm", "version": "9" } ], "lvm2": [ { "arch": "x86_64", "epoch": 9, "name": "lvm2", "release": "2.el9", "source": "rpm", "version": "2.03.23" } ], "lvm2-libs": [ { "arch": "x86_64", "epoch": 9, "name": "lvm2-libs", "release": "2.el9", "source": "rpm", "version": "2.03.23" } ], "lz4-libs": [ { "arch": "x86_64", "epoch": null, "name": "lz4-libs", "release": "5.el9", "source": "rpm", "version": "1.9.3" } ], "lzo": [ { "arch": "x86_64", "epoch": null, "name": "lzo", "release": "7.el9", "source": "rpm", "version": "2.10" } ], "m4": [ { "arch": "x86_64", "epoch": null, "name": "m4", "release": "1.el9", "source": "rpm", "version": "1.4.19" } ], "make": [ { "arch": "x86_64", "epoch": 1, "name": "make", "release": "8.el9", "source": "rpm", "version": "4.3" } ], "man-db": [ { "arch": "x86_64", "epoch": null, "name": "man-db", "release": "7.el9", "source": "rpm", "version": "2.9.3" } ], "mdadm": [ { "arch": "x86_64", "epoch": null, "name": "mdadm", "release": "2.el9", "source": "rpm", "version": "4.3" } ], "microcode_ctl": [ { "arch": "noarch", "epoch": 4, "name": "microcode_ctl", "release": "2.el9", "source": "rpm", "version": "20230808" } ], "mokutil": [ { "arch": "x86_64", "epoch": 2, "name": "mokutil", "release": "4.el9", "source": "rpm", "version": "0.6.0" } ], "mpfr": [ { "arch": "x86_64", "epoch": null, "name": "mpfr", "release": "7.el9", "source": "rpm", "version": "4.1.0" } ], "ncurses": [ { "arch": "x86_64", "epoch": null, "name": "ncurses", "release": "10.20210508.el9", "source": "rpm", "version": "6.2" } ], "ncurses-base": [ { "arch": "noarch", "epoch": null, "name": "ncurses-base", "release": "10.20210508.el9", "source": "rpm", "version": "6.2" } ], "ncurses-libs": [ { "arch": "x86_64", "epoch": null, "name": "ncurses-libs", "release": "10.20210508.el9", "source": "rpm", "version": "6.2" } ], "ndctl": [ { "arch": "x86_64", "epoch": null, "name": "ndctl", "release": "8.el9", "source": "rpm", "version": "71.1" } ], "ndctl-libs": [ { "arch": "x86_64", "epoch": null, "name": "ndctl-libs", "release": "8.el9", "source": "rpm", "version": "71.1" } ], "nettle": [ { "arch": "x86_64", "epoch": null, "name": "nettle", "release": "1.el9", "source": "rpm", "version": "3.9.1" } ], "newt": [ { "arch": "x86_64", "epoch": null, "name": "newt", "release": "11.el9", "source": "rpm", "version": "0.52.21" } ], "nfs-utils": [ { "arch": "x86_64", "epoch": 1, "name": "nfs-utils", "release": "25.el9", "source": "rpm", "version": "2.5.4" } ], "nftables": [ { "arch": "x86_64", "epoch": 1, "name": "nftables", "release": "1.el9", "source": "rpm", "version": "1.0.9" } ], "npth": [ { "arch": "x86_64", "epoch": null, "name": "npth", "release": "8.el9", "source": "rpm", "version": "1.6" } ], "nspr": [ { "arch": "x86_64", "epoch": null, "name": "nspr", "release": "7.el9", "source": "rpm", "version": "4.35.0" } ], "nss": [ { "arch": "x86_64", "epoch": null, "name": "nss", "release": "7.el9", "source": "rpm", "version": "3.90.0" } ], "nss-softokn": [ { "arch": "x86_64", "epoch": null, "name": "nss-softokn", "release": "7.el9", "source": "rpm", "version": "3.90.0" } ], "nss-softokn-freebl": [ { "arch": "x86_64", "epoch": null, "name": "nss-softokn-freebl", "release": "7.el9", "source": "rpm", "version": "3.90.0" } ], "nss-sysinit": [ { "arch": "x86_64", "epoch": null, "name": "nss-sysinit", "release": "7.el9", "source": "rpm", "version": "3.90.0" } ], "nss-util": [ { "arch": "x86_64", "epoch": null, "name": "nss-util", "release": "7.el9", "source": "rpm", "version": "3.90.0" } ], "numactl-libs": [ { "arch": "x86_64", "epoch": null, "name": "numactl-libs", "release": "3.el9", "source": "rpm", "version": "2.0.16" } ], "oddjob": [ { "arch": "x86_64", "epoch": null, "name": "oddjob", "release": "7.el9", "source": "rpm", "version": "0.34.7" } ], "oddjob-mkhomedir": [ { "arch": "x86_64", "epoch": null, "name": "oddjob-mkhomedir", "release": "7.el9", "source": "rpm", "version": "0.34.7" } ], "oniguruma": [ { "arch": "x86_64", "epoch": null, "name": "oniguruma", "release": "1.el9.5", "source": "rpm", "version": "6.9.6" } ], "openldap": [ { "arch": "x86_64", "epoch": null, "name": "openldap", "release": "3.el9", "source": "rpm", "version": "2.6.6" } ], "openssh": [ { "arch": "x86_64", "epoch": null, "name": "openssh", "release": "38.el9", "source": "rpm", "version": "8.7p1" } ], "openssh-clients": [ { "arch": "x86_64", "epoch": null, "name": "openssh-clients", "release": "38.el9", "source": "rpm", "version": "8.7p1" } ], "openssh-server": [ { "arch": "x86_64", "epoch": null, "name": "openssh-server", "release": "38.el9", "source": "rpm", "version": "8.7p1" } ], "openssl": [ { "arch": "x86_64", "epoch": 1, "name": "openssl", "release": "1.el9", "source": "rpm", "version": "3.2.1" } ], "openssl-devel": [ { "arch": "x86_64", "epoch": 1, "name": "openssl-devel", "release": "1.el9", "source": "rpm", "version": "3.2.1" } ], "openssl-libs": [ { "arch": "x86_64", "epoch": 1, "name": "openssl-libs", "release": "1.el9", "source": "rpm", "version": "3.2.1" } ], "os-prober": [ { "arch": "x86_64", "epoch": null, "name": "os-prober", "release": "10.el9", "source": "rpm", "version": "1.77" } ], "p11-kit": [ { "arch": "x86_64", "epoch": null, "name": "p11-kit", "release": "2.el9", "source": "rpm", "version": "0.25.3" } ], "p11-kit-trust": [ { "arch": "x86_64", "epoch": null, "name": "p11-kit-trust", "release": "2.el9", "source": "rpm", "version": "0.25.3" } ], "pam": [ { "arch": "x86_64", "epoch": null, "name": "pam", "release": "19.el9", "source": "rpm", "version": "1.5.1" } ], "parted": [ { "arch": "x86_64", "epoch": null, "name": "parted", "release": "2.el9", "source": "rpm", "version": "3.5" } ], "passwd": [ { "arch": "x86_64", "epoch": null, "name": "passwd", "release": "12.el9", "source": "rpm", "version": "0.80" } ], "pciutils-libs": [ { "arch": "x86_64", "epoch": null, "name": "pciutils-libs", "release": "5.el9", "source": "rpm", "version": "3.7.0" } ], "pcre": [ { "arch": "x86_64", "epoch": null, "name": "pcre", "release": "4.el9", "source": "rpm", "version": "8.44" } ], "pcre2": [ { "arch": "x86_64", "epoch": null, "name": "pcre2", "release": "5.el9", "source": "rpm", "version": "10.40" } ], "pcre2-syntax": [ { "arch": "noarch", "epoch": null, "name": "pcre2-syntax", "release": "5.el9", "source": "rpm", "version": "10.40" } ], "perl-AutoLoader": [ { "arch": "noarch", "epoch": 0, "name": "perl-AutoLoader", "release": "481.el9", "source": "rpm", "version": "5.74" } ], "perl-B": [ { "arch": "x86_64", "epoch": 0, "name": "perl-B", "release": "481.el9", "source": "rpm", "version": "1.80" } ], "perl-Carp": [ { "arch": "noarch", "epoch": null, "name": "perl-Carp", "release": "460.el9", "source": "rpm", "version": "1.50" } ], "perl-Class-Struct": [ { "arch": "noarch", "epoch": 0, "name": "perl-Class-Struct", "release": "481.el9", "source": "rpm", "version": "0.66" } ], "perl-Data-Dumper": [ { "arch": "x86_64", "epoch": null, "name": "perl-Data-Dumper", "release": "462.el9", "source": "rpm", "version": "2.174" } ], "perl-Digest": [ { "arch": "noarch", "epoch": null, "name": "perl-Digest", "release": "4.el9", "source": "rpm", "version": "1.19" } ], "perl-Digest-MD5": [ { "arch": "x86_64", "epoch": null, "name": "perl-Digest-MD5", "release": "4.el9", "source": "rpm", "version": "2.58" } ], "perl-DynaLoader": [ { "arch": "x86_64", "epoch": 0, "name": "perl-DynaLoader", "release": "481.el9", "source": "rpm", "version": "1.47" } ], "perl-Encode": [ { "arch": "x86_64", "epoch": 4, "name": "perl-Encode", "release": "462.el9", "source": "rpm", "version": "3.08" } ], "perl-Errno": [ { "arch": "x86_64", "epoch": 0, "name": "perl-Errno", "release": "481.el9", "source": "rpm", "version": "1.30" } ], "perl-Error": [ { "arch": "noarch", "epoch": 1, "name": "perl-Error", "release": "7.el9", "source": "rpm", "version": "0.17029" } ], "perl-Exporter": [ { "arch": "noarch", "epoch": null, "name": "perl-Exporter", "release": "461.el9", "source": "rpm", "version": "5.74" } ], "perl-Fcntl": [ { "arch": "x86_64", "epoch": 0, "name": "perl-Fcntl", "release": "481.el9", "source": "rpm", "version": "1.13" } ], "perl-File-Basename": [ { "arch": "noarch", "epoch": 0, "name": "perl-File-Basename", "release": "481.el9", "source": "rpm", "version": "2.85" } ], "perl-File-Find": [ { "arch": "noarch", "epoch": 0, "name": "perl-File-Find", "release": "481.el9", "source": "rpm", "version": "1.37" } ], "perl-File-Path": [ { "arch": "noarch", "epoch": null, "name": "perl-File-Path", "release": "4.el9", "source": "rpm", "version": "2.18" } ], "perl-File-Temp": [ { "arch": "noarch", "epoch": 1, "name": "perl-File-Temp", "release": "4.el9", "source": "rpm", "version": "0.231.100" } ], "perl-File-stat": [ { "arch": "noarch", "epoch": 0, "name": "perl-File-stat", "release": "481.el9", "source": "rpm", "version": "1.09" } ], "perl-FileHandle": [ { "arch": "noarch", "epoch": 0, "name": "perl-FileHandle", "release": "481.el9", "source": "rpm", "version": "2.03" } ], "perl-Getopt-Long": [ { "arch": "noarch", "epoch": 1, "name": "perl-Getopt-Long", "release": "4.el9", "source": "rpm", "version": "2.52" } ], "perl-Getopt-Std": [ { "arch": "noarch", "epoch": 0, "name": "perl-Getopt-Std", "release": "481.el9", "source": "rpm", "version": "1.12" } ], "perl-Git": [ { "arch": "noarch", "epoch": null, "name": "perl-Git", "release": "1.el9", "source": "rpm", "version": "2.43.0" } ], "perl-HTTP-Tiny": [ { "arch": "noarch", "epoch": null, "name": "perl-HTTP-Tiny", "release": "462.el9", "source": "rpm", "version": "0.076" } ], "perl-IO": [ { "arch": "x86_64", "epoch": 0, "name": "perl-IO", "release": "481.el9", "source": "rpm", "version": "1.43" } ], "perl-IO-Socket-IP": [ { "arch": "noarch", "epoch": null, "name": "perl-IO-Socket-IP", "release": "5.el9", "source": "rpm", "version": "0.41" } ], "perl-IO-Socket-SSL": [ { "arch": "noarch", "epoch": null, "name": "perl-IO-Socket-SSL", "release": "1.el9", "source": "rpm", "version": "2.073" } ], "perl-IPC-Open3": [ { "arch": "noarch", "epoch": 0, "name": "perl-IPC-Open3", "release": "481.el9", "source": "rpm", "version": "1.21" } ], "perl-MIME-Base64": [ { "arch": "x86_64", "epoch": null, "name": "perl-MIME-Base64", "release": "4.el9", "source": "rpm", "version": "3.16" } ], "perl-Mozilla-CA": [ { "arch": "noarch", "epoch": null, "name": "perl-Mozilla-CA", "release": "6.el9", "source": "rpm", "version": "20200520" } ], "perl-NDBM_File": [ { "arch": "x86_64", "epoch": 0, "name": "perl-NDBM_File", "release": "481.el9", "source": "rpm", "version": "1.15" } ], "perl-Net-SSLeay": [ { "arch": "x86_64", "epoch": null, "name": "perl-Net-SSLeay", "release": "2.el9", "source": "rpm", "version": "1.92" } ], "perl-POSIX": [ { "arch": "x86_64", "epoch": 0, "name": "perl-POSIX", "release": "481.el9", "source": "rpm", "version": "1.94" } ], "perl-PathTools": [ { "arch": "x86_64", "epoch": null, "name": "perl-PathTools", "release": "461.el9", "source": "rpm", "version": "3.78" } ], "perl-Pod-Escapes": [ { "arch": "noarch", "epoch": 1, "name": "perl-Pod-Escapes", "release": "460.el9", "source": "rpm", "version": "1.07" } ], "perl-Pod-Perldoc": [ { "arch": "noarch", "epoch": null, "name": "perl-Pod-Perldoc", "release": "461.el9", "source": "rpm", "version": "3.28.01" } ], "perl-Pod-Simple": [ { "arch": "noarch", "epoch": 1, "name": "perl-Pod-Simple", "release": "4.el9", "source": "rpm", "version": "3.42" } ], "perl-Pod-Usage": [ { "arch": "noarch", "epoch": 4, "name": "perl-Pod-Usage", "release": "4.el9", "source": "rpm", "version": "2.01" } ], "perl-Scalar-List-Utils": [ { "arch": "x86_64", "epoch": 4, "name": "perl-Scalar-List-Utils", "release": "462.el9", "source": "rpm", "version": "1.56" } ], "perl-SelectSaver": [ { "arch": "noarch", "epoch": 0, "name": "perl-SelectSaver", "release": "481.el9", "source": "rpm", "version": "1.02" } ], "perl-Socket": [ { "arch": "x86_64", "epoch": 4, "name": "perl-Socket", "release": "4.el9", "source": "rpm", "version": "2.031" } ], "perl-Storable": [ { "arch": "x86_64", "epoch": 1, "name": "perl-Storable", "release": "460.el9", "source": "rpm", "version": "3.21" } ], "perl-Symbol": [ { "arch": "noarch", "epoch": 0, "name": "perl-Symbol", "release": "481.el9", "source": "rpm", "version": "1.08" } ], "perl-Term-ANSIColor": [ { "arch": "noarch", "epoch": null, "name": "perl-Term-ANSIColor", "release": "461.el9", "source": "rpm", "version": "5.01" } ], "perl-Term-Cap": [ { "arch": "noarch", "epoch": null, "name": "perl-Term-Cap", "release": "460.el9", "source": "rpm", "version": "1.17" } ], "perl-TermReadKey": [ { "arch": "x86_64", "epoch": null, "name": "perl-TermReadKey", "release": "11.el9", "source": "rpm", "version": "2.38" } ], "perl-Text-ParseWords": [ { "arch": "noarch", "epoch": null, "name": "perl-Text-ParseWords", "release": "460.el9", "source": "rpm", "version": "3.30" } ], "perl-Text-Tabs+Wrap": [ { "arch": "noarch", "epoch": null, "name": "perl-Text-Tabs+Wrap", "release": "460.el9", "source": "rpm", "version": "2013.0523" } ], "perl-Time-Local": [ { "arch": "noarch", "epoch": 2, "name": "perl-Time-Local", "release": "7.el9", "source": "rpm", "version": "1.300" } ], "perl-URI": [ { "arch": "noarch", "epoch": null, "name": "perl-URI", "release": "3.el9", "source": "rpm", "version": "5.09" } ], "perl-base": [ { "arch": "noarch", "epoch": 0, "name": "perl-base", "release": "481.el9", "source": "rpm", "version": "2.27" } ], "perl-constant": [ { "arch": "noarch", "epoch": null, "name": "perl-constant", "release": "461.el9", "source": "rpm", "version": "1.33" } ], "perl-if": [ { "arch": "noarch", "epoch": 0, "name": "perl-if", "release": "481.el9", "source": "rpm", "version": "0.60.800" } ], "perl-interpreter": [ { "arch": "x86_64", "epoch": 4, "name": "perl-interpreter", "release": "481.el9", "source": "rpm", "version": "5.32.1" } ], "perl-lib": [ { "arch": "x86_64", "epoch": 0, "name": "perl-lib", "release": "481.el9", "source": "rpm", "version": "0.65" } ], "perl-libnet": [ { "arch": "noarch", "epoch": null, "name": "perl-libnet", "release": "4.el9", "source": "rpm", "version": "3.13" } ], "perl-libs": [ { "arch": "x86_64", "epoch": 4, "name": "perl-libs", "release": "481.el9", "source": "rpm", "version": "5.32.1" } ], "perl-mro": [ { "arch": "x86_64", "epoch": 0, "name": "perl-mro", "release": "481.el9", "source": "rpm", "version": "1.23" } ], "perl-overload": [ { "arch": "noarch", "epoch": 0, "name": "perl-overload", "release": "481.el9", "source": "rpm", "version": "1.31" } ], "perl-overloading": [ { "arch": "noarch", "epoch": 0, "name": "perl-overloading", "release": "481.el9", "source": "rpm", "version": "0.02" } ], "perl-parent": [ { "arch": "noarch", "epoch": 1, "name": "perl-parent", "release": "460.el9", "source": "rpm", "version": "0.238" } ], "perl-podlators": [ { "arch": "noarch", "epoch": 1, "name": "perl-podlators", "release": "460.el9", "source": "rpm", "version": "4.14" } ], "perl-subs": [ { "arch": "noarch", "epoch": 0, "name": "perl-subs", "release": "481.el9", "source": "rpm", "version": "1.03" } ], "perl-vars": [ { "arch": "noarch", "epoch": 0, "name": "perl-vars", "release": "481.el9", "source": "rpm", "version": "1.05" } ], "pigz": [ { "arch": "x86_64", "epoch": null, "name": "pigz", "release": "4.el9", "source": "rpm", "version": "2.5" } ], "pkgconf": [ { "arch": "x86_64", "epoch": null, "name": "pkgconf", "release": "10.el9", "source": "rpm", "version": "1.7.3" } ], "pkgconf-m4": [ { "arch": "noarch", "epoch": null, "name": "pkgconf-m4", "release": "10.el9", "source": "rpm", "version": "1.7.3" } ], "pkgconf-pkg-config": [ { "arch": "x86_64", "epoch": null, "name": "pkgconf-pkg-config", "release": "10.el9", "source": "rpm", "version": "1.7.3" } ], "policycoreutils": [ { "arch": "x86_64", "epoch": null, "name": "policycoreutils", "release": "2.1.el9", "source": "rpm", "version": "3.6" } ], "policycoreutils-python-utils": [ { "arch": "noarch", "epoch": null, "name": "policycoreutils-python-utils", "release": "2.1.el9", "source": "rpm", "version": "3.6" } ], "popt": [ { "arch": "x86_64", "epoch": null, "name": "popt", "release": "8.el9", "source": "rpm", "version": "1.18" } ], "prefixdevname": [ { "arch": "x86_64", "epoch": null, "name": "prefixdevname", "release": "8.el9", "source": "rpm", "version": "0.1.0" } ], "procps-ng": [ { "arch": "x86_64", "epoch": null, "name": "procps-ng", "release": "14.el9", "source": "rpm", "version": "3.3.17" } ], "psmisc": [ { "arch": "x86_64", "epoch": null, "name": "psmisc", "release": "3.el9", "source": "rpm", "version": "23.4" } ], "publicsuffix-list-dafsa": [ { "arch": "noarch", "epoch": null, "name": "publicsuffix-list-dafsa", "release": "3.el9", "source": "rpm", "version": "20210518" } ], "python-unversioned-command": [ { "arch": "noarch", "epoch": null, "name": "python-unversioned-command", "release": "3.el9", "source": "rpm", "version": "3.9.18" } ], "python3": [ { "arch": "x86_64", "epoch": null, "name": "python3", "release": "3.el9", "source": "rpm", "version": "3.9.18" } ], "python3-attrs": [ { "arch": "noarch", "epoch": null, "name": "python3-attrs", "release": "7.el9", "source": "rpm", "version": "20.3.0" } ], "python3-audit": [ { "arch": "x86_64", "epoch": null, "name": "python3-audit", "release": "2.el9", "source": "rpm", "version": "3.1.2" } ], "python3-babel": [ { "arch": "noarch", "epoch": null, "name": "python3-babel", "release": "2.el9", "source": "rpm", "version": "2.9.1" } ], "python3-blivet": [ { "arch": "noarch", "epoch": 1, "name": "python3-blivet", "release": "14.el9", "source": "rpm", "version": "3.6.0" } ], "python3-blockdev": [ { "arch": "x86_64", "epoch": null, "name": "python3-blockdev", "release": "10.el9", "source": "rpm", "version": "2.28" } ], "python3-bytesize": [ { "arch": "x86_64", "epoch": null, "name": "python3-bytesize", "release": "3.el9", "source": "rpm", "version": "2.5" } ], "python3-chardet": [ { "arch": "noarch", "epoch": null, "name": "python3-chardet", "release": "5.el9", "source": "rpm", "version": "4.0.0" } ], "python3-configobj": [ { "arch": "noarch", "epoch": null, "name": "python3-configobj", "release": "25.el9", "source": "rpm", "version": "5.0.6" } ], "python3-configshell": [ { "arch": "noarch", "epoch": 1, "name": "python3-configshell", "release": "1.el9", "source": "rpm", "version": "1.1.30" } ], "python3-dateutil": [ { "arch": "noarch", "epoch": 1, "name": "python3-dateutil", "release": "7.el9", "source": "rpm", "version": "2.8.1" } ], "python3-dbus": [ { "arch": "x86_64", "epoch": null, "name": "python3-dbus", "release": "2.el9", "source": "rpm", "version": "1.2.18" } ], "python3-dbus-client-gen": [ { "arch": "noarch", "epoch": null, "name": "python3-dbus-client-gen", "release": "1.el9", "source": "rpm", "version": "0.5.1" } ], "python3-dbus-python-client-gen": [ { "arch": "noarch", "epoch": null, "name": "python3-dbus-python-client-gen", "release": "1.el9", "source": "rpm", "version": "0.8.3" } ], "python3-dbus-signature-pyparsing": [ { "arch": "noarch", "epoch": null, "name": "python3-dbus-signature-pyparsing", "release": "1.el9", "source": "rpm", "version": "0.4.1" } ], "python3-distro": [ { "arch": "noarch", "epoch": null, "name": "python3-distro", "release": "7.el9", "source": "rpm", "version": "1.5.0" } ], "python3-dnf": [ { "arch": "noarch", "epoch": null, "name": "python3-dnf", "release": "11.el9", "source": "rpm", "version": "4.14.0" } ], "python3-dnf-plugins-core": [ { "arch": "noarch", "epoch": null, "name": "python3-dnf-plugins-core", "release": "15.el9", "source": "rpm", "version": "4.3.0" } ], "python3-firewall": [ { "arch": "noarch", "epoch": null, "name": "python3-firewall", "release": "1.el9", "source": "rpm", "version": "1.3.4" } ], "python3-gobject-base": [ { "arch": "x86_64", "epoch": null, "name": "python3-gobject-base", "release": "6.el9", "source": "rpm", "version": "3.40.1" } ], "python3-gobject-base-noarch": [ { "arch": "noarch", "epoch": null, "name": "python3-gobject-base-noarch", "release": "6.el9", "source": "rpm", "version": "3.40.1" } ], "python3-gpg": [ { "arch": "x86_64", "epoch": null, "name": "python3-gpg", "release": "6.el9", "source": "rpm", "version": "1.15.1" } ], "python3-hawkey": [ { "arch": "x86_64", "epoch": null, "name": "python3-hawkey", "release": "11.el9", "source": "rpm", "version": "0.69.0" } ], "python3-idna": [ { "arch": "noarch", "epoch": null, "name": "python3-idna", "release": "7.el9.1", "source": "rpm", "version": "2.10" } ], "python3-into-dbus-python": [ { "arch": "noarch", "epoch": null, "name": "python3-into-dbus-python", "release": "1.el9", "source": "rpm", "version": "0.8.2" } ], "python3-jinja2": [ { "arch": "noarch", "epoch": null, "name": "python3-jinja2", "release": "6.el9", "source": "rpm", "version": "2.11.3" } ], "python3-jsonpatch": [ { "arch": "noarch", "epoch": null, "name": "python3-jsonpatch", "release": "16.el9", "source": "rpm", "version": "1.21" } ], "python3-jsonpointer": [ { "arch": "noarch", "epoch": null, "name": "python3-jsonpointer", "release": "4.el9", "source": "rpm", "version": "2.0" } ], "python3-jsonschema": [ { "arch": "noarch", "epoch": null, "name": "python3-jsonschema", "release": "13.el9", "source": "rpm", "version": "3.2.0" } ], "python3-justbases": [ { "arch": "noarch", "epoch": null, "name": "python3-justbases", "release": "1.el9", "source": "rpm", "version": "0.15.2" } ], "python3-justbytes": [ { "arch": "noarch", "epoch": null, "name": "python3-justbytes", "release": "1.el9", "source": "rpm", "version": "0.15.2" } ], "python3-kmod": [ { "arch": "x86_64", "epoch": null, "name": "python3-kmod", "release": "32.el9", "source": "rpm", "version": "0.9" } ], "python3-libcomps": [ { "arch": "x86_64", "epoch": null, "name": "python3-libcomps", "release": "1.el9", "source": "rpm", "version": "0.1.18" } ], "python3-libdnf": [ { "arch": "x86_64", "epoch": null, "name": "python3-libdnf", "release": "11.el9", "source": "rpm", "version": "0.69.0" } ], "python3-libs": [ { "arch": "x86_64", "epoch": null, "name": "python3-libs", "release": "3.el9", "source": "rpm", "version": "3.9.18" } ], "python3-libselinux": [ { "arch": "x86_64", "epoch": null, "name": "python3-libselinux", "release": "1.el9", "source": "rpm", "version": "3.6" } ], "python3-libsemanage": [ { "arch": "x86_64", "epoch": null, "name": "python3-libsemanage", "release": "1.el9", "source": "rpm", "version": "3.6" } ], "python3-lxml": [ { "arch": "x86_64", "epoch": null, "name": "python3-lxml", "release": "3.el9", "source": "rpm", "version": "4.6.5" } ], "python3-markupsafe": [ { "arch": "x86_64", "epoch": null, "name": "python3-markupsafe", "release": "12.el9", "source": "rpm", "version": "1.1.1" } ], "python3-netifaces": [ { "arch": "x86_64", "epoch": null, "name": "python3-netifaces", "release": "15.el9", "source": "rpm", "version": "0.10.6" } ], "python3-nftables": [ { "arch": "x86_64", "epoch": 1, "name": "python3-nftables", "release": "1.el9", "source": "rpm", "version": "1.0.9" } ], "python3-oauthlib": [ { "arch": "noarch", "epoch": null, "name": "python3-oauthlib", "release": "5.el9", "source": "rpm", "version": "3.1.1" } ], "python3-packaging": [ { "arch": "noarch", "epoch": null, "name": "python3-packaging", "release": "5.el9", "source": "rpm", "version": "20.9" } ], "python3-pip-wheel": [ { "arch": "noarch", "epoch": null, "name": "python3-pip-wheel", "release": "1.el9", "source": "rpm", "version": "21.3.1" } ], "python3-policycoreutils": [ { "arch": "noarch", "epoch": null, "name": "python3-policycoreutils", "release": "2.1.el9", "source": "rpm", "version": "3.6" } ], "python3-prettytable": [ { "arch": "noarch", "epoch": null, "name": "python3-prettytable", "release": "27.el9", "source": "rpm", "version": "0.7.2" } ], "python3-psutil": [ { "arch": "x86_64", "epoch": null, "name": "python3-psutil", "release": "12.el9", "source": "rpm", "version": "5.8.0" } ], "python3-pyparsing": [ { "arch": "noarch", "epoch": null, "name": "python3-pyparsing", "release": "9.el9", "source": "rpm", "version": "2.4.7" } ], "python3-pyparted": [ { "arch": "x86_64", "epoch": 1, "name": "python3-pyparted", "release": "1.el9", "source": "rpm", "version": "3.12.0" } ], "python3-pyrsistent": [ { "arch": "x86_64", "epoch": null, "name": "python3-pyrsistent", "release": "8.el9", "source": "rpm", "version": "0.17.3" } ], "python3-pyserial": [ { "arch": "noarch", "epoch": null, "name": "python3-pyserial", "release": "12.el9", "source": "rpm", "version": "3.4" } ], "python3-pysocks": [ { "arch": "noarch", "epoch": null, "name": "python3-pysocks", "release": "12.el9", "source": "rpm", "version": "1.7.1" } ], "python3-pytz": [ { "arch": "noarch", "epoch": null, "name": "python3-pytz", "release": "5.el9", "source": "rpm", "version": "2021.1" } ], "python3-pyudev": [ { "arch": "noarch", "epoch": null, "name": "python3-pyudev", "release": "6.el9", "source": "rpm", "version": "0.22.0" } ], "python3-pyyaml": [ { "arch": "x86_64", "epoch": null, "name": "python3-pyyaml", "release": "6.el9", "source": "rpm", "version": "5.4.1" } ], "python3-requests": [ { "arch": "noarch", "epoch": null, "name": "python3-requests", "release": "8.el9", "source": "rpm", "version": "2.25.1" } ], "python3-rpm": [ { "arch": "x86_64", "epoch": null, "name": "python3-rpm", "release": "29.el9", "source": "rpm", "version": "4.16.1.3" } ], "python3-rtslib": [ { "arch": "noarch", "epoch": null, "name": "python3-rtslib", "release": "1.el9", "source": "rpm", "version": "2.1.76" } ], "python3-setools": [ { "arch": "x86_64", "epoch": null, "name": "python3-setools", "release": "1.el9", "source": "rpm", "version": "4.4.4" } ], "python3-setuptools": [ { "arch": "noarch", "epoch": null, "name": "python3-setuptools", "release": "12.el9", "source": "rpm", "version": "53.0.0" } ], "python3-setuptools-wheel": [ { "arch": "noarch", "epoch": null, "name": "python3-setuptools-wheel", "release": "12.el9", "source": "rpm", "version": "53.0.0" } ], "python3-six": [ { "arch": "noarch", "epoch": null, "name": "python3-six", "release": "9.el9", "source": "rpm", "version": "1.15.0" } ], "python3-systemd": [ { "arch": "x86_64", "epoch": null, "name": "python3-systemd", "release": "18.el9", "source": "rpm", "version": "234" } ], "python3-urllib3": [ { "arch": "noarch", "epoch": null, "name": "python3-urllib3", "release": "5.el9", "source": "rpm", "version": "1.26.5" } ], "python3-urwid": [ { "arch": "x86_64", "epoch": null, "name": "python3-urwid", "release": "4.el9", "source": "rpm", "version": "2.1.2" } ], "python3-wcwidth": [ { "arch": "noarch", "epoch": null, "name": "python3-wcwidth", "release": "8.el9", "source": "rpm", "version": "0.2.5" } ], "qa-tools": [ { "arch": "noarch", "epoch": null, "name": "qa-tools", "release": "4.el9", "source": "rpm", "version": "4.1" } ], "qemu-guest-agent": [ { "arch": "x86_64", "epoch": 17, "name": "qemu-guest-agent", "release": "3.el9", "source": "rpm", "version": "9.0.0" } ], "quota": [ { "arch": "x86_64", "epoch": 1, "name": "quota", "release": "6.el9", "source": "rpm", "version": "4.06" } ], "quota-nls": [ { "arch": "noarch", "epoch": 1, "name": "quota-nls", "release": "6.el9", "source": "rpm", "version": "4.06" } ], "readline": [ { "arch": "x86_64", "epoch": null, "name": "readline", "release": "4.el9", "source": "rpm", "version": "8.1" } ], "restraint": [ { "arch": "x86_64", "epoch": null, "name": "restraint", "release": "1.el9", "source": "rpm", "version": "0.4.4" } ], "restraint-rhts": [ { "arch": "x86_64", "epoch": null, "name": "restraint-rhts", "release": "1.el9", "source": "rpm", "version": "0.4.4" } ], "rng-tools": [ { "arch": "x86_64", "epoch": null, "name": "rng-tools", "release": "7.el9", "source": "rpm", "version": "6.16" } ], "rootfiles": [ { "arch": "noarch", "epoch": null, "name": "rootfiles", "release": "31.el9", "source": "rpm", "version": "8.1" } ], "rpcbind": [ { "arch": "x86_64", "epoch": null, "name": "rpcbind", "release": "7.el9", "source": "rpm", "version": "1.2.6" } ], "rpm": [ { "arch": "x86_64", "epoch": null, "name": "rpm", "release": "29.el9", "source": "rpm", "version": "4.16.1.3" } ], "rpm-build-libs": [ { "arch": "x86_64", "epoch": null, "name": "rpm-build-libs", "release": "29.el9", "source": "rpm", "version": "4.16.1.3" } ], "rpm-libs": [ { "arch": "x86_64", "epoch": null, "name": "rpm-libs", "release": "29.el9", "source": "rpm", "version": "4.16.1.3" } ], "rpm-plugin-audit": [ { "arch": "x86_64", "epoch": null, "name": "rpm-plugin-audit", "release": "29.el9", "source": "rpm", "version": "4.16.1.3" } ], "rpm-plugin-selinux": [ { "arch": "x86_64", "epoch": null, "name": "rpm-plugin-selinux", "release": "29.el9", "source": "rpm", "version": "4.16.1.3" } ], "rpm-plugin-systemd-inhibit": [ { "arch": "x86_64", "epoch": null, "name": "rpm-plugin-systemd-inhibit", "release": "29.el9", "source": "rpm", "version": "4.16.1.3" } ], "rpm-sign-libs": [ { "arch": "x86_64", "epoch": null, "name": "rpm-sign-libs", "release": "29.el9", "source": "rpm", "version": "4.16.1.3" } ], "rsync": [ { "arch": "x86_64", "epoch": null, "name": "rsync", "release": "20.el9", "source": "rpm", "version": "3.2.3" } ], "rsyslog": [ { "arch": "x86_64", "epoch": null, "name": "rsyslog", "release": "4.el9", "source": "rpm", "version": "8.2310.0" } ], "rsyslog-logrotate": [ { "arch": "x86_64", "epoch": null, "name": "rsyslog-logrotate", "release": "4.el9", "source": "rpm", "version": "8.2310.0" } ], "sed": [ { "arch": "x86_64", "epoch": null, "name": "sed", "release": "9.el9", "source": "rpm", "version": "4.8" } ], "selinux-policy": [ { "arch": "noarch", "epoch": null, "name": "selinux-policy", "release": "1.el9", "source": "rpm", "version": "38.1.38" } ], "selinux-policy-targeted": [ { "arch": "noarch", "epoch": null, "name": "selinux-policy-targeted", "release": "1.el9", "source": "rpm", "version": "38.1.38" } ], "setup": [ { "arch": "noarch", "epoch": null, "name": "setup", "release": "10.el9", "source": "rpm", "version": "2.13.7" } ], "sg3_utils": [ { "arch": "x86_64", "epoch": null, "name": "sg3_utils", "release": "9.el9", "source": "rpm", "version": "1.47" } ], "sg3_utils-libs": [ { "arch": "x86_64", "epoch": null, "name": "sg3_utils-libs", "release": "9.el9", "source": "rpm", "version": "1.47" } ], "shadow-utils": [ { "arch": "x86_64", "epoch": 2, "name": "shadow-utils", "release": "8.el9", "source": "rpm", "version": "4.9" } ], "slang": [ { "arch": "x86_64", "epoch": null, "name": "slang", "release": "11.el9", "source": "rpm", "version": "2.3.2" } ], "snappy": [ { "arch": "x86_64", "epoch": null, "name": "snappy", "release": "8.el9", "source": "rpm", "version": "1.1.8" } ], "sqlite-libs": [ { "arch": "x86_64", "epoch": null, "name": "sqlite-libs", "release": "7.el9", "source": "rpm", "version": "3.34.1" } ], "squashfs-tools": [ { "arch": "x86_64", "epoch": null, "name": "squashfs-tools", "release": "10.git1.el9", "source": "rpm", "version": "4.4" } ], "sssd-client": [ { "arch": "x86_64", "epoch": null, "name": "sssd-client", "release": "7.el9", "source": "rpm", "version": "2.9.4" } ], "sssd-common": [ { "arch": "x86_64", "epoch": null, "name": "sssd-common", "release": "7.el9", "source": "rpm", "version": "2.9.4" } ], "sssd-kcm": [ { "arch": "x86_64", "epoch": null, "name": "sssd-kcm", "release": "7.el9", "source": "rpm", "version": "2.9.4" } ], "sssd-nfs-idmap": [ { "arch": "x86_64", "epoch": null, "name": "sssd-nfs-idmap", "release": "7.el9", "source": "rpm", "version": "2.9.4" } ], "strace": [ { "arch": "x86_64", "epoch": null, "name": "strace", "release": "2.el9", "source": "rpm", "version": "5.18" } ], "stratis-cli": [ { "arch": "noarch", "epoch": null, "name": "stratis-cli", "release": "1.el9", "source": "rpm", "version": "3.6.0" } ], "stratisd": [ { "arch": "x86_64", "epoch": null, "name": "stratisd", "release": "1.el9", "source": "rpm", "version": "3.6.7" } ], "sudo": [ { "arch": "x86_64", "epoch": null, "name": "sudo", "release": "10.el9", "source": "rpm", "version": "1.9.5p2" } ], "systemd": [ { "arch": "x86_64", "epoch": null, "name": "systemd", "release": "33.el9", "source": "rpm", "version": "252" } ], "systemd-libs": [ { "arch": "x86_64", "epoch": null, "name": "systemd-libs", "release": "33.el9", "source": "rpm", "version": "252" } ], "systemd-pam": [ { "arch": "x86_64", "epoch": null, "name": "systemd-pam", "release": "33.el9", "source": "rpm", "version": "252" } ], "systemd-rpm-macros": [ { "arch": "noarch", "epoch": null, "name": "systemd-rpm-macros", "release": "33.el9", "source": "rpm", "version": "252" } ], "systemd-udev": [ { "arch": "x86_64", "epoch": null, "name": "systemd-udev", "release": "33.el9", "source": "rpm", "version": "252" } ], "systemtap": [ { "arch": "x86_64", "epoch": null, "name": "systemtap", "release": "1.el9", "source": "rpm", "version": "5.1" } ], "systemtap-client": [ { "arch": "x86_64", "epoch": null, "name": "systemtap-client", "release": "1.el9", "source": "rpm", "version": "5.1" } ], "systemtap-devel": [ { "arch": "x86_64", "epoch": null, "name": "systemtap-devel", "release": "1.el9", "source": "rpm", "version": "5.1" } ], "systemtap-runtime": [ { "arch": "x86_64", "epoch": null, "name": "systemtap-runtime", "release": "1.el9", "source": "rpm", "version": "5.1" } ], "tar": [ { "arch": "x86_64", "epoch": 2, "name": "tar", "release": "6.el9", "source": "rpm", "version": "1.34" } ], "target-restore": [ { "arch": "noarch", "epoch": null, "name": "target-restore", "release": "1.el9", "source": "rpm", "version": "2.1.76" } ], "targetcli": [ { "arch": "noarch", "epoch": null, "name": "targetcli", "release": "2.el9", "source": "rpm", "version": "2.1.57" } ], "tbb": [ { "arch": "x86_64", "epoch": null, "name": "tbb", "release": "8.el9", "source": "rpm", "version": "2020.3" } ], "teamd": [ { "arch": "x86_64", "epoch": null, "name": "teamd", "release": "16.el9", "source": "rpm", "version": "1.31" } ], "time": [ { "arch": "x86_64", "epoch": null, "name": "time", "release": "18.el9", "source": "rpm", "version": "1.9" } ], "tpm2-tools": [ { "arch": "x86_64", "epoch": null, "name": "tpm2-tools", "release": "3.el9", "source": "rpm", "version": "5.2" } ], "tpm2-tss": [ { "arch": "x86_64", "epoch": null, "name": "tpm2-tss", "release": "2.el9", "source": "rpm", "version": "3.2.2" } ], "tzdata": [ { "arch": "noarch", "epoch": null, "name": "tzdata", "release": "2.el9", "source": "rpm", "version": "2024a" } ], "unzip": [ { "arch": "x86_64", "epoch": null, "name": "unzip", "release": "56.el9", "source": "rpm", "version": "6.0" } ], "userspace-rcu": [ { "arch": "x86_64", "epoch": null, "name": "userspace-rcu", "release": "6.el9", "source": "rpm", "version": "0.12.1" } ], "util-linux": [ { "arch": "x86_64", "epoch": null, "name": "util-linux", "release": "18.el9", "source": "rpm", "version": "2.37.4" } ], "util-linux-core": [ { "arch": "x86_64", "epoch": null, "name": "util-linux-core", "release": "18.el9", "source": "rpm", "version": "2.37.4" } ], "vdo": [ { "arch": "x86_64", "epoch": null, "name": "vdo", "release": "1.el9", "source": "rpm", "version": "8.2.2.2" } ], "vim-common": [ { "arch": "x86_64", "epoch": 2, "name": "vim-common", "release": "20.el9", "source": "rpm", "version": "8.2.2637" } ], "vim-enhanced": [ { "arch": "x86_64", "epoch": 2, "name": "vim-enhanced", "release": "20.el9", "source": "rpm", "version": "8.2.2637" } ], "vim-filesystem": [ { "arch": "noarch", "epoch": 2, "name": "vim-filesystem", "release": "20.el9", "source": "rpm", "version": "8.2.2637" } ], "vim-minimal": [ { "arch": "x86_64", "epoch": 2, "name": "vim-minimal", "release": "20.el9", "source": "rpm", "version": "8.2.2637" } ], "volume_key-libs": [ { "arch": "x86_64", "epoch": null, "name": "volume_key-libs", "release": "15.el9", "source": "rpm", "version": "0.3.12" } ], "wget": [ { "arch": "x86_64", "epoch": null, "name": "wget", "release": "7.el9", "source": "rpm", "version": "1.21.1" } ], "which": [ { "arch": "x86_64", "epoch": null, "name": "which", "release": "29.el9", "source": "rpm", "version": "2.21" } ], "xfsprogs": [ { "arch": "x86_64", "epoch": null, "name": "xfsprogs", "release": "1.el9", "source": "rpm", "version": "6.3.0" } ], "xz": [ { "arch": "x86_64", "epoch": null, "name": "xz", "release": "8.el9", "source": "rpm", "version": "5.2.5" } ], "xz-devel": [ { "arch": "x86_64", "epoch": null, "name": "xz-devel", "release": "8.el9", "source": "rpm", "version": "5.2.5" } ], "xz-libs": [ { "arch": "x86_64", "epoch": null, "name": "xz-libs", "release": "8.el9", "source": "rpm", "version": "5.2.5" } ], "yum": [ { "arch": "noarch", "epoch": null, "name": "yum", "release": "11.el9", "source": "rpm", "version": "4.14.0" } ], "yum-utils": [ { "arch": "noarch", "epoch": null, "name": "yum-utils", "release": "15.el9", "source": "rpm", "version": "4.3.0" } ], "zip": [ { "arch": "x86_64", "epoch": null, "name": "zip", "release": "35.el9", "source": "rpm", "version": "3.0" } ], "zlib": [ { "arch": "x86_64", "epoch": null, "name": "zlib", "release": "41.el9", "source": "rpm", "version": "1.2.11" } ], "zlib-devel": [ { "arch": "x86_64", "epoch": null, "name": "zlib-devel", "release": "41.el9", "source": "rpm", "version": "1.2.11" } ] } }, "changed": false } TASK [Set blivet package name] ************************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/tests_resize.yml:321 Thursday 30 May 2024 23:11:51 +0000 (0:00:01.097) 0:03:25.673 ********** ok: [sut] => { "ansible_facts": { "blivet_pkg_name": [ "python3-blivet" ] }, "changed": false } TASK [Set blivet package version] ********************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/tests_resize.yml:325 Thursday 30 May 2024 23:11:51 +0000 (0:00:00.033) 0:03:25.707 ********** ok: [sut] => { "ansible_facts": { "blivet_pkg_version": "3.6.0-14.el9" }, "changed": false } TASK [Set distribution version] ************************************************ task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/tests_resize.yml:329 Thursday 30 May 2024 23:11:51 +0000 (0:00:00.029) 0:03:25.736 ********** ok: [sut] => { "ansible_facts": { "is_fedora": false, "is_rhel8": false, "is_rhel9": true }, "changed": false } TASK [Create one LVM logical volume under one volume group with size 5g] ******* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/tests_resize.yml:340 Thursday 30 May 2024 23:11:51 +0000 (0:00:00.037) 0:03:25.773 ********** TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Thursday 30 May 2024 23:11:51 +0000 (0:00:00.042) 0:03:25.816 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Thursday 30 May 2024 23:11:51 +0000 (0:00:00.040) 0:03:25.857 ********** skipping: [sut] => { "changed": false, "false_condition": "__storage_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Thursday 30 May 2024 23:11:51 +0000 (0:00:00.032) 0:03:25.889 ********** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_9.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs", "stratisd", "stratis-cli" ] }, "ansible_included_var_files": [ "/WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } ok: [sut] => (item=CentOS_9.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs", "stratisd", "stratis-cli" ] }, "ansible_included_var_files": [ "/WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Thursday 30 May 2024 23:11:51 +0000 (0:00:00.055) 0:03:25.945 ********** skipping: [sut] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Thursday 30 May 2024 23:11:51 +0000 (0:00:00.026) 0:03:25.972 ********** skipping: [sut] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Thursday 30 May 2024 23:11:51 +0000 (0:00:00.026) 0:03:25.999 ********** ok: [sut] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Thursday 30 May 2024 23:11:51 +0000 (0:00:00.026) 0:03:26.026 ********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Thursday 30 May 2024 23:11:51 +0000 (0:00:00.027) 0:03:26.053 ********** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for sut TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Thursday 30 May 2024 23:11:51 +0000 (0:00:00.140) 0:03:26.194 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"blivet_available\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Thursday 30 May 2024 23:11:51 +0000 (0:00:00.027) 0:03:26.221 ********** ok: [sut] => { "storage_pools": [ { "disks": [ "sda" ], "name": "foo", "type": "lvm", "volumes": [ { "fs_type": "ext4", "mount_point": "/opt/test1", "name": "test1", "size": "5g" } ] } ] } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Thursday 30 May 2024 23:11:51 +0000 (0:00:00.029) 0:03:26.251 ********** ok: [sut] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined. 'storage_volumes' is undefined" } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Thursday 30 May 2024 23:11:51 +0000 (0:00:00.027) 0:03:26.278 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Thursday 30 May 2024 23:11:51 +0000 (0:00:00.025) 0:03:26.304 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Thursday 30 May 2024 23:11:51 +0000 (0:00:00.026) 0:03:26.330 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Thursday 30 May 2024 23:11:51 +0000 (0:00:00.026) 0:03:26.357 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"service_facts\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Thursday 30 May 2024 23:11:51 +0000 (0:00:00.025) 0:03:26.383 ********** ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Thursday 30 May 2024 23:11:51 +0000 (0:00:00.040) 0:03:26.423 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Thursday 30 May 2024 23:11:51 +0000 (0:00:00.019) 0:03:26.443 ********** changed: [sut] => { "actions": [ { "action": "create format", "device": "/dev/sda", "fs_type": "lvmpv" }, { "action": "create device", "device": "/dev/foo", "fs_type": null }, { "action": "create device", "device": "/dev/mapper/foo-test1", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/foo-test1", "fs_type": "ext4" } ], "changed": true, "crypts": [], "leaves": [ "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/mapper/foo-test1" ], "mounts": [ { "dump": 0, "fstype": "ext4", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "mounted" } ], "packages": [ "lvm2", "e2fsprogs", "xfsprogs" ], "pools": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext4", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "5g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Thursday 30 May 2024 23:11:53 +0000 (0:00:01.913) 0:03:28.356 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_udevadm_trigger | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Thursday 30 May 2024 23:11:53 +0000 (0:00:00.025) 0:03:28.382 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:101 Thursday 30 May 2024 23:11:53 +0000 (0:00:00.019) 0:03:28.401 ********** ok: [sut] => { "blivet_output": { "actions": [ { "action": "create format", "device": "/dev/sda", "fs_type": "lvmpv" }, { "action": "create device", "device": "/dev/foo", "fs_type": null }, { "action": "create device", "device": "/dev/mapper/foo-test1", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/foo-test1", "fs_type": "ext4" } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/mapper/foo-test1" ], "mounts": [ { "dump": 0, "fstype": "ext4", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "mounted" } ], "packages": [ "lvm2", "e2fsprogs", "xfsprogs" ], "pools": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext4", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "5g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:110 Thursday 30 May 2024 23:11:53 +0000 (0:00:00.030) 0:03:28.432 ********** ok: [sut] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext4", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "5g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] }, "changed": false } TASK [fedora.linux_system_roles.storage : Set the list of volumes for test verification] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:114 Thursday 30 May 2024 23:11:53 +0000 (0:00:00.028) 0:03:28.461 ********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:130 Thursday 30 May 2024 23:11:53 +0000 (0:00:00.128) 0:03:28.589 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:141 Thursday 30 May 2024 23:11:53 +0000 (0:00:00.028) 0:03:28.617 ********** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:146 Thursday 30 May 2024 23:11:54 +0000 (0:00:00.572) 0:03:29.190 ********** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount changed: [sut] => (item={'src': '/dev/mapper/foo-test1', 'path': '/opt/test1', 'fstype': 'ext4', 'opts': 'defaults', 'dump': 0, 'passno': 0, 'state': 'mounted', 'owner': None, 'group': None, 'mode': None}) => { "ansible_loop_var": "mount_info", "backup_file": "", "boot": "yes", "changed": true, "dump": "0", "fstab": "/etc/fstab", "fstype": "ext4", "mount_info": { "dump": 0, "fstype": "ext4", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "mounted" }, "name": "/opt/test1", "opts": "defaults", "passno": "0", "src": "/dev/mapper/foo-test1" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:157 Thursday 30 May 2024 23:11:54 +0000 (0:00:00.235) 0:03:29.426 ********** skipping: [sut] => (item={'src': '/dev/mapper/foo-test1', 'path': '/opt/test1', 'fstype': 'ext4', 'opts': 'defaults', 'dump': 0, 'passno': 0, 'state': 'mounted', 'owner': None, 'group': None, 'mode': None}) => { "ansible_loop_var": "mount_info", "changed": false, "false_condition": "mount_info['owner'] != none or mount_info['group'] != none or mount_info['mode'] != none", "mount_info": { "dump": 0, "fstype": "ext4", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "mounted" }, "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:169 Thursday 30 May 2024 23:11:54 +0000 (0:00:00.031) 0:03:29.458 ********** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:177 Thursday 30 May 2024 23:11:55 +0000 (0:00:00.568) 0:03:30.026 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1717110357.516958, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1716902420.402, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 2097284, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "inode/x-empty", "mode": "0600", "mtime": 1716902144.521, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "3342962587", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:182 Thursday 30 May 2024 23:11:55 +0000 (0:00:00.222) 0:03:30.249 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:204 Thursday 30 May 2024 23:11:55 +0000 (0:00:00.021) 0:03:30.271 ********** ok: [sut] TASK [Verify role results] ***************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/tests_resize.yml:356 Thursday 30 May 2024 23:11:56 +0000 (0:00:00.806) 0:03:31.077 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-role-results.yml for sut TASK [Print out pool information] ********************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-role-results.yml:2 Thursday 30 May 2024 23:11:56 +0000 (0:00:00.041) 0:03:31.118 ********** ok: [sut] => { "_storage_pools_list": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext4", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "5g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] } TASK [Print out volume information] ******************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-role-results.yml:7 Thursday 30 May 2024 23:11:56 +0000 (0:00:00.031) 0:03:31.150 ********** skipping: [sut] => { "false_condition": "_storage_volumes_list | length > 0" } TASK [Collect info about the volumes.] ***************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-role-results.yml:15 Thursday 30 May 2024 23:11:56 +0000 (0:00:00.026) 0:03:31.176 ********** ok: [sut] => { "changed": false, "info": { "/dev/mapper/foo-test1": { "fstype": "ext4", "label": "", "mountpoint": "/opt/test1", "name": "/dev/mapper/foo-test1", "size": "5G", "type": "lvm", "uuid": "ef15e925-dc98-4c92-8dfe-b41ed95111f6" }, "/dev/sda": { "fstype": "LVM2_member", "label": "", "mountpoint": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "O0TZA8-aSk8-rzqG-Hgwd-w5vA-8vu7-V6ML1t" }, "/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": "82a26900-2b36-49b9-bc49-f4d2f0bb14b8" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-role-results.yml:20 Thursday 30 May 2024 23:11:56 +0000 (0:00:00.218) 0:03:31.395 ********** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.003134", "end": "2024-05-30 23:11:56.965306", "rc": 0, "start": "2024-05-30 23:11:56.962172" } STDOUT: # # /etc/fstab # Created by anaconda on Tue May 28 13:15:44 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=82a26900-2b36-49b9-bc49-f4d2f0bb14b8 / xfs defaults 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat /mnt/redhat nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/qa /mnt/qa nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive /mnt/engarchive nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/tpsdist /mnt/tpsdist nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot /mnt/brew nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch /mnt/brew_scratch nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 /dev/mapper/foo-test1 /opt/test1 ext4 defaults 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-role-results.yml:25 Thursday 30 May 2024 23:11:57 +0000 (0:00:00.338) 0:03:31.733 ********** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.003203", "end": "2024-05-30 23:11:57.292988", "failed_when_result": false, "rc": 0, "start": "2024-05-30 23:11:57.289785" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-role-results.yml:34 Thursday 30 May 2024 23:11:57 +0000 (0:00:00.216) 0:03:31.949 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool.yml for sut => (item={'disks': ['sda'], 'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'encryption_clevis_pin': None, 'encryption_tang_url': None, 'encryption_tang_thumbprint': None, 'name': 'foo', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_metadata_version': None, 'raid_chunk_size': None, 'shared': False, 'state': 'present', 'type': 'lvm', 'volumes': [{'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'ext4', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test1', 'raid_level': None, 'size': '5g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': [], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/foo-test1', '_raw_device': '/dev/mapper/foo-test1', '_mount_id': '/dev/mapper/foo-test1', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}]}) TASK [Set _storage_pool_tests] ************************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool.yml:5 Thursday 30 May 2024 23:11:57 +0000 (0:00:00.046) 0:03:31.996 ********** ok: [sut] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool.yml:18 Thursday 30 May 2024 23:11:57 +0000 (0:00:00.029) 0:03:32.025 ********** ok: [sut] => { "changed": false, "cmd": [ "vgs", "--noheadings", "--binary", "-o", "shared", "foo" ], "delta": "0:00:00.039541", "end": "2024-05-30 23:11:57.623967", "rc": 0, "start": "2024-05-30 23:11:57.584426" } STDOUT: 0 TASK [Verify that VG shared value checks out] ********************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool.yml:24 Thursday 30 May 2024 23:11:57 +0000 (0:00:00.254) 0:03:32.280 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify pool subset] ****************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool.yml:34 Thursday 30 May 2024 23:11:57 +0000 (0:00:00.030) 0:03:32.310 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml for sut => (item=members) included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-volumes.yml for sut => (item=volumes) TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:2 Thursday 30 May 2024 23:11:57 +0000 (0:00:00.047) 0:03:32.358 ********** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_count": "1", "_storage_test_pool_pvs_lvm": [ "/dev/sda" ] }, "changed": false } TASK [Get the canonical device path for each member device] ******************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:8 Thursday 30 May 2024 23:11:57 +0000 (0:00:00.034) 0:03:32.393 ********** ok: [sut] => (item=/dev/sda) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/sda", "pv": "/dev/sda" } TASK [Set pvs lvm length] ****************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:17 Thursday 30 May 2024 23:11:57 +0000 (0:00:00.214) 0:03:32.607 ********** ok: [sut] => { "ansible_facts": { "__pvs_lvm_len": "1" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:22 Thursday 30 May 2024 23:11:58 +0000 (0:00:00.030) 0:03:32.637 ********** ok: [sut] => { "ansible_facts": { "_storage_test_pool_pvs": [ "/dev/sda" ] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:27 Thursday 30 May 2024 23:11:58 +0000 (0:00:00.031) 0:03:32.669 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:36 Thursday 30 May 2024 23:11:58 +0000 (0:00:00.030) 0:03:32.699 ********** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:41 Thursday 30 May 2024 23:11:58 +0000 (0:00:00.026) 0:03:32.726 ********** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:46 Thursday 30 May 2024 23:11:58 +0000 (0:00:00.124) 0:03:32.850 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'lvm' and storage_test_pool.raid_level", "skip_reason": "Conditional result was False" } TASK [Check the type of each PV] *********************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:51 Thursday 30 May 2024 23:11:58 +0000 (0:00:00.027) 0:03:32.877 ********** ok: [sut] => (item=/dev/sda) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/sda" } MSG: All assertions passed TASK [Check MD RAID] *********************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:64 Thursday 30 May 2024 23:11:58 +0000 (0:00:00.030) 0:03:32.908 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-md.yml for sut TASK [Get information about RAID] ********************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-md.yml:8 Thursday 30 May 2024 23:11:58 +0000 (0:00:00.044) 0:03:32.953 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-md.yml:14 Thursday 30 May 2024 23:11:58 +0000 (0:00:00.026) 0:03:32.979 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-md.yml:19 Thursday 30 May 2024 23:11:58 +0000 (0:00:00.025) 0:03:33.004 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-md.yml:24 Thursday 30 May 2024 23:11:58 +0000 (0:00:00.024) 0:03:33.029 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set md chunk size regex] ************************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-md.yml:29 Thursday 30 May 2024 23:11:58 +0000 (0:00:00.025) 0:03:33.054 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-md.yml:37 Thursday 30 May 2024 23:11:58 +0000 (0:00:00.025) 0:03:33.079 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-md.yml:46 Thursday 30 May 2024 23:11:58 +0000 (0:00:00.024) 0:03:33.104 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-md.yml:55 Thursday 30 May 2024 23:11:58 +0000 (0:00:00.024) 0:03:33.128 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-md.yml:64 Thursday 30 May 2024 23:11:58 +0000 (0:00:00.024) 0:03:33.153 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-md.yml:74 Thursday 30 May 2024 23:11:58 +0000 (0:00:00.025) 0:03:33.179 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Reset variables used by tests] ******************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-md.yml:83 Thursday 30 May 2024 23:11:58 +0000 (0:00:00.122) 0:03:33.301 ********** ok: [sut] => { "ansible_facts": { "storage_test_md_active_devices_re": null, "storage_test_md_chunk_size_re": null, "storage_test_md_metadata_version_re": null, "storage_test_md_spare_devices_re": null }, "changed": false } TASK [Check LVM RAID] ********************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:67 Thursday 30 May 2024 23:11:58 +0000 (0:00:00.027) 0:03:33.329 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-members-lvmraid.yml for sut TASK [Validate pool member LVM RAID settings] ********************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-members-lvmraid.yml:2 Thursday 30 May 2024 23:11:58 +0000 (0:00:00.045) 0:03:33.374 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-lvmraid.yml for sut => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'ext4', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test1', 'raid_level': None, 'size': '5g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': [], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/foo-test1', '_raw_device': '/dev/mapper/foo-test1', '_mount_id': '/dev/mapper/foo-test1', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}) TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-lvmraid.yml:8 Thursday 30 May 2024 23:11:58 +0000 (0:00:00.042) 0:03:33.416 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-lvmraid.yml:16 Thursday 30 May 2024 23:11:58 +0000 (0:00:00.025) 0:03:33.442 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-lvmraid.yml:20 Thursday 30 May 2024 23:11:58 +0000 (0:00:00.025) 0:03:33.467 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Set LV stripe size] ****************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-lvmraid.yml:27 Thursday 30 May 2024 23:11:58 +0000 (0:00:00.025) 0:03:33.493 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Parse the requested stripe size] ***************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-lvmraid.yml:31 Thursday 30 May 2024 23:11:58 +0000 (0:00:00.024) 0:03:33.517 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Set expected stripe size] ************************************************ task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-lvmraid.yml:37 Thursday 30 May 2024 23:11:58 +0000 (0:00:00.024) 0:03:33.542 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Check stripe size] ******************************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-lvmraid.yml:42 Thursday 30 May 2024 23:11:58 +0000 (0:00:00.025) 0:03:33.567 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Check Thin Pools] ******************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:70 Thursday 30 May 2024 23:11:58 +0000 (0:00:00.024) 0:03:33.592 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-members-thin.yml for sut TASK [Validate pool member thinpool settings] ********************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-members-thin.yml:2 Thursday 30 May 2024 23:11:59 +0000 (0:00:00.044) 0:03:33.636 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-thin.yml for sut => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'ext4', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test1', 'raid_level': None, 'size': '5g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': [], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/foo-test1', '_raw_device': '/dev/mapper/foo-test1', '_mount_id': '/dev/mapper/foo-test1', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}) TASK [Get information about thinpool] ****************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-thin.yml:8 Thursday 30 May 2024 23:11:59 +0000 (0:00:00.132) 0:03:33.769 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_thin_volume.thin", "skip_reason": "Conditional result was False" } TASK [Check that volume is in correct thinpool (when thinp name is provided)] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-thin.yml:16 Thursday 30 May 2024 23:11:59 +0000 (0:00:00.026) 0:03:33.795 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_thin_volume.thin", "skip_reason": "Conditional result was False" } TASK [Check that volume is in thinpool (when thinp name is not provided)] ****** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-thin.yml:22 Thursday 30 May 2024 23:11:59 +0000 (0:00:00.025) 0:03:33.820 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_thin_volume.thin", "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-thin.yml:26 Thursday 30 May 2024 23:11:59 +0000 (0:00:00.025) 0:03:33.846 ********** ok: [sut] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Check member encryption] ************************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:73 Thursday 30 May 2024 23:11:59 +0000 (0:00:00.025) 0:03:33.871 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-members-encryption.yml for sut TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-members-encryption.yml:5 Thursday 30 May 2024 23:11:59 +0000 (0:00:00.050) 0:03:33.922 ********** ok: [sut] => { "ansible_facts": { "_storage_test_expected_crypttab_entries": "0", "_storage_test_expected_crypttab_key_file": "-" }, "changed": false } TASK [Validate pool member LUKS settings] ************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-members-encryption.yml:10 Thursday 30 May 2024 23:11:59 +0000 (0:00:00.030) 0:03:33.952 ********** skipping: [sut] => (item=/dev/sda) => { "_storage_test_pool_member_path": "/dev/sda", "ansible_loop_var": "_storage_test_pool_member_path", "changed": false, "false_condition": "storage_test_pool.type == 'lvm' and storage_test_pool.encryption", "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [Validate pool member crypttab entries] *********************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-members-encryption.yml:17 Thursday 30 May 2024 23:11:59 +0000 (0:00:00.027) 0:03:33.979 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-crypttab.yml for sut => (item=/dev/sda) TASK [Set variables used by tests] ********************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-crypttab.yml:2 Thursday 30 May 2024 23:11:59 +0000 (0:00:00.042) 0:03:34.022 ********** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-crypttab.yml:6 Thursday 30 May 2024 23:11:59 +0000 (0:00:00.031) 0:03:34.053 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-crypttab.yml:14 Thursday 30 May 2024 23:11:59 +0000 (0:00:00.030) 0:03:34.084 ********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-crypttab.yml:23 Thursday 30 May 2024 23:11:59 +0000 (0:00:00.025) 0:03:34.110 ********** skipping: [sut] => { "changed": false, "false_condition": "false and _storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-crypttab.yml:32 Thursday 30 May 2024 23:11:59 +0000 (0:00:00.121) 0:03:34.231 ********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-crypttab.yml:41 Thursday 30 May 2024 23:11:59 +0000 (0:00:00.027) 0:03:34.259 ********** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-members-encryption.yml:24 Thursday 30 May 2024 23:11:59 +0000 (0:00:00.026) 0:03:34.286 ********** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_crypttab_key_file": null }, "changed": false } TASK [Check VDO] *************************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:76 Thursday 30 May 2024 23:11:59 +0000 (0:00:00.027) 0:03:34.313 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-members-vdo.yml for sut TASK [Validate pool member VDO settings] *************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-members-vdo.yml:2 Thursday 30 May 2024 23:11:59 +0000 (0:00:00.050) 0:03:34.364 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-vdo.yml for sut => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'ext4', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test1', 'raid_level': None, 'size': '5g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': [], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/foo-test1', '_raw_device': '/dev/mapper/foo-test1', '_mount_id': '/dev/mapper/foo-test1', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}) TASK [Get information about VDO deduplication] ********************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-vdo.yml:8 Thursday 30 May 2024 23:11:59 +0000 (0:00:00.044) 0:03:34.409 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-vdo.yml:15 Thursday 30 May 2024 23:11:59 +0000 (0:00:00.027) 0:03:34.437 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-vdo.yml:21 Thursday 30 May 2024 23:11:59 +0000 (0:00:00.026) 0:03:34.464 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Get information about VDO compression] *********************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-vdo.yml:27 Thursday 30 May 2024 23:11:59 +0000 (0:00:00.025) 0:03:34.489 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-vdo.yml:34 Thursday 30 May 2024 23:11:59 +0000 (0:00:00.025) 0:03:34.515 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-vdo.yml:40 Thursday 30 May 2024 23:11:59 +0000 (0:00:00.026) 0:03:34.542 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-vdo.yml:46 Thursday 30 May 2024 23:11:59 +0000 (0:00:00.026) 0:03:34.568 ********** ok: [sut] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Check Stratis] *********************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:79 Thursday 30 May 2024 23:11:59 +0000 (0:00:00.027) 0:03:34.596 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-stratis.yml for sut TASK [Run 'stratis report'] **************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-stratis.yml:6 Thursday 30 May 2024 23:12:00 +0000 (0:00:00.144) 0:03:34.741 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Get information about Stratis] ******************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-stratis.yml:11 Thursday 30 May 2024 23:12:00 +0000 (0:00:00.026) 0:03:34.767 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Verify that the pools was created] *************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-stratis.yml:15 Thursday 30 May 2024 23:12:00 +0000 (0:00:00.024) 0:03:34.791 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Verify that encryption is correctly set] ********************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-stratis.yml:25 Thursday 30 May 2024 23:12:00 +0000 (0:00:00.027) 0:03:34.819 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Verify that Clevis/Tang encryption is correctly set] ********************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-stratis.yml:34 Thursday 30 May 2024 23:12:00 +0000 (0:00:00.025) 0:03:34.844 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-stratis.yml:44 Thursday 30 May 2024 23:12:00 +0000 (0:00:00.024) 0:03:34.869 ********** ok: [sut] => { "ansible_facts": { "storage_test_stratis_report": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:82 Thursday 30 May 2024 23:12:00 +0000 (0:00:00.025) 0:03:34.894 ********** ok: [sut] => { "ansible_facts": { "__pvs_lvm_len": null, "_storage_test_expected_pv_count": null, "_storage_test_expected_pv_type": null, "_storage_test_pool_pvs": [], "_storage_test_pool_pvs_lvm": [] }, "changed": false } TASK [Verify the volumes] ****************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-volumes.yml:3 Thursday 30 May 2024 23:12:00 +0000 (0:00:00.028) 0:03:34.923 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume.yml for sut => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'ext4', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test1', 'raid_level': None, 'size': '5g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': [], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/foo-test1', '_raw_device': '/dev/mapper/foo-test1', '_mount_id': '/dev/mapper/foo-test1', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}) TASK [Set storage volume test variables] *************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume.yml:2 Thursday 30 May 2024 23:12:00 +0000 (0:00:00.042) 0:03:34.965 ********** 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-main_stratis-support-2rq9ytyq9/tests/test-verify-volume.yml:19 Thursday 30 May 2024 23:12:00 +0000 (0:00:00.030) 0:03:34.996 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-mount.yml for sut => (item=mount) included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-fstab.yml for sut => (item=fstab) included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-fs.yml for sut => (item=fs) included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-device.yml for sut => (item=device) included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml for sut => (item=encryption) included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-md.yml for sut => (item=md) included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml for sut => (item=size) included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-cache.yml for sut => (item=cache) TASK [Get expected mount device based on device type] ************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-mount.yml:7 Thursday 30 May 2024 23:12:00 +0000 (0:00:00.193) 0:03:35.189 ********** ok: [sut] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/foo-test1" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-mount.yml:11 Thursday 30 May 2024 23:12:00 +0000 (0:00:00.030) 0:03:35.220 ********** ok: [sut] => { "ansible_facts": { "storage_test_mount_expected_mount_point": "/opt/test1", "storage_test_swap_expected_matches": "0" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-mount.yml:19 Thursday 30 May 2024 23:12:00 +0000 (0:00:00.030) 0:03:35.251 ********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and (storage_test_volume.mount_user or storage_test_volume.mount_group or storage_test_volume.mount_mode)", "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-mount.yml:28 Thursday 30 May 2024 23:12:00 +0000 (0:00:00.026) 0:03:35.278 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-mount.yml:36 Thursday 30 May 2024 23:12:00 +0000 (0:00:00.028) 0:03:35.306 ********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_user", "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-mount.yml:42 Thursday 30 May 2024 23:12:00 +0000 (0:00:00.028) 0:03:35.334 ********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_group", "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-mount.yml:48 Thursday 30 May 2024 23:12:00 +0000 (0:00:00.026) 0:03:35.361 ********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_mode", "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-mount.yml:57 Thursday 30 May 2024 23:12:00 +0000 (0:00:00.026) 0:03:35.387 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-mount.yml:63 Thursday 30 May 2024 23:12:00 +0000 (0:00:00.025) 0:03:35.412 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-mount.yml:69 Thursday 30 May 2024 23:12:00 +0000 (0:00:00.027) 0:03:35.440 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-mount.yml:79 Thursday 30 May 2024 23:12:00 +0000 (0:00:00.025) 0:03:35.465 ********** 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-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-fstab.yml:2 Thursday 30 May 2024 23:12:00 +0000 (0:00:00.026) 0:03:35.491 ********** ok: [sut] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": "1", "storage_test_fstab_expected_mount_options_matches": "1", "storage_test_fstab_expected_mount_point_matches": "1", "storage_test_fstab_id_matches": [ "/dev/mapper/foo-test1 " ], "storage_test_fstab_mount_options_matches": [ " /opt/test1 ext4 defaults " ], "storage_test_fstab_mount_point_matches": [ " /opt/test1 " ] }, "changed": false } TASK [Verify that the device identifier appears in /etc/fstab] ***************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-fstab.yml:17 Thursday 30 May 2024 23:12:00 +0000 (0:00:00.038) 0:03:35.530 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-fstab.yml:24 Thursday 30 May 2024 23:12:00 +0000 (0:00:00.030) 0:03:35.560 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-fstab.yml:33 Thursday 30 May 2024 23:12:00 +0000 (0:00:00.029) 0:03:35.589 ********** skipping: [sut] => { "changed": false, "false_condition": "__storage_verify_mount_options | d(false)", "skip_reason": "Conditional result was False" } TASK [Clean up variables] ****************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-fstab.yml:45 Thursday 30 May 2024 23:12:01 +0000 (0:00:00.123) 0:03:35.713 ********** 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-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-fs.yml:6 Thursday 30 May 2024 23:12:01 +0000 (0:00:00.027) 0:03:35.740 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-fs.yml:14 Thursday 30 May 2024 23:12:01 +0000 (0:00:00.030) 0:03:35.771 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-device.yml:3 Thursday 30 May 2024 23:12:01 +0000 (0:00:00.030) 0:03:35.801 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1717110713.6423607, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1717110713.6423607, "dev": 5, "device_type": 64768, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 1369, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/symlink", "mode": "0660", "mtime": 1717110713.6423607, "nlink": 1, "path": "/dev/mapper/foo-test1", "pw_name": "root", "readable": true, "rgrp": true, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": null, "wgrp": true, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-device.yml:9 Thursday 30 May 2024 23:12:01 +0000 (0:00:00.218) 0:03:36.019 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-device.yml:16 Thursday 30 May 2024 23:12:01 +0000 (0:00:00.030) 0:03:36.049 ********** skipping: [sut] => { "changed": false, "false_condition": "not (_storage_test_volume_present or storage_test_volume.type == 'disk')", "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-device.yml:23 Thursday 30 May 2024 23:12:01 +0000 (0:00:00.026) 0:03:36.076 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-device.yml:29 Thursday 30 May 2024 23:12:01 +0000 (0:00:00.031) 0:03:36.107 ********** ok: [sut] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-device.yml:33 Thursday 30 May 2024 23:12:01 +0000 (0:00:00.029) 0:03:36.137 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == \"raid\"", "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-device.yml:38 Thursday 30 May 2024 23:12:01 +0000 (0:00:00.028) 0:03:36.166 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:3 Thursday 30 May 2024 23:12:01 +0000 (0:00:00.032) 0:03:36.198 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:10 Thursday 30 May 2024 23:12:01 +0000 (0:00:00.027) 0:03:36.225 ********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Collect LUKS info for this volume] *************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:16 Thursday 30 May 2024 23:12:02 +0000 (0:00:00.882) 0:03:37.108 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:22 Thursday 30 May 2024 23:12:02 +0000 (0:00:00.024) 0:03:37.133 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "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-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:29 Thursday 30 May 2024 23:12:02 +0000 (0:00:00.025) 0:03:37.158 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:40 Thursday 30 May 2024 23:12:02 +0000 (0:00:00.141) 0:03:37.300 ********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:46 Thursday 30 May 2024 23:12:02 +0000 (0:00:00.026) 0:03:37.326 ********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:51 Thursday 30 May 2024 23:12:02 +0000 (0:00:00.026) 0:03:37.353 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:63 Thursday 30 May 2024 23:12:02 +0000 (0:00:00.026) 0:03:37.380 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:75 Thursday 30 May 2024 23:12:02 +0000 (0:00:00.026) 0:03:37.406 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:87 Thursday 30 May 2024 23:12:02 +0000 (0:00:00.025) 0:03:37.431 ********** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [], "_storage_test_expected_crypttab_entries": "0", "_storage_test_expected_crypttab_key_file": "-" }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:93 Thursday 30 May 2024 23:12:02 +0000 (0:00:00.031) 0:03:37.462 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:100 Thursday 30 May 2024 23:12:02 +0000 (0:00:00.030) 0:03:37.493 ********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:108 Thursday 30 May 2024 23:12:02 +0000 (0:00:00.027) 0:03:37.520 ********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:116 Thursday 30 May 2024 23:12:02 +0000 (0:00:00.026) 0:03:37.547 ********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:124 Thursday 30 May 2024 23:12:02 +0000 (0:00:00.028) 0:03:37.575 ********** 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-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-md.yml:8 Thursday 30 May 2024 23:12:02 +0000 (0:00:00.028) 0:03:37.604 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-md.yml:14 Thursday 30 May 2024 23:12:03 +0000 (0:00:00.026) 0:03:37.631 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-md.yml:19 Thursday 30 May 2024 23:12:03 +0000 (0:00:00.026) 0:03:37.657 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-md.yml:24 Thursday 30 May 2024 23:12:03 +0000 (0:00:00.026) 0:03:37.684 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-md.yml:29 Thursday 30 May 2024 23:12:03 +0000 (0:00:00.133) 0:03:37.818 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-md.yml:37 Thursday 30 May 2024 23:12:03 +0000 (0:00:00.027) 0:03:37.845 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-md.yml:46 Thursday 30 May 2024 23:12:03 +0000 (0:00:00.024) 0:03:37.870 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-md.yml:54 Thursday 30 May 2024 23:12:03 +0000 (0:00:00.025) 0:03:37.896 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-md.yml:62 Thursday 30 May 2024 23:12:03 +0000 (0:00:00.027) 0:03:37.923 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-md.yml:70 Thursday 30 May 2024 23:12:03 +0000 (0:00:00.025) 0:03:37.949 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:3 Thursday 30 May 2024 23:12:03 +0000 (0:00:00.030) 0:03:37.979 ********** ok: [sut] => { "bytes": 5368709120, "changed": false, "lvm": "5g", "parted": "5GiB", "size": "5 GiB" } TASK [Parse the requested size of the volume] ********************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:11 Thursday 30 May 2024 23:12:03 +0000 (0:00:00.212) 0:03:38.192 ********** ok: [sut] => { "bytes": 5368709120, "changed": false, "lvm": "5g", "parted": "5GiB", "size": "5 GiB" } TASK [Establish base value for expected size] ********************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:20 Thursday 30 May 2024 23:12:03 +0000 (0:00:00.212) 0:03:38.404 ********** ok: [sut] => { "ansible_facts": { "storage_test_expected_size": "5368709120" }, "changed": false } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:28 Thursday 30 May 2024 23:12:03 +0000 (0:00:00.031) 0:03:38.435 ********** ok: [sut] => { "storage_test_expected_size": "5368709120" } TASK [Get the size of parent/pool device] ************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:32 Thursday 30 May 2024 23:12:03 +0000 (0:00:00.031) 0:03:38.467 ********** ok: [sut] => { "bytes": 10726680821, "changed": false, "lvm": "9g", "parted": "9GiB", "size": "9 GiB" } TASK [Show test pool] ********************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:46 Thursday 30 May 2024 23:12:04 +0000 (0:00:00.211) 0:03:38.678 ********** skipping: [sut] => { "false_condition": "'%' in storage_test_volume.size | string" } TASK [Show test blockinfo] ***************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:50 Thursday 30 May 2024 23:12:04 +0000 (0:00:00.028) 0:03:38.707 ********** skipping: [sut] => { "false_condition": "'%' in storage_test_volume.size | string" } TASK [Show test pool size] ***************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:54 Thursday 30 May 2024 23:12:04 +0000 (0:00:00.027) 0:03:38.734 ********** skipping: [sut] => { "false_condition": "'%' in storage_test_volume.size | string" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:58 Thursday 30 May 2024 23:12:04 +0000 (0:00:00.029) 0:03:38.764 ********** skipping: [sut] => { "changed": false, "false_condition": "'%' in storage_test_volume.size | string", "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:67 Thursday 30 May 2024 23:12:04 +0000 (0:00:00.140) 0:03:38.904 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:71 Thursday 30 May 2024 23:12:04 +0000 (0:00:00.027) 0:03:38.932 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:76 Thursday 30 May 2024 23:12:04 +0000 (0:00:00.025) 0:03:38.958 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:82 Thursday 30 May 2024 23:12:04 +0000 (0:00:00.026) 0:03:38.985 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:86 Thursday 30 May 2024 23:12:04 +0000 (0:00:00.027) 0:03:39.013 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:91 Thursday 30 May 2024 23:12:04 +0000 (0:00:00.027) 0:03:39.040 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:96 Thursday 30 May 2024 23:12:04 +0000 (0:00:00.026) 0:03:39.067 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:101 Thursday 30 May 2024 23:12:04 +0000 (0:00:00.027) 0:03:39.094 ********** skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Show volume thin pool size] ********************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:105 Thursday 30 May 2024 23:12:04 +0000 (0:00:00.028) 0:03:39.122 ********** skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:109 Thursday 30 May 2024 23:12:04 +0000 (0:00:00.025) 0:03:39.148 ********** skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Establish base value for expected thin pool size] ************************ task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:113 Thursday 30 May 2024 23:12:04 +0000 (0:00:00.024) 0:03:39.173 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:120 Thursday 30 May 2024 23:12:04 +0000 (0:00:00.024) 0:03:39.198 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:127 Thursday 30 May 2024 23:12:04 +0000 (0:00:00.025) 0:03:39.223 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:131 Thursday 30 May 2024 23:12:04 +0000 (0:00:00.024) 0:03:39.248 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:137 Thursday 30 May 2024 23:12:04 +0000 (0:00:00.023) 0:03:39.272 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:143 Thursday 30 May 2024 23:12:04 +0000 (0:00:00.127) 0:03:39.399 ********** ok: [sut] => { "storage_test_actual_size": { "bytes": 5368709120, "changed": false, "failed": false, "lvm": "5g", "parted": "5GiB", "size": "5 GiB" } } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:147 Thursday 30 May 2024 23:12:04 +0000 (0:00:00.030) 0:03:39.429 ********** ok: [sut] => { "storage_test_expected_size": "5368709120" } TASK [Assert expected size is actual size] ************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:151 Thursday 30 May 2024 23:12:04 +0000 (0:00:00.029) 0:03:39.459 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-cache.yml:5 Thursday 30 May 2024 23:12:04 +0000 (0:00:00.032) 0:03:39.491 ********** ok: [sut] => { "changed": false, "cmd": [ "lvs", "--noheadings", "--nameprefixes", "--units=b", "--nosuffix", "--unquoted", "-o", "name,attr,cache_total_blocks,chunk_size,segtype", "foo/test1" ], "delta": "0:00:00.043582", "end": "2024-05-30 23:12:05.090995", "rc": 0, "start": "2024-05-30 23:12:05.047413" } STDOUT: LVM2_LV_NAME=test1 LVM2_LV_ATTR=-wi-ao---- LVM2_CACHE_TOTAL_BLOCKS= LVM2_CHUNK_SIZE=0 LVM2_SEGTYPE=linear TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-cache.yml:13 Thursday 30 May 2024 23:12:05 +0000 (0:00:00.257) 0:03:39.749 ********** ok: [sut] => { "ansible_facts": { "storage_test_lv_segtype": [ "linear" ] }, "changed": false } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-cache.yml:17 Thursday 30 May 2024 23:12:05 +0000 (0:00:00.031) 0:03:39.780 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set LV cache size] ******************************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-cache.yml:24 Thursday 30 May 2024 23:12:05 +0000 (0:00:00.032) 0:03:39.813 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.cached | bool", "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-cache.yml:31 Thursday 30 May 2024 23:12:05 +0000 (0:00:00.032) 0:03:39.845 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.cached | bool", "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-cache.yml:37 Thursday 30 May 2024 23:12:05 +0000 (0:00:00.027) 0:03:39.872 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.cached | bool", "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-cache.yml:42 Thursday 30 May 2024 23:12:05 +0000 (0:00:00.027) 0:03:39.899 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.cached | bool", "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume.yml:25 Thursday 30 May 2024 23:12:05 +0000 (0:00:00.026) 0:03:39.926 ********** ok: [sut] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-role-results.yml:44 Thursday 30 May 2024 23:12:05 +0000 (0:00:00.030) 0:03:39.956 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Clean up variable namespace] ********************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-role-results.yml:54 Thursday 30 May 2024 23:12:05 +0000 (0:00:00.020) 0:03:39.977 ********** ok: [sut] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } TASK [Change volume_size to 9g] ************************************************ task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/tests_resize.yml:359 Thursday 30 May 2024 23:12:05 +0000 (0:00:00.028) 0:03:40.005 ********** TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Thursday 30 May 2024 23:12:05 +0000 (0:00:00.160) 0:03:40.165 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Thursday 30 May 2024 23:12:05 +0000 (0:00:00.042) 0:03:40.208 ********** skipping: [sut] => { "changed": false, "false_condition": "__storage_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Thursday 30 May 2024 23:12:05 +0000 (0:00:00.034) 0:03:40.243 ********** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_9.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs", "stratisd", "stratis-cli" ] }, "ansible_included_var_files": [ "/WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } ok: [sut] => (item=CentOS_9.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs", "stratisd", "stratis-cli" ] }, "ansible_included_var_files": [ "/WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Thursday 30 May 2024 23:12:05 +0000 (0:00:00.057) 0:03:40.300 ********** skipping: [sut] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Thursday 30 May 2024 23:12:05 +0000 (0:00:00.027) 0:03:40.328 ********** skipping: [sut] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Thursday 30 May 2024 23:12:05 +0000 (0:00:00.026) 0:03:40.354 ********** ok: [sut] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Thursday 30 May 2024 23:12:05 +0000 (0:00:00.026) 0:03:40.381 ********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Thursday 30 May 2024 23:12:05 +0000 (0:00:00.029) 0:03:40.411 ********** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for sut TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Thursday 30 May 2024 23:12:05 +0000 (0:00:00.050) 0:03:40.462 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"blivet_available\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Thursday 30 May 2024 23:12:05 +0000 (0:00:00.027) 0:03:40.489 ********** ok: [sut] => { "storage_pools": [ { "disks": [ "sda" ], "name": "foo", "type": "lvm", "volumes": [ { "fs_type": "ext4", "mount_point": "/opt/test1", "name": "test1", "size": "9g" } ] } ] } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Thursday 30 May 2024 23:12:05 +0000 (0:00:00.029) 0:03:40.518 ********** ok: [sut] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined. 'storage_volumes' is undefined" } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Thursday 30 May 2024 23:12:05 +0000 (0:00:00.028) 0:03:40.547 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Thursday 30 May 2024 23:12:06 +0000 (0:00:00.131) 0:03:40.679 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Thursday 30 May 2024 23:12:06 +0000 (0:00:00.027) 0:03:40.707 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Thursday 30 May 2024 23:12:06 +0000 (0:00:00.026) 0:03:40.734 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"service_facts\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Thursday 30 May 2024 23:12:06 +0000 (0:00:00.026) 0:03:40.760 ********** ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Thursday 30 May 2024 23:12:06 +0000 (0:00:00.039) 0:03:40.800 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Thursday 30 May 2024 23:12:06 +0000 (0:00:00.019) 0:03:40.820 ********** changed: [sut] => { "actions": [ { "action": "resize device", "device": "/dev/mapper/foo-test1", "fs_type": null }, { "action": "resize format", "device": "/dev/mapper/foo-test1", "fs_type": "ext4" } ], "changed": true, "crypts": [], "leaves": [ "/dev/mapper/foo-test1", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [ { "dump": 0, "fstype": "ext4", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "mounted" } ], "packages": [ "xfsprogs", "lvm2", "e2fsprogs" ], "pools": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext4", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "9g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Thursday 30 May 2024 23:12:07 +0000 (0:00:01.717) 0:03:42.537 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_udevadm_trigger | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Thursday 30 May 2024 23:12:07 +0000 (0:00:00.028) 0:03:42.566 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:101 Thursday 30 May 2024 23:12:07 +0000 (0:00:00.020) 0:03:42.586 ********** ok: [sut] => { "blivet_output": { "actions": [ { "action": "resize device", "device": "/dev/mapper/foo-test1", "fs_type": null }, { "action": "resize format", "device": "/dev/mapper/foo-test1", "fs_type": "ext4" } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/mapper/foo-test1", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [ { "dump": 0, "fstype": "ext4", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "mounted" } ], "packages": [ "xfsprogs", "lvm2", "e2fsprogs" ], "pools": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext4", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "9g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:110 Thursday 30 May 2024 23:12:07 +0000 (0:00:00.029) 0:03:42.616 ********** ok: [sut] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext4", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "9g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] }, "changed": false } TASK [fedora.linux_system_roles.storage : Set the list of volumes for test verification] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:114 Thursday 30 May 2024 23:12:08 +0000 (0:00:00.028) 0:03:42.645 ********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:130 Thursday 30 May 2024 23:12:08 +0000 (0:00:00.028) 0:03:42.673 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:141 Thursday 30 May 2024 23:12:08 +0000 (0:00:00.025) 0:03:42.699 ********** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:146 Thursday 30 May 2024 23:12:08 +0000 (0:00:00.573) 0:03:43.273 ********** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount ok: [sut] => (item={'src': '/dev/mapper/foo-test1', 'path': '/opt/test1', 'fstype': 'ext4', 'opts': 'defaults', 'dump': 0, 'passno': 0, 'state': 'mounted', 'owner': None, 'group': None, 'mode': None}) => { "ansible_loop_var": "mount_info", "backup_file": "", "boot": "yes", "changed": false, "dump": "0", "fstab": "/etc/fstab", "fstype": "ext4", "mount_info": { "dump": 0, "fstype": "ext4", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "mounted" }, "name": "/opt/test1", "opts": "defaults", "passno": "0", "src": "/dev/mapper/foo-test1" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:157 Thursday 30 May 2024 23:12:08 +0000 (0:00:00.228) 0:03:43.501 ********** skipping: [sut] => (item={'src': '/dev/mapper/foo-test1', 'path': '/opt/test1', 'fstype': 'ext4', 'opts': 'defaults', 'dump': 0, 'passno': 0, 'state': 'mounted', 'owner': None, 'group': None, 'mode': None}) => { "ansible_loop_var": "mount_info", "changed": false, "false_condition": "mount_info['owner'] != none or mount_info['group'] != none or mount_info['mode'] != none", "mount_info": { "dump": 0, "fstype": "ext4", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "mounted" }, "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:169 Thursday 30 May 2024 23:12:09 +0000 (0:00:00.150) 0:03:43.651 ********** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:177 Thursday 30 May 2024 23:12:09 +0000 (0:00:00.572) 0:03:44.224 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1717110357.516958, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1716902420.402, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 2097284, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "inode/x-empty", "mode": "0600", "mtime": 1716902144.521, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "3342962587", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:182 Thursday 30 May 2024 23:12:09 +0000 (0:00:00.220) 0:03:44.445 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:204 Thursday 30 May 2024 23:12:09 +0000 (0:00:00.021) 0:03:44.466 ********** ok: [sut] TASK [Verify role results] ***************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/tests_resize.yml:373 Thursday 30 May 2024 23:12:10 +0000 (0:00:00.829) 0:03:45.295 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-role-results.yml for sut TASK [Print out pool information] ********************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-role-results.yml:2 Thursday 30 May 2024 23:12:10 +0000 (0:00:00.042) 0:03:45.338 ********** ok: [sut] => { "_storage_pools_list": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext4", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "9g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] } TASK [Print out volume information] ******************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-role-results.yml:7 Thursday 30 May 2024 23:12:10 +0000 (0:00:00.030) 0:03:45.368 ********** skipping: [sut] => { "false_condition": "_storage_volumes_list | length > 0" } TASK [Collect info about the volumes.] ***************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-role-results.yml:15 Thursday 30 May 2024 23:12:10 +0000 (0:00:00.025) 0:03:45.394 ********** ok: [sut] => { "changed": false, "info": { "/dev/mapper/foo-test1": { "fstype": "ext4", "label": "", "mountpoint": "/opt/test1", "name": "/dev/mapper/foo-test1", "size": "9G", "type": "lvm", "uuid": "ef15e925-dc98-4c92-8dfe-b41ed95111f6" }, "/dev/sda": { "fstype": "LVM2_member", "label": "", "mountpoint": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "O0TZA8-aSk8-rzqG-Hgwd-w5vA-8vu7-V6ML1t" }, "/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": "82a26900-2b36-49b9-bc49-f4d2f0bb14b8" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-role-results.yml:20 Thursday 30 May 2024 23:12:10 +0000 (0:00:00.218) 0:03:45.612 ********** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.003220", "end": "2024-05-30 23:12:11.169987", "rc": 0, "start": "2024-05-30 23:12:11.166767" } STDOUT: # # /etc/fstab # Created by anaconda on Tue May 28 13:15:44 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=82a26900-2b36-49b9-bc49-f4d2f0bb14b8 / xfs defaults 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat /mnt/redhat nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/qa /mnt/qa nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive /mnt/engarchive nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/tpsdist /mnt/tpsdist nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot /mnt/brew nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch /mnt/brew_scratch nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 /dev/mapper/foo-test1 /opt/test1 ext4 defaults 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-role-results.yml:25 Thursday 30 May 2024 23:12:11 +0000 (0:00:00.213) 0:03:45.826 ********** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.003123", "end": "2024-05-30 23:12:11.383707", "failed_when_result": false, "rc": 0, "start": "2024-05-30 23:12:11.380584" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-role-results.yml:34 Thursday 30 May 2024 23:12:11 +0000 (0:00:00.213) 0:03:46.039 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool.yml for sut => (item={'disks': ['sda'], 'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'encryption_clevis_pin': None, 'encryption_tang_url': None, 'encryption_tang_thumbprint': None, 'name': 'foo', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_metadata_version': None, 'raid_chunk_size': None, 'shared': False, 'state': 'present', 'type': 'lvm', 'volumes': [{'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'ext4', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test1', 'raid_level': None, 'size': '9g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/foo-test1', '_raw_device': '/dev/mapper/foo-test1', '_mount_id': '/dev/mapper/foo-test1', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}]}) TASK [Set _storage_pool_tests] ************************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool.yml:5 Thursday 30 May 2024 23:12:11 +0000 (0:00:00.044) 0:03:46.083 ********** ok: [sut] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool.yml:18 Thursday 30 May 2024 23:12:11 +0000 (0:00:00.126) 0:03:46.210 ********** ok: [sut] => { "changed": false, "cmd": [ "vgs", "--noheadings", "--binary", "-o", "shared", "foo" ], "delta": "0:00:00.042944", "end": "2024-05-30 23:12:11.808924", "rc": 0, "start": "2024-05-30 23:12:11.765980" } STDOUT: 0 TASK [Verify that VG shared value checks out] ********************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool.yml:24 Thursday 30 May 2024 23:12:11 +0000 (0:00:00.262) 0:03:46.473 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify pool subset] ****************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool.yml:34 Thursday 30 May 2024 23:12:11 +0000 (0:00:00.032) 0:03:46.505 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml for sut => (item=members) included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-volumes.yml for sut => (item=volumes) TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:2 Thursday 30 May 2024 23:12:11 +0000 (0:00:00.046) 0:03:46.551 ********** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_count": "1", "_storage_test_pool_pvs_lvm": [ "/dev/sda" ] }, "changed": false } TASK [Get the canonical device path for each member device] ******************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:8 Thursday 30 May 2024 23:12:11 +0000 (0:00:00.032) 0:03:46.584 ********** ok: [sut] => (item=/dev/sda) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/sda", "pv": "/dev/sda" } TASK [Set pvs lvm length] ****************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:17 Thursday 30 May 2024 23:12:12 +0000 (0:00:00.206) 0:03:46.791 ********** ok: [sut] => { "ansible_facts": { "__pvs_lvm_len": "1" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:22 Thursday 30 May 2024 23:12:12 +0000 (0:00:00.027) 0:03:46.819 ********** ok: [sut] => { "ansible_facts": { "_storage_test_pool_pvs": [ "/dev/sda" ] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:27 Thursday 30 May 2024 23:12:12 +0000 (0:00:00.032) 0:03:46.851 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:36 Thursday 30 May 2024 23:12:12 +0000 (0:00:00.029) 0:03:46.881 ********** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:41 Thursday 30 May 2024 23:12:12 +0000 (0:00:00.027) 0:03:46.908 ********** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:46 Thursday 30 May 2024 23:12:12 +0000 (0:00:00.027) 0:03:46.936 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'lvm' and storage_test_pool.raid_level", "skip_reason": "Conditional result was False" } TASK [Check the type of each PV] *********************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:51 Thursday 30 May 2024 23:12:12 +0000 (0:00:00.024) 0:03:46.960 ********** ok: [sut] => (item=/dev/sda) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/sda" } MSG: All assertions passed TASK [Check MD RAID] *********************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:64 Thursday 30 May 2024 23:12:12 +0000 (0:00:00.029) 0:03:46.990 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-md.yml for sut TASK [Get information about RAID] ********************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-md.yml:8 Thursday 30 May 2024 23:12:12 +0000 (0:00:00.142) 0:03:47.133 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-md.yml:14 Thursday 30 May 2024 23:12:12 +0000 (0:00:00.025) 0:03:47.158 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-md.yml:19 Thursday 30 May 2024 23:12:12 +0000 (0:00:00.024) 0:03:47.182 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-md.yml:24 Thursday 30 May 2024 23:12:12 +0000 (0:00:00.024) 0:03:47.207 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set md chunk size regex] ************************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-md.yml:29 Thursday 30 May 2024 23:12:12 +0000 (0:00:00.025) 0:03:47.232 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-md.yml:37 Thursday 30 May 2024 23:12:12 +0000 (0:00:00.027) 0:03:47.260 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-md.yml:46 Thursday 30 May 2024 23:12:12 +0000 (0:00:00.027) 0:03:47.287 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-md.yml:55 Thursday 30 May 2024 23:12:12 +0000 (0:00:00.025) 0:03:47.312 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-md.yml:64 Thursday 30 May 2024 23:12:12 +0000 (0:00:00.024) 0:03:47.336 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-md.yml:74 Thursday 30 May 2024 23:12:12 +0000 (0:00:00.024) 0:03:47.361 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Reset variables used by tests] ******************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-md.yml:83 Thursday 30 May 2024 23:12:12 +0000 (0:00:00.024) 0:03:47.385 ********** ok: [sut] => { "ansible_facts": { "storage_test_md_active_devices_re": null, "storage_test_md_chunk_size_re": null, "storage_test_md_metadata_version_re": null, "storage_test_md_spare_devices_re": null }, "changed": false } TASK [Check LVM RAID] ********************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:67 Thursday 30 May 2024 23:12:12 +0000 (0:00:00.026) 0:03:47.411 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-members-lvmraid.yml for sut TASK [Validate pool member LVM RAID settings] ********************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-members-lvmraid.yml:2 Thursday 30 May 2024 23:12:12 +0000 (0:00:00.044) 0:03:47.456 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-lvmraid.yml for sut => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'ext4', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test1', 'raid_level': None, 'size': '9g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/foo-test1', '_raw_device': '/dev/mapper/foo-test1', '_mount_id': '/dev/mapper/foo-test1', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}) TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-lvmraid.yml:8 Thursday 30 May 2024 23:12:12 +0000 (0:00:00.160) 0:03:47.617 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-lvmraid.yml:16 Thursday 30 May 2024 23:12:13 +0000 (0:00:00.026) 0:03:47.643 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-lvmraid.yml:20 Thursday 30 May 2024 23:12:13 +0000 (0:00:00.025) 0:03:47.668 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Set LV stripe size] ****************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-lvmraid.yml:27 Thursday 30 May 2024 23:12:13 +0000 (0:00:00.027) 0:03:47.695 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Parse the requested stripe size] ***************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-lvmraid.yml:31 Thursday 30 May 2024 23:12:13 +0000 (0:00:00.030) 0:03:47.726 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Set expected stripe size] ************************************************ task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-lvmraid.yml:37 Thursday 30 May 2024 23:12:13 +0000 (0:00:00.028) 0:03:47.754 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Check stripe size] ******************************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-lvmraid.yml:42 Thursday 30 May 2024 23:12:13 +0000 (0:00:00.040) 0:03:47.795 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Check Thin Pools] ******************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:70 Thursday 30 May 2024 23:12:13 +0000 (0:00:00.032) 0:03:47.828 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-members-thin.yml for sut TASK [Validate pool member thinpool settings] ********************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-members-thin.yml:2 Thursday 30 May 2024 23:12:13 +0000 (0:00:00.053) 0:03:47.882 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-thin.yml for sut => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'ext4', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test1', 'raid_level': None, 'size': '9g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/foo-test1', '_raw_device': '/dev/mapper/foo-test1', '_mount_id': '/dev/mapper/foo-test1', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}) TASK [Get information about thinpool] ****************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-thin.yml:8 Thursday 30 May 2024 23:12:13 +0000 (0:00:00.045) 0:03:47.927 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_thin_volume.thin", "skip_reason": "Conditional result was False" } TASK [Check that volume is in correct thinpool (when thinp name is provided)] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-thin.yml:16 Thursday 30 May 2024 23:12:13 +0000 (0:00:00.026) 0:03:47.954 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_thin_volume.thin", "skip_reason": "Conditional result was False" } TASK [Check that volume is in thinpool (when thinp name is not provided)] ****** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-thin.yml:22 Thursday 30 May 2024 23:12:13 +0000 (0:00:00.025) 0:03:47.979 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_thin_volume.thin", "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-thin.yml:26 Thursday 30 May 2024 23:12:13 +0000 (0:00:00.131) 0:03:48.111 ********** ok: [sut] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Check member encryption] ************************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:73 Thursday 30 May 2024 23:12:13 +0000 (0:00:00.028) 0:03:48.139 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-members-encryption.yml for sut TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-members-encryption.yml:5 Thursday 30 May 2024 23:12:13 +0000 (0:00:00.049) 0:03:48.189 ********** ok: [sut] => { "ansible_facts": { "_storage_test_expected_crypttab_entries": "0", "_storage_test_expected_crypttab_key_file": "-" }, "changed": false } TASK [Validate pool member LUKS settings] ************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-members-encryption.yml:10 Thursday 30 May 2024 23:12:13 +0000 (0:00:00.031) 0:03:48.220 ********** skipping: [sut] => (item=/dev/sda) => { "_storage_test_pool_member_path": "/dev/sda", "ansible_loop_var": "_storage_test_pool_member_path", "changed": false, "false_condition": "storage_test_pool.type == 'lvm' and storage_test_pool.encryption", "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [Validate pool member crypttab entries] *********************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-members-encryption.yml:17 Thursday 30 May 2024 23:12:13 +0000 (0:00:00.027) 0:03:48.247 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-crypttab.yml for sut => (item=/dev/sda) TASK [Set variables used by tests] ********************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-crypttab.yml:2 Thursday 30 May 2024 23:12:13 +0000 (0:00:00.040) 0:03:48.288 ********** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-crypttab.yml:6 Thursday 30 May 2024 23:12:13 +0000 (0:00:00.030) 0:03:48.319 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-crypttab.yml:14 Thursday 30 May 2024 23:12:13 +0000 (0:00:00.030) 0:03:48.349 ********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-crypttab.yml:23 Thursday 30 May 2024 23:12:13 +0000 (0:00:00.026) 0:03:48.375 ********** skipping: [sut] => { "changed": false, "false_condition": "false and _storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-crypttab.yml:32 Thursday 30 May 2024 23:12:13 +0000 (0:00:00.025) 0:03:48.400 ********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-crypttab.yml:41 Thursday 30 May 2024 23:12:13 +0000 (0:00:00.025) 0:03:48.426 ********** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-members-encryption.yml:24 Thursday 30 May 2024 23:12:13 +0000 (0:00:00.025) 0:03:48.452 ********** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_crypttab_key_file": null }, "changed": false } TASK [Check VDO] *************************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:76 Thursday 30 May 2024 23:12:13 +0000 (0:00:00.127) 0:03:48.579 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-members-vdo.yml for sut TASK [Validate pool member VDO settings] *************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-members-vdo.yml:2 Thursday 30 May 2024 23:12:14 +0000 (0:00:00.049) 0:03:48.629 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-vdo.yml for sut => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'ext4', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test1', 'raid_level': None, 'size': '9g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/foo-test1', '_raw_device': '/dev/mapper/foo-test1', '_mount_id': '/dev/mapper/foo-test1', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}) TASK [Get information about VDO deduplication] ********************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-vdo.yml:8 Thursday 30 May 2024 23:12:14 +0000 (0:00:00.043) 0:03:48.673 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-vdo.yml:15 Thursday 30 May 2024 23:12:14 +0000 (0:00:00.025) 0:03:48.699 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-vdo.yml:21 Thursday 30 May 2024 23:12:14 +0000 (0:00:00.025) 0:03:48.724 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Get information about VDO compression] *********************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-vdo.yml:27 Thursday 30 May 2024 23:12:14 +0000 (0:00:00.025) 0:03:48.750 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-vdo.yml:34 Thursday 30 May 2024 23:12:14 +0000 (0:00:00.025) 0:03:48.775 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-vdo.yml:40 Thursday 30 May 2024 23:12:14 +0000 (0:00:00.024) 0:03:48.800 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-vdo.yml:46 Thursday 30 May 2024 23:12:14 +0000 (0:00:00.025) 0:03:48.826 ********** ok: [sut] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Check Stratis] *********************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:79 Thursday 30 May 2024 23:12:14 +0000 (0:00:00.026) 0:03:48.852 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-stratis.yml for sut TASK [Run 'stratis report'] **************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-stratis.yml:6 Thursday 30 May 2024 23:12:14 +0000 (0:00:00.050) 0:03:48.902 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Get information about Stratis] ******************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-stratis.yml:11 Thursday 30 May 2024 23:12:14 +0000 (0:00:00.025) 0:03:48.928 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Verify that the pools was created] *************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-stratis.yml:15 Thursday 30 May 2024 23:12:14 +0000 (0:00:00.128) 0:03:49.056 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Verify that encryption is correctly set] ********************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-stratis.yml:25 Thursday 30 May 2024 23:12:14 +0000 (0:00:00.027) 0:03:49.083 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Verify that Clevis/Tang encryption is correctly set] ********************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-stratis.yml:34 Thursday 30 May 2024 23:12:14 +0000 (0:00:00.024) 0:03:49.108 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-stratis.yml:44 Thursday 30 May 2024 23:12:14 +0000 (0:00:00.025) 0:03:49.134 ********** ok: [sut] => { "ansible_facts": { "storage_test_stratis_report": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:82 Thursday 30 May 2024 23:12:14 +0000 (0:00:00.026) 0:03:49.160 ********** ok: [sut] => { "ansible_facts": { "__pvs_lvm_len": null, "_storage_test_expected_pv_count": null, "_storage_test_expected_pv_type": null, "_storage_test_pool_pvs": [], "_storage_test_pool_pvs_lvm": [] }, "changed": false } TASK [Verify the volumes] ****************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-volumes.yml:3 Thursday 30 May 2024 23:12:14 +0000 (0:00:00.026) 0:03:49.187 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume.yml for sut => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'ext4', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test1', 'raid_level': None, 'size': '9g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/foo-test1', '_raw_device': '/dev/mapper/foo-test1', '_mount_id': '/dev/mapper/foo-test1', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}) TASK [Set storage volume test variables] *************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume.yml:2 Thursday 30 May 2024 23:12:14 +0000 (0:00:00.041) 0:03:49.228 ********** 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-main_stratis-support-2rq9ytyq9/tests/test-verify-volume.yml:19 Thursday 30 May 2024 23:12:14 +0000 (0:00:00.029) 0:03:49.258 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-mount.yml for sut => (item=mount) included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-fstab.yml for sut => (item=fstab) included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-fs.yml for sut => (item=fs) included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-device.yml for sut => (item=device) included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml for sut => (item=encryption) included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-md.yml for sut => (item=md) included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml for sut => (item=size) included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-cache.yml for sut => (item=cache) TASK [Get expected mount device based on device type] ************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-mount.yml:7 Thursday 30 May 2024 23:12:14 +0000 (0:00:00.082) 0:03:49.340 ********** ok: [sut] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/foo-test1" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-mount.yml:11 Thursday 30 May 2024 23:12:14 +0000 (0:00:00.030) 0:03:49.370 ********** ok: [sut] => { "ansible_facts": { "storage_test_mount_expected_mount_point": "/opt/test1", "storage_test_swap_expected_matches": "0" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-mount.yml:19 Thursday 30 May 2024 23:12:14 +0000 (0:00:00.031) 0:03:49.402 ********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and (storage_test_volume.mount_user or storage_test_volume.mount_group or storage_test_volume.mount_mode)", "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-mount.yml:28 Thursday 30 May 2024 23:12:14 +0000 (0:00:00.025) 0:03:49.428 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-mount.yml:36 Thursday 30 May 2024 23:12:14 +0000 (0:00:00.140) 0:03:49.569 ********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_user", "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-mount.yml:42 Thursday 30 May 2024 23:12:14 +0000 (0:00:00.027) 0:03:49.596 ********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_group", "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-mount.yml:48 Thursday 30 May 2024 23:12:14 +0000 (0:00:00.026) 0:03:49.623 ********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_mode", "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-mount.yml:57 Thursday 30 May 2024 23:12:15 +0000 (0:00:00.030) 0:03:49.654 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-mount.yml:63 Thursday 30 May 2024 23:12:15 +0000 (0:00:00.028) 0:03:49.682 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-mount.yml:69 Thursday 30 May 2024 23:12:15 +0000 (0:00:00.027) 0:03:49.710 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-mount.yml:79 Thursday 30 May 2024 23:12:15 +0000 (0:00:00.027) 0:03:49.738 ********** 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-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-fstab.yml:2 Thursday 30 May 2024 23:12:15 +0000 (0:00:00.029) 0:03:49.768 ********** ok: [sut] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": "1", "storage_test_fstab_expected_mount_options_matches": "1", "storage_test_fstab_expected_mount_point_matches": "1", "storage_test_fstab_id_matches": [ "/dev/mapper/foo-test1 " ], "storage_test_fstab_mount_options_matches": [ " /opt/test1 ext4 defaults " ], "storage_test_fstab_mount_point_matches": [ " /opt/test1 " ] }, "changed": false } TASK [Verify that the device identifier appears in /etc/fstab] ***************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-fstab.yml:17 Thursday 30 May 2024 23:12:15 +0000 (0:00:00.042) 0:03:49.810 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-fstab.yml:24 Thursday 30 May 2024 23:12:15 +0000 (0:00:00.033) 0:03:49.843 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-fstab.yml:33 Thursday 30 May 2024 23:12:15 +0000 (0:00:00.032) 0:03:49.876 ********** skipping: [sut] => { "changed": false, "false_condition": "__storage_verify_mount_options | d(false)", "skip_reason": "Conditional result was False" } TASK [Clean up variables] ****************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-fstab.yml:45 Thursday 30 May 2024 23:12:15 +0000 (0:00:00.030) 0:03:49.907 ********** 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-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-fs.yml:6 Thursday 30 May 2024 23:12:15 +0000 (0:00:00.030) 0:03:49.937 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-fs.yml:14 Thursday 30 May 2024 23:12:15 +0000 (0:00:00.034) 0:03:49.971 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-device.yml:3 Thursday 30 May 2024 23:12:15 +0000 (0:00:00.032) 0:03:50.004 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1717110727.7954147, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1717110727.7954147, "dev": 5, "device_type": 64768, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 1369, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/symlink", "mode": "0660", "mtime": 1717110727.7954147, "nlink": 1, "path": "/dev/mapper/foo-test1", "pw_name": "root", "readable": true, "rgrp": true, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": null, "wgrp": true, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-device.yml:9 Thursday 30 May 2024 23:12:15 +0000 (0:00:00.324) 0:03:50.329 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-device.yml:16 Thursday 30 May 2024 23:12:15 +0000 (0:00:00.030) 0:03:50.359 ********** skipping: [sut] => { "changed": false, "false_condition": "not (_storage_test_volume_present or storage_test_volume.type == 'disk')", "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-device.yml:23 Thursday 30 May 2024 23:12:15 +0000 (0:00:00.025) 0:03:50.385 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-device.yml:29 Thursday 30 May 2024 23:12:15 +0000 (0:00:00.028) 0:03:50.413 ********** ok: [sut] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-device.yml:33 Thursday 30 May 2024 23:12:15 +0000 (0:00:00.027) 0:03:50.441 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == \"raid\"", "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-device.yml:38 Thursday 30 May 2024 23:12:15 +0000 (0:00:00.027) 0:03:50.468 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:3 Thursday 30 May 2024 23:12:15 +0000 (0:00:00.028) 0:03:50.497 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:10 Thursday 30 May 2024 23:12:15 +0000 (0:00:00.029) 0:03:50.527 ********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Collect LUKS info for this volume] *************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:16 Thursday 30 May 2024 23:12:16 +0000 (0:00:00.878) 0:03:51.405 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:22 Thursday 30 May 2024 23:12:16 +0000 (0:00:00.026) 0:03:51.432 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "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-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:29 Thursday 30 May 2024 23:12:16 +0000 (0:00:00.024) 0:03:51.456 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:40 Thursday 30 May 2024 23:12:16 +0000 (0:00:00.030) 0:03:51.487 ********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:46 Thursday 30 May 2024 23:12:16 +0000 (0:00:00.025) 0:03:51.512 ********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:51 Thursday 30 May 2024 23:12:16 +0000 (0:00:00.026) 0:03:51.538 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:63 Thursday 30 May 2024 23:12:16 +0000 (0:00:00.024) 0:03:51.563 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:75 Thursday 30 May 2024 23:12:17 +0000 (0:00:00.140) 0:03:51.704 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:87 Thursday 30 May 2024 23:12:17 +0000 (0:00:00.028) 0:03:51.732 ********** 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-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:93 Thursday 30 May 2024 23:12:17 +0000 (0:00:00.033) 0:03:51.766 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:100 Thursday 30 May 2024 23:12:17 +0000 (0:00:00.031) 0:03:51.797 ********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:108 Thursday 30 May 2024 23:12:17 +0000 (0:00:00.027) 0:03:51.825 ********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:116 Thursday 30 May 2024 23:12:17 +0000 (0:00:00.028) 0:03:51.853 ********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:124 Thursday 30 May 2024 23:12:17 +0000 (0:00:00.027) 0:03:51.881 ********** 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-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-md.yml:8 Thursday 30 May 2024 23:12:17 +0000 (0:00:00.031) 0:03:51.913 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-md.yml:14 Thursday 30 May 2024 23:12:17 +0000 (0:00:00.026) 0:03:51.940 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-md.yml:19 Thursday 30 May 2024 23:12:17 +0000 (0:00:00.026) 0:03:51.966 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-md.yml:24 Thursday 30 May 2024 23:12:17 +0000 (0:00:00.025) 0:03:51.992 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-md.yml:29 Thursday 30 May 2024 23:12:17 +0000 (0:00:00.029) 0:03:52.021 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-md.yml:37 Thursday 30 May 2024 23:12:17 +0000 (0:00:00.028) 0:03:52.050 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-md.yml:46 Thursday 30 May 2024 23:12:17 +0000 (0:00:00.027) 0:03:52.078 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-md.yml:54 Thursday 30 May 2024 23:12:17 +0000 (0:00:00.027) 0:03:52.106 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-md.yml:62 Thursday 30 May 2024 23:12:17 +0000 (0:00:00.160) 0:03:52.267 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-md.yml:70 Thursday 30 May 2024 23:12:17 +0000 (0:00:00.028) 0:03:52.295 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:3 Thursday 30 May 2024 23:12:17 +0000 (0:00:00.028) 0:03:52.323 ********** ok: [sut] => { "bytes": 9663676416, "changed": false, "lvm": "9g", "parted": "9GiB", "size": "9 GiB" } TASK [Parse the requested size of the volume] ********************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:11 Thursday 30 May 2024 23:12:17 +0000 (0:00:00.209) 0:03:52.533 ********** ok: [sut] => { "bytes": 9663676416, "changed": false, "lvm": "9g", "parted": "9GiB", "size": "9 GiB" } TASK [Establish base value for expected size] ********************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:20 Thursday 30 May 2024 23:12:18 +0000 (0:00:00.211) 0:03:52.744 ********** ok: [sut] => { "ansible_facts": { "storage_test_expected_size": "9663676416" }, "changed": false } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:28 Thursday 30 May 2024 23:12:18 +0000 (0:00:00.031) 0:03:52.776 ********** ok: [sut] => { "storage_test_expected_size": "9663676416" } TASK [Get the size of parent/pool device] ************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:32 Thursday 30 May 2024 23:12:18 +0000 (0:00:00.028) 0:03:52.804 ********** ok: [sut] => { "bytes": 10726680821, "changed": false, "lvm": "9g", "parted": "9GiB", "size": "9 GiB" } TASK [Show test pool] ********************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:46 Thursday 30 May 2024 23:12:18 +0000 (0:00:00.209) 0:03:53.014 ********** skipping: [sut] => { "false_condition": "'%' in storage_test_volume.size | string" } TASK [Show test blockinfo] ***************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:50 Thursday 30 May 2024 23:12:18 +0000 (0:00:00.030) 0:03:53.044 ********** skipping: [sut] => { "false_condition": "'%' in storage_test_volume.size | string" } TASK [Show test pool size] ***************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:54 Thursday 30 May 2024 23:12:18 +0000 (0:00:00.030) 0:03:53.074 ********** skipping: [sut] => { "false_condition": "'%' in storage_test_volume.size | string" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:58 Thursday 30 May 2024 23:12:18 +0000 (0:00:00.030) 0:03:53.105 ********** skipping: [sut] => { "changed": false, "false_condition": "'%' in storage_test_volume.size | string", "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:67 Thursday 30 May 2024 23:12:18 +0000 (0:00:00.029) 0:03:53.134 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:71 Thursday 30 May 2024 23:12:18 +0000 (0:00:00.027) 0:03:53.161 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:76 Thursday 30 May 2024 23:12:18 +0000 (0:00:00.027) 0:03:53.188 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:82 Thursday 30 May 2024 23:12:18 +0000 (0:00:00.151) 0:03:53.340 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:86 Thursday 30 May 2024 23:12:18 +0000 (0:00:00.027) 0:03:53.367 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:91 Thursday 30 May 2024 23:12:18 +0000 (0:00:00.027) 0:03:53.395 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:96 Thursday 30 May 2024 23:12:18 +0000 (0:00:00.027) 0:03:53.422 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:101 Thursday 30 May 2024 23:12:18 +0000 (0:00:00.024) 0:03:53.447 ********** skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Show volume thin pool size] ********************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:105 Thursday 30 May 2024 23:12:18 +0000 (0:00:00.027) 0:03:53.474 ********** skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:109 Thursday 30 May 2024 23:12:18 +0000 (0:00:00.026) 0:03:53.501 ********** skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Establish base value for expected thin pool size] ************************ task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:113 Thursday 30 May 2024 23:12:18 +0000 (0:00:00.027) 0:03:53.528 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:120 Thursday 30 May 2024 23:12:18 +0000 (0:00:00.026) 0:03:53.554 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:127 Thursday 30 May 2024 23:12:18 +0000 (0:00:00.030) 0:03:53.585 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:131 Thursday 30 May 2024 23:12:18 +0000 (0:00:00.031) 0:03:53.617 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:137 Thursday 30 May 2024 23:12:19 +0000 (0:00:00.027) 0:03:53.645 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:143 Thursday 30 May 2024 23:12:19 +0000 (0:00:00.025) 0:03:53.671 ********** ok: [sut] => { "storage_test_actual_size": { "bytes": 9663676416, "changed": false, "failed": false, "lvm": "9g", "parted": "9GiB", "size": "9 GiB" } } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:147 Thursday 30 May 2024 23:12:19 +0000 (0:00:00.030) 0:03:53.702 ********** ok: [sut] => { "storage_test_expected_size": "9663676416" } TASK [Assert expected size is actual size] ************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:151 Thursday 30 May 2024 23:12:19 +0000 (0:00:00.029) 0:03:53.731 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-cache.yml:5 Thursday 30 May 2024 23:12:19 +0000 (0:00:00.170) 0:03:53.902 ********** ok: [sut] => { "changed": false, "cmd": [ "lvs", "--noheadings", "--nameprefixes", "--units=b", "--nosuffix", "--unquoted", "-o", "name,attr,cache_total_blocks,chunk_size,segtype", "foo/test1" ], "delta": "0:00:00.032239", "end": "2024-05-30 23:12:19.502865", "rc": 0, "start": "2024-05-30 23:12:19.470626" } STDOUT: LVM2_LV_NAME=test1 LVM2_LV_ATTR=-wi-ao---- LVM2_CACHE_TOTAL_BLOCKS= LVM2_CHUNK_SIZE=0 LVM2_SEGTYPE=linear TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-cache.yml:13 Thursday 30 May 2024 23:12:19 +0000 (0:00:00.256) 0:03:54.159 ********** ok: [sut] => { "ansible_facts": { "storage_test_lv_segtype": [ "linear" ] }, "changed": false } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-cache.yml:17 Thursday 30 May 2024 23:12:19 +0000 (0:00:00.030) 0:03:54.190 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set LV cache size] ******************************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-cache.yml:24 Thursday 30 May 2024 23:12:19 +0000 (0:00:00.030) 0:03:54.220 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.cached | bool", "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-cache.yml:31 Thursday 30 May 2024 23:12:19 +0000 (0:00:00.026) 0:03:54.246 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.cached | bool", "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-cache.yml:37 Thursday 30 May 2024 23:12:19 +0000 (0:00:00.025) 0:03:54.271 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.cached | bool", "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-cache.yml:42 Thursday 30 May 2024 23:12:19 +0000 (0:00:00.026) 0:03:54.297 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.cached | bool", "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume.yml:25 Thursday 30 May 2024 23:12:19 +0000 (0:00:00.027) 0:03:54.325 ********** ok: [sut] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-role-results.yml:44 Thursday 30 May 2024 23:12:19 +0000 (0:00:00.026) 0:03:54.352 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Clean up variable namespace] ********************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-role-results.yml:54 Thursday 30 May 2024 23:12:19 +0000 (0:00:00.019) 0:03:54.372 ********** ok: [sut] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } TASK [Test for correct handling of offline resize in safe mode] **************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/tests_resize.yml:376 Thursday 30 May 2024 23:12:19 +0000 (0:00:00.028) 0:03:54.400 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-role-failed.yml for sut TASK [Store global variable value copy] **************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-role-failed.yml:4 Thursday 30 May 2024 23:12:19 +0000 (0:00:00.043) 0:03:54.444 ********** ok: [sut] => { "ansible_facts": { "storage_pools_global": [], "storage_safe_mode_global": false, "storage_volumes_global": [] }, "changed": false } TASK [Verify role raises correct error] **************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-role-failed.yml:10 Thursday 30 May 2024 23:12:19 +0000 (0:00:00.029) 0:03:54.473 ********** TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Thursday 30 May 2024 23:12:20 +0000 (0:00:00.165) 0:03:54.638 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Thursday 30 May 2024 23:12:20 +0000 (0:00:00.041) 0:03:54.680 ********** skipping: [sut] => { "changed": false, "false_condition": "__storage_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Thursday 30 May 2024 23:12:20 +0000 (0:00:00.032) 0:03:54.712 ********** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_9.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs", "stratisd", "stratis-cli" ] }, "ansible_included_var_files": [ "/WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } ok: [sut] => (item=CentOS_9.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs", "stratisd", "stratis-cli" ] }, "ansible_included_var_files": [ "/WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Thursday 30 May 2024 23:12:20 +0000 (0:00:00.059) 0:03:54.772 ********** skipping: [sut] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Thursday 30 May 2024 23:12:20 +0000 (0:00:00.028) 0:03:54.800 ********** skipping: [sut] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Thursday 30 May 2024 23:12:20 +0000 (0:00:00.027) 0:03:54.828 ********** ok: [sut] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Thursday 30 May 2024 23:12:20 +0000 (0:00:00.030) 0:03:54.858 ********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Thursday 30 May 2024 23:12:20 +0000 (0:00:00.028) 0:03:54.886 ********** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for sut TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Thursday 30 May 2024 23:12:20 +0000 (0:00:00.051) 0:03:54.938 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"blivet_available\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Thursday 30 May 2024 23:12:20 +0000 (0:00:00.027) 0:03:54.965 ********** ok: [sut] => { "storage_pools": [ { "disks": [ "sda" ], "name": "foo", "volumes": [ { "fs_type": "ext4", "mount_point": "/opt/test1", "name": "test1", "size": "5g" } ] } ] } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Thursday 30 May 2024 23:12:20 +0000 (0:00:00.032) 0:03:54.998 ********** ok: [sut] => { "storage_volumes": [] } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Thursday 30 May 2024 23:12:20 +0000 (0:00:00.033) 0:03:55.031 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Thursday 30 May 2024 23:12:20 +0000 (0:00:00.146) 0:03:55.178 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Thursday 30 May 2024 23:12:20 +0000 (0:00:00.028) 0:03:55.206 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Thursday 30 May 2024 23:12:20 +0000 (0:00:00.026) 0:03:55.233 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"service_facts\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Thursday 30 May 2024 23:12:20 +0000 (0:00:00.026) 0:03:55.260 ********** ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Thursday 30 May 2024 23:12:20 +0000 (0:00:00.040) 0:03:55.300 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Thursday 30 May 2024 23:12:20 +0000 (0:00:00.022) 0:03:55.322 ********** fatal: [sut]: FAILED! => { "actions": [], "changed": false, "crypts": [], "leaves": [], "mounts": [], "packages": [], "pools": [], "volumes": [] } MSG: device 'foo-test1' must be unmounted to be resized in safe mode TASK [fedora.linux_system_roles.storage : Failed message] ********************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:91 Thursday 30 May 2024 23:12:22 +0000 (0:00:01.494) 0:03:56.817 ********** fatal: [sut]: FAILED! => { "changed": false } MSG: {'changed': False, 'actions': [], 'leaves': [], 'mounts': [], 'crypts': [], 'pools': [], 'volumes': [], 'packages': [], 'failed': True, 'msg': "device 'foo-test1' must be unmounted to be resized in safe mode", 'invocation': {'module_args': {'pools': [{'disks': ['sda'], 'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'encryption_clevis_pin': None, 'encryption_tang_url': None, 'encryption_tang_thumbprint': None, 'name': 'foo', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_metadata_version': None, 'raid_chunk_size': None, 'shared': False, 'state': 'present', 'type': 'lvm', 'volumes': [{'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'ext4', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test1', 'raid_level': None, 'size': '5g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None}]}], 'volumes': [], 'use_partitions': None, 'disklabel_type': None, 'pool_defaults': {'state': 'present', 'type': 'lvm', 'disks': [], 'volumes': [], 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, 'shared': False}, 'volume_defaults': {'state': 'present', 'type': 'lvm', 'size': 0, 'disks': [], 'fs_type': 'xfs', 'fs_label': '', 'fs_create_options': '', 'fs_overwrite_existing': True, 'mount_point': '', 'mount_options': 'defaults', 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_stripe_size': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': []}, 'safe_mode': True, 'packages_only': False, 'diskvolume_mkfs_option_map': {}}}, '_ansible_no_log': None} TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Thursday 30 May 2024 23:12:22 +0000 (0:00:00.035) 0:03:56.852 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check that we failed in the role] **************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-role-failed.yml:23 Thursday 30 May 2024 23:12:22 +0000 (0:00:00.022) 0:03:56.874 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the blivet output and error message are correct] ****************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-role-failed.yml:28 Thursday 30 May 2024 23:12:22 +0000 (0:00:00.032) 0:03:56.907 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify correct exception or error message] ******************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-role-failed.yml:39 Thursday 30 May 2024 23:12:22 +0000 (0:00:00.032) 0:03:56.940 ********** skipping: [sut] => { "changed": false, "false_condition": "__storage_failed_exception is defined", "skip_reason": "Conditional result was False" } TASK [Clean up] **************************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/tests_resize.yml:393 Thursday 30 May 2024 23:12:22 +0000 (0:00:00.027) 0:03:56.968 ********** TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Thursday 30 May 2024 23:12:22 +0000 (0:00:00.051) 0:03:57.019 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Thursday 30 May 2024 23:12:22 +0000 (0:00:00.157) 0:03:57.177 ********** skipping: [sut] => { "changed": false, "false_condition": "__storage_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Thursday 30 May 2024 23:12:22 +0000 (0:00:00.034) 0:03:57.211 ********** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_9.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs", "stratisd", "stratis-cli" ] }, "ansible_included_var_files": [ "/WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } ok: [sut] => (item=CentOS_9.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs", "stratisd", "stratis-cli" ] }, "ansible_included_var_files": [ "/WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Thursday 30 May 2024 23:12:22 +0000 (0:00:00.057) 0:03:57.269 ********** skipping: [sut] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Thursday 30 May 2024 23:12:22 +0000 (0:00:00.027) 0:03:57.297 ********** skipping: [sut] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Thursday 30 May 2024 23:12:22 +0000 (0:00:00.027) 0:03:57.325 ********** ok: [sut] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Thursday 30 May 2024 23:12:22 +0000 (0:00:00.027) 0:03:57.352 ********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Thursday 30 May 2024 23:12:22 +0000 (0:00:00.031) 0:03:57.384 ********** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for sut TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Thursday 30 May 2024 23:12:22 +0000 (0:00:00.052) 0:03:57.436 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"blivet_available\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Thursday 30 May 2024 23:12:22 +0000 (0:00:00.027) 0:03:57.464 ********** ok: [sut] => { "storage_pools": [ { "disks": [ "sda" ], "name": "foo", "state": "absent", "volumes": [ { "mount_point": "/opt/test1", "name": "test1", "size": "5g" } ] } ] } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Thursday 30 May 2024 23:12:22 +0000 (0:00:00.030) 0:03:57.495 ********** ok: [sut] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined. 'storage_volumes' is undefined" } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Thursday 30 May 2024 23:12:22 +0000 (0:00:00.029) 0:03:57.525 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Thursday 30 May 2024 23:12:22 +0000 (0:00:00.028) 0:03:57.553 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Thursday 30 May 2024 23:12:22 +0000 (0:00:00.027) 0:03:57.580 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Thursday 30 May 2024 23:12:22 +0000 (0:00:00.028) 0:03:57.609 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"service_facts\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Thursday 30 May 2024 23:12:23 +0000 (0:00:00.159) 0:03:57.768 ********** ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Thursday 30 May 2024 23:12:23 +0000 (0:00:00.043) 0:03:57.812 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Thursday 30 May 2024 23:12:23 +0000 (0:00:00.022) 0:03:57.834 ********** changed: [sut] => { "actions": [ { "action": "destroy format", "device": "/dev/mapper/foo-test1", "fs_type": "ext4" }, { "action": "destroy device", "device": "/dev/mapper/foo-test1", "fs_type": null }, { "action": "destroy device", "device": "/dev/foo", "fs_type": null }, { "action": "destroy format", "device": "/dev/sda", "fs_type": "lvmpv" } ], "changed": true, "crypts": [], "leaves": [ "/dev/sda", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [ { "fstype": "ext4", "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "absent" } ], "packages": [ "xfsprogs" ], "pools": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "absent", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext4", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "5g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Thursday 30 May 2024 23:12:25 +0000 (0:00:02.096) 0:03:59.931 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_udevadm_trigger | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Thursday 30 May 2024 23:12:25 +0000 (0:00:00.030) 0:03:59.961 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:101 Thursday 30 May 2024 23:12:25 +0000 (0:00:00.021) 0:03:59.983 ********** ok: [sut] => { "blivet_output": { "actions": [ { "action": "destroy format", "device": "/dev/mapper/foo-test1", "fs_type": "ext4" }, { "action": "destroy device", "device": "/dev/mapper/foo-test1", "fs_type": null }, { "action": "destroy device", "device": "/dev/foo", "fs_type": null }, { "action": "destroy format", "device": "/dev/sda", "fs_type": "lvmpv" } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/sda", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [ { "fstype": "ext4", "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "absent" } ], "packages": [ "xfsprogs" ], "pools": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "absent", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext4", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "5g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:110 Thursday 30 May 2024 23:12:25 +0000 (0:00:00.032) 0:04:00.016 ********** ok: [sut] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "absent", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext4", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "5g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] }, "changed": false } TASK [fedora.linux_system_roles.storage : Set the list of volumes for test verification] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:114 Thursday 30 May 2024 23:12:25 +0000 (0:00:00.033) 0:04:00.049 ********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:130 Thursday 30 May 2024 23:12:25 +0000 (0:00:00.031) 0:04:00.080 ********** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount changed: [sut] => (item={'src': '/dev/mapper/foo-test1', 'path': '/opt/test1', 'state': 'absent', 'fstype': 'ext4'}) => { "ansible_loop_var": "mount_info", "backup_file": "", "boot": "yes", "changed": true, "dump": "0", "fstab": "/etc/fstab", "fstype": "ext4", "mount_info": { "fstype": "ext4", "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "absent" }, "name": "/opt/test1", "opts": "defaults", "passno": "0", "src": "/dev/mapper/foo-test1" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:141 Thursday 30 May 2024 23:12:25 +0000 (0:00:00.225) 0:04:00.306 ********** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:146 Thursday 30 May 2024 23:12:26 +0000 (0:00:00.570) 0:04:00.877 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:157 Thursday 30 May 2024 23:12:26 +0000 (0:00:00.027) 0:04:00.904 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:169 Thursday 30 May 2024 23:12:26 +0000 (0:00:00.026) 0:04:00.931 ********** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:177 Thursday 30 May 2024 23:12:26 +0000 (0:00:00.556) 0:04:01.487 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1717110357.516958, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1716902420.402, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 2097284, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "inode/x-empty", "mode": "0600", "mtime": 1716902144.521, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "3342962587", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:182 Thursday 30 May 2024 23:12:27 +0000 (0:00:00.219) 0:04:01.707 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:204 Thursday 30 May 2024 23:12:27 +0000 (0:00:00.161) 0:04:01.868 ********** ok: [sut] TASK [Verify role results] ***************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/tests_resize.yml:406 Thursday 30 May 2024 23:12:28 +0000 (0:00:00.783) 0:04:02.652 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-role-results.yml for sut TASK [Print out pool information] ********************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-role-results.yml:2 Thursday 30 May 2024 23:12:28 +0000 (0:00:00.047) 0:04:02.699 ********** ok: [sut] => { "_storage_pools_list": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "absent", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext4", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "5g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] } TASK [Print out volume information] ******************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-role-results.yml:7 Thursday 30 May 2024 23:12:28 +0000 (0:00:00.032) 0:04:02.732 ********** skipping: [sut] => { "false_condition": "_storage_volumes_list | length > 0" } TASK [Collect info about the volumes.] ***************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-role-results.yml:15 Thursday 30 May 2024 23:12:28 +0000 (0:00:00.027) 0:04:02.760 ********** 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": "82a26900-2b36-49b9-bc49-f4d2f0bb14b8" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-role-results.yml:20 Thursday 30 May 2024 23:12:28 +0000 (0:00:00.222) 0:04:02.982 ********** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:01.004294", "end": "2024-05-30 23:12:29.541995", "rc": 0, "start": "2024-05-30 23:12:28.537701" } STDOUT: # # /etc/fstab # Created by anaconda on Tue May 28 13:15:44 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=82a26900-2b36-49b9-bc49-f4d2f0bb14b8 / 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-main_stratis-support-2rq9ytyq9/tests/verify-role-results.yml:25 Thursday 30 May 2024 23:12:29 +0000 (0:00:01.215) 0:04:04.198 ********** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.003273", "end": "2024-05-30 23:12:29.756783", "failed_when_result": false, "rc": 0, "start": "2024-05-30 23:12:29.753510" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-role-results.yml:34 Thursday 30 May 2024 23:12:29 +0000 (0:00:00.214) 0:04:04.413 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool.yml for sut => (item={'disks': ['sda'], 'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'encryption_clevis_pin': None, 'encryption_tang_url': None, 'encryption_tang_thumbprint': None, 'name': 'foo', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_metadata_version': None, 'raid_chunk_size': None, 'shared': False, 'state': 'absent', 'type': 'lvm', 'volumes': [{'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'ext4', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test1', 'raid_level': None, 'size': '5g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/foo-test1', '_raw_device': '/dev/mapper/foo-test1', '_mount_id': '/dev/mapper/foo-test1'}]}) TASK [Set _storage_pool_tests] ************************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool.yml:5 Thursday 30 May 2024 23:12:29 +0000 (0:00:00.046) 0:04:04.459 ********** ok: [sut] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool.yml:18 Thursday 30 May 2024 23:12:29 +0000 (0:00:00.028) 0:04:04.488 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'lvm' and storage_test_pool.state == 'present'", "skip_reason": "Conditional result was False" } TASK [Verify that VG shared value checks out] ********************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool.yml:24 Thursday 30 May 2024 23:12:29 +0000 (0:00:00.026) 0:04:04.515 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'lvm' and storage_test_pool.state == 'present'", "skip_reason": "Conditional result was False" } TASK [Verify pool subset] ****************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool.yml:34 Thursday 30 May 2024 23:12:29 +0000 (0:00:00.026) 0:04:04.541 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml for sut => (item=members) included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-volumes.yml for sut => (item=volumes) TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:2 Thursday 30 May 2024 23:12:30 +0000 (0:00:00.175) 0:04:04.716 ********** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_count": "0", "_storage_test_pool_pvs_lvm": [] }, "changed": false } TASK [Get the canonical device path for each member device] ******************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:8 Thursday 30 May 2024 23:12:30 +0000 (0:00:00.036) 0:04:04.753 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Set pvs lvm length] ****************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:17 Thursday 30 May 2024 23:12:30 +0000 (0:00:00.020) 0:04:04.774 ********** ok: [sut] => { "ansible_facts": { "__pvs_lvm_len": "0" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:22 Thursday 30 May 2024 23:12:30 +0000 (0:00:00.030) 0:04:04.804 ********** ok: [sut] => { "ansible_facts": { "_storage_test_pool_pvs": [] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:27 Thursday 30 May 2024 23:12:30 +0000 (0:00:00.033) 0:04:04.837 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:36 Thursday 30 May 2024 23:12:30 +0000 (0:00:00.031) 0:04:04.869 ********** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:41 Thursday 30 May 2024 23:12:30 +0000 (0:00:00.030) 0:04:04.899 ********** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:46 Thursday 30 May 2024 23:12:30 +0000 (0:00:00.030) 0:04:04.929 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'lvm' and storage_test_pool.raid_level", "skip_reason": "Conditional result was False" } TASK [Check the type of each PV] *********************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:51 Thursday 30 May 2024 23:12:30 +0000 (0:00:00.024) 0:04:04.954 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check MD RAID] *********************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:64 Thursday 30 May 2024 23:12:30 +0000 (0:00:00.019) 0:04:04.974 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-md.yml for sut TASK [Get information about RAID] ********************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-md.yml:8 Thursday 30 May 2024 23:12:30 +0000 (0:00:00.045) 0:04:05.019 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-md.yml:14 Thursday 30 May 2024 23:12:30 +0000 (0:00:00.025) 0:04:05.045 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-md.yml:19 Thursday 30 May 2024 23:12:30 +0000 (0:00:00.026) 0:04:05.071 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-md.yml:24 Thursday 30 May 2024 23:12:30 +0000 (0:00:00.136) 0:04:05.207 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set md chunk size regex] ************************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-md.yml:29 Thursday 30 May 2024 23:12:30 +0000 (0:00:00.026) 0:04:05.234 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-md.yml:37 Thursday 30 May 2024 23:12:30 +0000 (0:00:00.027) 0:04:05.261 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-md.yml:46 Thursday 30 May 2024 23:12:30 +0000 (0:00:00.027) 0:04:05.289 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-md.yml:55 Thursday 30 May 2024 23:12:30 +0000 (0:00:00.027) 0:04:05.316 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-md.yml:64 Thursday 30 May 2024 23:12:30 +0000 (0:00:00.027) 0:04:05.344 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-md.yml:74 Thursday 30 May 2024 23:12:30 +0000 (0:00:00.027) 0:04:05.371 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Reset variables used by tests] ******************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-md.yml:83 Thursday 30 May 2024 23:12:30 +0000 (0:00:00.025) 0:04:05.397 ********** ok: [sut] => { "ansible_facts": { "storage_test_md_active_devices_re": null, "storage_test_md_chunk_size_re": null, "storage_test_md_metadata_version_re": null, "storage_test_md_spare_devices_re": null }, "changed": false } TASK [Check LVM RAID] ********************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:67 Thursday 30 May 2024 23:12:30 +0000 (0:00:00.027) 0:04:05.425 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-members-lvmraid.yml for sut TASK [Validate pool member LVM RAID settings] ********************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-members-lvmraid.yml:2 Thursday 30 May 2024 23:12:30 +0000 (0:00:00.047) 0:04:05.472 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-lvmraid.yml for sut => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'ext4', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test1', 'raid_level': None, 'size': '5g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/foo-test1', '_raw_device': '/dev/mapper/foo-test1', '_mount_id': '/dev/mapper/foo-test1'}) TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-lvmraid.yml:8 Thursday 30 May 2024 23:12:30 +0000 (0:00:00.045) 0:04:05.517 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-lvmraid.yml:16 Thursday 30 May 2024 23:12:30 +0000 (0:00:00.028) 0:04:05.546 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-lvmraid.yml:20 Thursday 30 May 2024 23:12:30 +0000 (0:00:00.026) 0:04:05.572 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Set LV stripe size] ****************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-lvmraid.yml:27 Thursday 30 May 2024 23:12:30 +0000 (0:00:00.027) 0:04:05.599 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Parse the requested stripe size] ***************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-lvmraid.yml:31 Thursday 30 May 2024 23:12:31 +0000 (0:00:00.142) 0:04:05.742 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Set expected stripe size] ************************************************ task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-lvmraid.yml:37 Thursday 30 May 2024 23:12:31 +0000 (0:00:00.028) 0:04:05.770 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Check stripe size] ******************************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-lvmraid.yml:42 Thursday 30 May 2024 23:12:31 +0000 (0:00:00.029) 0:04:05.799 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Check Thin Pools] ******************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:70 Thursday 30 May 2024 23:12:31 +0000 (0:00:00.028) 0:04:05.828 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-members-thin.yml for sut TASK [Validate pool member thinpool settings] ********************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-members-thin.yml:2 Thursday 30 May 2024 23:12:31 +0000 (0:00:00.048) 0:04:05.876 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-thin.yml for sut => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'ext4', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test1', 'raid_level': None, 'size': '5g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/foo-test1', '_raw_device': '/dev/mapper/foo-test1', '_mount_id': '/dev/mapper/foo-test1'}) TASK [Get information about thinpool] ****************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-thin.yml:8 Thursday 30 May 2024 23:12:31 +0000 (0:00:00.044) 0:04:05.921 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_thin_volume.thin", "skip_reason": "Conditional result was False" } TASK [Check that volume is in correct thinpool (when thinp name is provided)] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-thin.yml:16 Thursday 30 May 2024 23:12:31 +0000 (0:00:00.025) 0:04:05.946 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_thin_volume.thin", "skip_reason": "Conditional result was False" } TASK [Check that volume is in thinpool (when thinp name is not provided)] ****** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-thin.yml:22 Thursday 30 May 2024 23:12:31 +0000 (0:00:00.025) 0:04:05.971 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_thin_volume.thin", "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-thin.yml:26 Thursday 30 May 2024 23:12:31 +0000 (0:00:00.025) 0:04:05.997 ********** ok: [sut] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Check member encryption] ************************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:73 Thursday 30 May 2024 23:12:31 +0000 (0:00:00.026) 0:04:06.023 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-members-encryption.yml for sut TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-members-encryption.yml:5 Thursday 30 May 2024 23:12:31 +0000 (0:00:00.047) 0:04:06.070 ********** ok: [sut] => { "ansible_facts": { "_storage_test_expected_crypttab_entries": "0", "_storage_test_expected_crypttab_key_file": "-" }, "changed": false } TASK [Validate pool member LUKS settings] ************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-members-encryption.yml:10 Thursday 30 May 2024 23:12:31 +0000 (0:00:00.030) 0:04:06.101 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Validate pool member crypttab entries] *********************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-members-encryption.yml:17 Thursday 30 May 2024 23:12:31 +0000 (0:00:00.020) 0:04:06.121 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-members-encryption.yml:24 Thursday 30 May 2024 23:12:31 +0000 (0:00:00.162) 0:04:06.284 ********** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_crypttab_key_file": null }, "changed": false } TASK [Check VDO] *************************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:76 Thursday 30 May 2024 23:12:31 +0000 (0:00:00.030) 0:04:06.315 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-members-vdo.yml for sut TASK [Validate pool member VDO settings] *************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-members-vdo.yml:2 Thursday 30 May 2024 23:12:31 +0000 (0:00:00.051) 0:04:06.366 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-vdo.yml for sut => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'ext4', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test1', 'raid_level': None, 'size': '5g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/foo-test1', '_raw_device': '/dev/mapper/foo-test1', '_mount_id': '/dev/mapper/foo-test1'}) TASK [Get information about VDO deduplication] ********************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-vdo.yml:8 Thursday 30 May 2024 23:12:31 +0000 (0:00:00.047) 0:04:06.414 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-vdo.yml:15 Thursday 30 May 2024 23:12:31 +0000 (0:00:00.027) 0:04:06.442 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-vdo.yml:21 Thursday 30 May 2024 23:12:31 +0000 (0:00:00.027) 0:04:06.469 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Get information about VDO compression] *********************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-vdo.yml:27 Thursday 30 May 2024 23:12:31 +0000 (0:00:00.028) 0:04:06.497 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-vdo.yml:34 Thursday 30 May 2024 23:12:31 +0000 (0:00:00.028) 0:04:06.526 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-vdo.yml:40 Thursday 30 May 2024 23:12:31 +0000 (0:00:00.028) 0:04:06.554 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-member-vdo.yml:46 Thursday 30 May 2024 23:12:31 +0000 (0:00:00.027) 0:04:06.582 ********** ok: [sut] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Check Stratis] *********************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:79 Thursday 30 May 2024 23:12:31 +0000 (0:00:00.028) 0:04:06.611 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-stratis.yml for sut TASK [Run 'stratis report'] **************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-stratis.yml:6 Thursday 30 May 2024 23:12:32 +0000 (0:00:00.054) 0:04:06.665 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Get information about Stratis] ******************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-stratis.yml:11 Thursday 30 May 2024 23:12:32 +0000 (0:00:00.028) 0:04:06.694 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Verify that the pools was created] *************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-stratis.yml:15 Thursday 30 May 2024 23:12:32 +0000 (0:00:00.153) 0:04:06.847 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Verify that encryption is correctly set] ********************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-stratis.yml:25 Thursday 30 May 2024 23:12:32 +0000 (0:00:00.028) 0:04:06.876 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Verify that Clevis/Tang encryption is correctly set] ********************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-stratis.yml:34 Thursday 30 May 2024 23:12:32 +0000 (0:00:00.028) 0:04:06.905 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-pool-stratis.yml:44 Thursday 30 May 2024 23:12:32 +0000 (0:00:00.028) 0:04:06.933 ********** ok: [sut] => { "ansible_facts": { "storage_test_stratis_report": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-members.yml:82 Thursday 30 May 2024 23:12:32 +0000 (0:00:00.029) 0:04:06.962 ********** ok: [sut] => { "ansible_facts": { "__pvs_lvm_len": null, "_storage_test_expected_pv_count": null, "_storage_test_expected_pv_type": null, "_storage_test_pool_pvs": [], "_storage_test_pool_pvs_lvm": [] }, "changed": false } TASK [Verify the volumes] ****************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-pool-volumes.yml:3 Thursday 30 May 2024 23:12:32 +0000 (0:00:00.030) 0:04:06.992 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume.yml for sut => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'ext4', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test1', 'raid_level': None, 'size': '5g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/foo-test1', '_raw_device': '/dev/mapper/foo-test1', '_mount_id': '/dev/mapper/foo-test1'}) TASK [Set storage volume test variables] *************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume.yml:2 Thursday 30 May 2024 23:12:32 +0000 (0:00:00.045) 0:04:07.038 ********** 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-main_stratis-support-2rq9ytyq9/tests/test-verify-volume.yml:19 Thursday 30 May 2024 23:12:32 +0000 (0:00:00.034) 0:04:07.073 ********** included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-mount.yml for sut => (item=mount) included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-fstab.yml for sut => (item=fstab) included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-fs.yml for sut => (item=fs) included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-device.yml for sut => (item=device) included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml for sut => (item=encryption) included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-md.yml for sut => (item=md) included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml for sut => (item=size) included: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-cache.yml for sut => (item=cache) TASK [Get expected mount device based on device type] ************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-mount.yml:7 Thursday 30 May 2024 23:12:32 +0000 (0:00:00.084) 0:04:07.158 ********** ok: [sut] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/foo-test1" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-mount.yml:11 Thursday 30 May 2024 23:12:32 +0000 (0:00:00.031) 0:04:07.189 ********** ok: [sut] => { "ansible_facts": { "storage_test_mount_expected_mount_point": "/opt/test1", "storage_test_swap_expected_matches": "0" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-mount.yml:19 Thursday 30 May 2024 23:12:32 +0000 (0:00:00.030) 0:04:07.220 ********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and (storage_test_volume.mount_user or storage_test_volume.mount_group or storage_test_volume.mount_mode)", "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-mount.yml:28 Thursday 30 May 2024 23:12:32 +0000 (0:00:00.026) 0:04:07.247 ********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Verify mount directory user] ********************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-mount.yml:36 Thursday 30 May 2024 23:12:32 +0000 (0:00:00.173) 0:04:07.420 ********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_user", "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-mount.yml:42 Thursday 30 May 2024 23:12:32 +0000 (0:00:00.028) 0:04:07.448 ********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_group", "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-mount.yml:48 Thursday 30 May 2024 23:12:32 +0000 (0:00:00.028) 0:04:07.477 ********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_mode", "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-mount.yml:57 Thursday 30 May 2024 23:12:32 +0000 (0:00:00.028) 0:04:07.505 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-mount.yml:63 Thursday 30 May 2024 23:12:32 +0000 (0:00:00.027) 0:04:07.532 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-mount.yml:69 Thursday 30 May 2024 23:12:32 +0000 (0:00:00.027) 0:04:07.560 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-mount.yml:79 Thursday 30 May 2024 23:12:32 +0000 (0:00:00.028) 0:04:07.588 ********** 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-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-fstab.yml:2 Thursday 30 May 2024 23:12:32 +0000 (0:00:00.028) 0:04:07.616 ********** 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-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-fstab.yml:17 Thursday 30 May 2024 23:12:33 +0000 (0:00:00.043) 0:04:07.660 ********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False" } TASK [Verify the fstab mount point] ******************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-fstab.yml:24 Thursday 30 May 2024 23:12:33 +0000 (0:00:00.027) 0:04:07.687 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-fstab.yml:33 Thursday 30 May 2024 23:12:33 +0000 (0:00:00.031) 0:04:07.719 ********** skipping: [sut] => { "changed": false, "false_condition": "__storage_verify_mount_options | d(false)", "skip_reason": "Conditional result was False" } TASK [Clean up variables] ****************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-fstab.yml:45 Thursday 30 May 2024 23:12:33 +0000 (0:00:00.030) 0:04:07.750 ********** 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-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-fs.yml:6 Thursday 30 May 2024 23:12:33 +0000 (0:00:00.028) 0:04:07.779 ********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Verify fs label] ********************************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-fs.yml:14 Thursday 30 May 2024 23:12:33 +0000 (0:00:00.027) 0:04:07.806 ********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False" } TASK [See whether the device node is present] ********************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-device.yml:3 Thursday 30 May 2024 23:12:33 +0000 (0:00:00.030) 0:04:07.837 ********** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-device.yml:9 Thursday 30 May 2024 23:12:33 +0000 (0:00:00.209) 0:04:08.047 ********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present or storage_test_volume.type == 'disk'", "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-device.yml:16 Thursday 30 May 2024 23:12:33 +0000 (0:00:00.025) 0:04:08.073 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about this volume] ********************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-device.yml:23 Thursday 30 May 2024 23:12:33 +0000 (0:00:00.291) 0:04:08.365 ********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Process volume type (set initial value) (1/2)] *************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-device.yml:29 Thursday 30 May 2024 23:12:33 +0000 (0:00:00.027) 0:04:08.392 ********** ok: [sut] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-device.yml:33 Thursday 30 May 2024 23:12:33 +0000 (0:00:00.029) 0:04:08.422 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == \"raid\"", "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-device.yml:38 Thursday 30 May 2024 23:12:33 +0000 (0:00:00.026) 0:04:08.448 ********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Stat the LUKS device, if encrypted] ************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:3 Thursday 30 May 2024 23:12:33 +0000 (0:00:00.026) 0:04:08.475 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:10 Thursday 30 May 2024 23:12:33 +0000 (0:00:00.026) 0:04:08.502 ********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Collect LUKS info for this volume] *************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:16 Thursday 30 May 2024 23:12:34 +0000 (0:00:00.879) 0:04:09.381 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:22 Thursday 30 May 2024 23:12:34 +0000 (0:00:00.029) 0:04:09.411 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "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-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:29 Thursday 30 May 2024 23:12:34 +0000 (0:00:00.027) 0:04:09.438 ********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:40 Thursday 30 May 2024 23:12:34 +0000 (0:00:00.026) 0:04:09.465 ********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:46 Thursday 30 May 2024 23:12:34 +0000 (0:00:00.027) 0:04:09.492 ********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:51 Thursday 30 May 2024 23:12:34 +0000 (0:00:00.027) 0:04:09.520 ********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:63 Thursday 30 May 2024 23:12:34 +0000 (0:00:00.026) 0:04:09.546 ********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:75 Thursday 30 May 2024 23:12:34 +0000 (0:00:00.029) 0:04:09.576 ********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:87 Thursday 30 May 2024 23:12:34 +0000 (0:00:00.027) 0:04:09.604 ********** 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-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:93 Thursday 30 May 2024 23:12:35 +0000 (0:00:00.035) 0:04:09.639 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:100 Thursday 30 May 2024 23:12:35 +0000 (0:00:00.173) 0:04:09.812 ********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:108 Thursday 30 May 2024 23:12:35 +0000 (0:00:00.029) 0:04:09.842 ********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:116 Thursday 30 May 2024 23:12:35 +0000 (0:00:00.028) 0:04:09.871 ********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-encryption.yml:124 Thursday 30 May 2024 23:12:35 +0000 (0:00:00.028) 0:04:09.899 ********** 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-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-md.yml:8 Thursday 30 May 2024 23:12:35 +0000 (0:00:00.030) 0:04:09.929 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-md.yml:14 Thursday 30 May 2024 23:12:35 +0000 (0:00:00.028) 0:04:09.958 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-md.yml:19 Thursday 30 May 2024 23:12:35 +0000 (0:00:00.027) 0:04:09.985 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-md.yml:24 Thursday 30 May 2024 23:12:35 +0000 (0:00:00.027) 0:04:10.013 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-md.yml:29 Thursday 30 May 2024 23:12:35 +0000 (0:00:00.029) 0:04:10.043 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-md.yml:37 Thursday 30 May 2024 23:12:35 +0000 (0:00:00.028) 0:04:10.072 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-md.yml:46 Thursday 30 May 2024 23:12:35 +0000 (0:00:00.028) 0:04:10.100 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-md.yml:54 Thursday 30 May 2024 23:12:35 +0000 (0:00:00.028) 0:04:10.128 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-md.yml:62 Thursday 30 May 2024 23:12:35 +0000 (0:00:00.027) 0:04:10.156 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-md.yml:70 Thursday 30 May 2024 23:12:35 +0000 (0:00:00.027) 0:04:10.183 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:3 Thursday 30 May 2024 23:12:35 +0000 (0:00:00.027) 0:04:10.211 ********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False" } TASK [Parse the requested size of the volume] ********************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:11 Thursday 30 May 2024 23:12:35 +0000 (0:00:00.025) 0:04:10.237 ********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False" } TASK [Establish base value for expected size] ********************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:20 Thursday 30 May 2024 23:12:35 +0000 (0:00:00.165) 0:04:10.402 ********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False" } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:28 Thursday 30 May 2024 23:12:35 +0000 (0:00:00.027) 0:04:10.430 ********** ok: [sut] => { "storage_test_expected_size": "9663676416" } TASK [Get the size of parent/pool device] ************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:32 Thursday 30 May 2024 23:12:35 +0000 (0:00:00.028) 0:04:10.458 ********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False" } TASK [Show test pool] ********************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:46 Thursday 30 May 2024 23:12:35 +0000 (0:00:00.025) 0:04:10.483 ********** skipping: [sut] => { "false_condition": "_storage_test_volume_present | bool" } TASK [Show test blockinfo] ***************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:50 Thursday 30 May 2024 23:12:35 +0000 (0:00:00.025) 0:04:10.509 ********** skipping: [sut] => { "false_condition": "_storage_test_volume_present | bool" } TASK [Show test pool size] ***************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:54 Thursday 30 May 2024 23:12:35 +0000 (0:00:00.024) 0:04:10.534 ********** skipping: [sut] => { "false_condition": "_storage_test_volume_present | bool" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:58 Thursday 30 May 2024 23:12:35 +0000 (0:00:00.027) 0:04:10.562 ********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:67 Thursday 30 May 2024 23:12:35 +0000 (0:00:00.028) 0:04:10.590 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:71 Thursday 30 May 2024 23:12:35 +0000 (0:00:00.027) 0:04:10.618 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:76 Thursday 30 May 2024 23:12:36 +0000 (0:00:00.027) 0:04:10.646 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:82 Thursday 30 May 2024 23:12:36 +0000 (0:00:00.027) 0:04:10.673 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:86 Thursday 30 May 2024 23:12:36 +0000 (0:00:00.026) 0:04:10.700 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:91 Thursday 30 May 2024 23:12:36 +0000 (0:00:00.026) 0:04:10.726 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:96 Thursday 30 May 2024 23:12:36 +0000 (0:00:00.025) 0:04:10.752 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:101 Thursday 30 May 2024 23:12:36 +0000 (0:00:00.024) 0:04:10.776 ********** skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Show volume thin pool size] ********************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:105 Thursday 30 May 2024 23:12:36 +0000 (0:00:00.026) 0:04:10.803 ********** skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:109 Thursday 30 May 2024 23:12:36 +0000 (0:00:00.026) 0:04:10.829 ********** skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Establish base value for expected thin pool size] ************************ task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:113 Thursday 30 May 2024 23:12:36 +0000 (0:00:00.301) 0:04:11.131 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:120 Thursday 30 May 2024 23:12:36 +0000 (0:00:00.028) 0:04:11.159 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:127 Thursday 30 May 2024 23:12:36 +0000 (0:00:00.027) 0:04:11.186 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:131 Thursday 30 May 2024 23:12:36 +0000 (0:00:00.028) 0:04:11.214 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:137 Thursday 30 May 2024 23:12:36 +0000 (0:00:00.028) 0:04:11.243 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:143 Thursday 30 May 2024 23:12:36 +0000 (0:00:00.027) 0:04:11.270 ********** ok: [sut] => { "storage_test_actual_size": { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False", "skipped": true } } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:147 Thursday 30 May 2024 23:12:36 +0000 (0:00:00.029) 0:04:11.300 ********** ok: [sut] => { "storage_test_expected_size": "9663676416" } TASK [Assert expected size is actual size] ************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-size.yml:151 Thursday 30 May 2024 23:12:36 +0000 (0:00:00.030) 0:04:11.330 ********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-cache.yml:5 Thursday 30 May 2024 23:12:36 +0000 (0:00:00.029) 0:04:11.359 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-cache.yml:13 Thursday 30 May 2024 23:12:36 +0000 (0:00:00.028) 0:04:11.387 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-cache.yml:17 Thursday 30 May 2024 23:12:36 +0000 (0:00:00.027) 0:04:11.415 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Set LV cache size] ******************************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-cache.yml:24 Thursday 30 May 2024 23:12:36 +0000 (0:00:00.027) 0:04:11.442 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-cache.yml:31 Thursday 30 May 2024 23:12:36 +0000 (0:00:00.026) 0:04:11.469 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-cache.yml:37 Thursday 30 May 2024 23:12:36 +0000 (0:00:00.028) 0:04:11.497 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume-cache.yml:42 Thursday 30 May 2024 23:12:36 +0000 (0:00:00.028) 0:04:11.525 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/test-verify-volume.yml:25 Thursday 30 May 2024 23:12:36 +0000 (0:00:00.027) 0:04:11.553 ********** ok: [sut] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-role-results.yml:44 Thursday 30 May 2024 23:12:37 +0000 (0:00:00.156) 0:04:11.709 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Clean up variable namespace] ********************************************* task path: /WORKDIR/git-main_stratis-support-2rq9ytyq9/tests/verify-role-results.yml:54 Thursday 30 May 2024 23:12:37 +0000 (0:00:00.021) 0:04:11.731 ********** ok: [sut] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } PLAY RECAP ********************************************************************* sut : ok=1572 changed=28 unreachable=0 failed=0 skipped=1822 rescued=8 ignored=0 Thursday 30 May 2024 23:12:37 +0000 (0:00:00.063) 0:04:11.794 ********** =============================================================================== fedora.linux_system_roles.storage : Make sure blivet is available ------ 55.80s /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state --- 3.34s /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state --- 2.83s /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state --- 2.73s /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state --- 2.32s /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state --- 2.12s /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state --- 2.10s /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state --- 2.09s /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state --- 2.03s /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state --- 2.01s /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state --- 1.97s /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state --- 1.97s /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state --- 1.91s /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state --- 1.86s /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 fedora.linux_system_roles.storage : Get service facts ------------------- 1.86s /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state --- 1.72s /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state --- 1.70s /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state --- 1.70s /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state --- 1.49s /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state --- 1.43s /WORKDIR/git-main_stratis-support-2rq9ytyq9/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- [DEPRECATION WARNING]: ANSIBLE_COLLECTIONS_PATHS option, does not fit var naming standard, use the singular form ANSIBLE_COLLECTIONS_PATH instead. This feature will be removed from ansible-core in version 2.19. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. ---^---^---^---^---^---