# 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-2pzhsuna2/.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_swap.yml ******************************************************* 1 plays in /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/tests_swap.yml PLAY [Test management of swap] ************************************************* TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/tests_swap.yml:2 Tuesday 04 June 2024 18:46:14 +0000 (0:00:00.011) 0:00:00.011 ********** ok: [sut] TASK [Include role to ensure packages are installed] *************************** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/tests_swap.yml:10 Tuesday 04 June 2024 18:46:15 +0000 (0:00:00.949) 0:00:00.960 ********** TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Tuesday 04 June 2024 18:46:15 +0000 (0:00:00.018) 0:00:00.978 ********** included: /WORKDIR/git-main_stratis-support-2pzhsuna2/.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-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Tuesday 04 June 2024 18:46:15 +0000 (0:00:00.014) 0:00:00.993 ********** 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-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Tuesday 04 June 2024 18:46:15 +0000 (0:00:00.020) 0:00:01.013 ********** 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-2pzhsuna2/.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-2pzhsuna2/.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-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Tuesday 04 June 2024 18:46:15 +0000 (0:00:00.028) 0:00:01.042 ********** 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-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Tuesday 04 June 2024 18:46:16 +0000 (0:00:00.267) 0:00:01.309 ********** 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-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Tuesday 04 June 2024 18:46:16 +0000 (0:00:00.015) 0:00:01.324 ********** 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-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Tuesday 04 June 2024 18:46:16 +0000 (0:00:00.010) 0:00:01.335 ********** 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-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Tuesday 04 June 2024 18:46:16 +0000 (0:00:00.010) 0:00:01.345 ********** 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-2pzhsuna2/.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-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Tuesday 04 June 2024 18:46:16 +0000 (0:00:00.026) 0:00:01.371 ********** 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: libblockdev-2.28-10.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: 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: python3-pyparted-1:3.12.0-1.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-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Tuesday 04 June 2024 18:47:11 +0000 (0:00:55.172) 0:00:56.543 ********** 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-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Tuesday 04 June 2024 18:47:11 +0000 (0:00:00.012) 0:00:56.555 ********** 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-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Tuesday 04 June 2024 18:47:11 +0000 (0:00:00.019) 0:00:56.575 ********** 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-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Tuesday 04 June 2024 18:47:12 +0000 (0:00:00.665) 0:00:57.240 ********** included: /WORKDIR/git-main_stratis-support-2pzhsuna2/.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-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:2 Tuesday 04 June 2024 18:47:12 +0000 (0:00:00.019) 0:00:57.260 ********** 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-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:13 Tuesday 04 June 2024 18:47:12 +0000 (0:00:00.015) 0:00:57.276 ********** 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-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:19 Tuesday 04 June 2024 18:47:12 +0000 (0:00:00.016) 0:00:57.293 ********** 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-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Tuesday 04 June 2024 18:47:12 +0000 (0:00:00.017) 0:00:57.310 ********** 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-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Tuesday 04 June 2024 18:47:13 +0000 (0:00:00.955) 0:00:58.265 ********** 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-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Tuesday 04 June 2024 18:47:15 +0000 (0:00:01.961) 0:01:00.227 ********** 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-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Tuesday 04 June 2024 18:47:15 +0000 (0:00:00.031) 0:01:00.258 ********** 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-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Tuesday 04 June 2024 18:47:15 +0000 (0:00:00.009) 0:01:00.268 ********** 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-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Tuesday 04 June 2024 18:47:15 +0000 (0:00:00.389) 0:01:00.657 ********** 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-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Tuesday 04 June 2024 18:47:15 +0000 (0:00:00.018) 0:01:00.676 ********** 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-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:101 Tuesday 04 June 2024 18:47:15 +0000 (0:00:00.008) 0:01:00.685 ********** 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-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:110 Tuesday 04 June 2024 18:47:15 +0000 (0:00:00.013) 0:01:00.698 ********** 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-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:114 Tuesday 04 June 2024 18:47:15 +0000 (0:00:00.013) 0:01:00.711 ********** 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-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:130 Tuesday 04 June 2024 18:47:15 +0000 (0:00:00.012) 0:01:00.723 ********** 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-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:141 Tuesday 04 June 2024 18:47:15 +0000 (0:00:00.018) 0:01:00.742 ********** 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-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:146 Tuesday 04 June 2024 18:47:15 +0000 (0:00:00.010) 0:01:00.752 ********** 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-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:157 Tuesday 04 June 2024 18:47:15 +0000 (0:00:00.018) 0:01:00.770 ********** 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-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:169 Tuesday 04 June 2024 18:47:15 +0000 (0:00:00.018) 0:01:00.789 ********** 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-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:177 Tuesday 04 June 2024 18:47:15 +0000 (0:00:00.010) 0:01:00.800 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1717526624.7968068, "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-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:182 Tuesday 04 June 2024 18:47:15 +0000 (0:00:00.211) 0:01:01.011 ********** 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-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:204 Tuesday 04 June 2024 18:47:15 +0000 (0:00:00.010) 0:01:01.021 ********** ok: [sut] TASK [Mark tasks to be skipped] ************************************************ task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/tests_swap.yml:14 Tuesday 04 June 2024 18:47:16 +0000 (0:00:00.871) 0:01:01.892 ********** ok: [sut] => { "ansible_facts": { "storage_skip_checks": [ "blivet_available", "packages_installed", "service_facts" ] }, "changed": false } TASK [Get unused disks for swap] *********************************************** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/tests_swap.yml:22 Tuesday 04 June 2024 18:47:16 +0000 (0:00:00.021) 0:01:01.914 ********** included: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/get_unused_disk.yml for sut TASK [Ensure test packages] **************************************************** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/get_unused_disk.yml:2 Tuesday 04 June 2024 18:47:16 +0000 (0:00:00.017) 0:01:01.931 ********** 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-2pzhsuna2/tests/get_unused_disk.yml:11 Tuesday 04 June 2024 18:47:17 +0000 (0:00:00.953) 0:01:02.885 ********** ok: [sut] => { "changed": false, "disks": [ "sda" ] } TASK [Set unused_disks if necessary] ******************************************* task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/get_unused_disk.yml:19 Tuesday 04 June 2024 18:47:17 +0000 (0:00:00.311) 0:01:03.196 ********** 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-2pzhsuna2/tests/get_unused_disk.yml:24 Tuesday 04 June 2024 18:47:18 +0000 (0:00:00.013) 0:01:03.210 ********** 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-2pzhsuna2/tests/get_unused_disk.yml:29 Tuesday 04 June 2024 18:47:18 +0000 (0:00:00.018) 0:01:03.228 ********** ok: [sut] => { "unused_disks": [ "sda" ] } TASK [Save disk used for swap] ************************************************* task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/tests_swap.yml:30 Tuesday 04 June 2024 18:47:18 +0000 (0:00:00.012) 0:01:03.241 ********** ok: [sut] => { "ansible_facts": { "__swap_disk": "sda" }, "changed": false } TASK [Create a disk device with swap] ****************************************** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/tests_swap.yml:34 Tuesday 04 June 2024 18:47:18 +0000 (0:00:00.011) 0:01:03.253 ********** TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Tuesday 04 June 2024 18:47:18 +0000 (0:00:00.021) 0:01:03.274 ********** included: /WORKDIR/git-main_stratis-support-2pzhsuna2/.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-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Tuesday 04 June 2024 18:47:18 +0000 (0:00:00.016) 0:01:03.290 ********** 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-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Tuesday 04 June 2024 18:47:18 +0000 (0:00:00.020) 0:01:03.311 ********** 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-2pzhsuna2/.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-2pzhsuna2/.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-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Tuesday 04 June 2024 18:47:18 +0000 (0:00:00.029) 0:01:03.341 ********** 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-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Tuesday 04 June 2024 18:47:18 +0000 (0:00:00.014) 0:01:03.356 ********** 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-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Tuesday 04 June 2024 18:47:18 +0000 (0:00:00.015) 0:01:03.371 ********** 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-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Tuesday 04 June 2024 18:47:18 +0000 (0:00:00.012) 0:01:03.384 ********** 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-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Tuesday 04 June 2024 18:47:18 +0000 (0:00:00.013) 0:01:03.397 ********** 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-2pzhsuna2/.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-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Tuesday 04 June 2024 18:47:18 +0000 (0:00:00.025) 0:01:03.423 ********** 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-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Tuesday 04 June 2024 18:47:18 +0000 (0:00:00.013) 0:01:03.436 ********** 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-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Tuesday 04 June 2024 18:47:18 +0000 (0:00:00.012) 0:01:03.449 ********** ok: [sut] => { "storage_volumes": [ { "disks": [ "sda" ], "fs_type": "swap", "name": "test1", "type": "disk" } ] } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Tuesday 04 June 2024 18:47:18 +0000 (0:00:00.028) 0:01:03.478 ********** 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-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Tuesday 04 June 2024 18:47:18 +0000 (0:00:00.014) 0:01:03.492 ********** 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-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Tuesday 04 June 2024 18:47:18 +0000 (0:00:00.013) 0:01:03.505 ********** 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-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Tuesday 04 June 2024 18:47:18 +0000 (0:00:00.012) 0:01:03.518 ********** 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-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Tuesday 04 June 2024 18:47:18 +0000 (0:00:00.013) 0:01:03.532 ********** 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-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Tuesday 04 June 2024 18:47:18 +0000 (0:00:00.029) 0:01:03.561 ********** 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-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Tuesday 04 June 2024 18:47:18 +0000 (0:00:00.015) 0:01:03.577 ********** changed: [sut] => { "actions": [ { "action": "create format", "device": "/dev/sda", "fs_type": "swap" } ], "changed": true, "crypts": [], "leaves": [ "/dev/sda", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [ { "dump": 0, "fstype": "swap", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "none", "src": "UUID=f54a7d70-0b65-4939-8a6d-2f08189b79b8", "state": "present" } ], "packages": [ "xfsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=f54a7d70-0b65-4939-8a6d-2f08189b79b8", "_raw_device": "/dev/sda", "_raw_kernel_device": "/dev/sda", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "swap", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Tuesday 04 June 2024 18:47:19 +0000 (0:00:01.454) 0:01:05.031 ********** 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-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Tuesday 04 June 2024 18:47:19 +0000 (0:00:00.020) 0:01:05.051 ********** 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-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:101 Tuesday 04 June 2024 18:47:19 +0000 (0:00:00.011) 0:01:05.063 ********** ok: [sut] => { "blivet_output": { "actions": [ { "action": "create format", "device": "/dev/sda", "fs_type": "swap" } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/sda", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [ { "dump": 0, "fstype": "swap", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "none", "src": "UUID=f54a7d70-0b65-4939-8a6d-2f08189b79b8", "state": "present" } ], "packages": [ "xfsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=f54a7d70-0b65-4939-8a6d-2f08189b79b8", "_raw_device": "/dev/sda", "_raw_kernel_device": "/dev/sda", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "swap", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:110 Tuesday 04 June 2024 18:47:19 +0000 (0:00:00.016) 0:01:05.079 ********** 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-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:114 Tuesday 04 June 2024 18:47:19 +0000 (0:00:00.015) 0:01:05.094 ********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=f54a7d70-0b65-4939-8a6d-2f08189b79b8", "_raw_device": "/dev/sda", "_raw_kernel_device": "/dev/sda", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "swap", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:130 Tuesday 04 June 2024 18:47:19 +0000 (0:00:00.015) 0:01:05.110 ********** 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-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:141 Tuesday 04 June 2024 18:47:19 +0000 (0:00:00.023) 0:01:05.133 ********** 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-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:146 Tuesday 04 June 2024 18:47:20 +0000 (0:00:00.763) 0:01:05.896 ********** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount changed: [sut] => (item={'src': 'UUID=f54a7d70-0b65-4939-8a6d-2f08189b79b8', 'path': 'none', 'fstype': 'swap', 'opts': 'defaults', 'dump': 0, 'passno': 0, 'state': 'present', 'owner': None, 'group': None, 'mode': None}) => { "ansible_loop_var": "mount_info", "backup_file": "", "boot": "yes", "changed": true, "dump": "0", "fstab": "/etc/fstab", "fstype": "swap", "mount_info": { "dump": 0, "fstype": "swap", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "none", "src": "UUID=f54a7d70-0b65-4939-8a6d-2f08189b79b8", "state": "present" }, "name": "none", "opts": "defaults", "passno": "0", "src": "UUID=f54a7d70-0b65-4939-8a6d-2f08189b79b8" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:157 Tuesday 04 June 2024 18:47:20 +0000 (0:00:00.291) 0:01:06.188 ********** skipping: [sut] => (item={'src': 'UUID=f54a7d70-0b65-4939-8a6d-2f08189b79b8', 'path': 'none', 'fstype': 'swap', 'opts': 'defaults', 'dump': 0, 'passno': 0, 'state': 'present', 'owner': None, 'group': None, 'mode': None}) => { "ansible_loop_var": "mount_info", "changed": false, "false_condition": "mount_info['owner'] != none or mount_info['group'] != none or mount_info['mode'] != none", "mount_info": { "dump": 0, "fstype": "swap", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "none", "src": "UUID=f54a7d70-0b65-4939-8a6d-2f08189b79b8", "state": "present" }, "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-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:169 Tuesday 04 June 2024 18:47:21 +0000 (0:00:00.026) 0:01:06.214 ********** 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-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:177 Tuesday 04 June 2024 18:47:21 +0000 (0:00:00.587) 0:01:06.801 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1717526624.7968068, "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-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:182 Tuesday 04 June 2024 18:47:21 +0000 (0:00:00.211) 0:01:07.013 ********** 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-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:204 Tuesday 04 June 2024 18:47:21 +0000 (0:00:00.009) 0:01:07.023 ********** ok: [sut] TASK [Verify results] ********************************************************** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/tests_swap.yml:44 Tuesday 04 June 2024 18:47:22 +0000 (0:00:00.824) 0:01:07.848 ********** included: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/verify-role-results.yml for sut TASK [Print out pool information] ********************************************** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/verify-role-results.yml:2 Tuesday 04 June 2024 18:47:22 +0000 (0:00:00.020) 0:01:07.868 ********** skipping: [sut] => { "false_condition": "_storage_pools_list | length > 0" } TASK [Print out volume information] ******************************************** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/verify-role-results.yml:7 Tuesday 04 June 2024 18:47:22 +0000 (0:00:00.018) 0:01:07.886 ********** ok: [sut] => { "_storage_volumes_list": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=f54a7d70-0b65-4939-8a6d-2f08189b79b8", "_raw_device": "/dev/sda", "_raw_kernel_device": "/dev/sda", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "swap", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] } TASK [Collect info about the volumes.] ***************************************** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/verify-role-results.yml:15 Tuesday 04 June 2024 18:47:22 +0000 (0:00:00.023) 0:01:07.909 ********** ok: [sut] => { "changed": false, "info": { "/dev/sda": { "fstype": "swap", "label": "", "mountpoint": "[SWAP]", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "f54a7d70-0b65-4939-8a6d-2f08189b79b8" }, "/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-2pzhsuna2/tests/verify-role-results.yml:20 Tuesday 04 June 2024 18:47:23 +0000 (0:00:00.299) 0:01:08.209 ********** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.003583", "end": "2024-06-04 18:47:23.280959", "rc": 0, "start": "2024-06-04 18:47:23.277376" } 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 UUID=f54a7d70-0b65-4939-8a6d-2f08189b79b8 none swap defaults 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/verify-role-results.yml:25 Tuesday 04 June 2024 18:47:23 +0000 (0:00:00.291) 0:01:08.501 ********** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.003266", "end": "2024-06-04 18:47:23.487410", "failed_when_result": false, "rc": 0, "start": "2024-06-04 18:47:23.484144" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/verify-role-results.yml:34 Tuesday 04 June 2024 18:47:23 +0000 (0:00:00.207) 0:01:08.708 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/verify-role-results.yml:44 Tuesday 04 June 2024 18:47:23 +0000 (0:00:00.009) 0:01:08.718 ********** included: /WORKDIR/git-main_stratis-support-2pzhsuna2/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': 'swap', 'mount_options': 'defaults', 'mount_point': None, 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test1', 'raid_level': None, 'size': 10737418240, 'state': 'present', 'type': 'disk', 'disks': ['sda'], 'raid_device_count': None, 'raid_spare_count': None, 'raid_metadata_version': None, 'raid_chunk_size': None, 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_stripe_size': 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': [], '_device': '/dev/sda', '_raw_device': '/dev/sda', '_mount_id': 'UUID=f54a7d70-0b65-4939-8a6d-2f08189b79b8', '_kernel_device': '/dev/sda', '_raw_kernel_device': '/dev/sda'}) TASK [Set storage volume test variables] *************************************** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume.yml:2 Tuesday 04 June 2024 18:47:23 +0000 (0:00:00.030) 0:01:08.749 ********** ok: [sut] => { "ansible_facts": { "_storage_test_volume_present": true, "_storage_volume_tests": [ "mount", "fstab", "fs", "device", "encryption", "md", "size", "cache" ] }, "changed": false } TASK [Run test verify for {{ storage_test_volume_subset }}] ******************** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume.yml:19 Tuesday 04 June 2024 18:47:23 +0000 (0:00:00.022) 0:01:08.771 ********** included: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-mount.yml for sut => (item=mount) included: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-fstab.yml for sut => (item=fstab) included: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-fs.yml for sut => (item=fs) included: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-device.yml for sut => (item=device) included: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-encryption.yml for sut => (item=encryption) included: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-md.yml for sut => (item=md) included: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-size.yml for sut => (item=size) included: /WORKDIR/git-main_stratis-support-2pzhsuna2/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-2pzhsuna2/tests/test-verify-volume-mount.yml:7 Tuesday 04 June 2024 18:47:23 +0000 (0:00:00.047) 0:01:08.819 ********** ok: [sut] => { "ansible_facts": { "storage_test_device_path": "/dev/sda" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-mount.yml:11 Tuesday 04 June 2024 18:47:23 +0000 (0:00:00.016) 0:01:08.835 ********** ok: [sut] => { "ansible_facts": { "storage_test_mount_expected_mount_point": "[SWAP]", "storage_test_swap_expected_matches": "1" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-mount.yml:19 Tuesday 04 June 2024 18:47:23 +0000 (0:00:00.022) 0:01:08.858 ********** 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-2pzhsuna2/tests/test-verify-volume-mount.yml:28 Tuesday 04 June 2024 18:47:23 +0000 (0:00:00.011) 0:01:08.869 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-mount.yml:36 Tuesday 04 June 2024 18:47:23 +0000 (0:00:00.012) 0:01:08.882 ********** 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-2pzhsuna2/tests/test-verify-volume-mount.yml:42 Tuesday 04 June 2024 18:47:23 +0000 (0:00:00.009) 0:01:08.892 ********** 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-2pzhsuna2/tests/test-verify-volume-mount.yml:48 Tuesday 04 June 2024 18:47:23 +0000 (0:00:00.010) 0:01:08.903 ********** 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-2pzhsuna2/tests/test-verify-volume-mount.yml:57 Tuesday 04 June 2024 18:47:23 +0000 (0:00:00.009) 0:01:08.912 ********** ok: [sut] => { "changed": false, "cmd": [ "realpath", "/dev/sda" ], "delta": "0:00:00.003263", "end": "2024-06-04 18:47:23.906572", "rc": 0, "start": "2024-06-04 18:47:23.903309" } STDOUT: /dev/sda TASK [Gather swap info] ******************************************************** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-mount.yml:63 Tuesday 04 June 2024 18:47:23 +0000 (0:00:00.213) 0:01:09.126 ********** ok: [sut] => { "changed": false, "cmd": [ "cat", "/proc/swaps" ], "delta": "0:00:00.003290", "end": "2024-06-04 18:47:24.113444", "rc": 0, "start": "2024-06-04 18:47:24.110154" } STDOUT: Filename Type Size Used Priority /dev/sda partition 10485756 0 -2 TASK [Verify swap status] ****************************************************** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-mount.yml:69 Tuesday 04 June 2024 18:47:24 +0000 (0:00:00.207) 0:01:09.334 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Unset facts] ************************************************************* task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-mount.yml:79 Tuesday 04 June 2024 18:47:24 +0000 (0:00:00.022) 0:01:09.357 ********** 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-2pzhsuna2/tests/test-verify-volume-fstab.yml:2 Tuesday 04 June 2024 18:47:24 +0000 (0:00:00.010) 0:01:09.367 ********** ok: [sut] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": "1", "storage_test_fstab_expected_mount_options_matches": "1", "storage_test_fstab_expected_mount_point_matches": "0", "storage_test_fstab_id_matches": [ "UUID=f54a7d70-0b65-4939-8a6d-2f08189b79b8 " ], "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-2pzhsuna2/tests/test-verify-volume-fstab.yml:17 Tuesday 04 June 2024 18:47:24 +0000 (0:00:00.034) 0:01:09.402 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-fstab.yml:24 Tuesday 04 June 2024 18:47:24 +0000 (0:00:00.021) 0:01:09.424 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-fstab.yml:33 Tuesday 04 June 2024 18:47:24 +0000 (0:00:00.020) 0:01:09.445 ********** 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-2pzhsuna2/tests/test-verify-volume-fstab.yml:45 Tuesday 04 June 2024 18:47:24 +0000 (0:00:00.018) 0:01:09.463 ********** ok: [sut] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": null, "storage_test_fstab_expected_mount_options_matches": null, "storage_test_fstab_expected_mount_point_matches": null, "storage_test_fstab_id_matches": null, "storage_test_fstab_mount_options_matches": null, "storage_test_fstab_mount_point_matches": null }, "changed": false } TASK [Verify fs type] ********************************************************** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-fs.yml:6 Tuesday 04 June 2024 18:47:24 +0000 (0:00:00.010) 0:01:09.474 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-fs.yml:14 Tuesday 04 June 2024 18:47:24 +0000 (0:00:00.022) 0:01:09.496 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-device.yml:3 Tuesday 04 June 2024 18:47:24 +0000 (0:00:00.022) 0:01:09.519 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1717526839.7652261, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1717526839.738227, "dev": 5, "device_type": 2048, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 448, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/blockdevice", "mode": "0660", "mtime": 1717526839.738227, "nlink": 1, "path": "/dev/sda", "pw_name": "root", "readable": true, "rgrp": true, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": null, "wgrp": true, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-device.yml:9 Tuesday 04 June 2024 18:47:24 +0000 (0:00:00.210) 0:01:09.730 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-device.yml:16 Tuesday 04 June 2024 18:47:24 +0000 (0:00:00.014) 0:01:09.745 ********** 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-2pzhsuna2/tests/test-verify-volume-device.yml:23 Tuesday 04 June 2024 18:47:24 +0000 (0:00:00.010) 0:01:09.755 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-device.yml:29 Tuesday 04 June 2024 18:47:24 +0000 (0:00:00.013) 0:01:09.768 ********** ok: [sut] => { "ansible_facts": { "st_volume_type": "disk" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-device.yml:33 Tuesday 04 June 2024 18:47:24 +0000 (0:00:00.011) 0:01:09.780 ********** 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-2pzhsuna2/tests/test-verify-volume-device.yml:38 Tuesday 04 June 2024 18:47:24 +0000 (0:00:00.010) 0:01:09.791 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-encryption.yml:3 Tuesday 04 June 2024 18:47:24 +0000 (0:00:00.029) 0:01:09.820 ********** 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-2pzhsuna2/tests/test-verify-volume-encryption.yml:10 Tuesday 04 June 2024 18:47:24 +0000 (0:00:00.011) 0:01:09.831 ********** 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-2pzhsuna2/tests/test-verify-volume-encryption.yml:16 Tuesday 04 June 2024 18:47:25 +0000 (0:00:00.943) 0:01:10.775 ********** 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-2pzhsuna2/tests/test-verify-volume-encryption.yml:22 Tuesday 04 June 2024 18:47:25 +0000 (0:00:00.011) 0:01:10.787 ********** 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-2pzhsuna2/tests/test-verify-volume-encryption.yml:29 Tuesday 04 June 2024 18:47:25 +0000 (0:00:00.011) 0:01:10.798 ********** 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-2pzhsuna2/tests/test-verify-volume-encryption.yml:40 Tuesday 04 June 2024 18:47:25 +0000 (0:00:00.023) 0:01:10.821 ********** 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-2pzhsuna2/tests/test-verify-volume-encryption.yml:46 Tuesday 04 June 2024 18:47:25 +0000 (0:00:00.014) 0:01:10.836 ********** 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-2pzhsuna2/tests/test-verify-volume-encryption.yml:51 Tuesday 04 June 2024 18:47:25 +0000 (0:00:00.011) 0:01:10.847 ********** 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-2pzhsuna2/tests/test-verify-volume-encryption.yml:63 Tuesday 04 June 2024 18:47:25 +0000 (0:00:00.011) 0:01:10.858 ********** 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-2pzhsuna2/tests/test-verify-volume-encryption.yml:75 Tuesday 04 June 2024 18:47:25 +0000 (0:00:00.010) 0:01:10.869 ********** 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-2pzhsuna2/tests/test-verify-volume-encryption.yml:87 Tuesday 04 June 2024 18:47:25 +0000 (0:00:00.010) 0:01:10.880 ********** 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-2pzhsuna2/tests/test-verify-volume-encryption.yml:93 Tuesday 04 June 2024 18:47:25 +0000 (0:00:00.022) 0:01:10.902 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-encryption.yml:100 Tuesday 04 June 2024 18:47:25 +0000 (0:00:00.023) 0:01:10.925 ********** 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-2pzhsuna2/tests/test-verify-volume-encryption.yml:108 Tuesday 04 June 2024 18:47:25 +0000 (0:00:00.018) 0:01:10.944 ********** 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-2pzhsuna2/tests/test-verify-volume-encryption.yml:116 Tuesday 04 June 2024 18:47:25 +0000 (0:00:00.018) 0:01:10.962 ********** 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-2pzhsuna2/tests/test-verify-volume-encryption.yml:124 Tuesday 04 June 2024 18:47:25 +0000 (0:00:00.018) 0:01:10.980 ********** 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-2pzhsuna2/tests/test-verify-volume-md.yml:8 Tuesday 04 June 2024 18:47:25 +0000 (0:00:00.010) 0:01:10.991 ********** 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-2pzhsuna2/tests/test-verify-volume-md.yml:14 Tuesday 04 June 2024 18:47:25 +0000 (0:00:00.009) 0:01:11.001 ********** 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-2pzhsuna2/tests/test-verify-volume-md.yml:19 Tuesday 04 June 2024 18:47:25 +0000 (0:00:00.011) 0:01:11.012 ********** 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-2pzhsuna2/tests/test-verify-volume-md.yml:24 Tuesday 04 June 2024 18:47:25 +0000 (0:00:00.011) 0:01:11.023 ********** 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-2pzhsuna2/tests/test-verify-volume-md.yml:29 Tuesday 04 June 2024 18:47:25 +0000 (0:00:00.011) 0:01:11.034 ********** 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-2pzhsuna2/tests/test-verify-volume-md.yml:37 Tuesday 04 June 2024 18:47:25 +0000 (0:00:00.011) 0:01:11.045 ********** 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-2pzhsuna2/tests/test-verify-volume-md.yml:46 Tuesday 04 June 2024 18:47:25 +0000 (0:00:00.010) 0:01:11.056 ********** 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-2pzhsuna2/tests/test-verify-volume-md.yml:54 Tuesday 04 June 2024 18:47:25 +0000 (0:00:00.009) 0:01:11.066 ********** 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-2pzhsuna2/tests/test-verify-volume-md.yml:62 Tuesday 04 June 2024 18:47:25 +0000 (0:00:00.010) 0:01:11.077 ********** 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-2pzhsuna2/tests/test-verify-volume-md.yml:70 Tuesday 04 June 2024 18:47:25 +0000 (0:00:00.009) 0:01:11.087 ********** 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-2pzhsuna2/tests/test-verify-volume-size.yml:3 Tuesday 04 June 2024 18:47:25 +0000 (0:00:00.009) 0:01:11.096 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type not in ['partition', 'disk']", "skip_reason": "Conditional result was False" } TASK [Parse the requested size of the volume] ********************************** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-size.yml:11 Tuesday 04 June 2024 18:47:25 +0000 (0:00:00.018) 0:01:11.115 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == \"lvm\"", "skip_reason": "Conditional result was False" } TASK [Establish base value for expected size] ********************************** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-size.yml:20 Tuesday 04 June 2024 18:47:25 +0000 (0:00:00.018) 0:01:11.133 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == \"lvm\"", "skip_reason": "Conditional result was False" } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-size.yml:28 Tuesday 04 June 2024 18:47:25 +0000 (0:00:00.017) 0:01:11.151 ********** ok: [sut] => { "storage_test_expected_size": "VARIABLE IS NOT DEFINED!: 'storage_test_expected_size' is undefined. 'storage_test_expected_size' is undefined" } TASK [Get the size of parent/pool device] ************************************** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-size.yml:32 Tuesday 04 June 2024 18:47:25 +0000 (0:00:00.013) 0:01:11.164 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == \"lvm\"", "skip_reason": "Conditional result was False" } TASK [Show test pool] ********************************************************** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-size.yml:46 Tuesday 04 June 2024 18:47:25 +0000 (0:00:00.018) 0:01:11.182 ********** skipping: [sut] => { "false_condition": "storage_test_volume.type == \"lvm\"" } TASK [Show test blockinfo] ***************************************************** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-size.yml:50 Tuesday 04 June 2024 18:47:26 +0000 (0:00:00.018) 0:01:11.201 ********** skipping: [sut] => { "false_condition": "storage_test_volume.type == \"lvm\"" } TASK [Show test pool size] ***************************************************** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-size.yml:54 Tuesday 04 June 2024 18:47:26 +0000 (0:00:00.018) 0:01:11.220 ********** skipping: [sut] => { "false_condition": "storage_test_volume.type == \"lvm\"" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-size.yml:58 Tuesday 04 June 2024 18:47:26 +0000 (0:00:00.017) 0:01:11.237 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == \"lvm\"", "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-size.yml:67 Tuesday 04 June 2024 18:47:26 +0000 (0:00:00.017) 0:01:11.255 ********** 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-2pzhsuna2/tests/test-verify-volume-size.yml:71 Tuesday 04 June 2024 18:47:26 +0000 (0:00:00.011) 0:01:11.266 ********** 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-2pzhsuna2/tests/test-verify-volume-size.yml:76 Tuesday 04 June 2024 18:47:26 +0000 (0:00:00.010) 0:01:11.276 ********** 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-2pzhsuna2/tests/test-verify-volume-size.yml:82 Tuesday 04 June 2024 18:47:26 +0000 (0:00:00.009) 0:01:11.286 ********** 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-2pzhsuna2/tests/test-verify-volume-size.yml:86 Tuesday 04 June 2024 18:47:26 +0000 (0:00:00.009) 0:01:11.296 ********** 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-2pzhsuna2/tests/test-verify-volume-size.yml:91 Tuesday 04 June 2024 18:47:26 +0000 (0:00:00.009) 0:01:11.306 ********** 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-2pzhsuna2/tests/test-verify-volume-size.yml:96 Tuesday 04 June 2024 18:47:26 +0000 (0:00:00.009) 0:01:11.316 ********** 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-2pzhsuna2/tests/test-verify-volume-size.yml:101 Tuesday 04 June 2024 18:47:26 +0000 (0:00:00.010) 0:01:11.327 ********** skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Show volume thin pool size] ********************************************** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-size.yml:105 Tuesday 04 June 2024 18:47:26 +0000 (0:00:00.009) 0:01:11.336 ********** skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-size.yml:109 Tuesday 04 June 2024 18:47:26 +0000 (0:00:00.009) 0:01:11.346 ********** skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Establish base value for expected thin pool size] ************************ task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-size.yml:113 Tuesday 04 June 2024 18:47:26 +0000 (0:00:00.009) 0:01:11.355 ********** 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-2pzhsuna2/tests/test-verify-volume-size.yml:120 Tuesday 04 June 2024 18:47:26 +0000 (0:00:00.011) 0:01:11.367 ********** 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-2pzhsuna2/tests/test-verify-volume-size.yml:127 Tuesday 04 June 2024 18:47:26 +0000 (0:00:00.011) 0:01:11.378 ********** 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-2pzhsuna2/tests/test-verify-volume-size.yml:131 Tuesday 04 June 2024 18:47:26 +0000 (0:00:00.011) 0:01:11.389 ********** 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-2pzhsuna2/tests/test-verify-volume-size.yml:137 Tuesday 04 June 2024 18:47:26 +0000 (0:00:00.009) 0:01:11.399 ********** 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-2pzhsuna2/tests/test-verify-volume-size.yml:143 Tuesday 04 June 2024 18:47:26 +0000 (0:00:00.010) 0:01:11.410 ********** ok: [sut] => { "storage_test_actual_size": { "changed": false, "false_condition": "storage_test_volume.type not in ['partition', 'disk']", "skip_reason": "Conditional result was False", "skipped": true } } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-size.yml:147 Tuesday 04 June 2024 18:47:26 +0000 (0:00:00.011) 0:01:11.422 ********** ok: [sut] => { "storage_test_expected_size": "VARIABLE IS NOT DEFINED!: 'storage_test_expected_size' is undefined. 'storage_test_expected_size' is undefined" } TASK [Assert expected size is actual size] ************************************* task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-size.yml:151 Tuesday 04 June 2024 18:47:26 +0000 (0:00:00.011) 0:01:11.434 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == \"lvm\"", "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-cache.yml:5 Tuesday 04 June 2024 18:47:26 +0000 (0:00:00.018) 0:01:11.452 ********** 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-2pzhsuna2/tests/test-verify-volume-cache.yml:13 Tuesday 04 June 2024 18:47:26 +0000 (0:00:00.012) 0:01:11.464 ********** 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-2pzhsuna2/tests/test-verify-volume-cache.yml:17 Tuesday 04 June 2024 18:47:26 +0000 (0:00:00.010) 0:01:11.475 ********** 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-2pzhsuna2/tests/test-verify-volume-cache.yml:24 Tuesday 04 June 2024 18:47:26 +0000 (0:00:00.010) 0:01:11.485 ********** 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-2pzhsuna2/tests/test-verify-volume-cache.yml:31 Tuesday 04 June 2024 18:47:26 +0000 (0:00:00.010) 0:01:11.495 ********** 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-2pzhsuna2/tests/test-verify-volume-cache.yml:37 Tuesday 04 June 2024 18:47:26 +0000 (0:00:00.009) 0:01:11.505 ********** 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-2pzhsuna2/tests/test-verify-volume-cache.yml:42 Tuesday 04 June 2024 18:47:26 +0000 (0:00:00.011) 0:01:11.516 ********** 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-2pzhsuna2/tests/test-verify-volume.yml:25 Tuesday 04 June 2024 18:47:26 +0000 (0:00:00.012) 0:01:11.529 ********** ok: [sut] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Clean up variable namespace] ********************************************* task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/verify-role-results.yml:54 Tuesday 04 June 2024 18:47:26 +0000 (0:00:00.011) 0:01:11.541 ********** ok: [sut] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } TASK [Get disk to use for non-swap device] ************************************* task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/tests_swap.yml:47 Tuesday 04 June 2024 18:47:26 +0000 (0:00:00.011) 0:01:11.552 ********** included: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/get_unused_disk.yml for sut TASK [Ensure test packages] **************************************************** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/get_unused_disk.yml:2 Tuesday 04 June 2024 18:47:26 +0000 (0:00:00.018) 0:01:11.571 ********** 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-2pzhsuna2/tests/get_unused_disk.yml:11 Tuesday 04 June 2024 18:47:27 +0000 (0:00:00.955) 0:01:12.527 ********** ok: [sut] => { "changed": false, "disks": [ "sdb" ] } TASK [Set unused_disks if necessary] ******************************************* task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/get_unused_disk.yml:19 Tuesday 04 June 2024 18:47:27 +0000 (0:00:00.265) 0:01:12.792 ********** ok: [sut] => { "ansible_facts": { "unused_disks": [ "sdb" ] }, "changed": false } TASK [Exit playbook when there's not enough unused disks in the system] ******** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/get_unused_disk.yml:24 Tuesday 04 June 2024 18:47:27 +0000 (0:00:00.013) 0:01:12.806 ********** 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-2pzhsuna2/tests/get_unused_disk.yml:29 Tuesday 04 June 2024 18:47:27 +0000 (0:00:00.019) 0:01:12.826 ********** ok: [sut] => { "unused_disks": [ "sdb" ] } TASK [Save non-swap disk] ****************************************************** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/tests_swap.yml:54 Tuesday 04 June 2024 18:47:27 +0000 (0:00:00.011) 0:01:12.838 ********** ok: [sut] => { "ansible_facts": { "__non_swap_disk": "sdb" }, "changed": false } TASK [Format second disk as ext3] ********************************************** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/tests_swap.yml:58 Tuesday 04 June 2024 18:47:27 +0000 (0:00:00.011) 0:01:12.849 ********** TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Tuesday 04 June 2024 18:47:27 +0000 (0:00:00.027) 0:01:12.877 ********** included: /WORKDIR/git-main_stratis-support-2pzhsuna2/.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-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Tuesday 04 June 2024 18:47:27 +0000 (0:00:00.015) 0:01:12.892 ********** 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-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Tuesday 04 June 2024 18:47:27 +0000 (0:00:00.020) 0:01:12.913 ********** 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-2pzhsuna2/.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-2pzhsuna2/.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-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Tuesday 04 June 2024 18:47:27 +0000 (0:00:00.031) 0:01:12.944 ********** 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-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Tuesday 04 June 2024 18:47:27 +0000 (0:00:00.013) 0:01:12.958 ********** 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-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Tuesday 04 June 2024 18:47:27 +0000 (0:00:00.013) 0:01:12.971 ********** 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-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Tuesday 04 June 2024 18:47:27 +0000 (0:00:00.011) 0:01:12.983 ********** 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-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Tuesday 04 June 2024 18:47:27 +0000 (0:00:00.011) 0:01:12.995 ********** 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-2pzhsuna2/.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-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Tuesday 04 June 2024 18:47:27 +0000 (0:00:00.026) 0:01:13.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-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Tuesday 04 June 2024 18:47:27 +0000 (0:00:00.013) 0:01:13.035 ********** 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-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Tuesday 04 June 2024 18:47:27 +0000 (0:00:00.013) 0:01:13.049 ********** ok: [sut] => { "storage_volumes": [ { "disks": [ "sdb" ], "fs_type": "ext3", "mount_point": "none", "name": "test2", "type": "disk" } ] } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Tuesday 04 June 2024 18:47:27 +0000 (0:00:00.013) 0:01:13.062 ********** 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-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Tuesday 04 June 2024 18:47:27 +0000 (0:00:00.013) 0:01:13.075 ********** 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-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Tuesday 04 June 2024 18:47:27 +0000 (0:00:00.014) 0:01:13.089 ********** 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-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Tuesday 04 June 2024 18:47:27 +0000 (0:00:00.013) 0:01:13.103 ********** 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-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Tuesday 04 June 2024 18:47:27 +0000 (0:00:00.013) 0:01:13.116 ********** 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-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Tuesday 04 June 2024 18:47:27 +0000 (0:00:00.029) 0:01:13.146 ********** 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-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Tuesday 04 June 2024 18:47:27 +0000 (0:00:00.009) 0:01:13.155 ********** changed: [sut] => { "actions": [ { "action": "create format", "device": "/dev/sdb", "fs_type": "ext3" } ], "changed": true, "crypts": [], "leaves": [ "/dev/sda", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [], "packages": [ "e2fsprogs", "xfsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sdb", "_kernel_device": "/dev/sdb", "_mount_id": "UUID=110d765b-dad3-43c0-ad3f-6e82f6cf6221", "_raw_device": "/dev/sdb", "_raw_kernel_device": "/dev/sdb", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext3", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "none", "mount_user": null, "name": "test2", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Tuesday 04 June 2024 18:47:32 +0000 (0:00:04.345) 0:01:17.501 ********** 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-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Tuesday 04 June 2024 18:47:32 +0000 (0:00:00.023) 0:01:17.524 ********** 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-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:101 Tuesday 04 June 2024 18:47:32 +0000 (0:00:00.012) 0:01:17.536 ********** ok: [sut] => { "blivet_output": { "actions": [ { "action": "create format", "device": "/dev/sdb", "fs_type": "ext3" } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/sda", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [], "packages": [ "e2fsprogs", "xfsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sdb", "_kernel_device": "/dev/sdb", "_mount_id": "UUID=110d765b-dad3-43c0-ad3f-6e82f6cf6221", "_raw_device": "/dev/sdb", "_raw_kernel_device": "/dev/sdb", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext3", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "none", "mount_user": null, "name": "test2", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:110 Tuesday 04 June 2024 18:47:32 +0000 (0:00:00.016) 0:01:17.553 ********** 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-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:114 Tuesday 04 June 2024 18:47:32 +0000 (0:00:00.014) 0:01:17.568 ********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [ { "_device": "/dev/sdb", "_kernel_device": "/dev/sdb", "_mount_id": "UUID=110d765b-dad3-43c0-ad3f-6e82f6cf6221", "_raw_device": "/dev/sdb", "_raw_kernel_device": "/dev/sdb", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext3", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "none", "mount_user": null, "name": "test2", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:130 Tuesday 04 June 2024 18:47:32 +0000 (0:00:00.015) 0:01:17.584 ********** 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-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:141 Tuesday 04 June 2024 18:47:32 +0000 (0:00:00.022) 0:01:17.606 ********** 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-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:146 Tuesday 04 June 2024 18:47:32 +0000 (0:00:00.013) 0:01:17.619 ********** 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-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:157 Tuesday 04 June 2024 18:47:32 +0000 (0:00:00.020) 0:01:17.639 ********** 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-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:169 Tuesday 04 June 2024 18:47:32 +0000 (0:00:00.020) 0:01:17.660 ********** 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-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:177 Tuesday 04 June 2024 18:47:32 +0000 (0:00:00.011) 0:01:17.672 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1717526624.7968068, "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-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:182 Tuesday 04 June 2024 18:47:32 +0000 (0:00:00.206) 0:01:17.879 ********** 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-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:204 Tuesday 04 June 2024 18:47:32 +0000 (0:00:00.010) 0:01:17.889 ********** ok: [sut] TASK [Verify results] ********************************************************** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/tests_swap.yml:69 Tuesday 04 June 2024 18:47:33 +0000 (0:00:00.811) 0:01:18.700 ********** included: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/verify-role-results.yml for sut TASK [Print out pool information] ********************************************** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/verify-role-results.yml:2 Tuesday 04 June 2024 18:47:33 +0000 (0:00:00.021) 0:01:18.722 ********** skipping: [sut] => { "false_condition": "_storage_pools_list | length > 0" } TASK [Print out volume information] ******************************************** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/verify-role-results.yml:7 Tuesday 04 June 2024 18:47:33 +0000 (0:00:00.019) 0:01:18.741 ********** ok: [sut] => { "_storage_volumes_list": [ { "_device": "/dev/sdb", "_kernel_device": "/dev/sdb", "_mount_id": "UUID=110d765b-dad3-43c0-ad3f-6e82f6cf6221", "_raw_device": "/dev/sdb", "_raw_kernel_device": "/dev/sdb", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext3", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "none", "mount_user": null, "name": "test2", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] } TASK [Collect info about the volumes.] ***************************************** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/verify-role-results.yml:15 Tuesday 04 June 2024 18:47:33 +0000 (0:00:00.022) 0:01:18.763 ********** ok: [sut] => { "changed": false, "info": { "/dev/sda": { "fstype": "swap", "label": "", "mountpoint": "[SWAP]", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "f54a7d70-0b65-4939-8a6d-2f08189b79b8" }, "/dev/sdb": { "fstype": "ext3", "label": "", "mountpoint": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "110d765b-dad3-43c0-ad3f-6e82f6cf6221" }, "/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-2pzhsuna2/tests/verify-role-results.yml:20 Tuesday 04 June 2024 18:47:33 +0000 (0:00:00.204) 0:01:18.968 ********** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:01.004269", "end": "2024-06-04 18:47:34.949612", "rc": 0, "start": "2024-06-04 18:47:33.945343" } 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 UUID=f54a7d70-0b65-4939-8a6d-2f08189b79b8 none swap defaults 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/verify-role-results.yml:25 Tuesday 04 June 2024 18:47:34 +0000 (0:00:01.201) 0:01:20.170 ********** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.003207", "end": "2024-06-04 18:47:35.149315", "failed_when_result": false, "rc": 0, "start": "2024-06-04 18:47:35.146108" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/verify-role-results.yml:34 Tuesday 04 June 2024 18:47:35 +0000 (0:00:00.200) 0:01:20.370 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/verify-role-results.yml:44 Tuesday 04 June 2024 18:47:35 +0000 (0:00:00.010) 0:01:20.380 ********** included: /WORKDIR/git-main_stratis-support-2pzhsuna2/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': 'none', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test2', 'raid_level': None, 'size': 10737418240, 'state': 'present', 'type': 'disk', 'disks': ['sdb'], 'raid_device_count': None, 'raid_spare_count': None, 'raid_metadata_version': None, 'raid_chunk_size': None, 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_stripe_size': 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': [], '_device': '/dev/sdb', '_raw_device': '/dev/sdb', '_mount_id': 'UUID=110d765b-dad3-43c0-ad3f-6e82f6cf6221', '_kernel_device': '/dev/sdb', '_raw_kernel_device': '/dev/sdb'}) TASK [Set storage volume test variables] *************************************** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume.yml:2 Tuesday 04 June 2024 18:47:35 +0000 (0:00:00.036) 0:01:20.417 ********** 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-2pzhsuna2/tests/test-verify-volume.yml:19 Tuesday 04 June 2024 18:47:35 +0000 (0:00:00.023) 0:01:20.440 ********** included: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-mount.yml for sut => (item=mount) included: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-fstab.yml for sut => (item=fstab) included: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-fs.yml for sut => (item=fs) included: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-device.yml for sut => (item=device) included: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-encryption.yml for sut => (item=encryption) included: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-md.yml for sut => (item=md) included: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-size.yml for sut => (item=size) included: /WORKDIR/git-main_stratis-support-2pzhsuna2/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-2pzhsuna2/tests/test-verify-volume-mount.yml:7 Tuesday 04 June 2024 18:47:35 +0000 (0:00:00.046) 0:01:20.486 ********** ok: [sut] => { "ansible_facts": { "storage_test_device_path": "/dev/sdb" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-mount.yml:11 Tuesday 04 June 2024 18:47:35 +0000 (0:00:00.017) 0:01:20.504 ********** ok: [sut] => { "ansible_facts": { "storage_test_mount_expected_mount_point": "", "storage_test_swap_expected_matches": "0" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-mount.yml:19 Tuesday 04 June 2024 18:47:35 +0000 (0:00:00.024) 0:01:20.529 ********** 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-2pzhsuna2/tests/test-verify-volume-mount.yml:28 Tuesday 04 June 2024 18:47:35 +0000 (0:00:00.011) 0:01:20.541 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-mount.yml:36 Tuesday 04 June 2024 18:47:35 +0000 (0:00:00.016) 0:01:20.558 ********** 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-2pzhsuna2/tests/test-verify-volume-mount.yml:42 Tuesday 04 June 2024 18:47:35 +0000 (0:00:00.013) 0:01:20.571 ********** 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-2pzhsuna2/tests/test-verify-volume-mount.yml:48 Tuesday 04 June 2024 18:47:35 +0000 (0:00:00.039) 0:01:20.611 ********** 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-2pzhsuna2/tests/test-verify-volume-mount.yml:57 Tuesday 04 June 2024 18:47:35 +0000 (0:00:00.012) 0:01:20.623 ********** 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-2pzhsuna2/tests/test-verify-volume-mount.yml:63 Tuesday 04 June 2024 18:47:35 +0000 (0:00:00.012) 0:01:20.635 ********** 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-2pzhsuna2/tests/test-verify-volume-mount.yml:69 Tuesday 04 June 2024 18:47:35 +0000 (0:00:00.012) 0:01:20.647 ********** 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-2pzhsuna2/tests/test-verify-volume-mount.yml:79 Tuesday 04 June 2024 18:47:35 +0000 (0:00:00.017) 0:01:20.665 ********** 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-2pzhsuna2/tests/test-verify-volume-fstab.yml:2 Tuesday 04 June 2024 18:47:35 +0000 (0:00:00.011) 0:01:20.677 ********** ok: [sut] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": "0", "storage_test_fstab_expected_mount_options_matches": "1", "storage_test_fstab_expected_mount_point_matches": "0", "storage_test_fstab_id_matches": [], "storage_test_fstab_mount_options_matches": [], "storage_test_fstab_mount_point_matches": [] }, "changed": false } TASK [Verify that the device identifier appears in /etc/fstab] ***************** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-fstab.yml:17 Tuesday 04 June 2024 18:47:35 +0000 (0:00:00.039) 0:01:20.716 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-fstab.yml:24 Tuesday 04 June 2024 18:47:35 +0000 (0:00:00.022) 0:01:20.738 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-fstab.yml:33 Tuesday 04 June 2024 18:47:35 +0000 (0:00:00.022) 0:01:20.760 ********** 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-2pzhsuna2/tests/test-verify-volume-fstab.yml:45 Tuesday 04 June 2024 18:47:35 +0000 (0:00:00.019) 0:01:20.780 ********** 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-2pzhsuna2/tests/test-verify-volume-fs.yml:6 Tuesday 04 June 2024 18:47:35 +0000 (0:00:00.011) 0:01:20.791 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-fs.yml:14 Tuesday 04 June 2024 18:47:35 +0000 (0:00:00.023) 0:01:20.815 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-device.yml:3 Tuesday 04 June 2024 18:47:35 +0000 (0:00:00.027) 0:01:20.842 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1717526852.2288463, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1717526852.2288463, "dev": 5, "device_type": 2064, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 452, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/blockdevice", "mode": "0660", "mtime": 1717526852.2288463, "nlink": 1, "path": "/dev/sdb", "pw_name": "root", "readable": true, "rgrp": true, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": null, "wgrp": true, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-device.yml:9 Tuesday 04 June 2024 18:47:35 +0000 (0:00:00.208) 0:01:21.050 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-device.yml:16 Tuesday 04 June 2024 18:47:35 +0000 (0:00:00.014) 0:01:21.065 ********** 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-2pzhsuna2/tests/test-verify-volume-device.yml:23 Tuesday 04 June 2024 18:47:35 +0000 (0:00:00.011) 0:01:21.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-2pzhsuna2/tests/test-verify-volume-device.yml:29 Tuesday 04 June 2024 18:47:35 +0000 (0:00:00.013) 0:01:21.089 ********** ok: [sut] => { "ansible_facts": { "st_volume_type": "disk" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-device.yml:33 Tuesday 04 June 2024 18:47:35 +0000 (0:00:00.012) 0:01:21.101 ********** 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-2pzhsuna2/tests/test-verify-volume-device.yml:38 Tuesday 04 June 2024 18:47:35 +0000 (0:00:00.011) 0:01:21.113 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-encryption.yml:3 Tuesday 04 June 2024 18:47:35 +0000 (0:00:00.012) 0:01:21.125 ********** 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-2pzhsuna2/tests/test-verify-volume-encryption.yml:10 Tuesday 04 June 2024 18:47:35 +0000 (0:00:00.010) 0:01:21.136 ********** 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-2pzhsuna2/tests/test-verify-volume-encryption.yml:16 Tuesday 04 June 2024 18:47:36 +0000 (0:00:00.954) 0:01:22.090 ********** 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-2pzhsuna2/tests/test-verify-volume-encryption.yml:22 Tuesday 04 June 2024 18:47:36 +0000 (0:00:00.012) 0:01:22.103 ********** 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-2pzhsuna2/tests/test-verify-volume-encryption.yml:29 Tuesday 04 June 2024 18:47:36 +0000 (0:00:00.012) 0:01:22.116 ********** 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-2pzhsuna2/tests/test-verify-volume-encryption.yml:40 Tuesday 04 June 2024 18:47:36 +0000 (0:00:00.028) 0:01:22.144 ********** 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-2pzhsuna2/tests/test-verify-volume-encryption.yml:46 Tuesday 04 June 2024 18:47:36 +0000 (0:00:00.011) 0:01:22.155 ********** 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-2pzhsuna2/tests/test-verify-volume-encryption.yml:51 Tuesday 04 June 2024 18:47:36 +0000 (0:00:00.012) 0:01:22.168 ********** 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-2pzhsuna2/tests/test-verify-volume-encryption.yml:63 Tuesday 04 June 2024 18:47:36 +0000 (0:00:00.014) 0:01:22.182 ********** 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-2pzhsuna2/tests/test-verify-volume-encryption.yml:75 Tuesday 04 June 2024 18:47:36 +0000 (0:00:00.013) 0:01:22.196 ********** 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-2pzhsuna2/tests/test-verify-volume-encryption.yml:87 Tuesday 04 June 2024 18:47:37 +0000 (0:00:00.014) 0:01:22.210 ********** 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-2pzhsuna2/tests/test-verify-volume-encryption.yml:93 Tuesday 04 June 2024 18:47:37 +0000 (0:00:00.035) 0:01:22.245 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-encryption.yml:100 Tuesday 04 June 2024 18:47:37 +0000 (0:00:00.027) 0:01:22.273 ********** 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-2pzhsuna2/tests/test-verify-volume-encryption.yml:108 Tuesday 04 June 2024 18:47:37 +0000 (0:00:00.021) 0:01:22.294 ********** 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-2pzhsuna2/tests/test-verify-volume-encryption.yml:116 Tuesday 04 June 2024 18:47:37 +0000 (0:00:00.022) 0:01:22.317 ********** 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-2pzhsuna2/tests/test-verify-volume-encryption.yml:124 Tuesday 04 June 2024 18:47:37 +0000 (0:00:00.021) 0:01:22.338 ********** 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-2pzhsuna2/tests/test-verify-volume-md.yml:8 Tuesday 04 June 2024 18:47:37 +0000 (0:00:00.013) 0:01:22.352 ********** 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-2pzhsuna2/tests/test-verify-volume-md.yml:14 Tuesday 04 June 2024 18:47:37 +0000 (0:00:00.014) 0:01:22.366 ********** 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-2pzhsuna2/tests/test-verify-volume-md.yml:19 Tuesday 04 June 2024 18:47:37 +0000 (0:00:00.012) 0:01:22.378 ********** 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-2pzhsuna2/tests/test-verify-volume-md.yml:24 Tuesday 04 June 2024 18:47:37 +0000 (0:00:00.012) 0:01:22.391 ********** 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-2pzhsuna2/tests/test-verify-volume-md.yml:29 Tuesday 04 June 2024 18:47:37 +0000 (0:00:00.012) 0:01:22.404 ********** 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-2pzhsuna2/tests/test-verify-volume-md.yml:37 Tuesday 04 June 2024 18:47:37 +0000 (0:00:00.012) 0:01:22.416 ********** 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-2pzhsuna2/tests/test-verify-volume-md.yml:46 Tuesday 04 June 2024 18:47:37 +0000 (0:00:00.011) 0:01:22.427 ********** 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-2pzhsuna2/tests/test-verify-volume-md.yml:54 Tuesday 04 June 2024 18:47:37 +0000 (0:00:00.014) 0:01:22.442 ********** 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-2pzhsuna2/tests/test-verify-volume-md.yml:62 Tuesday 04 June 2024 18:47:37 +0000 (0:00:00.014) 0:01:22.456 ********** 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-2pzhsuna2/tests/test-verify-volume-md.yml:70 Tuesday 04 June 2024 18:47:37 +0000 (0:00:00.013) 0:01:22.470 ********** 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-2pzhsuna2/tests/test-verify-volume-size.yml:3 Tuesday 04 June 2024 18:47:37 +0000 (0:00:00.012) 0:01:22.482 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type not in ['partition', 'disk']", "skip_reason": "Conditional result was False" } TASK [Parse the requested size of the volume] ********************************** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-size.yml:11 Tuesday 04 June 2024 18:47:37 +0000 (0:00:00.022) 0:01:22.504 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == \"lvm\"", "skip_reason": "Conditional result was False" } TASK [Establish base value for expected size] ********************************** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-size.yml:20 Tuesday 04 June 2024 18:47:37 +0000 (0:00:00.024) 0:01:22.528 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == \"lvm\"", "skip_reason": "Conditional result was False" } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-size.yml:28 Tuesday 04 June 2024 18:47:37 +0000 (0:00:00.025) 0:01:22.554 ********** ok: [sut] => { "storage_test_expected_size": "VARIABLE IS NOT DEFINED!: 'storage_test_expected_size' is undefined. 'storage_test_expected_size' is undefined" } TASK [Get the size of parent/pool device] ************************************** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-size.yml:32 Tuesday 04 June 2024 18:47:37 +0000 (0:00:00.014) 0:01:22.568 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == \"lvm\"", "skip_reason": "Conditional result was False" } TASK [Show test pool] ********************************************************** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-size.yml:46 Tuesday 04 June 2024 18:47:37 +0000 (0:00:00.020) 0:01:22.589 ********** skipping: [sut] => { "false_condition": "storage_test_volume.type == \"lvm\"" } TASK [Show test blockinfo] ***************************************************** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-size.yml:50 Tuesday 04 June 2024 18:47:37 +0000 (0:00:00.020) 0:01:22.609 ********** skipping: [sut] => { "false_condition": "storage_test_volume.type == \"lvm\"" } TASK [Show test pool size] ***************************************************** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-size.yml:54 Tuesday 04 June 2024 18:47:37 +0000 (0:00:00.020) 0:01:22.630 ********** skipping: [sut] => { "false_condition": "storage_test_volume.type == \"lvm\"" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-size.yml:58 Tuesday 04 June 2024 18:47:37 +0000 (0:00:00.020) 0:01:22.650 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == \"lvm\"", "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-size.yml:67 Tuesday 04 June 2024 18:47:37 +0000 (0:00:00.026) 0:01:22.677 ********** 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-2pzhsuna2/tests/test-verify-volume-size.yml:71 Tuesday 04 June 2024 18:47:37 +0000 (0:00:00.016) 0:01:22.693 ********** 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-2pzhsuna2/tests/test-verify-volume-size.yml:76 Tuesday 04 June 2024 18:47:37 +0000 (0:00:00.012) 0:01:22.706 ********** 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-2pzhsuna2/tests/test-verify-volume-size.yml:82 Tuesday 04 June 2024 18:47:37 +0000 (0:00:00.011) 0:01:22.718 ********** 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-2pzhsuna2/tests/test-verify-volume-size.yml:86 Tuesday 04 June 2024 18:47:37 +0000 (0:00:00.011) 0:01:22.730 ********** 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-2pzhsuna2/tests/test-verify-volume-size.yml:91 Tuesday 04 June 2024 18:47:37 +0000 (0:00:00.015) 0:01:22.745 ********** 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-2pzhsuna2/tests/test-verify-volume-size.yml:96 Tuesday 04 June 2024 18:47:37 +0000 (0:00:00.015) 0:01:22.761 ********** 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-2pzhsuna2/tests/test-verify-volume-size.yml:101 Tuesday 04 June 2024 18:47:37 +0000 (0:00:00.014) 0:01:22.775 ********** skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Show volume thin pool size] ********************************************** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-size.yml:105 Tuesday 04 June 2024 18:47:37 +0000 (0:00:00.012) 0:01:22.787 ********** skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-size.yml:109 Tuesday 04 June 2024 18:47:37 +0000 (0:00:00.012) 0:01:22.800 ********** skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Establish base value for expected thin pool size] ************************ task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-size.yml:113 Tuesday 04 June 2024 18:47:37 +0000 (0:00:00.011) 0:01:22.812 ********** 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-2pzhsuna2/tests/test-verify-volume-size.yml:120 Tuesday 04 June 2024 18:47:37 +0000 (0:00:00.017) 0:01:22.829 ********** 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-2pzhsuna2/tests/test-verify-volume-size.yml:127 Tuesday 04 June 2024 18:47:37 +0000 (0:00:00.042) 0:01:22.871 ********** 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-2pzhsuna2/tests/test-verify-volume-size.yml:131 Tuesday 04 June 2024 18:47:37 +0000 (0:00:00.012) 0:01:22.884 ********** 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-2pzhsuna2/tests/test-verify-volume-size.yml:137 Tuesday 04 June 2024 18:47:37 +0000 (0:00:00.012) 0:01:22.896 ********** 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-2pzhsuna2/tests/test-verify-volume-size.yml:143 Tuesday 04 June 2024 18:47:37 +0000 (0:00:00.011) 0:01:22.908 ********** ok: [sut] => { "storage_test_actual_size": { "changed": false, "false_condition": "storage_test_volume.type not in ['partition', 'disk']", "skip_reason": "Conditional result was False", "skipped": true } } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-size.yml:147 Tuesday 04 June 2024 18:47:37 +0000 (0:00:00.014) 0:01:22.922 ********** ok: [sut] => { "storage_test_expected_size": "VARIABLE IS NOT DEFINED!: 'storage_test_expected_size' is undefined. 'storage_test_expected_size' is undefined" } TASK [Assert expected size is actual size] ************************************* task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-size.yml:151 Tuesday 04 June 2024 18:47:37 +0000 (0:00:00.013) 0:01:22.935 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == \"lvm\"", "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-cache.yml:5 Tuesday 04 June 2024 18:47:37 +0000 (0:00:00.021) 0:01:22.957 ********** 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-2pzhsuna2/tests/test-verify-volume-cache.yml:13 Tuesday 04 June 2024 18:47:37 +0000 (0:00:00.013) 0:01:22.970 ********** 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-2pzhsuna2/tests/test-verify-volume-cache.yml:17 Tuesday 04 June 2024 18:47:37 +0000 (0:00:00.011) 0:01:22.982 ********** 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-2pzhsuna2/tests/test-verify-volume-cache.yml:24 Tuesday 04 June 2024 18:47:37 +0000 (0:00:00.011) 0:01:22.993 ********** 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-2pzhsuna2/tests/test-verify-volume-cache.yml:31 Tuesday 04 June 2024 18:47:37 +0000 (0:00:00.011) 0:01:23.005 ********** 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-2pzhsuna2/tests/test-verify-volume-cache.yml:37 Tuesday 04 June 2024 18:47:37 +0000 (0:00:00.011) 0:01:23.016 ********** 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-2pzhsuna2/tests/test-verify-volume-cache.yml:42 Tuesday 04 June 2024 18:47:37 +0000 (0:00:00.012) 0:01:23.029 ********** 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-2pzhsuna2/tests/test-verify-volume.yml:25 Tuesday 04 June 2024 18:47:37 +0000 (0:00:00.011) 0:01:23.040 ********** ok: [sut] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Clean up variable namespace] ********************************************* task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/verify-role-results.yml:54 Tuesday 04 June 2024 18:47:37 +0000 (0:00:00.012) 0:01:23.053 ********** ok: [sut] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } TASK [Change the disk device file system type from swap to ext3] *************** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/tests_swap.yml:72 Tuesday 04 June 2024 18:47:37 +0000 (0:00:00.011) 0:01:23.064 ********** TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Tuesday 04 June 2024 18:47:37 +0000 (0:00:00.033) 0:01:23.097 ********** included: /WORKDIR/git-main_stratis-support-2pzhsuna2/.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-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Tuesday 04 June 2024 18:47:37 +0000 (0:00:00.018) 0:01:23.116 ********** 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-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Tuesday 04 June 2024 18:47:37 +0000 (0:00:00.024) 0:01:23.141 ********** 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-2pzhsuna2/.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-2pzhsuna2/.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-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Tuesday 04 June 2024 18:47:37 +0000 (0:00:00.038) 0:01:23.179 ********** 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-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Tuesday 04 June 2024 18:47:37 +0000 (0:00:00.015) 0:01:23.194 ********** 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-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Tuesday 04 June 2024 18:47:38 +0000 (0:00:00.016) 0:01:23.211 ********** 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-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Tuesday 04 June 2024 18:47:38 +0000 (0:00:00.012) 0:01:23.224 ********** 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-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Tuesday 04 June 2024 18:47:38 +0000 (0:00:00.013) 0:01:23.237 ********** 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-2pzhsuna2/.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-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Tuesday 04 June 2024 18:47:38 +0000 (0:00:00.028) 0:01:23.265 ********** 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-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Tuesday 04 June 2024 18:47:38 +0000 (0:00:00.017) 0:01:23.283 ********** 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-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Tuesday 04 June 2024 18:47:38 +0000 (0:00:00.015) 0:01:23.298 ********** ok: [sut] => { "storage_volumes": [ { "disks": [ "sda" ], "fs_type": "ext3", "mount_point": "/opt/test", "name": "test1", "type": "disk" } ] } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Tuesday 04 June 2024 18:47:38 +0000 (0:00:00.015) 0:01:23.313 ********** 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-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Tuesday 04 June 2024 18:47:38 +0000 (0:00:00.022) 0:01:23.335 ********** 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-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Tuesday 04 June 2024 18:47:38 +0000 (0:00:00.018) 0:01:23.353 ********** 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-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Tuesday 04 June 2024 18:47:38 +0000 (0:00:00.015) 0:01:23.369 ********** 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-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Tuesday 04 June 2024 18:47:38 +0000 (0:00:00.016) 0:01:23.385 ********** 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-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Tuesday 04 June 2024 18:47:38 +0000 (0:00:00.031) 0:01:23.416 ********** 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-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Tuesday 04 June 2024 18:47:38 +0000 (0:00:00.010) 0:01:23.427 ********** changed: [sut] => { "actions": [ { "action": "destroy format", "device": "/dev/sda", "fs_type": "swap" }, { "action": "create format", "device": "/dev/sda", "fs_type": "ext3" } ], "changed": true, "crypts": [], "leaves": [ "/dev/sda", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [ { "fstype": "swap", "path": "none", "src": "UUID=f54a7d70-0b65-4939-8a6d-2f08189b79b8", "state": "absent" }, { "dump": 0, "fstype": "ext3", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test", "src": "UUID=5835eb56-6bce-40be-b104-b30a5a600d46", "state": "mounted" } ], "packages": [ "xfsprogs", "e2fsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=5835eb56-6bce-40be-b104-b30a5a600d46", "_raw_device": "/dev/sda", "_raw_kernel_device": "/dev/sda", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext3", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Tuesday 04 June 2024 18:47:42 +0000 (0:00:04.430) 0:01:27.857 ********** 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-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Tuesday 04 June 2024 18:47:42 +0000 (0:00:00.031) 0:01:27.889 ********** 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-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:101 Tuesday 04 June 2024 18:47:42 +0000 (0:00:00.016) 0:01:27.905 ********** ok: [sut] => { "blivet_output": { "actions": [ { "action": "destroy format", "device": "/dev/sda", "fs_type": "swap" }, { "action": "create format", "device": "/dev/sda", "fs_type": "ext3" } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/sda", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [ { "fstype": "swap", "path": "none", "src": "UUID=f54a7d70-0b65-4939-8a6d-2f08189b79b8", "state": "absent" }, { "dump": 0, "fstype": "ext3", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test", "src": "UUID=5835eb56-6bce-40be-b104-b30a5a600d46", "state": "mounted" } ], "packages": [ "xfsprogs", "e2fsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=5835eb56-6bce-40be-b104-b30a5a600d46", "_raw_device": "/dev/sda", "_raw_kernel_device": "/dev/sda", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext3", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:110 Tuesday 04 June 2024 18:47:42 +0000 (0:00:00.019) 0:01:27.924 ********** 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-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:114 Tuesday 04 June 2024 18:47:42 +0000 (0:00:00.016) 0:01:27.941 ********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=5835eb56-6bce-40be-b104-b30a5a600d46", "_raw_device": "/dev/sda", "_raw_kernel_device": "/dev/sda", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext3", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:130 Tuesday 04 June 2024 18:47:42 +0000 (0:00:00.022) 0:01:27.963 ********** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount changed: [sut] => (item={'src': 'UUID=f54a7d70-0b65-4939-8a6d-2f08189b79b8', 'path': 'none', 'state': 'absent', 'fstype': 'swap'}) => { "ansible_loop_var": "mount_info", "backup_file": "", "boot": "yes", "changed": true, "dump": "0", "fstab": "/etc/fstab", "fstype": "swap", "mount_info": { "fstype": "swap", "path": "none", "src": "UUID=f54a7d70-0b65-4939-8a6d-2f08189b79b8", "state": "absent" }, "name": "none", "opts": "defaults", "passno": "0", "src": "UUID=f54a7d70-0b65-4939-8a6d-2f08189b79b8" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:141 Tuesday 04 June 2024 18:47:42 +0000 (0:00:00.230) 0:01:28.194 ********** 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-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:146 Tuesday 04 June 2024 18:47:43 +0000 (0:00:00.587) 0:01:28.782 ********** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount changed: [sut] => (item={'src': 'UUID=5835eb56-6bce-40be-b104-b30a5a600d46', 'path': '/opt/test', '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/test", "src": "UUID=5835eb56-6bce-40be-b104-b30a5a600d46", "state": "mounted" }, "name": "/opt/test", "opts": "defaults", "passno": "0", "src": "UUID=5835eb56-6bce-40be-b104-b30a5a600d46" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:157 Tuesday 04 June 2024 18:47:43 +0000 (0:00:00.355) 0:01:29.138 ********** skipping: [sut] => (item={'src': 'UUID=5835eb56-6bce-40be-b104-b30a5a600d46', 'path': '/opt/test', 'fstype': 'ext3', 'opts': 'defaults', 'dump': 0, 'passno': 0, 'state': 'mounted', 'owner': None, 'group': None, 'mode': None}) => { "ansible_loop_var": "mount_info", "changed": false, "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/test", "src": "UUID=5835eb56-6bce-40be-b104-b30a5a600d46", "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-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:169 Tuesday 04 June 2024 18:47:43 +0000 (0:00:00.029) 0:01:29.167 ********** 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-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:177 Tuesday 04 June 2024 18:47:44 +0000 (0:00:00.579) 0:01:29.747 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1717526624.7968068, "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-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:182 Tuesday 04 June 2024 18:47:44 +0000 (0:00:00.212) 0:01:29.960 ********** 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-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:204 Tuesday 04 June 2024 18:47:44 +0000 (0:00:00.013) 0:01:29.973 ********** ok: [sut] TASK [Verify results] ********************************************************** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/tests_swap.yml:83 Tuesday 04 June 2024 18:47:45 +0000 (0:00:00.815) 0:01:30.789 ********** included: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/verify-role-results.yml for sut TASK [Print out pool information] ********************************************** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/verify-role-results.yml:2 Tuesday 04 June 2024 18:47:45 +0000 (0:00:00.025) 0:01:30.815 ********** skipping: [sut] => { "false_condition": "_storage_pools_list | length > 0" } TASK [Print out volume information] ******************************************** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/verify-role-results.yml:7 Tuesday 04 June 2024 18:47:45 +0000 (0:00:00.022) 0:01:30.837 ********** ok: [sut] => { "_storage_volumes_list": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=5835eb56-6bce-40be-b104-b30a5a600d46", "_raw_device": "/dev/sda", "_raw_kernel_device": "/dev/sda", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext3", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] } TASK [Collect info about the volumes.] ***************************************** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/verify-role-results.yml:15 Tuesday 04 June 2024 18:47:45 +0000 (0:00:00.034) 0:01:30.872 ********** ok: [sut] => { "changed": false, "info": { "/dev/sda": { "fstype": "ext3", "label": "", "mountpoint": "/opt/test", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "5835eb56-6bce-40be-b104-b30a5a600d46" }, "/dev/sdb": { "fstype": "ext3", "label": "", "mountpoint": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "110d765b-dad3-43c0-ad3f-6e82f6cf6221" }, "/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-2pzhsuna2/tests/verify-role-results.yml:20 Tuesday 04 June 2024 18:47:45 +0000 (0:00:00.213) 0:01:31.086 ********** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:01.004454", "end": "2024-06-04 18:47:47.071762", "rc": 0, "start": "2024-06-04 18:47:46.067308" } 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 UUID=5835eb56-6bce-40be-b104-b30a5a600d46 /opt/test ext3 defaults 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/verify-role-results.yml:25 Tuesday 04 June 2024 18:47:47 +0000 (0:00:01.205) 0:01:32.292 ********** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.003532", "end": "2024-06-04 18:47:47.277443", "failed_when_result": false, "rc": 0, "start": "2024-06-04 18:47:47.273911" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/verify-role-results.yml:34 Tuesday 04 June 2024 18:47:47 +0000 (0:00:00.205) 0:01:32.497 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/verify-role-results.yml:44 Tuesday 04 June 2024 18:47:47 +0000 (0:00:00.009) 0:01:32.507 ********** included: /WORKDIR/git-main_stratis-support-2pzhsuna2/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/test', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test1', 'raid_level': None, 'size': 10737418240, 'state': 'present', 'type': 'disk', 'disks': ['sda'], 'raid_device_count': None, 'raid_spare_count': None, 'raid_metadata_version': None, 'raid_chunk_size': None, 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_stripe_size': 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': [], '_device': '/dev/sda', '_raw_device': '/dev/sda', '_mount_id': 'UUID=5835eb56-6bce-40be-b104-b30a5a600d46', '_kernel_device': '/dev/sda', '_raw_kernel_device': '/dev/sda'}) TASK [Set storage volume test variables] *************************************** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume.yml:2 Tuesday 04 June 2024 18:47:47 +0000 (0:00:00.030) 0:01:32.538 ********** 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-2pzhsuna2/tests/test-verify-volume.yml:19 Tuesday 04 June 2024 18:47:47 +0000 (0:00:00.073) 0:01:32.611 ********** included: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-mount.yml for sut => (item=mount) included: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-fstab.yml for sut => (item=fstab) included: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-fs.yml for sut => (item=fs) included: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-device.yml for sut => (item=device) included: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-encryption.yml for sut => (item=encryption) included: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-md.yml for sut => (item=md) included: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-size.yml for sut => (item=size) included: /WORKDIR/git-main_stratis-support-2pzhsuna2/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-2pzhsuna2/tests/test-verify-volume-mount.yml:7 Tuesday 04 June 2024 18:47:47 +0000 (0:00:00.043) 0:01:32.655 ********** ok: [sut] => { "ansible_facts": { "storage_test_device_path": "/dev/sda" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-mount.yml:11 Tuesday 04 June 2024 18:47:47 +0000 (0:00:00.017) 0:01:32.672 ********** ok: [sut] => { "ansible_facts": { "storage_test_mount_expected_mount_point": "/opt/test", "storage_test_swap_expected_matches": "0" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-mount.yml:19 Tuesday 04 June 2024 18:47:47 +0000 (0:00:00.022) 0:01:32.695 ********** 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-2pzhsuna2/tests/test-verify-volume-mount.yml:28 Tuesday 04 June 2024 18:47:47 +0000 (0:00:00.011) 0:01:32.706 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-mount.yml:36 Tuesday 04 June 2024 18:47:47 +0000 (0:00:00.013) 0:01:32.719 ********** 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-2pzhsuna2/tests/test-verify-volume-mount.yml:42 Tuesday 04 June 2024 18:47:47 +0000 (0:00:00.010) 0:01:32.730 ********** 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-2pzhsuna2/tests/test-verify-volume-mount.yml:48 Tuesday 04 June 2024 18:47:47 +0000 (0:00:00.011) 0:01:32.741 ********** 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-2pzhsuna2/tests/test-verify-volume-mount.yml:57 Tuesday 04 June 2024 18:47:47 +0000 (0:00:00.012) 0:01:32.754 ********** 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-2pzhsuna2/tests/test-verify-volume-mount.yml:63 Tuesday 04 June 2024 18:47:47 +0000 (0:00:00.011) 0:01:32.765 ********** 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-2pzhsuna2/tests/test-verify-volume-mount.yml:69 Tuesday 04 June 2024 18:47:47 +0000 (0:00:00.013) 0:01:32.779 ********** 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-2pzhsuna2/tests/test-verify-volume-mount.yml:79 Tuesday 04 June 2024 18:47:47 +0000 (0:00:00.011) 0:01:32.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-2pzhsuna2/tests/test-verify-volume-fstab.yml:2 Tuesday 04 June 2024 18:47:47 +0000 (0:00:00.013) 0:01:32.803 ********** ok: [sut] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": "1", "storage_test_fstab_expected_mount_options_matches": "1", "storage_test_fstab_expected_mount_point_matches": "1", "storage_test_fstab_id_matches": [ "UUID=5835eb56-6bce-40be-b104-b30a5a600d46 " ], "storage_test_fstab_mount_options_matches": [ " /opt/test ext3 defaults " ], "storage_test_fstab_mount_point_matches": [ " /opt/test " ] }, "changed": false } TASK [Verify that the device identifier appears in /etc/fstab] ***************** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-fstab.yml:17 Tuesday 04 June 2024 18:47:47 +0000 (0:00:00.034) 0:01:32.838 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-fstab.yml:24 Tuesday 04 June 2024 18:47:47 +0000 (0:00:00.025) 0:01:32.863 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-fstab.yml:33 Tuesday 04 June 2024 18:47:47 +0000 (0:00:00.021) 0:01:32.885 ********** 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-2pzhsuna2/tests/test-verify-volume-fstab.yml:45 Tuesday 04 June 2024 18:47:47 +0000 (0:00:00.018) 0:01:32.903 ********** 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-2pzhsuna2/tests/test-verify-volume-fs.yml:6 Tuesday 04 June 2024 18:47:47 +0000 (0:00:00.011) 0:01:32.914 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-fs.yml:14 Tuesday 04 June 2024 18:47:47 +0000 (0:00:00.022) 0:01:32.937 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-device.yml:3 Tuesday 04 June 2024 18:47:47 +0000 (0:00:00.022) 0:01:32.959 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1717526862.5715318, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1717526862.5715318, "dev": 5, "device_type": 2048, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 448, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/blockdevice", "mode": "0660", "mtime": 1717526862.5715318, "nlink": 1, "path": "/dev/sda", "pw_name": "root", "readable": true, "rgrp": true, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": null, "wgrp": true, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-device.yml:9 Tuesday 04 June 2024 18:47:47 +0000 (0:00:00.213) 0:01:33.173 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-device.yml:16 Tuesday 04 June 2024 18:47:47 +0000 (0:00:00.015) 0:01:33.189 ********** 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-2pzhsuna2/tests/test-verify-volume-device.yml:23 Tuesday 04 June 2024 18:47:48 +0000 (0:00:00.011) 0:01:33.200 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-device.yml:29 Tuesday 04 June 2024 18:47:48 +0000 (0:00:00.013) 0:01:33.213 ********** ok: [sut] => { "ansible_facts": { "st_volume_type": "disk" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-device.yml:33 Tuesday 04 June 2024 18:47:48 +0000 (0:00:00.013) 0:01:33.227 ********** 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-2pzhsuna2/tests/test-verify-volume-device.yml:38 Tuesday 04 June 2024 18:47:48 +0000 (0:00:00.011) 0:01:33.238 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-encryption.yml:3 Tuesday 04 June 2024 18:47:48 +0000 (0:00:00.014) 0:01:33.253 ********** 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-2pzhsuna2/tests/test-verify-volume-encryption.yml:10 Tuesday 04 June 2024 18:47:48 +0000 (0:00:00.011) 0:01:33.264 ********** 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-2pzhsuna2/tests/test-verify-volume-encryption.yml:16 Tuesday 04 June 2024 18:47:49 +0000 (0:00:00.939) 0:01:34.204 ********** 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-2pzhsuna2/tests/test-verify-volume-encryption.yml:22 Tuesday 04 June 2024 18:47:49 +0000 (0:00:00.013) 0:01:34.217 ********** 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-2pzhsuna2/tests/test-verify-volume-encryption.yml:29 Tuesday 04 June 2024 18:47:49 +0000 (0:00:00.012) 0:01:34.229 ********** 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-2pzhsuna2/tests/test-verify-volume-encryption.yml:40 Tuesday 04 June 2024 18:47:49 +0000 (0:00:00.025) 0:01:34.255 ********** 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-2pzhsuna2/tests/test-verify-volume-encryption.yml:46 Tuesday 04 June 2024 18:47:49 +0000 (0:00:00.013) 0:01:34.268 ********** 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-2pzhsuna2/tests/test-verify-volume-encryption.yml:51 Tuesday 04 June 2024 18:47:49 +0000 (0:00:00.012) 0:01:34.281 ********** 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-2pzhsuna2/tests/test-verify-volume-encryption.yml:63 Tuesday 04 June 2024 18:47:49 +0000 (0:00:00.012) 0:01:34.293 ********** 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-2pzhsuna2/tests/test-verify-volume-encryption.yml:75 Tuesday 04 June 2024 18:47:49 +0000 (0:00:00.011) 0:01:34.305 ********** 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-2pzhsuna2/tests/test-verify-volume-encryption.yml:87 Tuesday 04 June 2024 18:47:49 +0000 (0:00:00.011) 0:01:34.317 ********** 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-2pzhsuna2/tests/test-verify-volume-encryption.yml:93 Tuesday 04 June 2024 18:47:49 +0000 (0:00:00.024) 0:01:34.341 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-encryption.yml:100 Tuesday 04 June 2024 18:47:49 +0000 (0:00:00.026) 0:01:34.367 ********** 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-2pzhsuna2/tests/test-verify-volume-encryption.yml:108 Tuesday 04 June 2024 18:47:49 +0000 (0:00:00.020) 0:01:34.387 ********** 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-2pzhsuna2/tests/test-verify-volume-encryption.yml:116 Tuesday 04 June 2024 18:47:49 +0000 (0:00:00.020) 0:01:34.407 ********** 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-2pzhsuna2/tests/test-verify-volume-encryption.yml:124 Tuesday 04 June 2024 18:47:49 +0000 (0:00:00.020) 0:01:34.428 ********** 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-2pzhsuna2/tests/test-verify-volume-md.yml:8 Tuesday 04 June 2024 18:47:49 +0000 (0:00:00.013) 0:01:34.441 ********** 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-2pzhsuna2/tests/test-verify-volume-md.yml:14 Tuesday 04 June 2024 18:47:49 +0000 (0:00:00.012) 0:01:34.454 ********** 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-2pzhsuna2/tests/test-verify-volume-md.yml:19 Tuesday 04 June 2024 18:47:49 +0000 (0:00:00.013) 0:01:34.467 ********** 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-2pzhsuna2/tests/test-verify-volume-md.yml:24 Tuesday 04 June 2024 18:47:49 +0000 (0:00:00.012) 0:01:34.480 ********** 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-2pzhsuna2/tests/test-verify-volume-md.yml:29 Tuesday 04 June 2024 18:47:49 +0000 (0:00:00.013) 0:01:34.493 ********** 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-2pzhsuna2/tests/test-verify-volume-md.yml:37 Tuesday 04 June 2024 18:47:49 +0000 (0:00:00.013) 0:01:34.506 ********** 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-2pzhsuna2/tests/test-verify-volume-md.yml:46 Tuesday 04 June 2024 18:47:49 +0000 (0:00:00.011) 0:01:34.518 ********** 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-2pzhsuna2/tests/test-verify-volume-md.yml:54 Tuesday 04 June 2024 18:47:49 +0000 (0:00:00.011) 0:01:34.530 ********** 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-2pzhsuna2/tests/test-verify-volume-md.yml:62 Tuesday 04 June 2024 18:47:49 +0000 (0:00:00.012) 0:01:34.542 ********** 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-2pzhsuna2/tests/test-verify-volume-md.yml:70 Tuesday 04 June 2024 18:47:49 +0000 (0:00:00.011) 0:01:34.553 ********** 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-2pzhsuna2/tests/test-verify-volume-size.yml:3 Tuesday 04 June 2024 18:47:49 +0000 (0:00:00.011) 0:01:34.565 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type not in ['partition', 'disk']", "skip_reason": "Conditional result was False" } TASK [Parse the requested size of the volume] ********************************** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-size.yml:11 Tuesday 04 June 2024 18:47:49 +0000 (0:00:00.020) 0:01:34.585 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == \"lvm\"", "skip_reason": "Conditional result was False" } TASK [Establish base value for expected size] ********************************** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-size.yml:20 Tuesday 04 June 2024 18:47:49 +0000 (0:00:00.019) 0:01:34.605 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == \"lvm\"", "skip_reason": "Conditional result was False" } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-size.yml:28 Tuesday 04 June 2024 18:47:49 +0000 (0:00:00.020) 0:01:34.625 ********** ok: [sut] => { "storage_test_expected_size": "VARIABLE IS NOT DEFINED!: 'storage_test_expected_size' is undefined. 'storage_test_expected_size' is undefined" } TASK [Get the size of parent/pool device] ************************************** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-size.yml:32 Tuesday 04 June 2024 18:47:49 +0000 (0:00:00.015) 0:01:34.641 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == \"lvm\"", "skip_reason": "Conditional result was False" } TASK [Show test pool] ********************************************************** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-size.yml:46 Tuesday 04 June 2024 18:47:49 +0000 (0:00:00.020) 0:01:34.661 ********** skipping: [sut] => { "false_condition": "storage_test_volume.type == \"lvm\"" } TASK [Show test blockinfo] ***************************************************** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-size.yml:50 Tuesday 04 June 2024 18:47:49 +0000 (0:00:00.020) 0:01:34.681 ********** skipping: [sut] => { "false_condition": "storage_test_volume.type == \"lvm\"" } TASK [Show test pool size] ***************************************************** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-size.yml:54 Tuesday 04 June 2024 18:47:49 +0000 (0:00:00.019) 0:01:34.701 ********** skipping: [sut] => { "false_condition": "storage_test_volume.type == \"lvm\"" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-size.yml:58 Tuesday 04 June 2024 18:47:49 +0000 (0:00:00.019) 0:01:34.721 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == \"lvm\"", "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-size.yml:67 Tuesday 04 June 2024 18:47:49 +0000 (0:00:00.019) 0:01:34.740 ********** 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-2pzhsuna2/tests/test-verify-volume-size.yml:71 Tuesday 04 June 2024 18:47:49 +0000 (0:00:00.035) 0:01:34.776 ********** 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-2pzhsuna2/tests/test-verify-volume-size.yml:76 Tuesday 04 June 2024 18:47:49 +0000 (0:00:00.012) 0:01:34.788 ********** 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-2pzhsuna2/tests/test-verify-volume-size.yml:82 Tuesday 04 June 2024 18:47:49 +0000 (0:00:00.011) 0:01:34.799 ********** 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-2pzhsuna2/tests/test-verify-volume-size.yml:86 Tuesday 04 June 2024 18:47:49 +0000 (0:00:00.011) 0:01:34.811 ********** 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-2pzhsuna2/tests/test-verify-volume-size.yml:91 Tuesday 04 June 2024 18:47:49 +0000 (0:00:00.011) 0:01:34.823 ********** 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-2pzhsuna2/tests/test-verify-volume-size.yml:96 Tuesday 04 June 2024 18:47:49 +0000 (0:00:00.011) 0:01:34.835 ********** 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-2pzhsuna2/tests/test-verify-volume-size.yml:101 Tuesday 04 June 2024 18:47:49 +0000 (0:00:00.013) 0:01:34.848 ********** skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Show volume thin pool size] ********************************************** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-size.yml:105 Tuesday 04 June 2024 18:47:49 +0000 (0:00:00.011) 0:01:34.860 ********** skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-size.yml:109 Tuesday 04 June 2024 18:47:49 +0000 (0:00:00.011) 0:01:34.871 ********** skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Establish base value for expected thin pool size] ************************ task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-size.yml:113 Tuesday 04 June 2024 18:47:49 +0000 (0:00:00.011) 0:01:34.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-2pzhsuna2/tests/test-verify-volume-size.yml:120 Tuesday 04 June 2024 18:47:49 +0000 (0:00:00.011) 0:01:34.894 ********** 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-2pzhsuna2/tests/test-verify-volume-size.yml:127 Tuesday 04 June 2024 18:47:49 +0000 (0:00:00.011) 0:01:34.906 ********** 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-2pzhsuna2/tests/test-verify-volume-size.yml:131 Tuesday 04 June 2024 18:47:49 +0000 (0:00:00.013) 0:01:34.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-2pzhsuna2/tests/test-verify-volume-size.yml:137 Tuesday 04 June 2024 18:47:49 +0000 (0:00:00.011) 0:01:34.932 ********** 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-2pzhsuna2/tests/test-verify-volume-size.yml:143 Tuesday 04 June 2024 18:47:49 +0000 (0:00:00.012) 0:01:34.944 ********** ok: [sut] => { "storage_test_actual_size": { "changed": false, "false_condition": "storage_test_volume.type not in ['partition', 'disk']", "skip_reason": "Conditional result was False", "skipped": true } } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-size.yml:147 Tuesday 04 June 2024 18:47:49 +0000 (0:00:00.013) 0:01:34.958 ********** ok: [sut] => { "storage_test_expected_size": "VARIABLE IS NOT DEFINED!: 'storage_test_expected_size' is undefined. 'storage_test_expected_size' is undefined" } TASK [Assert expected size is actual size] ************************************* task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-size.yml:151 Tuesday 04 June 2024 18:47:49 +0000 (0:00:00.016) 0:01:34.975 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == \"lvm\"", "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-cache.yml:5 Tuesday 04 June 2024 18:47:49 +0000 (0:00:00.020) 0:01:34.995 ********** 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-2pzhsuna2/tests/test-verify-volume-cache.yml:13 Tuesday 04 June 2024 18:47:49 +0000 (0:00:00.013) 0:01:35.009 ********** 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-2pzhsuna2/tests/test-verify-volume-cache.yml:17 Tuesday 04 June 2024 18:47:49 +0000 (0:00:00.013) 0:01:35.023 ********** 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-2pzhsuna2/tests/test-verify-volume-cache.yml:24 Tuesday 04 June 2024 18:47:49 +0000 (0:00:00.012) 0:01:35.035 ********** 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-2pzhsuna2/tests/test-verify-volume-cache.yml:31 Tuesday 04 June 2024 18:47:49 +0000 (0:00:00.012) 0:01:35.047 ********** 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-2pzhsuna2/tests/test-verify-volume-cache.yml:37 Tuesday 04 June 2024 18:47:49 +0000 (0:00:00.011) 0:01:35.059 ********** 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-2pzhsuna2/tests/test-verify-volume-cache.yml:42 Tuesday 04 June 2024 18:47:49 +0000 (0:00:00.011) 0:01:35.070 ********** 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-2pzhsuna2/tests/test-verify-volume.yml:25 Tuesday 04 June 2024 18:47:49 +0000 (0:00:00.012) 0:01:35.083 ********** ok: [sut] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Clean up variable namespace] ********************************************* task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/verify-role-results.yml:54 Tuesday 04 June 2024 18:47:49 +0000 (0:00:00.011) 0:01:35.094 ********** ok: [sut] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } TASK [Repeat the previous invocation to verify idempotence] ******************** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/tests_swap.yml:86 Tuesday 04 June 2024 18:47:49 +0000 (0:00:00.011) 0:01:35.105 ********** TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Tuesday 04 June 2024 18:47:49 +0000 (0:00:00.036) 0:01:35.141 ********** included: /WORKDIR/git-main_stratis-support-2pzhsuna2/.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-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Tuesday 04 June 2024 18:47:49 +0000 (0:00:00.017) 0:01:35.159 ********** 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-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Tuesday 04 June 2024 18:47:49 +0000 (0:00:00.023) 0:01:35.182 ********** 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-2pzhsuna2/.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-2pzhsuna2/.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-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Tuesday 04 June 2024 18:47:50 +0000 (0:00:00.032) 0:01:35.215 ********** 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-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Tuesday 04 June 2024 18:47:50 +0000 (0:00:00.015) 0:01:35.230 ********** 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-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Tuesday 04 June 2024 18:47:50 +0000 (0:00:00.017) 0:01:35.248 ********** 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-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Tuesday 04 June 2024 18:47:50 +0000 (0:00:00.013) 0:01:35.261 ********** 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-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Tuesday 04 June 2024 18:47:50 +0000 (0:00:00.012) 0:01:35.274 ********** 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-2pzhsuna2/.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-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Tuesday 04 June 2024 18:47:50 +0000 (0:00:00.027) 0:01:35.301 ********** 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-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Tuesday 04 June 2024 18:47:50 +0000 (0:00:00.016) 0:01:35.318 ********** 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-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Tuesday 04 June 2024 18:47:50 +0000 (0:00:00.015) 0:01:35.333 ********** ok: [sut] => { "storage_volumes": [ { "disks": [ "sda" ], "fs_type": "ext3", "mount_point": "/opt/test", "name": "test1", "type": "disk" } ] } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Tuesday 04 June 2024 18:47:50 +0000 (0:00:00.015) 0:01:35.349 ********** 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-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Tuesday 04 June 2024 18:47:50 +0000 (0:00:00.014) 0:01:35.364 ********** 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-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Tuesday 04 June 2024 18:47:50 +0000 (0:00:00.014) 0:01:35.379 ********** 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-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Tuesday 04 June 2024 18:47:50 +0000 (0:00:00.014) 0:01:35.393 ********** 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-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Tuesday 04 June 2024 18:47:50 +0000 (0:00:00.015) 0:01:35.409 ********** 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-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Tuesday 04 June 2024 18:47:50 +0000 (0:00:00.031) 0:01:35.441 ********** 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-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Tuesday 04 June 2024 18:47:50 +0000 (0:00:00.010) 0:01:35.452 ********** ok: [sut] => { "actions": [], "changed": false, "crypts": [], "leaves": [ "/dev/sda", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [ { "dump": 0, "fstype": "ext3", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test", "src": "UUID=5835eb56-6bce-40be-b104-b30a5a600d46", "state": "mounted" } ], "packages": [ "xfsprogs", "e2fsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=5835eb56-6bce-40be-b104-b30a5a600d46", "_raw_device": "/dev/sda", "_raw_kernel_device": "/dev/sda", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext3", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Tuesday 04 June 2024 18:47:51 +0000 (0:00:01.144) 0:01:36.596 ********** 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-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Tuesday 04 June 2024 18:47:51 +0000 (0:00:00.020) 0:01:36.617 ********** 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-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:101 Tuesday 04 June 2024 18:47:51 +0000 (0:00:00.010) 0:01:36.628 ********** ok: [sut] => { "blivet_output": { "actions": [], "changed": false, "crypts": [], "failed": false, "leaves": [ "/dev/sda", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [ { "dump": 0, "fstype": "ext3", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test", "src": "UUID=5835eb56-6bce-40be-b104-b30a5a600d46", "state": "mounted" } ], "packages": [ "xfsprogs", "e2fsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=5835eb56-6bce-40be-b104-b30a5a600d46", "_raw_device": "/dev/sda", "_raw_kernel_device": "/dev/sda", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext3", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:110 Tuesday 04 June 2024 18:47:51 +0000 (0:00:00.016) 0:01:36.644 ********** 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-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:114 Tuesday 04 June 2024 18:47:51 +0000 (0:00:00.014) 0:01:36.659 ********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=5835eb56-6bce-40be-b104-b30a5a600d46", "_raw_device": "/dev/sda", "_raw_kernel_device": "/dev/sda", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext3", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:130 Tuesday 04 June 2024 18:47:51 +0000 (0:00:00.015) 0:01:36.674 ********** 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-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:141 Tuesday 04 June 2024 18:47:51 +0000 (0:00:00.022) 0:01:36.696 ********** 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-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:146 Tuesday 04 June 2024 18:47:52 +0000 (0:00:00.582) 0:01:37.279 ********** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount ok: [sut] => (item={'src': 'UUID=5835eb56-6bce-40be-b104-b30a5a600d46', 'path': '/opt/test', '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/test", "src": "UUID=5835eb56-6bce-40be-b104-b30a5a600d46", "state": "mounted" }, "name": "/opt/test", "opts": "defaults", "passno": "0", "src": "UUID=5835eb56-6bce-40be-b104-b30a5a600d46" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:157 Tuesday 04 June 2024 18:47:52 +0000 (0:00:00.231) 0:01:37.511 ********** skipping: [sut] => (item={'src': 'UUID=5835eb56-6bce-40be-b104-b30a5a600d46', 'path': '/opt/test', 'fstype': 'ext3', 'opts': 'defaults', 'dump': 0, 'passno': 0, 'state': 'mounted', 'owner': None, 'group': None, 'mode': None}) => { "ansible_loop_var": "mount_info", "changed": false, "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/test", "src": "UUID=5835eb56-6bce-40be-b104-b30a5a600d46", "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-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:169 Tuesday 04 June 2024 18:47:52 +0000 (0:00:00.038) 0:01:37.549 ********** 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-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:177 Tuesday 04 June 2024 18:47:52 +0000 (0:00:00.591) 0:01:38.141 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1717526624.7968068, "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-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:182 Tuesday 04 June 2024 18:47:53 +0000 (0:00:00.211) 0:01:38.353 ********** 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-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:204 Tuesday 04 June 2024 18:47:53 +0000 (0:00:00.010) 0:01:38.363 ********** ok: [sut] TASK [Verify results] ********************************************************** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/tests_swap.yml:97 Tuesday 04 June 2024 18:47:53 +0000 (0:00:00.830) 0:01:39.194 ********** included: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/verify-role-results.yml for sut TASK [Print out pool information] ********************************************** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/verify-role-results.yml:2 Tuesday 04 June 2024 18:47:54 +0000 (0:00:00.050) 0:01:39.245 ********** skipping: [sut] => { "false_condition": "_storage_pools_list | length > 0" } TASK [Print out volume information] ******************************************** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/verify-role-results.yml:7 Tuesday 04 June 2024 18:47:54 +0000 (0:00:00.020) 0:01:39.265 ********** ok: [sut] => { "_storage_volumes_list": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=5835eb56-6bce-40be-b104-b30a5a600d46", "_raw_device": "/dev/sda", "_raw_kernel_device": "/dev/sda", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext3", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] } TASK [Collect info about the volumes.] ***************************************** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/verify-role-results.yml:15 Tuesday 04 June 2024 18:47:54 +0000 (0:00:00.022) 0:01:39.287 ********** ok: [sut] => { "changed": false, "info": { "/dev/sda": { "fstype": "ext3", "label": "", "mountpoint": "/opt/test", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "5835eb56-6bce-40be-b104-b30a5a600d46" }, "/dev/sdb": { "fstype": "ext3", "label": "", "mountpoint": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "110d765b-dad3-43c0-ad3f-6e82f6cf6221" }, "/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-2pzhsuna2/tests/verify-role-results.yml:20 Tuesday 04 June 2024 18:47:54 +0000 (0:00:00.213) 0:01:39.500 ********** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:01.004435", "end": "2024-06-04 18:47:55.488864", "rc": 0, "start": "2024-06-04 18:47:54.484429" } 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 UUID=5835eb56-6bce-40be-b104-b30a5a600d46 /opt/test ext3 defaults 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/verify-role-results.yml:25 Tuesday 04 June 2024 18:47:55 +0000 (0:00:01.210) 0:01:40.711 ********** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.003515", "end": "2024-06-04 18:47:55.696842", "failed_when_result": false, "rc": 0, "start": "2024-06-04 18:47:55.693327" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/verify-role-results.yml:34 Tuesday 04 June 2024 18:47:55 +0000 (0:00:00.207) 0:01:40.918 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/verify-role-results.yml:44 Tuesday 04 June 2024 18:47:55 +0000 (0:00:00.010) 0:01:40.929 ********** included: /WORKDIR/git-main_stratis-support-2pzhsuna2/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/test', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test1', 'raid_level': None, 'size': 10737418240, 'state': 'present', 'type': 'disk', 'disks': ['sda'], 'raid_device_count': None, 'raid_spare_count': None, 'raid_metadata_version': None, 'raid_chunk_size': None, 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_stripe_size': 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': [], '_device': '/dev/sda', '_raw_device': '/dev/sda', '_mount_id': 'UUID=5835eb56-6bce-40be-b104-b30a5a600d46', '_kernel_device': '/dev/sda', '_raw_kernel_device': '/dev/sda'}) TASK [Set storage volume test variables] *************************************** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume.yml:2 Tuesday 04 June 2024 18:47:55 +0000 (0:00:00.033) 0:01:40.962 ********** 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-2pzhsuna2/tests/test-verify-volume.yml:19 Tuesday 04 June 2024 18:47:55 +0000 (0:00:00.023) 0:01:40.986 ********** included: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-mount.yml for sut => (item=mount) included: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-fstab.yml for sut => (item=fstab) included: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-fs.yml for sut => (item=fs) included: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-device.yml for sut => (item=device) included: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-encryption.yml for sut => (item=encryption) included: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-md.yml for sut => (item=md) included: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-size.yml for sut => (item=size) included: /WORKDIR/git-main_stratis-support-2pzhsuna2/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-2pzhsuna2/tests/test-verify-volume-mount.yml:7 Tuesday 04 June 2024 18:47:55 +0000 (0:00:00.048) 0:01:41.035 ********** ok: [sut] => { "ansible_facts": { "storage_test_device_path": "/dev/sda" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-mount.yml:11 Tuesday 04 June 2024 18:47:55 +0000 (0:00:00.018) 0:01:41.054 ********** ok: [sut] => { "ansible_facts": { "storage_test_mount_expected_mount_point": "/opt/test", "storage_test_swap_expected_matches": "0" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-mount.yml:19 Tuesday 04 June 2024 18:47:55 +0000 (0:00:00.027) 0:01:41.082 ********** 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-2pzhsuna2/tests/test-verify-volume-mount.yml:28 Tuesday 04 June 2024 18:47:55 +0000 (0:00:00.013) 0:01:41.095 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-mount.yml:36 Tuesday 04 June 2024 18:47:55 +0000 (0:00:00.014) 0:01:41.110 ********** 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-2pzhsuna2/tests/test-verify-volume-mount.yml:42 Tuesday 04 June 2024 18:47:55 +0000 (0:00:00.011) 0:01:41.121 ********** 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-2pzhsuna2/tests/test-verify-volume-mount.yml:48 Tuesday 04 June 2024 18:47:55 +0000 (0:00:00.012) 0:01:41.134 ********** 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-2pzhsuna2/tests/test-verify-volume-mount.yml:57 Tuesday 04 June 2024 18:47:55 +0000 (0:00:00.011) 0:01:41.145 ********** 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-2pzhsuna2/tests/test-verify-volume-mount.yml:63 Tuesday 04 June 2024 18:47:55 +0000 (0:00:00.012) 0:01:41.158 ********** 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-2pzhsuna2/tests/test-verify-volume-mount.yml:69 Tuesday 04 June 2024 18:47:55 +0000 (0:00:00.012) 0:01:41.171 ********** 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-2pzhsuna2/tests/test-verify-volume-mount.yml:79 Tuesday 04 June 2024 18:47:55 +0000 (0:00:00.012) 0:01:41.183 ********** 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-2pzhsuna2/tests/test-verify-volume-fstab.yml:2 Tuesday 04 June 2024 18:47:55 +0000 (0:00:00.012) 0:01:41.196 ********** ok: [sut] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": "1", "storage_test_fstab_expected_mount_options_matches": "1", "storage_test_fstab_expected_mount_point_matches": "1", "storage_test_fstab_id_matches": [ "UUID=5835eb56-6bce-40be-b104-b30a5a600d46 " ], "storage_test_fstab_mount_options_matches": [ " /opt/test ext3 defaults " ], "storage_test_fstab_mount_point_matches": [ " /opt/test " ] }, "changed": false } TASK [Verify that the device identifier appears in /etc/fstab] ***************** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-fstab.yml:17 Tuesday 04 June 2024 18:47:56 +0000 (0:00:00.035) 0:01:41.231 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-fstab.yml:24 Tuesday 04 June 2024 18:47:56 +0000 (0:00:00.023) 0:01:41.255 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-fstab.yml:33 Tuesday 04 June 2024 18:47:56 +0000 (0:00:00.027) 0:01:41.283 ********** 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-2pzhsuna2/tests/test-verify-volume-fstab.yml:45 Tuesday 04 June 2024 18:47:56 +0000 (0:00:00.021) 0:01:41.304 ********** 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-2pzhsuna2/tests/test-verify-volume-fs.yml:6 Tuesday 04 June 2024 18:47:56 +0000 (0:00:00.013) 0:01:41.318 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-fs.yml:14 Tuesday 04 June 2024 18:47:56 +0000 (0:00:00.034) 0:01:41.352 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-device.yml:3 Tuesday 04 June 2024 18:47:56 +0000 (0:00:00.025) 0:01:41.378 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1717526862.5715318, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1717526862.5715318, "dev": 5, "device_type": 2048, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 448, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/blockdevice", "mode": "0660", "mtime": 1717526862.5715318, "nlink": 1, "path": "/dev/sda", "pw_name": "root", "readable": true, "rgrp": true, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": null, "wgrp": true, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-device.yml:9 Tuesday 04 June 2024 18:47:56 +0000 (0:00:00.212) 0:01:41.590 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-device.yml:16 Tuesday 04 June 2024 18:47:56 +0000 (0:00:00.017) 0:01:41.608 ********** 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-2pzhsuna2/tests/test-verify-volume-device.yml:23 Tuesday 04 June 2024 18:47:56 +0000 (0:00:00.011) 0:01:41.619 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-device.yml:29 Tuesday 04 June 2024 18:47:56 +0000 (0:00:00.016) 0:01:41.636 ********** ok: [sut] => { "ansible_facts": { "st_volume_type": "disk" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-device.yml:33 Tuesday 04 June 2024 18:47:56 +0000 (0:00:00.015) 0:01:41.651 ********** 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-2pzhsuna2/tests/test-verify-volume-device.yml:38 Tuesday 04 June 2024 18:47:56 +0000 (0:00:00.012) 0:01:41.663 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-encryption.yml:3 Tuesday 04 June 2024 18:47:56 +0000 (0:00:00.014) 0:01:41.678 ********** 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-2pzhsuna2/tests/test-verify-volume-encryption.yml:10 Tuesday 04 June 2024 18:47:56 +0000 (0:00:00.013) 0:01:41.691 ********** 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-2pzhsuna2/tests/test-verify-volume-encryption.yml:16 Tuesday 04 June 2024 18:47:57 +0000 (0:00:00.966) 0:01:42.657 ********** 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-2pzhsuna2/tests/test-verify-volume-encryption.yml:22 Tuesday 04 June 2024 18:47:57 +0000 (0:00:00.013) 0:01:42.671 ********** 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-2pzhsuna2/tests/test-verify-volume-encryption.yml:29 Tuesday 04 June 2024 18:47:57 +0000 (0:00:00.014) 0:01:42.685 ********** 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-2pzhsuna2/tests/test-verify-volume-encryption.yml:40 Tuesday 04 June 2024 18:47:57 +0000 (0:00:00.027) 0:01:42.712 ********** 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-2pzhsuna2/tests/test-verify-volume-encryption.yml:46 Tuesday 04 June 2024 18:47:57 +0000 (0:00:00.011) 0:01:42.724 ********** 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-2pzhsuna2/tests/test-verify-volume-encryption.yml:51 Tuesday 04 June 2024 18:47:57 +0000 (0:00:00.012) 0:01:42.737 ********** 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-2pzhsuna2/tests/test-verify-volume-encryption.yml:63 Tuesday 04 June 2024 18:47:57 +0000 (0:00:00.011) 0:01:42.749 ********** 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-2pzhsuna2/tests/test-verify-volume-encryption.yml:75 Tuesday 04 June 2024 18:47:57 +0000 (0:00:00.011) 0:01:42.761 ********** 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-2pzhsuna2/tests/test-verify-volume-encryption.yml:87 Tuesday 04 June 2024 18:47:57 +0000 (0:00:00.011) 0:01:42.772 ********** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [], "_storage_test_expected_crypttab_entries": "0", "_storage_test_expected_crypttab_key_file": "-" }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-encryption.yml:93 Tuesday 04 June 2024 18:47:57 +0000 (0:00:00.025) 0:01:42.798 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-encryption.yml:100 Tuesday 04 June 2024 18:47:57 +0000 (0:00:00.023) 0:01:42.821 ********** 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-2pzhsuna2/tests/test-verify-volume-encryption.yml:108 Tuesday 04 June 2024 18:47:57 +0000 (0:00:00.023) 0:01:42.844 ********** 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-2pzhsuna2/tests/test-verify-volume-encryption.yml:116 Tuesday 04 June 2024 18:47:57 +0000 (0:00:00.020) 0:01:42.864 ********** 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-2pzhsuna2/tests/test-verify-volume-encryption.yml:124 Tuesday 04 June 2024 18:47:57 +0000 (0:00:00.026) 0:01:42.891 ********** 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-2pzhsuna2/tests/test-verify-volume-md.yml:8 Tuesday 04 June 2024 18:47:57 +0000 (0:00:00.021) 0:01:42.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-2pzhsuna2/tests/test-verify-volume-md.yml:14 Tuesday 04 June 2024 18:47:57 +0000 (0:00:00.019) 0:01:42.932 ********** 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-2pzhsuna2/tests/test-verify-volume-md.yml:19 Tuesday 04 June 2024 18:47:57 +0000 (0:00:00.011) 0:01:42.943 ********** 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-2pzhsuna2/tests/test-verify-volume-md.yml:24 Tuesday 04 June 2024 18:47:57 +0000 (0:00:00.013) 0:01:42.957 ********** 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-2pzhsuna2/tests/test-verify-volume-md.yml:29 Tuesday 04 June 2024 18:47:57 +0000 (0:00:00.011) 0:01:42.968 ********** 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-2pzhsuna2/tests/test-verify-volume-md.yml:37 Tuesday 04 June 2024 18:47:57 +0000 (0:00:00.011) 0:01:42.980 ********** 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-2pzhsuna2/tests/test-verify-volume-md.yml:46 Tuesday 04 June 2024 18:47:57 +0000 (0:00:00.013) 0:01:42.993 ********** 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-2pzhsuna2/tests/test-verify-volume-md.yml:54 Tuesday 04 June 2024 18:47:57 +0000 (0:00:00.014) 0:01:43.008 ********** 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-2pzhsuna2/tests/test-verify-volume-md.yml:62 Tuesday 04 June 2024 18:47:57 +0000 (0:00:00.010) 0:01:43.018 ********** 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-2pzhsuna2/tests/test-verify-volume-md.yml:70 Tuesday 04 June 2024 18:47:57 +0000 (0:00:00.035) 0:01:43.053 ********** 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-2pzhsuna2/tests/test-verify-volume-size.yml:3 Tuesday 04 June 2024 18:47:57 +0000 (0:00:00.011) 0:01:43.065 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type not in ['partition', 'disk']", "skip_reason": "Conditional result was False" } TASK [Parse the requested size of the volume] ********************************** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-size.yml:11 Tuesday 04 June 2024 18:47:57 +0000 (0:00:00.019) 0:01:43.084 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == \"lvm\"", "skip_reason": "Conditional result was False" } TASK [Establish base value for expected size] ********************************** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-size.yml:20 Tuesday 04 June 2024 18:47:57 +0000 (0:00:00.018) 0:01:43.103 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == \"lvm\"", "skip_reason": "Conditional result was False" } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-size.yml:28 Tuesday 04 June 2024 18:47:57 +0000 (0:00:00.018) 0:01:43.121 ********** ok: [sut] => { "storage_test_expected_size": "VARIABLE IS NOT DEFINED!: 'storage_test_expected_size' is undefined. 'storage_test_expected_size' is undefined" } TASK [Get the size of parent/pool device] ************************************** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-size.yml:32 Tuesday 04 June 2024 18:47:57 +0000 (0:00:00.012) 0:01:43.133 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == \"lvm\"", "skip_reason": "Conditional result was False" } TASK [Show test pool] ********************************************************** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-size.yml:46 Tuesday 04 June 2024 18:47:57 +0000 (0:00:00.019) 0:01:43.153 ********** skipping: [sut] => { "false_condition": "storage_test_volume.type == \"lvm\"" } TASK [Show test blockinfo] ***************************************************** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-size.yml:50 Tuesday 04 June 2024 18:47:57 +0000 (0:00:00.018) 0:01:43.171 ********** skipping: [sut] => { "false_condition": "storage_test_volume.type == \"lvm\"" } TASK [Show test pool size] ***************************************************** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-size.yml:54 Tuesday 04 June 2024 18:47:57 +0000 (0:00:00.018) 0:01:43.190 ********** skipping: [sut] => { "false_condition": "storage_test_volume.type == \"lvm\"" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-size.yml:58 Tuesday 04 June 2024 18:47:58 +0000 (0:00:00.018) 0:01:43.209 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == \"lvm\"", "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-size.yml:67 Tuesday 04 June 2024 18:47:58 +0000 (0:00:00.018) 0:01:43.227 ********** 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-2pzhsuna2/tests/test-verify-volume-size.yml:71 Tuesday 04 June 2024 18:47:58 +0000 (0:00:00.010) 0:01:43.238 ********** 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-2pzhsuna2/tests/test-verify-volume-size.yml:76 Tuesday 04 June 2024 18:47:58 +0000 (0:00:00.011) 0:01:43.249 ********** 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-2pzhsuna2/tests/test-verify-volume-size.yml:82 Tuesday 04 June 2024 18:47:58 +0000 (0:00:00.010) 0:01:43.260 ********** 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-2pzhsuna2/tests/test-verify-volume-size.yml:86 Tuesday 04 June 2024 18:47:58 +0000 (0:00:00.010) 0:01:43.271 ********** 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-2pzhsuna2/tests/test-verify-volume-size.yml:91 Tuesday 04 June 2024 18:47:58 +0000 (0:00:00.011) 0:01:43.282 ********** 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-2pzhsuna2/tests/test-verify-volume-size.yml:96 Tuesday 04 June 2024 18:47:58 +0000 (0:00:00.012) 0:01:43.294 ********** 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-2pzhsuna2/tests/test-verify-volume-size.yml:101 Tuesday 04 June 2024 18:47:58 +0000 (0:00:00.011) 0:01:43.306 ********** skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Show volume thin pool size] ********************************************** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-size.yml:105 Tuesday 04 June 2024 18:47:58 +0000 (0:00:00.012) 0:01:43.318 ********** skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-size.yml:109 Tuesday 04 June 2024 18:47:58 +0000 (0:00:00.012) 0:01:43.330 ********** skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Establish base value for expected thin pool size] ************************ task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-size.yml:113 Tuesday 04 June 2024 18:47:58 +0000 (0:00:00.011) 0:01:43.341 ********** 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-2pzhsuna2/tests/test-verify-volume-size.yml:120 Tuesday 04 June 2024 18:47:58 +0000 (0:00:00.011) 0:01:43.353 ********** 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-2pzhsuna2/tests/test-verify-volume-size.yml:127 Tuesday 04 June 2024 18:47:58 +0000 (0:00:00.011) 0:01:43.364 ********** 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-2pzhsuna2/tests/test-verify-volume-size.yml:131 Tuesday 04 June 2024 18:47:58 +0000 (0:00:00.011) 0:01:43.376 ********** 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-2pzhsuna2/tests/test-verify-volume-size.yml:137 Tuesday 04 June 2024 18:47:58 +0000 (0:00:00.012) 0:01:43.388 ********** 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-2pzhsuna2/tests/test-verify-volume-size.yml:143 Tuesday 04 June 2024 18:47:58 +0000 (0:00:00.011) 0:01:43.400 ********** ok: [sut] => { "storage_test_actual_size": { "changed": false, "false_condition": "storage_test_volume.type not in ['partition', 'disk']", "skip_reason": "Conditional result was False", "skipped": true } } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-size.yml:147 Tuesday 04 June 2024 18:47:58 +0000 (0:00:00.012) 0:01:43.413 ********** ok: [sut] => { "storage_test_expected_size": "VARIABLE IS NOT DEFINED!: 'storage_test_expected_size' is undefined. 'storage_test_expected_size' is undefined" } TASK [Assert expected size is actual size] ************************************* task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-size.yml:151 Tuesday 04 June 2024 18:47:58 +0000 (0:00:00.012) 0:01:43.425 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == \"lvm\"", "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-cache.yml:5 Tuesday 04 June 2024 18:47:58 +0000 (0:00:00.018) 0:01:43.444 ********** 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-2pzhsuna2/tests/test-verify-volume-cache.yml:13 Tuesday 04 June 2024 18:47:58 +0000 (0:00:00.011) 0:01:43.455 ********** 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-2pzhsuna2/tests/test-verify-volume-cache.yml:17 Tuesday 04 June 2024 18:47:58 +0000 (0:00:00.013) 0:01:43.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 LV cache size] ******************************************************* task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-cache.yml:24 Tuesday 04 June 2024 18:47:58 +0000 (0:00:00.016) 0:01:43.486 ********** 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-2pzhsuna2/tests/test-verify-volume-cache.yml:31 Tuesday 04 June 2024 18:47:58 +0000 (0:00:00.011) 0:01:43.497 ********** 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-2pzhsuna2/tests/test-verify-volume-cache.yml:37 Tuesday 04 June 2024 18:47:58 +0000 (0:00:00.011) 0:01:43.509 ********** 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-2pzhsuna2/tests/test-verify-volume-cache.yml:42 Tuesday 04 June 2024 18:47:58 +0000 (0:00:00.011) 0:01:43.520 ********** 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-2pzhsuna2/tests/test-verify-volume.yml:25 Tuesday 04 June 2024 18:47:58 +0000 (0:00:00.011) 0:01:43.531 ********** ok: [sut] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Clean up variable namespace] ********************************************* task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/verify-role-results.yml:54 Tuesday 04 June 2024 18:47:58 +0000 (0:00:00.012) 0:01:43.544 ********** ok: [sut] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } TASK [Change it back to swap] ************************************************** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/tests_swap.yml:100 Tuesday 04 June 2024 18:47:58 +0000 (0:00:00.011) 0:01:43.555 ********** TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Tuesday 04 June 2024 18:47:58 +0000 (0:00:00.039) 0:01:43.594 ********** included: /WORKDIR/git-main_stratis-support-2pzhsuna2/.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-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Tuesday 04 June 2024 18:47:58 +0000 (0:00:00.017) 0:01:43.612 ********** 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-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Tuesday 04 June 2024 18:47:58 +0000 (0:00:00.022) 0:01:43.634 ********** 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-2pzhsuna2/.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-2pzhsuna2/.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-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Tuesday 04 June 2024 18:47:58 +0000 (0:00:00.030) 0:01:43.665 ********** 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-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Tuesday 04 June 2024 18:47:58 +0000 (0:00:00.013) 0:01:43.679 ********** 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-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Tuesday 04 June 2024 18:47:58 +0000 (0:00:00.013) 0:01:43.692 ********** 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-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Tuesday 04 June 2024 18:47:58 +0000 (0:00:00.013) 0:01:43.705 ********** 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-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Tuesday 04 June 2024 18:47:58 +0000 (0:00:00.012) 0:01:43.718 ********** 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-2pzhsuna2/.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-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Tuesday 04 June 2024 18:47:58 +0000 (0:00:00.026) 0:01:43.745 ********** 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-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Tuesday 04 June 2024 18:47:58 +0000 (0:00:00.016) 0:01:43.761 ********** 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-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Tuesday 04 June 2024 18:47:58 +0000 (0:00:00.016) 0:01:43.778 ********** ok: [sut] => { "storage_volumes": [ { "disks": [ "sda" ], "fs_type": "swap", "name": "test1", "type": "disk" } ] } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Tuesday 04 June 2024 18:47:58 +0000 (0:00:00.015) 0:01:43.793 ********** 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-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Tuesday 04 June 2024 18:47:58 +0000 (0:00:00.015) 0:01:43.808 ********** 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-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Tuesday 04 June 2024 18:47:58 +0000 (0:00:00.015) 0:01:43.823 ********** 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-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Tuesday 04 June 2024 18:47:58 +0000 (0:00:00.016) 0:01:43.840 ********** 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-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Tuesday 04 June 2024 18:47:58 +0000 (0:00:00.015) 0:01:43.856 ********** 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-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Tuesday 04 June 2024 18:47:58 +0000 (0:00:00.034) 0:01:43.890 ********** 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-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Tuesday 04 June 2024 18:47:58 +0000 (0:00:00.010) 0:01:43.901 ********** changed: [sut] => { "actions": [ { "action": "destroy format", "device": "/dev/sda", "fs_type": "ext3" }, { "action": "create format", "device": "/dev/sda", "fs_type": "swap" } ], "changed": true, "crypts": [], "leaves": [ "/dev/sda", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [ { "fstype": "ext3", "path": "/opt/test", "src": "UUID=5835eb56-6bce-40be-b104-b30a5a600d46", "state": "absent" }, { "path": "/opt/test", "state": "absent" }, { "dump": 0, "fstype": "swap", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "none", "src": "UUID=1e1554cf-13b6-4009-82bb-f0fbc6daed0b", "state": "present" } ], "packages": [ "xfsprogs", "e2fsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=1e1554cf-13b6-4009-82bb-f0fbc6daed0b", "_raw_device": "/dev/sda", "_raw_kernel_device": "/dev/sda", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "swap", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Tuesday 04 June 2024 18:48:00 +0000 (0:00:01.482) 0:01:45.383 ********** 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-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Tuesday 04 June 2024 18:48:00 +0000 (0:00:00.020) 0:01:45.404 ********** 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-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:101 Tuesday 04 June 2024 18:48:00 +0000 (0:00:00.009) 0:01:45.414 ********** ok: [sut] => { "blivet_output": { "actions": [ { "action": "destroy format", "device": "/dev/sda", "fs_type": "ext3" }, { "action": "create format", "device": "/dev/sda", "fs_type": "swap" } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/sda", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [ { "fstype": "ext3", "path": "/opt/test", "src": "UUID=5835eb56-6bce-40be-b104-b30a5a600d46", "state": "absent" }, { "path": "/opt/test", "state": "absent" }, { "dump": 0, "fstype": "swap", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "none", "src": "UUID=1e1554cf-13b6-4009-82bb-f0fbc6daed0b", "state": "present" } ], "packages": [ "xfsprogs", "e2fsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=1e1554cf-13b6-4009-82bb-f0fbc6daed0b", "_raw_device": "/dev/sda", "_raw_kernel_device": "/dev/sda", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "swap", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:110 Tuesday 04 June 2024 18:48:00 +0000 (0:00:00.014) 0:01:45.428 ********** 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-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:114 Tuesday 04 June 2024 18:48:00 +0000 (0:00:00.015) 0:01:45.444 ********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=1e1554cf-13b6-4009-82bb-f0fbc6daed0b", "_raw_device": "/dev/sda", "_raw_kernel_device": "/dev/sda", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "swap", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:130 Tuesday 04 June 2024 18:48:00 +0000 (0:00:00.041) 0:01:45.486 ********** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount changed: [sut] => (item={'src': 'UUID=5835eb56-6bce-40be-b104-b30a5a600d46', 'path': '/opt/test', '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/test", "src": "UUID=5835eb56-6bce-40be-b104-b30a5a600d46", "state": "absent" }, "name": "/opt/test", "opts": "defaults", "passno": "0", "src": "UUID=5835eb56-6bce-40be-b104-b30a5a600d46" } redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount ok: [sut] => (item={'path': '/opt/test', 'state': 'absent'}) => { "ansible_loop_var": "mount_info", "backup_file": "", "boot": "yes", "changed": false, "dump": "0", "fstab": "/etc/fstab", "mount_info": { "path": "/opt/test", "state": "absent" }, "name": "/opt/test", "opts": "defaults", "passno": "0" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:141 Tuesday 04 June 2024 18:48:00 +0000 (0:00:00.433) 0:01:45.919 ********** 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-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:146 Tuesday 04 June 2024 18:48:01 +0000 (0:00:00.591) 0:01:46.511 ********** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount changed: [sut] => (item={'src': 'UUID=1e1554cf-13b6-4009-82bb-f0fbc6daed0b', 'path': 'none', 'fstype': 'swap', 'opts': 'defaults', 'dump': 0, 'passno': 0, 'state': 'present', 'owner': None, 'group': None, 'mode': None}) => { "ansible_loop_var": "mount_info", "backup_file": "", "boot": "yes", "changed": true, "dump": "0", "fstab": "/etc/fstab", "fstype": "swap", "mount_info": { "dump": 0, "fstype": "swap", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "none", "src": "UUID=1e1554cf-13b6-4009-82bb-f0fbc6daed0b", "state": "present" }, "name": "none", "opts": "defaults", "passno": "0", "src": "UUID=1e1554cf-13b6-4009-82bb-f0fbc6daed0b" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:157 Tuesday 04 June 2024 18:48:01 +0000 (0:00:00.237) 0:01:46.748 ********** skipping: [sut] => (item={'src': 'UUID=1e1554cf-13b6-4009-82bb-f0fbc6daed0b', 'path': 'none', 'fstype': 'swap', 'opts': 'defaults', 'dump': 0, 'passno': 0, 'state': 'present', 'owner': None, 'group': None, 'mode': None}) => { "ansible_loop_var": "mount_info", "changed": false, "false_condition": "mount_info['owner'] != none or mount_info['group'] != none or mount_info['mode'] != none", "mount_info": { "dump": 0, "fstype": "swap", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "none", "src": "UUID=1e1554cf-13b6-4009-82bb-f0fbc6daed0b", "state": "present" }, "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-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:169 Tuesday 04 June 2024 18:48:01 +0000 (0:00:00.030) 0:01:46.779 ********** 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-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:177 Tuesday 04 June 2024 18:48:02 +0000 (0:00:00.610) 0:01:47.389 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1717526624.7968068, "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-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:182 Tuesday 04 June 2024 18:48:02 +0000 (0:00:00.217) 0:01:47.606 ********** 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-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:204 Tuesday 04 June 2024 18:48:02 +0000 (0:00:00.011) 0:01:47.617 ********** ok: [sut] TASK [Verify results] ********************************************************** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/tests_swap.yml:110 Tuesday 04 June 2024 18:48:03 +0000 (0:00:00.827) 0:01:48.445 ********** included: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/verify-role-results.yml for sut TASK [Print out pool information] ********************************************** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/verify-role-results.yml:2 Tuesday 04 June 2024 18:48:03 +0000 (0:00:00.029) 0:01:48.475 ********** skipping: [sut] => { "false_condition": "_storage_pools_list | length > 0" } TASK [Print out volume information] ******************************************** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/verify-role-results.yml:7 Tuesday 04 June 2024 18:48:03 +0000 (0:00:00.021) 0:01:48.496 ********** ok: [sut] => { "_storage_volumes_list": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=1e1554cf-13b6-4009-82bb-f0fbc6daed0b", "_raw_device": "/dev/sda", "_raw_kernel_device": "/dev/sda", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "swap", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] } TASK [Collect info about the volumes.] ***************************************** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/verify-role-results.yml:15 Tuesday 04 June 2024 18:48:03 +0000 (0:00:00.024) 0:01:48.521 ********** ok: [sut] => { "changed": false, "info": { "/dev/sda": { "fstype": "swap", "label": "", "mountpoint": "[SWAP]", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "1e1554cf-13b6-4009-82bb-f0fbc6daed0b" }, "/dev/sdb": { "fstype": "ext3", "label": "", "mountpoint": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "110d765b-dad3-43c0-ad3f-6e82f6cf6221" }, "/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-2pzhsuna2/tests/verify-role-results.yml:20 Tuesday 04 June 2024 18:48:03 +0000 (0:00:00.214) 0:01:48.735 ********** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.003371", "end": "2024-06-04 18:48:03.722351", "rc": 0, "start": "2024-06-04 18:48:03.718980" } 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 UUID=1e1554cf-13b6-4009-82bb-f0fbc6daed0b none swap defaults 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/verify-role-results.yml:25 Tuesday 04 June 2024 18:48:03 +0000 (0:00:00.209) 0:01:48.945 ********** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.003272", "end": "2024-06-04 18:48:03.932007", "failed_when_result": false, "rc": 0, "start": "2024-06-04 18:48:03.928735" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/verify-role-results.yml:34 Tuesday 04 June 2024 18:48:03 +0000 (0:00:00.207) 0:01:49.152 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/verify-role-results.yml:44 Tuesday 04 June 2024 18:48:03 +0000 (0:00:00.010) 0:01:49.162 ********** included: /WORKDIR/git-main_stratis-support-2pzhsuna2/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': 'swap', 'mount_options': 'defaults', 'mount_point': None, 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test1', 'raid_level': None, 'size': 10737418240, 'state': 'present', 'type': 'disk', 'disks': ['sda'], 'raid_device_count': None, 'raid_spare_count': None, 'raid_metadata_version': None, 'raid_chunk_size': None, 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_stripe_size': 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': [], '_device': '/dev/sda', '_raw_device': '/dev/sda', '_mount_id': 'UUID=1e1554cf-13b6-4009-82bb-f0fbc6daed0b', '_kernel_device': '/dev/sda', '_raw_kernel_device': '/dev/sda'}) TASK [Set storage volume test variables] *************************************** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume.yml:2 Tuesday 04 June 2024 18:48:03 +0000 (0:00:00.032) 0:01:49.194 ********** 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-2pzhsuna2/tests/test-verify-volume.yml:19 Tuesday 04 June 2024 18:48:04 +0000 (0:00:00.024) 0:01:49.219 ********** included: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-mount.yml for sut => (item=mount) included: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-fstab.yml for sut => (item=fstab) included: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-fs.yml for sut => (item=fs) included: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-device.yml for sut => (item=device) included: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-encryption.yml for sut => (item=encryption) included: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-md.yml for sut => (item=md) included: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-size.yml for sut => (item=size) included: /WORKDIR/git-main_stratis-support-2pzhsuna2/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-2pzhsuna2/tests/test-verify-volume-mount.yml:7 Tuesday 04 June 2024 18:48:04 +0000 (0:00:00.045) 0:01:49.264 ********** ok: [sut] => { "ansible_facts": { "storage_test_device_path": "/dev/sda" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-mount.yml:11 Tuesday 04 June 2024 18:48:04 +0000 (0:00:00.018) 0:01:49.282 ********** ok: [sut] => { "ansible_facts": { "storage_test_mount_expected_mount_point": "[SWAP]", "storage_test_swap_expected_matches": "1" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-mount.yml:19 Tuesday 04 June 2024 18:48:04 +0000 (0:00:00.025) 0:01:49.308 ********** 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-2pzhsuna2/tests/test-verify-volume-mount.yml:28 Tuesday 04 June 2024 18:48:04 +0000 (0:00:00.011) 0:01:49.320 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-mount.yml:36 Tuesday 04 June 2024 18:48:04 +0000 (0:00:00.014) 0:01:49.335 ********** 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-2pzhsuna2/tests/test-verify-volume-mount.yml:42 Tuesday 04 June 2024 18:48:04 +0000 (0:00:00.011) 0:01:49.346 ********** 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-2pzhsuna2/tests/test-verify-volume-mount.yml:48 Tuesday 04 June 2024 18:48:04 +0000 (0:00:00.011) 0:01:49.357 ********** 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-2pzhsuna2/tests/test-verify-volume-mount.yml:57 Tuesday 04 June 2024 18:48:04 +0000 (0:00:00.011) 0:01:49.368 ********** ok: [sut] => { "changed": false, "cmd": [ "realpath", "/dev/sda" ], "delta": "0:00:01.004398", "end": "2024-06-04 18:48:05.364659", "rc": 0, "start": "2024-06-04 18:48:04.360261" } STDOUT: /dev/sda TASK [Gather swap info] ******************************************************** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-mount.yml:63 Tuesday 04 June 2024 18:48:05 +0000 (0:00:01.218) 0:01:50.586 ********** ok: [sut] => { "changed": false, "cmd": [ "cat", "/proc/swaps" ], "delta": "0:00:01.004410", "end": "2024-06-04 18:48:06.575338", "rc": 0, "start": "2024-06-04 18:48:05.570928" } STDOUT: Filename Type Size Used Priority /dev/sda partition 10485756 0 -2 TASK [Verify swap status] ****************************************************** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-mount.yml:69 Tuesday 04 June 2024 18:48:06 +0000 (0:00:01.210) 0:01:51.796 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Unset facts] ************************************************************* task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-mount.yml:79 Tuesday 04 June 2024 18:48:06 +0000 (0:00:00.026) 0:01:51.822 ********** 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-2pzhsuna2/tests/test-verify-volume-fstab.yml:2 Tuesday 04 June 2024 18:48:06 +0000 (0:00:00.013) 0:01:51.836 ********** ok: [sut] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": "1", "storage_test_fstab_expected_mount_options_matches": "1", "storage_test_fstab_expected_mount_point_matches": "0", "storage_test_fstab_id_matches": [ "UUID=1e1554cf-13b6-4009-82bb-f0fbc6daed0b " ], "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-2pzhsuna2/tests/test-verify-volume-fstab.yml:17 Tuesday 04 June 2024 18:48:06 +0000 (0:00:00.035) 0:01:51.872 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-fstab.yml:24 Tuesday 04 June 2024 18:48:06 +0000 (0:00:00.024) 0:01:51.896 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-fstab.yml:33 Tuesday 04 June 2024 18:48:06 +0000 (0:00:00.025) 0:01:51.922 ********** 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-2pzhsuna2/tests/test-verify-volume-fstab.yml:45 Tuesday 04 June 2024 18:48:06 +0000 (0:00:00.020) 0:01:51.943 ********** 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-2pzhsuna2/tests/test-verify-volume-fs.yml:6 Tuesday 04 June 2024 18:48:06 +0000 (0:00:00.012) 0:01:51.956 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-fs.yml:14 Tuesday 04 June 2024 18:48:06 +0000 (0:00:00.026) 0:01:51.982 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-device.yml:3 Tuesday 04 June 2024 18:48:06 +0000 (0:00:00.025) 0:01:52.007 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1717526880.1159983, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1717526880.087999, "dev": 5, "device_type": 2048, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 448, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/blockdevice", "mode": "0660", "mtime": 1717526880.087999, "nlink": 1, "path": "/dev/sda", "pw_name": "root", "readable": true, "rgrp": true, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": null, "wgrp": true, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-device.yml:9 Tuesday 04 June 2024 18:48:07 +0000 (0:00:00.210) 0:01:52.218 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-device.yml:16 Tuesday 04 June 2024 18:48:07 +0000 (0:00:00.016) 0:01:52.234 ********** 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-2pzhsuna2/tests/test-verify-volume-device.yml:23 Tuesday 04 June 2024 18:48:07 +0000 (0:00:00.012) 0:01:52.246 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-device.yml:29 Tuesday 04 June 2024 18:48:07 +0000 (0:00:00.015) 0:01:52.262 ********** ok: [sut] => { "ansible_facts": { "st_volume_type": "disk" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-device.yml:33 Tuesday 04 June 2024 18:48:07 +0000 (0:00:00.014) 0:01:52.276 ********** 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-2pzhsuna2/tests/test-verify-volume-device.yml:38 Tuesday 04 June 2024 18:48:07 +0000 (0:00:00.012) 0:01:52.288 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-encryption.yml:3 Tuesday 04 June 2024 18:48:07 +0000 (0:00:00.015) 0:01:52.303 ********** 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-2pzhsuna2/tests/test-verify-volume-encryption.yml:10 Tuesday 04 June 2024 18:48:07 +0000 (0:00:00.013) 0:01:52.317 ********** 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-2pzhsuna2/tests/test-verify-volume-encryption.yml:16 Tuesday 04 June 2024 18:48:08 +0000 (0:00:00.940) 0:01:53.257 ********** 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-2pzhsuna2/tests/test-verify-volume-encryption.yml:22 Tuesday 04 June 2024 18:48:08 +0000 (0:00:00.011) 0:01:53.269 ********** 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-2pzhsuna2/tests/test-verify-volume-encryption.yml:29 Tuesday 04 June 2024 18:48:08 +0000 (0:00:00.011) 0:01:53.280 ********** 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-2pzhsuna2/tests/test-verify-volume-encryption.yml:40 Tuesday 04 June 2024 18:48:08 +0000 (0:00:00.023) 0:01:53.304 ********** 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-2pzhsuna2/tests/test-verify-volume-encryption.yml:46 Tuesday 04 June 2024 18:48:08 +0000 (0:00:00.011) 0:01:53.316 ********** 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-2pzhsuna2/tests/test-verify-volume-encryption.yml:51 Tuesday 04 June 2024 18:48:08 +0000 (0:00:00.012) 0:01:53.328 ********** 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-2pzhsuna2/tests/test-verify-volume-encryption.yml:63 Tuesday 04 June 2024 18:48:08 +0000 (0:00:00.011) 0:01:53.340 ********** 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-2pzhsuna2/tests/test-verify-volume-encryption.yml:75 Tuesday 04 June 2024 18:48:08 +0000 (0:00:00.011) 0:01:53.352 ********** 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-2pzhsuna2/tests/test-verify-volume-encryption.yml:87 Tuesday 04 June 2024 18:48:08 +0000 (0:00:00.011) 0:01:53.363 ********** 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-2pzhsuna2/tests/test-verify-volume-encryption.yml:93 Tuesday 04 June 2024 18:48:08 +0000 (0:00:00.024) 0:01:53.388 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-encryption.yml:100 Tuesday 04 June 2024 18:48:08 +0000 (0:00:00.023) 0:01:53.412 ********** 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-2pzhsuna2/tests/test-verify-volume-encryption.yml:108 Tuesday 04 June 2024 18:48:08 +0000 (0:00:00.021) 0:01:53.434 ********** 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-2pzhsuna2/tests/test-verify-volume-encryption.yml:116 Tuesday 04 June 2024 18:48:08 +0000 (0:00:00.091) 0:01:53.526 ********** 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-2pzhsuna2/tests/test-verify-volume-encryption.yml:124 Tuesday 04 June 2024 18:48:08 +0000 (0:00:00.021) 0:01:53.547 ********** 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-2pzhsuna2/tests/test-verify-volume-md.yml:8 Tuesday 04 June 2024 18:48:08 +0000 (0:00:00.012) 0:01:53.560 ********** 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-2pzhsuna2/tests/test-verify-volume-md.yml:14 Tuesday 04 June 2024 18:48:08 +0000 (0:00:00.011) 0:01:53.572 ********** 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-2pzhsuna2/tests/test-verify-volume-md.yml:19 Tuesday 04 June 2024 18:48:08 +0000 (0:00:00.011) 0:01:53.583 ********** 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-2pzhsuna2/tests/test-verify-volume-md.yml:24 Tuesday 04 June 2024 18:48:08 +0000 (0:00:00.011) 0:01:53.595 ********** 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-2pzhsuna2/tests/test-verify-volume-md.yml:29 Tuesday 04 June 2024 18:48:08 +0000 (0:00:00.013) 0:01:53.608 ********** 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-2pzhsuna2/tests/test-verify-volume-md.yml:37 Tuesday 04 June 2024 18:48:08 +0000 (0:00:00.012) 0:01:53.621 ********** 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-2pzhsuna2/tests/test-verify-volume-md.yml:46 Tuesday 04 June 2024 18:48:08 +0000 (0:00:00.012) 0:01:53.633 ********** 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-2pzhsuna2/tests/test-verify-volume-md.yml:54 Tuesday 04 June 2024 18:48:08 +0000 (0:00:00.013) 0:01:53.646 ********** 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-2pzhsuna2/tests/test-verify-volume-md.yml:62 Tuesday 04 June 2024 18:48:08 +0000 (0:00:00.012) 0:01:53.658 ********** 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-2pzhsuna2/tests/test-verify-volume-md.yml:70 Tuesday 04 June 2024 18:48:08 +0000 (0:00:00.012) 0:01:53.671 ********** 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-2pzhsuna2/tests/test-verify-volume-size.yml:3 Tuesday 04 June 2024 18:48:08 +0000 (0:00:00.013) 0:01:53.684 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type not in ['partition', 'disk']", "skip_reason": "Conditional result was False" } TASK [Parse the requested size of the volume] ********************************** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-size.yml:11 Tuesday 04 June 2024 18:48:08 +0000 (0:00:00.020) 0:01:53.704 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == \"lvm\"", "skip_reason": "Conditional result was False" } TASK [Establish base value for expected size] ********************************** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-size.yml:20 Tuesday 04 June 2024 18:48:08 +0000 (0:00:00.020) 0:01:53.725 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == \"lvm\"", "skip_reason": "Conditional result was False" } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-size.yml:28 Tuesday 04 June 2024 18:48:08 +0000 (0:00:00.020) 0:01:53.746 ********** ok: [sut] => { "storage_test_expected_size": "VARIABLE IS NOT DEFINED!: 'storage_test_expected_size' is undefined. 'storage_test_expected_size' is undefined" } TASK [Get the size of parent/pool device] ************************************** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-size.yml:32 Tuesday 04 June 2024 18:48:08 +0000 (0:00:00.014) 0:01:53.760 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == \"lvm\"", "skip_reason": "Conditional result was False" } TASK [Show test pool] ********************************************************** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-size.yml:46 Tuesday 04 June 2024 18:48:08 +0000 (0:00:00.019) 0:01:53.780 ********** skipping: [sut] => { "false_condition": "storage_test_volume.type == \"lvm\"" } TASK [Show test blockinfo] ***************************************************** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-size.yml:50 Tuesday 04 June 2024 18:48:08 +0000 (0:00:00.024) 0:01:53.804 ********** skipping: [sut] => { "false_condition": "storage_test_volume.type == \"lvm\"" } TASK [Show test pool size] ***************************************************** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-size.yml:54 Tuesday 04 June 2024 18:48:08 +0000 (0:00:00.020) 0:01:53.824 ********** skipping: [sut] => { "false_condition": "storage_test_volume.type == \"lvm\"" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-size.yml:58 Tuesday 04 June 2024 18:48:08 +0000 (0:00:00.020) 0:01:53.845 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == \"lvm\"", "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-size.yml:67 Tuesday 04 June 2024 18:48:08 +0000 (0:00:00.020) 0:01:53.865 ********** 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-2pzhsuna2/tests/test-verify-volume-size.yml:71 Tuesday 04 June 2024 18:48:08 +0000 (0:00:00.011) 0:01:53.877 ********** 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-2pzhsuna2/tests/test-verify-volume-size.yml:76 Tuesday 04 June 2024 18:48:08 +0000 (0:00:00.013) 0:01:53.890 ********** 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-2pzhsuna2/tests/test-verify-volume-size.yml:82 Tuesday 04 June 2024 18:48:08 +0000 (0:00:00.013) 0:01:53.903 ********** 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-2pzhsuna2/tests/test-verify-volume-size.yml:86 Tuesday 04 June 2024 18:48:08 +0000 (0:00:00.012) 0:01:53.915 ********** 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-2pzhsuna2/tests/test-verify-volume-size.yml:91 Tuesday 04 June 2024 18:48:08 +0000 (0:00:00.011) 0:01:53.927 ********** 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-2pzhsuna2/tests/test-verify-volume-size.yml:96 Tuesday 04 June 2024 18:48:08 +0000 (0:00:00.012) 0:01:53.940 ********** 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-2pzhsuna2/tests/test-verify-volume-size.yml:101 Tuesday 04 June 2024 18:48:08 +0000 (0:00:00.012) 0:01:53.952 ********** skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Show volume thin pool size] ********************************************** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-size.yml:105 Tuesday 04 June 2024 18:48:08 +0000 (0:00:00.011) 0:01:53.964 ********** skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-size.yml:109 Tuesday 04 June 2024 18:48:08 +0000 (0:00:00.013) 0:01:53.977 ********** skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Establish base value for expected thin pool size] ************************ task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-size.yml:113 Tuesday 04 June 2024 18:48:08 +0000 (0:00:00.012) 0:01:53.990 ********** 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-2pzhsuna2/tests/test-verify-volume-size.yml:120 Tuesday 04 June 2024 18:48:08 +0000 (0:00:00.012) 0:01:54.003 ********** 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-2pzhsuna2/tests/test-verify-volume-size.yml:127 Tuesday 04 June 2024 18:48:08 +0000 (0:00:00.012) 0:01:54.015 ********** 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-2pzhsuna2/tests/test-verify-volume-size.yml:131 Tuesday 04 June 2024 18:48:08 +0000 (0:00:00.011) 0:01:54.027 ********** 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-2pzhsuna2/tests/test-verify-volume-size.yml:137 Tuesday 04 June 2024 18:48:08 +0000 (0:00:00.011) 0:01:54.039 ********** 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-2pzhsuna2/tests/test-verify-volume-size.yml:143 Tuesday 04 June 2024 18:48:08 +0000 (0:00:00.014) 0:01:54.053 ********** ok: [sut] => { "storage_test_actual_size": { "changed": false, "false_condition": "storage_test_volume.type not in ['partition', 'disk']", "skip_reason": "Conditional result was False", "skipped": true } } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-size.yml:147 Tuesday 04 June 2024 18:48:08 +0000 (0:00:00.015) 0:01:54.068 ********** ok: [sut] => { "storage_test_expected_size": "VARIABLE IS NOT DEFINED!: 'storage_test_expected_size' is undefined. 'storage_test_expected_size' is undefined" } TASK [Assert expected size is actual size] ************************************* task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-size.yml:151 Tuesday 04 June 2024 18:48:08 +0000 (0:00:00.013) 0:01:54.082 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == \"lvm\"", "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-cache.yml:5 Tuesday 04 June 2024 18:48:08 +0000 (0:00:00.020) 0:01:54.103 ********** 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-2pzhsuna2/tests/test-verify-volume-cache.yml:13 Tuesday 04 June 2024 18:48:08 +0000 (0:00:00.011) 0:01:54.114 ********** 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-2pzhsuna2/tests/test-verify-volume-cache.yml:17 Tuesday 04 June 2024 18:48:08 +0000 (0:00:00.011) 0:01:54.126 ********** 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-2pzhsuna2/tests/test-verify-volume-cache.yml:24 Tuesday 04 June 2024 18:48:08 +0000 (0:00:00.013) 0:01:54.139 ********** 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-2pzhsuna2/tests/test-verify-volume-cache.yml:31 Tuesday 04 June 2024 18:48:08 +0000 (0:00:00.011) 0:01:54.151 ********** 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-2pzhsuna2/tests/test-verify-volume-cache.yml:37 Tuesday 04 June 2024 18:48:08 +0000 (0:00:00.011) 0:01:54.163 ********** 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-2pzhsuna2/tests/test-verify-volume-cache.yml:42 Tuesday 04 June 2024 18:48:08 +0000 (0:00:00.011) 0:01:54.174 ********** 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-2pzhsuna2/tests/test-verify-volume.yml:25 Tuesday 04 June 2024 18:48:08 +0000 (0:00:00.011) 0:01:54.186 ********** ok: [sut] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Clean up variable namespace] ********************************************* task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/verify-role-results.yml:54 Tuesday 04 June 2024 18:48:08 +0000 (0:00:00.011) 0:01:54.197 ********** ok: [sut] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } TASK [Repeat the previous invocation to verify idempotence] ******************** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/tests_swap.yml:113 Tuesday 04 June 2024 18:48:09 +0000 (0:00:00.013) 0:01:54.210 ********** TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Tuesday 04 June 2024 18:48:09 +0000 (0:00:00.044) 0:01:54.254 ********** included: /WORKDIR/git-main_stratis-support-2pzhsuna2/.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-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Tuesday 04 June 2024 18:48:09 +0000 (0:00:00.020) 0:01:54.275 ********** 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-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Tuesday 04 June 2024 18:48:09 +0000 (0:00:00.024) 0:01:54.300 ********** 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-2pzhsuna2/.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-2pzhsuna2/.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-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Tuesday 04 June 2024 18:48:09 +0000 (0:00:00.032) 0:01:54.332 ********** 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-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Tuesday 04 June 2024 18:48:09 +0000 (0:00:00.015) 0:01:54.348 ********** 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-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Tuesday 04 June 2024 18:48:09 +0000 (0:00:00.015) 0:01:54.363 ********** 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-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Tuesday 04 June 2024 18:48:09 +0000 (0:00:00.014) 0:01:54.377 ********** 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-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Tuesday 04 June 2024 18:48:09 +0000 (0:00:00.013) 0:01:54.391 ********** 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-2pzhsuna2/.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-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Tuesday 04 June 2024 18:48:09 +0000 (0:00:00.027) 0:01:54.419 ********** 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-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Tuesday 04 June 2024 18:48:09 +0000 (0:00:00.016) 0:01:54.435 ********** 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-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Tuesday 04 June 2024 18:48:09 +0000 (0:00:00.019) 0:01:54.454 ********** ok: [sut] => { "storage_volumes": [ { "disks": [ "sda" ], "fs_type": "swap", "name": "test1", "type": "disk" } ] } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Tuesday 04 June 2024 18:48:09 +0000 (0:00:00.050) 0:01:54.505 ********** 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-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Tuesday 04 June 2024 18:48:09 +0000 (0:00:00.017) 0:01:54.523 ********** 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-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Tuesday 04 June 2024 18:48:09 +0000 (0:00:00.016) 0:01:54.539 ********** 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-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Tuesday 04 June 2024 18:48:09 +0000 (0:00:00.017) 0:01:54.557 ********** 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-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Tuesday 04 June 2024 18:48:09 +0000 (0:00:00.016) 0:01:54.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-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Tuesday 04 June 2024 18:48:09 +0000 (0:00:00.035) 0:01:54.609 ********** 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-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Tuesday 04 June 2024 18:48:09 +0000 (0:00:00.012) 0:01:54.622 ********** ok: [sut] => { "actions": [], "changed": false, "crypts": [], "leaves": [ "/dev/sda", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [ { "dump": 0, "fstype": "swap", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "none", "src": "UUID=1e1554cf-13b6-4009-82bb-f0fbc6daed0b", "state": "present" } ], "packages": [ "e2fsprogs", "xfsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=1e1554cf-13b6-4009-82bb-f0fbc6daed0b", "_raw_device": "/dev/sda", "_raw_kernel_device": "/dev/sda", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "swap", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Tuesday 04 June 2024 18:48:10 +0000 (0:00:01.144) 0:01:55.766 ********** 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-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Tuesday 04 June 2024 18:48:10 +0000 (0:00:00.021) 0:01:55.788 ********** 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-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:101 Tuesday 04 June 2024 18:48:10 +0000 (0:00:00.010) 0:01:55.798 ********** ok: [sut] => { "blivet_output": { "actions": [], "changed": false, "crypts": [], "failed": false, "leaves": [ "/dev/sda", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [ { "dump": 0, "fstype": "swap", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "none", "src": "UUID=1e1554cf-13b6-4009-82bb-f0fbc6daed0b", "state": "present" } ], "packages": [ "e2fsprogs", "xfsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=1e1554cf-13b6-4009-82bb-f0fbc6daed0b", "_raw_device": "/dev/sda", "_raw_kernel_device": "/dev/sda", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "swap", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:110 Tuesday 04 June 2024 18:48:10 +0000 (0:00:00.016) 0:01:55.814 ********** 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-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:114 Tuesday 04 June 2024 18:48:10 +0000 (0:00:00.015) 0:01:55.830 ********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=1e1554cf-13b6-4009-82bb-f0fbc6daed0b", "_raw_device": "/dev/sda", "_raw_kernel_device": "/dev/sda", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "swap", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:130 Tuesday 04 June 2024 18:48:10 +0000 (0:00:00.016) 0:01:55.846 ********** 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-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:141 Tuesday 04 June 2024 18:48:10 +0000 (0:00:00.022) 0:01:55.869 ********** 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-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:146 Tuesday 04 June 2024 18:48:11 +0000 (0:00:00.591) 0:01:56.461 ********** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount ok: [sut] => (item={'src': 'UUID=1e1554cf-13b6-4009-82bb-f0fbc6daed0b', 'path': 'none', 'fstype': 'swap', 'opts': 'defaults', 'dump': 0, 'passno': 0, 'state': 'present', 'owner': None, 'group': None, 'mode': None}) => { "ansible_loop_var": "mount_info", "backup_file": "", "boot": "yes", "changed": false, "dump": "0", "fstab": "/etc/fstab", "fstype": "swap", "mount_info": { "dump": 0, "fstype": "swap", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "none", "src": "UUID=1e1554cf-13b6-4009-82bb-f0fbc6daed0b", "state": "present" }, "name": "none", "opts": "defaults", "passno": "0", "src": "UUID=1e1554cf-13b6-4009-82bb-f0fbc6daed0b" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:157 Tuesday 04 June 2024 18:48:11 +0000 (0:00:00.235) 0:01:56.696 ********** skipping: [sut] => (item={'src': 'UUID=1e1554cf-13b6-4009-82bb-f0fbc6daed0b', 'path': 'none', 'fstype': 'swap', 'opts': 'defaults', 'dump': 0, 'passno': 0, 'state': 'present', 'owner': None, 'group': None, 'mode': None}) => { "ansible_loop_var": "mount_info", "changed": false, "false_condition": "mount_info['owner'] != none or mount_info['group'] != none or mount_info['mode'] != none", "mount_info": { "dump": 0, "fstype": "swap", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "none", "src": "UUID=1e1554cf-13b6-4009-82bb-f0fbc6daed0b", "state": "present" }, "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-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:169 Tuesday 04 June 2024 18:48:11 +0000 (0:00:00.030) 0:01:56.726 ********** 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-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:177 Tuesday 04 June 2024 18:48:12 +0000 (0:00:00.600) 0:01:57.326 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1717526624.7968068, "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-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:182 Tuesday 04 June 2024 18:48:12 +0000 (0:00:00.214) 0:01:57.541 ********** 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-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:204 Tuesday 04 June 2024 18:48:12 +0000 (0:00:00.011) 0:01:57.553 ********** ok: [sut] TASK [Verify results] ********************************************************** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/tests_swap.yml:123 Tuesday 04 June 2024 18:48:13 +0000 (0:00:00.830) 0:01:58.383 ********** included: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/verify-role-results.yml for sut TASK [Print out pool information] ********************************************** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/verify-role-results.yml:2 Tuesday 04 June 2024 18:48:13 +0000 (0:00:00.033) 0:01:58.416 ********** skipping: [sut] => { "false_condition": "_storage_pools_list | length > 0" } TASK [Print out volume information] ******************************************** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/verify-role-results.yml:7 Tuesday 04 June 2024 18:48:13 +0000 (0:00:00.021) 0:01:58.438 ********** ok: [sut] => { "_storage_volumes_list": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=1e1554cf-13b6-4009-82bb-f0fbc6daed0b", "_raw_device": "/dev/sda", "_raw_kernel_device": "/dev/sda", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "swap", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] } TASK [Collect info about the volumes.] ***************************************** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/verify-role-results.yml:15 Tuesday 04 June 2024 18:48:13 +0000 (0:00:00.024) 0:01:58.462 ********** ok: [sut] => { "changed": false, "info": { "/dev/sda": { "fstype": "swap", "label": "", "mountpoint": "[SWAP]", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "1e1554cf-13b6-4009-82bb-f0fbc6daed0b" }, "/dev/sdb": { "fstype": "ext3", "label": "", "mountpoint": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "110d765b-dad3-43c0-ad3f-6e82f6cf6221" }, "/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-2pzhsuna2/tests/verify-role-results.yml:20 Tuesday 04 June 2024 18:48:13 +0000 (0:00:00.212) 0:01:58.675 ********** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:01.004438", "end": "2024-06-04 18:48:14.662777", "rc": 0, "start": "2024-06-04 18:48:13.658339" } 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 UUID=1e1554cf-13b6-4009-82bb-f0fbc6daed0b none swap defaults 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/verify-role-results.yml:25 Tuesday 04 June 2024 18:48:14 +0000 (0:00:01.210) 0:01:59.885 ********** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.003338", "end": "2024-06-04 18:48:14.873894", "failed_when_result": false, "rc": 0, "start": "2024-06-04 18:48:14.870556" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/verify-role-results.yml:34 Tuesday 04 June 2024 18:48:14 +0000 (0:00:00.209) 0:02:00.095 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/verify-role-results.yml:44 Tuesday 04 June 2024 18:48:14 +0000 (0:00:00.011) 0:02:00.106 ********** included: /WORKDIR/git-main_stratis-support-2pzhsuna2/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': 'swap', 'mount_options': 'defaults', 'mount_point': None, 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test1', 'raid_level': None, 'size': 10737418240, 'state': 'present', 'type': 'disk', 'disks': ['sda'], 'raid_device_count': None, 'raid_spare_count': None, 'raid_metadata_version': None, 'raid_chunk_size': None, 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_stripe_size': 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': [], '_device': '/dev/sda', '_raw_device': '/dev/sda', '_mount_id': 'UUID=1e1554cf-13b6-4009-82bb-f0fbc6daed0b', '_kernel_device': '/dev/sda', '_raw_kernel_device': '/dev/sda'}) TASK [Set storage volume test variables] *************************************** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume.yml:2 Tuesday 04 June 2024 18:48:14 +0000 (0:00:00.033) 0:02:00.139 ********** 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-2pzhsuna2/tests/test-verify-volume.yml:19 Tuesday 04 June 2024 18:48:14 +0000 (0:00:00.024) 0:02:00.164 ********** included: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-mount.yml for sut => (item=mount) included: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-fstab.yml for sut => (item=fstab) included: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-fs.yml for sut => (item=fs) included: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-device.yml for sut => (item=device) included: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-encryption.yml for sut => (item=encryption) included: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-md.yml for sut => (item=md) included: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-size.yml for sut => (item=size) included: /WORKDIR/git-main_stratis-support-2pzhsuna2/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-2pzhsuna2/tests/test-verify-volume-mount.yml:7 Tuesday 04 June 2024 18:48:15 +0000 (0:00:00.044) 0:02:00.209 ********** ok: [sut] => { "ansible_facts": { "storage_test_device_path": "/dev/sda" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-mount.yml:11 Tuesday 04 June 2024 18:48:15 +0000 (0:00:00.018) 0:02:00.227 ********** ok: [sut] => { "ansible_facts": { "storage_test_mount_expected_mount_point": "[SWAP]", "storage_test_swap_expected_matches": "1" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-mount.yml:19 Tuesday 04 June 2024 18:48:15 +0000 (0:00:00.026) 0:02:00.254 ********** 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-2pzhsuna2/tests/test-verify-volume-mount.yml:28 Tuesday 04 June 2024 18:48:15 +0000 (0:00:00.011) 0:02:00.266 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-mount.yml:36 Tuesday 04 June 2024 18:48:15 +0000 (0:00:00.014) 0:02:00.280 ********** 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-2pzhsuna2/tests/test-verify-volume-mount.yml:42 Tuesday 04 June 2024 18:48:15 +0000 (0:00:00.011) 0:02:00.292 ********** 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-2pzhsuna2/tests/test-verify-volume-mount.yml:48 Tuesday 04 June 2024 18:48:15 +0000 (0:00:00.011) 0:02:00.303 ********** 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-2pzhsuna2/tests/test-verify-volume-mount.yml:57 Tuesday 04 June 2024 18:48:15 +0000 (0:00:00.011) 0:02:00.314 ********** ok: [sut] => { "changed": false, "cmd": [ "realpath", "/dev/sda" ], "delta": "0:00:00.003253", "end": "2024-06-04 18:48:15.311227", "rc": 0, "start": "2024-06-04 18:48:15.307974" } STDOUT: /dev/sda TASK [Gather swap info] ******************************************************** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-mount.yml:63 Tuesday 04 June 2024 18:48:15 +0000 (0:00:00.219) 0:02:00.533 ********** ok: [sut] => { "changed": false, "cmd": [ "cat", "/proc/swaps" ], "delta": "0:00:00.003360", "end": "2024-06-04 18:48:15.522307", "rc": 0, "start": "2024-06-04 18:48:15.518947" } STDOUT: Filename Type Size Used Priority /dev/sda partition 10485756 0 -2 TASK [Verify swap status] ****************************************************** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-mount.yml:69 Tuesday 04 June 2024 18:48:15 +0000 (0:00:00.209) 0:02:00.743 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Unset facts] ************************************************************* task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-mount.yml:79 Tuesday 04 June 2024 18:48:15 +0000 (0:00:00.026) 0:02:00.769 ********** 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-2pzhsuna2/tests/test-verify-volume-fstab.yml:2 Tuesday 04 June 2024 18:48:15 +0000 (0:00:00.012) 0:02:00.781 ********** ok: [sut] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": "1", "storage_test_fstab_expected_mount_options_matches": "1", "storage_test_fstab_expected_mount_point_matches": "0", "storage_test_fstab_id_matches": [ "UUID=1e1554cf-13b6-4009-82bb-f0fbc6daed0b " ], "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-2pzhsuna2/tests/test-verify-volume-fstab.yml:17 Tuesday 04 June 2024 18:48:15 +0000 (0:00:00.034) 0:02:00.815 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-fstab.yml:24 Tuesday 04 June 2024 18:48:15 +0000 (0:00:00.023) 0:02:00.838 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-fstab.yml:33 Tuesday 04 June 2024 18:48:15 +0000 (0:00:00.026) 0:02:00.865 ********** 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-2pzhsuna2/tests/test-verify-volume-fstab.yml:45 Tuesday 04 June 2024 18:48:15 +0000 (0:00:00.020) 0:02:00.886 ********** 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-2pzhsuna2/tests/test-verify-volume-fs.yml:6 Tuesday 04 June 2024 18:48:15 +0000 (0:00:00.012) 0:02:00.898 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-fs.yml:14 Tuesday 04 June 2024 18:48:15 +0000 (0:00:00.024) 0:02:00.923 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-device.yml:3 Tuesday 04 June 2024 18:48:15 +0000 (0:00:00.023) 0:02:00.947 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1717526880.1159983, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1717526880.087999, "dev": 5, "device_type": 2048, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 448, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/blockdevice", "mode": "0660", "mtime": 1717526880.087999, "nlink": 1, "path": "/dev/sda", "pw_name": "root", "readable": true, "rgrp": true, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": null, "wgrp": true, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-device.yml:9 Tuesday 04 June 2024 18:48:15 +0000 (0:00:00.212) 0:02:01.159 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-device.yml:16 Tuesday 04 June 2024 18:48:15 +0000 (0:00:00.015) 0:02:01.175 ********** 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-2pzhsuna2/tests/test-verify-volume-device.yml:23 Tuesday 04 June 2024 18:48:15 +0000 (0:00:00.011) 0:02:01.186 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-device.yml:29 Tuesday 04 June 2024 18:48:16 +0000 (0:00:00.013) 0:02:01.200 ********** ok: [sut] => { "ansible_facts": { "st_volume_type": "disk" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-device.yml:33 Tuesday 04 June 2024 18:48:16 +0000 (0:00:00.012) 0:02:01.212 ********** 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-2pzhsuna2/tests/test-verify-volume-device.yml:38 Tuesday 04 June 2024 18:48:16 +0000 (0:00:00.011) 0:02:01.223 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-encryption.yml:3 Tuesday 04 June 2024 18:48:16 +0000 (0:00:00.013) 0:02:01.237 ********** 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-2pzhsuna2/tests/test-verify-volume-encryption.yml:10 Tuesday 04 June 2024 18:48:16 +0000 (0:00:00.041) 0:02:01.278 ********** 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-2pzhsuna2/tests/test-verify-volume-encryption.yml:16 Tuesday 04 June 2024 18:48:17 +0000 (0:00:00.942) 0:02:02.220 ********** 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-2pzhsuna2/tests/test-verify-volume-encryption.yml:22 Tuesday 04 June 2024 18:48:17 +0000 (0:00:00.012) 0:02:02.233 ********** 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-2pzhsuna2/tests/test-verify-volume-encryption.yml:29 Tuesday 04 June 2024 18:48:17 +0000 (0:00:00.011) 0:02:02.244 ********** 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-2pzhsuna2/tests/test-verify-volume-encryption.yml:40 Tuesday 04 June 2024 18:48:17 +0000 (0:00:00.023) 0:02:02.268 ********** 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-2pzhsuna2/tests/test-verify-volume-encryption.yml:46 Tuesday 04 June 2024 18:48:17 +0000 (0:00:00.011) 0:02:02.280 ********** 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-2pzhsuna2/tests/test-verify-volume-encryption.yml:51 Tuesday 04 June 2024 18:48:17 +0000 (0:00:00.012) 0:02:02.293 ********** 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-2pzhsuna2/tests/test-verify-volume-encryption.yml:63 Tuesday 04 June 2024 18:48:17 +0000 (0:00:00.011) 0:02:02.304 ********** 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-2pzhsuna2/tests/test-verify-volume-encryption.yml:75 Tuesday 04 June 2024 18:48:17 +0000 (0:00:00.011) 0:02:02.316 ********** 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-2pzhsuna2/tests/test-verify-volume-encryption.yml:87 Tuesday 04 June 2024 18:48:17 +0000 (0:00:00.011) 0:02:02.328 ********** 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-2pzhsuna2/tests/test-verify-volume-encryption.yml:93 Tuesday 04 June 2024 18:48:17 +0000 (0:00:00.025) 0:02:02.353 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-encryption.yml:100 Tuesday 04 June 2024 18:48:17 +0000 (0:00:00.022) 0:02:02.376 ********** 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-2pzhsuna2/tests/test-verify-volume-encryption.yml:108 Tuesday 04 June 2024 18:48:17 +0000 (0:00:00.021) 0:02:02.397 ********** 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-2pzhsuna2/tests/test-verify-volume-encryption.yml:116 Tuesday 04 June 2024 18:48:17 +0000 (0:00:00.020) 0:02:02.418 ********** 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-2pzhsuna2/tests/test-verify-volume-encryption.yml:124 Tuesday 04 June 2024 18:48:17 +0000 (0:00:00.020) 0:02:02.438 ********** 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-2pzhsuna2/tests/test-verify-volume-md.yml:8 Tuesday 04 June 2024 18:48:17 +0000 (0:00:00.011) 0:02:02.450 ********** 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-2pzhsuna2/tests/test-verify-volume-md.yml:14 Tuesday 04 June 2024 18:48:17 +0000 (0:00:00.011) 0:02:02.461 ********** 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-2pzhsuna2/tests/test-verify-volume-md.yml:19 Tuesday 04 June 2024 18:48:17 +0000 (0:00:00.011) 0:02:02.473 ********** 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-2pzhsuna2/tests/test-verify-volume-md.yml:24 Tuesday 04 June 2024 18:48:17 +0000 (0:00:00.012) 0:02:02.485 ********** 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-2pzhsuna2/tests/test-verify-volume-md.yml:29 Tuesday 04 June 2024 18:48:17 +0000 (0:00:00.011) 0:02:02.497 ********** 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-2pzhsuna2/tests/test-verify-volume-md.yml:37 Tuesday 04 June 2024 18:48:17 +0000 (0:00:00.011) 0:02:02.508 ********** 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-2pzhsuna2/tests/test-verify-volume-md.yml:46 Tuesday 04 June 2024 18:48:17 +0000 (0:00:00.011) 0:02:02.520 ********** 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-2pzhsuna2/tests/test-verify-volume-md.yml:54 Tuesday 04 June 2024 18:48:17 +0000 (0:00:00.011) 0:02:02.531 ********** 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-2pzhsuna2/tests/test-verify-volume-md.yml:62 Tuesday 04 June 2024 18:48:17 +0000 (0:00:00.011) 0:02:02.542 ********** 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-2pzhsuna2/tests/test-verify-volume-md.yml:70 Tuesday 04 June 2024 18:48:17 +0000 (0:00:00.013) 0:02:02.556 ********** 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-2pzhsuna2/tests/test-verify-volume-size.yml:3 Tuesday 04 June 2024 18:48:17 +0000 (0:00:00.011) 0:02:02.568 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type not in ['partition', 'disk']", "skip_reason": "Conditional result was False" } TASK [Parse the requested size of the volume] ********************************** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-size.yml:11 Tuesday 04 June 2024 18:48:17 +0000 (0:00:00.020) 0:02:02.588 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == \"lvm\"", "skip_reason": "Conditional result was False" } TASK [Establish base value for expected size] ********************************** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-size.yml:20 Tuesday 04 June 2024 18:48:17 +0000 (0:00:00.020) 0:02:02.608 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == \"lvm\"", "skip_reason": "Conditional result was False" } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-size.yml:28 Tuesday 04 June 2024 18:48:17 +0000 (0:00:00.020) 0:02:02.628 ********** ok: [sut] => { "storage_test_expected_size": "VARIABLE IS NOT DEFINED!: 'storage_test_expected_size' is undefined. 'storage_test_expected_size' is undefined" } TASK [Get the size of parent/pool device] ************************************** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-size.yml:32 Tuesday 04 June 2024 18:48:17 +0000 (0:00:00.013) 0:02:02.642 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == \"lvm\"", "skip_reason": "Conditional result was False" } TASK [Show test pool] ********************************************************** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-size.yml:46 Tuesday 04 June 2024 18:48:17 +0000 (0:00:00.021) 0:02:02.663 ********** skipping: [sut] => { "false_condition": "storage_test_volume.type == \"lvm\"" } TASK [Show test blockinfo] ***************************************************** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-size.yml:50 Tuesday 04 June 2024 18:48:17 +0000 (0:00:00.020) 0:02:02.683 ********** skipping: [sut] => { "false_condition": "storage_test_volume.type == \"lvm\"" } TASK [Show test pool size] ***************************************************** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-size.yml:54 Tuesday 04 June 2024 18:48:17 +0000 (0:00:00.020) 0:02:02.703 ********** skipping: [sut] => { "false_condition": "storage_test_volume.type == \"lvm\"" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-size.yml:58 Tuesday 04 June 2024 18:48:17 +0000 (0:00:00.020) 0:02:02.723 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == \"lvm\"", "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-size.yml:67 Tuesday 04 June 2024 18:48:17 +0000 (0:00:00.020) 0:02:02.744 ********** 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-2pzhsuna2/tests/test-verify-volume-size.yml:71 Tuesday 04 June 2024 18:48:17 +0000 (0:00:00.011) 0:02:02.755 ********** 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-2pzhsuna2/tests/test-verify-volume-size.yml:76 Tuesday 04 June 2024 18:48:17 +0000 (0:00:00.013) 0:02:02.768 ********** 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-2pzhsuna2/tests/test-verify-volume-size.yml:82 Tuesday 04 June 2024 18:48:17 +0000 (0:00:00.011) 0:02:02.780 ********** 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-2pzhsuna2/tests/test-verify-volume-size.yml:86 Tuesday 04 June 2024 18:48:17 +0000 (0:00:00.011) 0:02:02.792 ********** 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-2pzhsuna2/tests/test-verify-volume-size.yml:91 Tuesday 04 June 2024 18:48:17 +0000 (0:00:00.011) 0:02:02.803 ********** 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-2pzhsuna2/tests/test-verify-volume-size.yml:96 Tuesday 04 June 2024 18:48:17 +0000 (0:00:00.011) 0:02:02.815 ********** 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-2pzhsuna2/tests/test-verify-volume-size.yml:101 Tuesday 04 June 2024 18:48:17 +0000 (0:00:00.011) 0:02:02.826 ********** skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Show volume thin pool size] ********************************************** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-size.yml:105 Tuesday 04 June 2024 18:48:17 +0000 (0:00:00.012) 0:02:02.839 ********** skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-size.yml:109 Tuesday 04 June 2024 18:48:17 +0000 (0:00:00.011) 0:02:02.850 ********** skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Establish base value for expected thin pool size] ************************ task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-size.yml:113 Tuesday 04 June 2024 18:48:17 +0000 (0:00:00.011) 0:02:02.861 ********** 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-2pzhsuna2/tests/test-verify-volume-size.yml:120 Tuesday 04 June 2024 18:48:17 +0000 (0:00:00.011) 0:02:02.872 ********** 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-2pzhsuna2/tests/test-verify-volume-size.yml:127 Tuesday 04 June 2024 18:48:17 +0000 (0:00:00.011) 0:02:02.883 ********** 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-2pzhsuna2/tests/test-verify-volume-size.yml:131 Tuesday 04 June 2024 18:48:17 +0000 (0:00:00.011) 0:02:02.895 ********** 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-2pzhsuna2/tests/test-verify-volume-size.yml:137 Tuesday 04 June 2024 18:48:17 +0000 (0:00:00.012) 0:02:02.907 ********** 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-2pzhsuna2/tests/test-verify-volume-size.yml:143 Tuesday 04 June 2024 18:48:17 +0000 (0:00:00.011) 0:02:02.919 ********** ok: [sut] => { "storage_test_actual_size": { "changed": false, "false_condition": "storage_test_volume.type not in ['partition', 'disk']", "skip_reason": "Conditional result was False", "skipped": true } } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-size.yml:147 Tuesday 04 June 2024 18:48:17 +0000 (0:00:00.013) 0:02:02.933 ********** ok: [sut] => { "storage_test_expected_size": "VARIABLE IS NOT DEFINED!: 'storage_test_expected_size' is undefined. 'storage_test_expected_size' is undefined" } TASK [Assert expected size is actual size] ************************************* task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-size.yml:151 Tuesday 04 June 2024 18:48:17 +0000 (0:00:00.013) 0:02:02.946 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == \"lvm\"", "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-cache.yml:5 Tuesday 04 June 2024 18:48:17 +0000 (0:00:00.020) 0:02:02.966 ********** 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-2pzhsuna2/tests/test-verify-volume-cache.yml:13 Tuesday 04 June 2024 18:48:17 +0000 (0:00:00.011) 0:02:02.978 ********** 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-2pzhsuna2/tests/test-verify-volume-cache.yml:17 Tuesday 04 June 2024 18:48:17 +0000 (0:00:00.013) 0:02:02.992 ********** 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-2pzhsuna2/tests/test-verify-volume-cache.yml:24 Tuesday 04 June 2024 18:48:17 +0000 (0:00:00.012) 0:02:03.004 ********** 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-2pzhsuna2/tests/test-verify-volume-cache.yml:31 Tuesday 04 June 2024 18:48:17 +0000 (0:00:00.011) 0:02:03.016 ********** 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-2pzhsuna2/tests/test-verify-volume-cache.yml:37 Tuesday 04 June 2024 18:48:17 +0000 (0:00:00.011) 0:02:03.027 ********** 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-2pzhsuna2/tests/test-verify-volume-cache.yml:42 Tuesday 04 June 2024 18:48:17 +0000 (0:00:00.011) 0:02:03.039 ********** 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-2pzhsuna2/tests/test-verify-volume.yml:25 Tuesday 04 June 2024 18:48:17 +0000 (0:00:00.011) 0:02:03.050 ********** ok: [sut] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Clean up variable namespace] ********************************************* task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/verify-role-results.yml:54 Tuesday 04 June 2024 18:48:17 +0000 (0:00:00.014) 0:02:03.065 ********** 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-2pzhsuna2/tests/tests_swap.yml:126 Tuesday 04 June 2024 18:48:17 +0000 (0:00:00.012) 0:02:03.077 ********** TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Tuesday 04 June 2024 18:48:17 +0000 (0:00:00.048) 0:02:03.126 ********** included: /WORKDIR/git-main_stratis-support-2pzhsuna2/.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-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Tuesday 04 June 2024 18:48:17 +0000 (0:00:00.050) 0:02:03.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-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Tuesday 04 June 2024 18:48:18 +0000 (0:00:00.024) 0:02:03.201 ********** 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-2pzhsuna2/.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-2pzhsuna2/.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-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Tuesday 04 June 2024 18:48:18 +0000 (0:00:00.032) 0:02:03.234 ********** 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-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Tuesday 04 June 2024 18:48:18 +0000 (0:00:00.015) 0:02:03.249 ********** 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-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Tuesday 04 June 2024 18:48:18 +0000 (0:00:00.014) 0:02:03.264 ********** 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-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Tuesday 04 June 2024 18:48:18 +0000 (0:00:00.014) 0:02:03.278 ********** 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-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Tuesday 04 June 2024 18:48:18 +0000 (0:00:00.012) 0:02:03.291 ********** 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-2pzhsuna2/.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-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Tuesday 04 June 2024 18:48:18 +0000 (0:00:00.026) 0:02:03.318 ********** 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-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Tuesday 04 June 2024 18:48:18 +0000 (0:00:00.015) 0:02:03.333 ********** 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-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Tuesday 04 June 2024 18:48:18 +0000 (0:00:00.015) 0:02:03.348 ********** ok: [sut] => { "storage_volumes": [ { "disks": [ "sda" ], "mount_point": "/opt/test", "name": "test1", "state": "absent", "type": "disk" }, { "disks": [ "sdb" ], "mount_point": "none", "name": "test2", "state": "absent", "type": "disk" } ] } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Tuesday 04 June 2024 18:48:18 +0000 (0:00:00.015) 0:02:03.364 ********** 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-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Tuesday 04 June 2024 18:48:18 +0000 (0:00:00.014) 0:02:03.379 ********** 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-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Tuesday 04 June 2024 18:48:18 +0000 (0:00:00.014) 0:02:03.393 ********** 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-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Tuesday 04 June 2024 18:48:18 +0000 (0:00:00.014) 0:02:03.408 ********** 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-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Tuesday 04 June 2024 18:48:18 +0000 (0:00:00.014) 0:02:03.423 ********** 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-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Tuesday 04 June 2024 18:48:18 +0000 (0:00:00.034) 0:02:03.458 ********** 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-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Tuesday 04 June 2024 18:48:18 +0000 (0:00:00.010) 0:02:03.468 ********** changed: [sut] => { "actions": [ { "action": "destroy format", "device": "/dev/sdb", "fs_type": "ext3" }, { "action": "destroy format", "device": "/dev/sda", "fs_type": "swap" } ], "changed": true, "crypts": [], "leaves": [ "/dev/sda", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [ { "fstype": "swap", "path": "none", "src": "UUID=1e1554cf-13b6-4009-82bb-f0fbc6daed0b", "state": "absent" } ], "packages": [ "xfsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sda", "_mount_id": "UUID=1e1554cf-13b6-4009-82bb-f0fbc6daed0b", "_raw_device": "/dev/sda", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "swap", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "absent", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null }, { "_device": "/dev/sdb", "_mount_id": "UUID=110d765b-dad3-43c0-ad3f-6e82f6cf6221", "_raw_device": "/dev/sdb", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext3", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "none", "mount_user": null, "name": "test2", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "absent", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Tuesday 04 June 2024 18:48:19 +0000 (0:00:01.371) 0:02:04.840 ********** 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-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Tuesday 04 June 2024 18:48:19 +0000 (0:00:00.021) 0:02:04.861 ********** 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-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:101 Tuesday 04 June 2024 18:48:19 +0000 (0:00:00.010) 0:02:04.872 ********** ok: [sut] => { "blivet_output": { "actions": [ { "action": "destroy format", "device": "/dev/sdb", "fs_type": "ext3" }, { "action": "destroy format", "device": "/dev/sda", "fs_type": "swap" } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/sda", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [ { "fstype": "swap", "path": "none", "src": "UUID=1e1554cf-13b6-4009-82bb-f0fbc6daed0b", "state": "absent" } ], "packages": [ "xfsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sda", "_mount_id": "UUID=1e1554cf-13b6-4009-82bb-f0fbc6daed0b", "_raw_device": "/dev/sda", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "swap", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "absent", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null }, { "_device": "/dev/sdb", "_mount_id": "UUID=110d765b-dad3-43c0-ad3f-6e82f6cf6221", "_raw_device": "/dev/sdb", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext3", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "none", "mount_user": null, "name": "test2", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "absent", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:110 Tuesday 04 June 2024 18:48:19 +0000 (0:00:00.018) 0:02:04.891 ********** 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-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:114 Tuesday 04 June 2024 18:48:19 +0000 (0:00:00.015) 0:02:04.906 ********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [ { "_device": "/dev/sda", "_mount_id": "UUID=1e1554cf-13b6-4009-82bb-f0fbc6daed0b", "_raw_device": "/dev/sda", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "swap", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "absent", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null }, { "_device": "/dev/sdb", "_mount_id": "UUID=110d765b-dad3-43c0-ad3f-6e82f6cf6221", "_raw_device": "/dev/sdb", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext3", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "none", "mount_user": null, "name": "test2", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "absent", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:130 Tuesday 04 June 2024 18:48:19 +0000 (0:00:00.016) 0:02:04.923 ********** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount changed: [sut] => (item={'src': 'UUID=1e1554cf-13b6-4009-82bb-f0fbc6daed0b', 'path': 'none', 'state': 'absent', 'fstype': 'swap'}) => { "ansible_loop_var": "mount_info", "backup_file": "", "boot": "yes", "changed": true, "dump": "0", "fstab": "/etc/fstab", "fstype": "swap", "mount_info": { "fstype": "swap", "path": "none", "src": "UUID=1e1554cf-13b6-4009-82bb-f0fbc6daed0b", "state": "absent" }, "name": "none", "opts": "defaults", "passno": "0", "src": "UUID=1e1554cf-13b6-4009-82bb-f0fbc6daed0b" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:141 Tuesday 04 June 2024 18:48:19 +0000 (0:00:00.231) 0:02:05.154 ********** 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-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:146 Tuesday 04 June 2024 18:48:20 +0000 (0:00:00.589) 0:02:05.744 ********** 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-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:157 Tuesday 04 June 2024 18:48:20 +0000 (0:00:00.024) 0:02:05.768 ********** 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-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:169 Tuesday 04 June 2024 18:48:20 +0000 (0:00:00.025) 0:02:05.793 ********** 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-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:177 Tuesday 04 June 2024 18:48:21 +0000 (0:00:00.582) 0:02:06.376 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1717526624.7968068, "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-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:182 Tuesday 04 June 2024 18:48:21 +0000 (0:00:00.214) 0:02:06.590 ********** 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-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:204 Tuesday 04 June 2024 18:48:21 +0000 (0:00:00.011) 0:02:06.602 ********** ok: [sut] TASK [Verify results] ********************************************************** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/tests_swap.yml:142 Tuesday 04 June 2024 18:48:22 +0000 (0:00:00.838) 0:02:07.440 ********** included: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/verify-role-results.yml for sut TASK [Print out pool information] ********************************************** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/verify-role-results.yml:2 Tuesday 04 June 2024 18:48:22 +0000 (0:00:00.032) 0:02:07.473 ********** skipping: [sut] => { "false_condition": "_storage_pools_list | length > 0" } TASK [Print out volume information] ******************************************** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/verify-role-results.yml:7 Tuesday 04 June 2024 18:48:22 +0000 (0:00:00.021) 0:02:07.495 ********** ok: [sut] => { "_storage_volumes_list": [ { "_device": "/dev/sda", "_mount_id": "UUID=1e1554cf-13b6-4009-82bb-f0fbc6daed0b", "_raw_device": "/dev/sda", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "swap", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "absent", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null }, { "_device": "/dev/sdb", "_mount_id": "UUID=110d765b-dad3-43c0-ad3f-6e82f6cf6221", "_raw_device": "/dev/sdb", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext3", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "none", "mount_user": null, "name": "test2", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "absent", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] } TASK [Collect info about the volumes.] ***************************************** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/verify-role-results.yml:15 Tuesday 04 June 2024 18:48:22 +0000 (0:00:00.025) 0:02:07.521 ********** 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-2pzhsuna2/tests/verify-role-results.yml:20 Tuesday 04 June 2024 18:48:22 +0000 (0:00:00.216) 0:02:07.737 ********** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.003261", "end": "2024-06-04 18:48:22.724817", "rc": 0, "start": "2024-06-04 18:48:22.721556" } 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-2pzhsuna2/tests/verify-role-results.yml:25 Tuesday 04 June 2024 18:48:22 +0000 (0:00:00.207) 0:02:07.945 ********** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.003220", "end": "2024-06-04 18:48:22.931665", "failed_when_result": false, "rc": 0, "start": "2024-06-04 18:48:22.928445" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/verify-role-results.yml:34 Tuesday 04 June 2024 18:48:22 +0000 (0:00:00.206) 0:02:08.152 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/verify-role-results.yml:44 Tuesday 04 June 2024 18:48:22 +0000 (0:00:00.011) 0:02:08.163 ********** included: /WORKDIR/git-main_stratis-support-2pzhsuna2/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': 'swap', 'mount_options': 'defaults', 'mount_point': '/opt/test', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test1', 'raid_level': None, 'size': 10737418240, 'state': 'absent', 'type': 'disk', 'disks': ['sda'], 'raid_device_count': None, 'raid_spare_count': None, 'raid_metadata_version': None, 'raid_chunk_size': None, 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_stripe_size': 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': [], '_device': '/dev/sda', '_raw_device': '/dev/sda', '_mount_id': 'UUID=1e1554cf-13b6-4009-82bb-f0fbc6daed0b'}) included: /WORKDIR/git-main_stratis-support-2pzhsuna2/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': 'none', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test2', 'raid_level': None, 'size': 10737418240, 'state': 'absent', 'type': 'disk', 'disks': ['sdb'], 'raid_device_count': None, 'raid_spare_count': None, 'raid_metadata_version': None, 'raid_chunk_size': None, 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_stripe_size': 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': [], '_device': '/dev/sdb', '_raw_device': '/dev/sdb', '_mount_id': 'UUID=110d765b-dad3-43c0-ad3f-6e82f6cf6221'}) TASK [Set storage volume test variables] *************************************** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume.yml:2 Tuesday 04 June 2024 18:48:23 +0000 (0:00:00.036) 0:02:08.200 ********** 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-2pzhsuna2/tests/test-verify-volume.yml:19 Tuesday 04 June 2024 18:48:23 +0000 (0:00:00.028) 0:02:08.229 ********** included: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-mount.yml for sut => (item=mount) included: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-fstab.yml for sut => (item=fstab) included: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-fs.yml for sut => (item=fs) included: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-device.yml for sut => (item=device) included: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-encryption.yml for sut => (item=encryption) included: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-md.yml for sut => (item=md) included: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-size.yml for sut => (item=size) included: /WORKDIR/git-main_stratis-support-2pzhsuna2/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-2pzhsuna2/tests/test-verify-volume-mount.yml:7 Tuesday 04 June 2024 18:48:23 +0000 (0:00:00.047) 0:02:08.276 ********** ok: [sut] => { "ansible_facts": { "storage_test_device_path": "/dev/sda" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-mount.yml:11 Tuesday 04 June 2024 18:48:23 +0000 (0:00:00.019) 0:02:08.295 ********** ok: [sut] => { "ansible_facts": { "storage_test_mount_expected_mount_point": "[SWAP]", "storage_test_swap_expected_matches": "0" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-mount.yml:19 Tuesday 04 June 2024 18:48:23 +0000 (0:00:00.025) 0:02:08.320 ********** 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-2pzhsuna2/tests/test-verify-volume-mount.yml:28 Tuesday 04 June 2024 18:48:23 +0000 (0:00:00.011) 0:02:08.332 ********** 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-2pzhsuna2/tests/test-verify-volume-mount.yml:36 Tuesday 04 June 2024 18:48:23 +0000 (0:00:00.010) 0:02:08.342 ********** 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-2pzhsuna2/tests/test-verify-volume-mount.yml:42 Tuesday 04 June 2024 18:48:23 +0000 (0:00:00.011) 0:02:08.354 ********** 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-2pzhsuna2/tests/test-verify-volume-mount.yml:48 Tuesday 04 June 2024 18:48:23 +0000 (0:00:00.011) 0:02:08.365 ********** 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-2pzhsuna2/tests/test-verify-volume-mount.yml:57 Tuesday 04 June 2024 18:48:23 +0000 (0:00:00.012) 0:02:08.377 ********** ok: [sut] => { "changed": false, "cmd": [ "realpath", "/dev/sda" ], "delta": "0:00:00.003244", "end": "2024-06-04 18:48:23.374498", "rc": 0, "start": "2024-06-04 18:48:23.371254" } STDOUT: /dev/sda TASK [Gather swap info] ******************************************************** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-mount.yml:63 Tuesday 04 June 2024 18:48:23 +0000 (0:00:00.217) 0:02:08.595 ********** ok: [sut] => { "changed": false, "cmd": [ "cat", "/proc/swaps" ], "delta": "0:00:00.003263", "end": "2024-06-04 18:48:23.582627", "rc": 0, "start": "2024-06-04 18:48:23.579364" } STDOUT: Filename Type Size Used Priority TASK [Verify swap status] ****************************************************** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-mount.yml:69 Tuesday 04 June 2024 18:48:23 +0000 (0:00:00.210) 0:02:08.806 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Unset facts] ************************************************************* task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-mount.yml:79 Tuesday 04 June 2024 18:48:23 +0000 (0:00:00.025) 0:02:08.832 ********** 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-2pzhsuna2/tests/test-verify-volume-fstab.yml:2 Tuesday 04 June 2024 18:48:23 +0000 (0:00:00.012) 0:02:08.844 ********** 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-2pzhsuna2/tests/test-verify-volume-fstab.yml:17 Tuesday 04 June 2024 18:48:23 +0000 (0:00:00.034) 0:02:08.878 ********** 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-2pzhsuna2/tests/test-verify-volume-fstab.yml:24 Tuesday 04 June 2024 18:48:23 +0000 (0:00:00.059) 0:02:08.938 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-fstab.yml:33 Tuesday 04 June 2024 18:48:23 +0000 (0:00:00.025) 0:02:08.963 ********** 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-2pzhsuna2/tests/test-verify-volume-fstab.yml:45 Tuesday 04 June 2024 18:48:23 +0000 (0:00:00.020) 0:02:08.983 ********** 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-2pzhsuna2/tests/test-verify-volume-fs.yml:6 Tuesday 04 June 2024 18:48:23 +0000 (0:00:00.012) 0:02:08.996 ********** 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-2pzhsuna2/tests/test-verify-volume-fs.yml:14 Tuesday 04 June 2024 18:48:23 +0000 (0:00:00.012) 0:02:09.009 ********** 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-2pzhsuna2/tests/test-verify-volume-device.yml:3 Tuesday 04 June 2024 18:48:23 +0000 (0:00:00.020) 0:02:09.029 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1717526899.5614069, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1717526899.5614069, "dev": 5, "device_type": 2048, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 448, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/blockdevice", "mode": "0660", "mtime": 1717526899.5614069, "nlink": 1, "path": "/dev/sda", "pw_name": "root", "readable": true, "rgrp": true, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": null, "wgrp": true, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-device.yml:9 Tuesday 04 June 2024 18:48:24 +0000 (0:00:00.212) 0:02:09.242 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-device.yml:16 Tuesday 04 June 2024 18:48:24 +0000 (0:00:00.016) 0:02:09.258 ********** 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-2pzhsuna2/tests/test-verify-volume-device.yml:23 Tuesday 04 June 2024 18:48:24 +0000 (0:00:00.012) 0:02:09.270 ********** 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-2pzhsuna2/tests/test-verify-volume-device.yml:29 Tuesday 04 June 2024 18:48:24 +0000 (0:00:00.014) 0:02:09.285 ********** ok: [sut] => { "ansible_facts": { "st_volume_type": "disk" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-device.yml:33 Tuesday 04 June 2024 18:48:24 +0000 (0:00:00.015) 0:02:09.300 ********** 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-2pzhsuna2/tests/test-verify-volume-device.yml:38 Tuesday 04 June 2024 18:48:24 +0000 (0:00:00.018) 0:02:09.319 ********** 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-2pzhsuna2/tests/test-verify-volume-encryption.yml:3 Tuesday 04 June 2024 18:48:24 +0000 (0:00:00.015) 0:02:09.334 ********** 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-2pzhsuna2/tests/test-verify-volume-encryption.yml:10 Tuesday 04 June 2024 18:48:24 +0000 (0:00:00.013) 0:02:09.348 ********** 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-2pzhsuna2/tests/test-verify-volume-encryption.yml:16 Tuesday 04 June 2024 18:48:25 +0000 (0:00:00.936) 0:02:10.285 ********** 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-2pzhsuna2/tests/test-verify-volume-encryption.yml:22 Tuesday 04 June 2024 18:48:25 +0000 (0:00:00.012) 0:02:10.297 ********** 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-2pzhsuna2/tests/test-verify-volume-encryption.yml:29 Tuesday 04 June 2024 18:48:25 +0000 (0:00:00.011) 0:02:10.308 ********** 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-2pzhsuna2/tests/test-verify-volume-encryption.yml:40 Tuesday 04 June 2024 18:48:25 +0000 (0:00:00.011) 0:02:10.320 ********** 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-2pzhsuna2/tests/test-verify-volume-encryption.yml:46 Tuesday 04 June 2024 18:48:25 +0000 (0:00:00.013) 0:02:10.333 ********** 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-2pzhsuna2/tests/test-verify-volume-encryption.yml:51 Tuesday 04 June 2024 18:48:25 +0000 (0:00:00.014) 0:02:10.347 ********** 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-2pzhsuna2/tests/test-verify-volume-encryption.yml:63 Tuesday 04 June 2024 18:48:25 +0000 (0:00:00.012) 0:02:10.359 ********** 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-2pzhsuna2/tests/test-verify-volume-encryption.yml:75 Tuesday 04 June 2024 18:48:25 +0000 (0:00:00.011) 0:02:10.371 ********** 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-2pzhsuna2/tests/test-verify-volume-encryption.yml:87 Tuesday 04 June 2024 18:48:25 +0000 (0:00:00.011) 0:02:10.383 ********** 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-2pzhsuna2/tests/test-verify-volume-encryption.yml:93 Tuesday 04 June 2024 18:48:25 +0000 (0:00:00.026) 0:02:10.409 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-encryption.yml:100 Tuesday 04 June 2024 18:48:25 +0000 (0:00:00.025) 0:02:10.434 ********** 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-2pzhsuna2/tests/test-verify-volume-encryption.yml:108 Tuesday 04 June 2024 18:48:25 +0000 (0:00:00.022) 0:02:10.456 ********** 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-2pzhsuna2/tests/test-verify-volume-encryption.yml:116 Tuesday 04 June 2024 18:48:25 +0000 (0:00:00.021) 0:02:10.478 ********** 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-2pzhsuna2/tests/test-verify-volume-encryption.yml:124 Tuesday 04 June 2024 18:48:25 +0000 (0:00:00.020) 0:02:10.498 ********** 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-2pzhsuna2/tests/test-verify-volume-md.yml:8 Tuesday 04 June 2024 18:48:25 +0000 (0:00:00.012) 0:02:10.511 ********** 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-2pzhsuna2/tests/test-verify-volume-md.yml:14 Tuesday 04 June 2024 18:48:25 +0000 (0:00:00.011) 0:02:10.522 ********** 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-2pzhsuna2/tests/test-verify-volume-md.yml:19 Tuesday 04 June 2024 18:48:25 +0000 (0:00:00.013) 0:02:10.535 ********** 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-2pzhsuna2/tests/test-verify-volume-md.yml:24 Tuesday 04 June 2024 18:48:25 +0000 (0:00:00.011) 0:02:10.547 ********** 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-2pzhsuna2/tests/test-verify-volume-md.yml:29 Tuesday 04 June 2024 18:48:25 +0000 (0:00:00.011) 0:02:10.558 ********** 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-2pzhsuna2/tests/test-verify-volume-md.yml:37 Tuesday 04 June 2024 18:48:25 +0000 (0:00:00.011) 0:02:10.570 ********** 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-2pzhsuna2/tests/test-verify-volume-md.yml:46 Tuesday 04 June 2024 18:48:25 +0000 (0:00:00.011) 0:02:10.581 ********** 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-2pzhsuna2/tests/test-verify-volume-md.yml:54 Tuesday 04 June 2024 18:48:25 +0000 (0:00:00.011) 0:02:10.593 ********** 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-2pzhsuna2/tests/test-verify-volume-md.yml:62 Tuesday 04 June 2024 18:48:25 +0000 (0:00:00.013) 0:02:10.606 ********** 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-2pzhsuna2/tests/test-verify-volume-md.yml:70 Tuesday 04 June 2024 18:48:25 +0000 (0:00:00.012) 0:02:10.618 ********** 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-2pzhsuna2/tests/test-verify-volume-size.yml:3 Tuesday 04 June 2024 18:48:25 +0000 (0:00:00.016) 0:02:10.634 ********** 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-2pzhsuna2/tests/test-verify-volume-size.yml:11 Tuesday 04 June 2024 18:48:25 +0000 (0:00:00.019) 0:02:10.654 ********** 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-2pzhsuna2/tests/test-verify-volume-size.yml:20 Tuesday 04 June 2024 18:48:25 +0000 (0:00:00.019) 0:02:10.674 ********** 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-2pzhsuna2/tests/test-verify-volume-size.yml:28 Tuesday 04 June 2024 18:48:25 +0000 (0:00:00.018) 0:02:10.693 ********** ok: [sut] => { "storage_test_expected_size": "VARIABLE IS NOT DEFINED!: 'storage_test_expected_size' is undefined. 'storage_test_expected_size' is undefined" } TASK [Get the size of parent/pool device] ************************************** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-size.yml:32 Tuesday 04 June 2024 18:48:25 +0000 (0:00:00.015) 0:02:10.709 ********** 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-2pzhsuna2/tests/test-verify-volume-size.yml:46 Tuesday 04 June 2024 18:48:25 +0000 (0:00:00.021) 0:02:10.730 ********** skipping: [sut] => { "false_condition": "_storage_test_volume_present | bool" } TASK [Show test blockinfo] ***************************************************** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-size.yml:50 Tuesday 04 June 2024 18:48:25 +0000 (0:00:00.020) 0:02:10.750 ********** skipping: [sut] => { "false_condition": "_storage_test_volume_present | bool" } TASK [Show test pool size] ***************************************************** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-size.yml:54 Tuesday 04 June 2024 18:48:25 +0000 (0:00:00.020) 0:02:10.770 ********** 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-2pzhsuna2/tests/test-verify-volume-size.yml:58 Tuesday 04 June 2024 18:48:25 +0000 (0:00:00.019) 0:02:10.790 ********** 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-2pzhsuna2/tests/test-verify-volume-size.yml:67 Tuesday 04 June 2024 18:48:25 +0000 (0:00:00.020) 0:02:10.810 ********** 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-2pzhsuna2/tests/test-verify-volume-size.yml:71 Tuesday 04 June 2024 18:48:25 +0000 (0:00:00.013) 0:02:10.824 ********** 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-2pzhsuna2/tests/test-verify-volume-size.yml:76 Tuesday 04 June 2024 18:48:25 +0000 (0:00:00.011) 0:02:10.836 ********** 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-2pzhsuna2/tests/test-verify-volume-size.yml:82 Tuesday 04 June 2024 18:48:25 +0000 (0:00:00.011) 0:02:10.848 ********** 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-2pzhsuna2/tests/test-verify-volume-size.yml:86 Tuesday 04 June 2024 18:48:25 +0000 (0:00:00.011) 0:02:10.860 ********** 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-2pzhsuna2/tests/test-verify-volume-size.yml:91 Tuesday 04 June 2024 18:48:25 +0000 (0:00:00.011) 0:02:10.871 ********** 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-2pzhsuna2/tests/test-verify-volume-size.yml:96 Tuesday 04 June 2024 18:48:25 +0000 (0:00:00.011) 0:02:10.883 ********** 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-2pzhsuna2/tests/test-verify-volume-size.yml:101 Tuesday 04 June 2024 18:48:25 +0000 (0:00:00.013) 0:02:10.896 ********** skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Show volume thin pool size] ********************************************** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-size.yml:105 Tuesday 04 June 2024 18:48:25 +0000 (0:00:00.011) 0:02:10.907 ********** skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-size.yml:109 Tuesday 04 June 2024 18:48:25 +0000 (0:00:00.011) 0:02:10.919 ********** skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Establish base value for expected thin pool size] ************************ task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-size.yml:113 Tuesday 04 June 2024 18:48:25 +0000 (0:00:00.011) 0:02:10.930 ********** 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-2pzhsuna2/tests/test-verify-volume-size.yml:120 Tuesday 04 June 2024 18:48:25 +0000 (0:00:00.011) 0:02:10.941 ********** 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-2pzhsuna2/tests/test-verify-volume-size.yml:127 Tuesday 04 June 2024 18:48:25 +0000 (0:00:00.011) 0:02:10.953 ********** 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-2pzhsuna2/tests/test-verify-volume-size.yml:131 Tuesday 04 June 2024 18:48:25 +0000 (0:00:00.013) 0:02:10.966 ********** 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-2pzhsuna2/tests/test-verify-volume-size.yml:137 Tuesday 04 June 2024 18:48:25 +0000 (0:00:00.011) 0:02:10.978 ********** 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-2pzhsuna2/tests/test-verify-volume-size.yml:143 Tuesday 04 June 2024 18:48:25 +0000 (0:00:00.011) 0:02:10.989 ********** 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-2pzhsuna2/tests/test-verify-volume-size.yml:147 Tuesday 04 June 2024 18:48:25 +0000 (0:00:00.013) 0:02:11.003 ********** ok: [sut] => { "storage_test_expected_size": "VARIABLE IS NOT DEFINED!: 'storage_test_expected_size' is undefined. 'storage_test_expected_size' is undefined" } TASK [Assert expected size is actual size] ************************************* task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-size.yml:151 Tuesday 04 June 2024 18:48:25 +0000 (0:00:00.013) 0:02:11.017 ********** 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-2pzhsuna2/tests/test-verify-volume-cache.yml:5 Tuesday 04 June 2024 18:48:25 +0000 (0:00:00.023) 0:02:11.040 ********** 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-2pzhsuna2/tests/test-verify-volume-cache.yml:13 Tuesday 04 June 2024 18:48:25 +0000 (0:00:00.015) 0:02:11.056 ********** 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-2pzhsuna2/tests/test-verify-volume-cache.yml:17 Tuesday 04 June 2024 18:48:25 +0000 (0:00:00.048) 0:02:11.104 ********** 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-2pzhsuna2/tests/test-verify-volume-cache.yml:24 Tuesday 04 June 2024 18:48:25 +0000 (0:00:00.013) 0:02:11.117 ********** 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-2pzhsuna2/tests/test-verify-volume-cache.yml:31 Tuesday 04 June 2024 18:48:25 +0000 (0:00:00.011) 0:02:11.129 ********** 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-2pzhsuna2/tests/test-verify-volume-cache.yml:37 Tuesday 04 June 2024 18:48:25 +0000 (0:00:00.011) 0:02:11.140 ********** 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-2pzhsuna2/tests/test-verify-volume-cache.yml:42 Tuesday 04 June 2024 18:48:25 +0000 (0:00:00.012) 0:02:11.153 ********** 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-2pzhsuna2/tests/test-verify-volume.yml:25 Tuesday 04 June 2024 18:48:25 +0000 (0:00:00.011) 0:02:11.165 ********** ok: [sut] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Set storage volume test variables] *************************************** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume.yml:2 Tuesday 04 June 2024 18:48:25 +0000 (0:00:00.013) 0:02:11.178 ********** 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-2pzhsuna2/tests/test-verify-volume.yml:19 Tuesday 04 June 2024 18:48:26 +0000 (0:00:00.024) 0:02:11.203 ********** included: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-mount.yml for sut => (item=mount) included: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-fstab.yml for sut => (item=fstab) included: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-fs.yml for sut => (item=fs) included: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-device.yml for sut => (item=device) included: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-encryption.yml for sut => (item=encryption) included: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-md.yml for sut => (item=md) included: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-size.yml for sut => (item=size) included: /WORKDIR/git-main_stratis-support-2pzhsuna2/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-2pzhsuna2/tests/test-verify-volume-mount.yml:7 Tuesday 04 June 2024 18:48:26 +0000 (0:00:00.044) 0:02:11.247 ********** ok: [sut] => { "ansible_facts": { "storage_test_device_path": "/dev/sdb" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-mount.yml:11 Tuesday 04 June 2024 18:48:26 +0000 (0:00:00.018) 0:02:11.266 ********** ok: [sut] => { "ansible_facts": { "storage_test_mount_expected_mount_point": "", "storage_test_swap_expected_matches": "0" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-mount.yml:19 Tuesday 04 June 2024 18:48:26 +0000 (0:00:00.024) 0:02:11.290 ********** 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-2pzhsuna2/tests/test-verify-volume-mount.yml:28 Tuesday 04 June 2024 18:48:26 +0000 (0:00:00.012) 0:02:11.303 ********** 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-2pzhsuna2/tests/test-verify-volume-mount.yml:36 Tuesday 04 June 2024 18:48:26 +0000 (0:00:00.011) 0:02:11.314 ********** 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-2pzhsuna2/tests/test-verify-volume-mount.yml:42 Tuesday 04 June 2024 18:48:26 +0000 (0:00:00.011) 0:02:11.326 ********** 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-2pzhsuna2/tests/test-verify-volume-mount.yml:48 Tuesday 04 June 2024 18:48:26 +0000 (0:00:00.013) 0:02:11.339 ********** 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-2pzhsuna2/tests/test-verify-volume-mount.yml:57 Tuesday 04 June 2024 18:48:26 +0000 (0:00:00.012) 0:02:11.351 ********** 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-2pzhsuna2/tests/test-verify-volume-mount.yml:63 Tuesday 04 June 2024 18:48:26 +0000 (0:00:00.013) 0:02:11.365 ********** 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-2pzhsuna2/tests/test-verify-volume-mount.yml:69 Tuesday 04 June 2024 18:48:26 +0000 (0:00:00.012) 0:02:11.377 ********** 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-2pzhsuna2/tests/test-verify-volume-mount.yml:79 Tuesday 04 June 2024 18:48:26 +0000 (0:00:00.012) 0:02:11.389 ********** 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-2pzhsuna2/tests/test-verify-volume-fstab.yml:2 Tuesday 04 June 2024 18:48:26 +0000 (0:00:00.013) 0:02:11.402 ********** 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-2pzhsuna2/tests/test-verify-volume-fstab.yml:17 Tuesday 04 June 2024 18:48:26 +0000 (0:00:00.040) 0:02:11.443 ********** 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-2pzhsuna2/tests/test-verify-volume-fstab.yml:24 Tuesday 04 June 2024 18:48:26 +0000 (0:00:00.019) 0:02:11.463 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-fstab.yml:33 Tuesday 04 June 2024 18:48:26 +0000 (0:00:00.023) 0:02:11.486 ********** 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-2pzhsuna2/tests/test-verify-volume-fstab.yml:45 Tuesday 04 June 2024 18:48:26 +0000 (0:00:00.020) 0:02:11.506 ********** 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-2pzhsuna2/tests/test-verify-volume-fs.yml:6 Tuesday 04 June 2024 18:48:26 +0000 (0:00:00.012) 0:02:11.519 ********** 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-2pzhsuna2/tests/test-verify-volume-fs.yml:14 Tuesday 04 June 2024 18:48:26 +0000 (0:00:00.012) 0:02:11.532 ********** 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-2pzhsuna2/tests/test-verify-volume-device.yml:3 Tuesday 04 June 2024 18:48:26 +0000 (0:00:00.024) 0:02:11.556 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1717526899.5064085, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1717526899.5064085, "dev": 5, "device_type": 2064, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 452, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/blockdevice", "mode": "0660", "mtime": 1717526899.5064085, "nlink": 1, "path": "/dev/sdb", "pw_name": "root", "readable": true, "rgrp": true, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": null, "wgrp": true, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-device.yml:9 Tuesday 04 June 2024 18:48:26 +0000 (0:00:00.211) 0:02:11.768 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-device.yml:16 Tuesday 04 June 2024 18:48:26 +0000 (0:00:00.014) 0:02:11.783 ********** 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-2pzhsuna2/tests/test-verify-volume-device.yml:23 Tuesday 04 June 2024 18:48:26 +0000 (0:00:00.011) 0:02:11.794 ********** 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-2pzhsuna2/tests/test-verify-volume-device.yml:29 Tuesday 04 June 2024 18:48:26 +0000 (0:00:00.010) 0:02:11.805 ********** ok: [sut] => { "ansible_facts": { "st_volume_type": "disk" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-device.yml:33 Tuesday 04 June 2024 18:48:26 +0000 (0:00:00.012) 0:02:11.817 ********** 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-2pzhsuna2/tests/test-verify-volume-device.yml:38 Tuesday 04 June 2024 18:48:26 +0000 (0:00:00.012) 0:02:11.829 ********** 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-2pzhsuna2/tests/test-verify-volume-encryption.yml:3 Tuesday 04 June 2024 18:48:26 +0000 (0:00:00.011) 0:02:11.840 ********** 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-2pzhsuna2/tests/test-verify-volume-encryption.yml:10 Tuesday 04 June 2024 18:48:26 +0000 (0:00:00.011) 0:02:11.852 ********** 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-2pzhsuna2/tests/test-verify-volume-encryption.yml:16 Tuesday 04 June 2024 18:48:27 +0000 (0:00:00.938) 0:02:12.790 ********** 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-2pzhsuna2/tests/test-verify-volume-encryption.yml:22 Tuesday 04 June 2024 18:48:27 +0000 (0:00:00.011) 0:02:12.802 ********** 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-2pzhsuna2/tests/test-verify-volume-encryption.yml:29 Tuesday 04 June 2024 18:48:27 +0000 (0:00:00.011) 0:02:12.813 ********** 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-2pzhsuna2/tests/test-verify-volume-encryption.yml:40 Tuesday 04 June 2024 18:48:27 +0000 (0:00:00.012) 0:02:12.825 ********** 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-2pzhsuna2/tests/test-verify-volume-encryption.yml:46 Tuesday 04 June 2024 18:48:27 +0000 (0:00:00.011) 0:02:12.837 ********** 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-2pzhsuna2/tests/test-verify-volume-encryption.yml:51 Tuesday 04 June 2024 18:48:27 +0000 (0:00:00.011) 0:02:12.849 ********** 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-2pzhsuna2/tests/test-verify-volume-encryption.yml:63 Tuesday 04 June 2024 18:48:27 +0000 (0:00:00.012) 0:02:12.862 ********** 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-2pzhsuna2/tests/test-verify-volume-encryption.yml:75 Tuesday 04 June 2024 18:48:27 +0000 (0:00:00.012) 0:02:12.874 ********** 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-2pzhsuna2/tests/test-verify-volume-encryption.yml:87 Tuesday 04 June 2024 18:48:27 +0000 (0:00:00.011) 0:02:12.885 ********** 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-2pzhsuna2/tests/test-verify-volume-encryption.yml:93 Tuesday 04 June 2024 18:48:27 +0000 (0:00:00.029) 0:02:12.915 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-encryption.yml:100 Tuesday 04 June 2024 18:48:27 +0000 (0:00:00.023) 0:02:12.939 ********** 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-2pzhsuna2/tests/test-verify-volume-encryption.yml:108 Tuesday 04 June 2024 18:48:27 +0000 (0:00:00.021) 0:02:12.960 ********** 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-2pzhsuna2/tests/test-verify-volume-encryption.yml:116 Tuesday 04 June 2024 18:48:27 +0000 (0:00:00.022) 0:02:12.982 ********** 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-2pzhsuna2/tests/test-verify-volume-encryption.yml:124 Tuesday 04 June 2024 18:48:27 +0000 (0:00:00.021) 0:02:13.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-2pzhsuna2/tests/test-verify-volume-md.yml:8 Tuesday 04 June 2024 18:48:27 +0000 (0:00:00.012) 0:02:13.016 ********** 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-2pzhsuna2/tests/test-verify-volume-md.yml:14 Tuesday 04 June 2024 18:48:27 +0000 (0:00:00.014) 0:02:13.031 ********** 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-2pzhsuna2/tests/test-verify-volume-md.yml:19 Tuesday 04 June 2024 18:48:27 +0000 (0:00:00.012) 0:02:13.044 ********** 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-2pzhsuna2/tests/test-verify-volume-md.yml:24 Tuesday 04 June 2024 18:48:27 +0000 (0:00:00.012) 0:02:13.057 ********** 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-2pzhsuna2/tests/test-verify-volume-md.yml:29 Tuesday 04 June 2024 18:48:27 +0000 (0:00:00.013) 0:02:13.070 ********** 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-2pzhsuna2/tests/test-verify-volume-md.yml:37 Tuesday 04 June 2024 18:48:27 +0000 (0:00:00.012) 0:02:13.083 ********** 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-2pzhsuna2/tests/test-verify-volume-md.yml:46 Tuesday 04 June 2024 18:48:27 +0000 (0:00:00.011) 0:02:13.095 ********** 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-2pzhsuna2/tests/test-verify-volume-md.yml:54 Tuesday 04 June 2024 18:48:27 +0000 (0:00:00.013) 0:02:13.109 ********** 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-2pzhsuna2/tests/test-verify-volume-md.yml:62 Tuesday 04 June 2024 18:48:27 +0000 (0:00:00.012) 0:02:13.122 ********** 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-2pzhsuna2/tests/test-verify-volume-md.yml:70 Tuesday 04 June 2024 18:48:27 +0000 (0:00:00.012) 0:02:13.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-2pzhsuna2/tests/test-verify-volume-size.yml:3 Tuesday 04 June 2024 18:48:27 +0000 (0:00:00.012) 0:02:13.146 ********** 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-2pzhsuna2/tests/test-verify-volume-size.yml:11 Tuesday 04 June 2024 18:48:27 +0000 (0:00:00.019) 0:02:13.166 ********** 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-2pzhsuna2/tests/test-verify-volume-size.yml:20 Tuesday 04 June 2024 18:48:27 +0000 (0:00:00.020) 0:02:13.186 ********** 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-2pzhsuna2/tests/test-verify-volume-size.yml:28 Tuesday 04 June 2024 18:48:28 +0000 (0:00:00.024) 0:02:13.210 ********** ok: [sut] => { "storage_test_expected_size": "VARIABLE IS NOT DEFINED!: 'storage_test_expected_size' is undefined. 'storage_test_expected_size' is undefined" } TASK [Get the size of parent/pool device] ************************************** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-size.yml:32 Tuesday 04 June 2024 18:48:28 +0000 (0:00:00.014) 0:02:13.225 ********** 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-2pzhsuna2/tests/test-verify-volume-size.yml:46 Tuesday 04 June 2024 18:48:28 +0000 (0:00:00.027) 0:02:13.253 ********** skipping: [sut] => { "false_condition": "_storage_test_volume_present | bool" } TASK [Show test blockinfo] ***************************************************** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-size.yml:50 Tuesday 04 June 2024 18:48:28 +0000 (0:00:00.021) 0:02:13.274 ********** skipping: [sut] => { "false_condition": "_storage_test_volume_present | bool" } TASK [Show test pool size] ***************************************************** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-size.yml:54 Tuesday 04 June 2024 18:48:28 +0000 (0:00:00.019) 0:02:13.293 ********** 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-2pzhsuna2/tests/test-verify-volume-size.yml:58 Tuesday 04 June 2024 18:48:28 +0000 (0:00:00.019) 0:02:13.312 ********** 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-2pzhsuna2/tests/test-verify-volume-size.yml:67 Tuesday 04 June 2024 18:48:28 +0000 (0:00:00.023) 0:02:13.336 ********** 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-2pzhsuna2/tests/test-verify-volume-size.yml:71 Tuesday 04 June 2024 18:48:28 +0000 (0:00:00.011) 0:02:13.348 ********** 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-2pzhsuna2/tests/test-verify-volume-size.yml:76 Tuesday 04 June 2024 18:48:28 +0000 (0:00:00.011) 0:02:13.360 ********** 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-2pzhsuna2/tests/test-verify-volume-size.yml:82 Tuesday 04 June 2024 18:48:28 +0000 (0:00:00.011) 0:02:13.372 ********** 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-2pzhsuna2/tests/test-verify-volume-size.yml:86 Tuesday 04 June 2024 18:48:28 +0000 (0:00:00.011) 0:02:13.383 ********** 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-2pzhsuna2/tests/test-verify-volume-size.yml:91 Tuesday 04 June 2024 18:48:28 +0000 (0:00:00.012) 0:02:13.396 ********** 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-2pzhsuna2/tests/test-verify-volume-size.yml:96 Tuesday 04 June 2024 18:48:28 +0000 (0:00:00.051) 0:02:13.447 ********** 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-2pzhsuna2/tests/test-verify-volume-size.yml:101 Tuesday 04 June 2024 18:48:28 +0000 (0:00:00.012) 0:02:13.459 ********** skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Show volume thin pool size] ********************************************** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-size.yml:105 Tuesday 04 June 2024 18:48:28 +0000 (0:00:00.011) 0:02:13.471 ********** skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-size.yml:109 Tuesday 04 June 2024 18:48:28 +0000 (0:00:00.011) 0:02:13.482 ********** skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Establish base value for expected thin pool size] ************************ task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-size.yml:113 Tuesday 04 June 2024 18:48:28 +0000 (0:00:00.011) 0:02:13.493 ********** 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-2pzhsuna2/tests/test-verify-volume-size.yml:120 Tuesday 04 June 2024 18:48:28 +0000 (0:00:00.011) 0:02:13.505 ********** 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-2pzhsuna2/tests/test-verify-volume-size.yml:127 Tuesday 04 June 2024 18:48:28 +0000 (0:00:00.012) 0:02:13.518 ********** 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-2pzhsuna2/tests/test-verify-volume-size.yml:131 Tuesday 04 June 2024 18:48:28 +0000 (0:00:00.011) 0:02:13.529 ********** 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-2pzhsuna2/tests/test-verify-volume-size.yml:137 Tuesday 04 June 2024 18:48:28 +0000 (0:00:00.011) 0:02:13.540 ********** 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-2pzhsuna2/tests/test-verify-volume-size.yml:143 Tuesday 04 June 2024 18:48:28 +0000 (0:00:00.011) 0:02:13.552 ********** 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-2pzhsuna2/tests/test-verify-volume-size.yml:147 Tuesday 04 June 2024 18:48:28 +0000 (0:00:00.014) 0:02:13.567 ********** ok: [sut] => { "storage_test_expected_size": "VARIABLE IS NOT DEFINED!: 'storage_test_expected_size' is undefined. 'storage_test_expected_size' is undefined" } TASK [Assert expected size is actual size] ************************************* task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-size.yml:151 Tuesday 04 June 2024 18:48:28 +0000 (0:00:00.013) 0:02:13.580 ********** 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-2pzhsuna2/tests/test-verify-volume-cache.yml:5 Tuesday 04 June 2024 18:48:28 +0000 (0:00:00.020) 0:02:13.601 ********** 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-2pzhsuna2/tests/test-verify-volume-cache.yml:13 Tuesday 04 June 2024 18:48:28 +0000 (0:00:00.011) 0:02:13.613 ********** 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-2pzhsuna2/tests/test-verify-volume-cache.yml:17 Tuesday 04 June 2024 18:48:28 +0000 (0:00:00.011) 0:02:13.624 ********** 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-2pzhsuna2/tests/test-verify-volume-cache.yml:24 Tuesday 04 June 2024 18:48:28 +0000 (0:00:00.011) 0:02:13.635 ********** 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-2pzhsuna2/tests/test-verify-volume-cache.yml:31 Tuesday 04 June 2024 18:48:28 +0000 (0:00:00.011) 0:02:13.647 ********** 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-2pzhsuna2/tests/test-verify-volume-cache.yml:37 Tuesday 04 June 2024 18:48:28 +0000 (0:00:00.011) 0:02:13.658 ********** 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-2pzhsuna2/tests/test-verify-volume-cache.yml:42 Tuesday 04 June 2024 18:48:28 +0000 (0:00:00.012) 0:02:13.671 ********** 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-2pzhsuna2/tests/test-verify-volume.yml:25 Tuesday 04 June 2024 18:48:28 +0000 (0:00:00.011) 0:02:13.682 ********** ok: [sut] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Clean up variable namespace] ********************************************* task path: /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/verify-role-results.yml:54 Tuesday 04 June 2024 18:48:28 +0000 (0:00:00.011) 0:02:13.694 ********** ok: [sut] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } PLAY RECAP ********************************************************************* sut : ok=465 changed=12 unreachable=0 failed=0 skipped=626 rescued=0 ignored=0 Tuesday 04 June 2024 18:48:28 +0000 (0:00:00.023) 0:02:13.717 ********** =============================================================================== fedora.linux_system_roles.storage : Make sure blivet is available ------ 55.17s /WORKDIR/git-main_stratis-support-2pzhsuna2/.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 --- 4.43s /WORKDIR/git-main_stratis-support-2pzhsuna2/.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 --- 4.35s /WORKDIR/git-main_stratis-support-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 fedora.linux_system_roles.storage : Get service facts ------------------- 1.96s /WORKDIR/git-main_stratis-support-2pzhsuna2/.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.48s /WORKDIR/git-main_stratis-support-2pzhsuna2/.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.45s /WORKDIR/git-main_stratis-support-2pzhsuna2/.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.37s /WORKDIR/git-main_stratis-support-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Get path of test volume device ------------------------------------------ 1.22s /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-mount.yml:57 Read the /etc/fstab file for volume existence --------------------------- 1.21s /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/verify-role-results.yml:20 -- Read the /etc/fstab file for volume existence --------------------------- 1.21s /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/verify-role-results.yml:20 -- Gather swap info -------------------------------------------------------- 1.21s /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-mount.yml:63 Read the /etc/fstab file for volume existence --------------------------- 1.21s /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/verify-role-results.yml:20 -- Read the /etc/fstab file for volume existence --------------------------- 1.20s /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/verify-role-results.yml:20 -- fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state --- 1.14s /WORKDIR/git-main_stratis-support-2pzhsuna2/.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.14s /WORKDIR/git-main_stratis-support-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Ensure cryptsetup is present -------------------------------------------- 0.97s /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-encryption.yml:10 fedora.linux_system_roles.storage : Make sure required packages are installed --- 0.96s /WORKDIR/git-main_stratis-support-2pzhsuna2/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Ensure test packages ---------------------------------------------------- 0.96s /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/get_unused_disk.yml:2 ------- Ensure cryptsetup is present -------------------------------------------- 0.95s /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/test-verify-volume-encryption.yml:10 Ensure test packages ---------------------------------------------------- 0.95s /WORKDIR/git-main_stratis-support-2pzhsuna2/tests/get_unused_disk.yml:2 ------- ---^---^---^---^---^--- # 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. ---^---^---^---^---^---