# 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-weekly-cigc7nwvbz/.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-weekly-cigc7nwvbz/tests/tests_swap.yml PLAY [Test management of swap] ************************************************* TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/tests_swap.yml:2 Sunday 14 April 2024 11:34:16 +0000 (0:00:00.011) 0:00:00.011 ********** ok: [sut] TASK [Include role to ensure packages are installed] *************************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/tests_swap.yml:10 Sunday 14 April 2024 11:34:17 +0000 (0:00:00.954) 0:00:00.965 ********** TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Sunday 14 April 2024 11:34:17 +0000 (0:00:00.017) 0:00:00.983 ********** included: /WORKDIR/git-weekly-cigc7nwvbz/.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-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Sunday 14 April 2024 11:34:17 +0000 (0:00:00.013) 0:00:00.997 ********** 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-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Sunday 14 April 2024 11:34:17 +0000 (0:00:00.021) 0:00:01.018 ********** 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_8.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /WORKDIR/git-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Sunday 14 April 2024 11:34:17 +0000 (0:00:00.027) 0:00:01.045 ********** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.storage : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Sunday 14 April 2024 11:34:18 +0000 (0:00:00.268) 0:00:01.313 ********** 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-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Sunday 14 April 2024 11:34:18 +0000 (0:00:00.017) 0:00:01.331 ********** 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-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Sunday 14 April 2024 11:34:18 +0000 (0:00:00.009) 0:00:01.341 ********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /WORKDIR/git-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Sunday 14 April 2024 11:34:18 +0000 (0:00:00.009) 0:00:01.350 ********** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /WORKDIR/git-weekly-cigc7nwvbz/.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-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Sunday 14 April 2024 11:34:18 +0000 (0:00:00.025) 0:00:01.376 ********** changed: [sut] => { "changed": true, "rc": 0, "results": [ "Installed: libblockdev-mdraid-2.28-6.el8.x86_64", "Installed: device-mapper-multipath-0.8.4-41.el8.x86_64", "Installed: python3-pyparted-1:3.11.7-4.el8.x86_64", "Installed: userspace-rcu-0.10.1-4.el8.x86_64", "Installed: libblockdev-mpath-2.28-6.el8.x86_64", "Installed: device-mapper-multipath-libs-0.8.4-41.el8.x86_64", "Installed: device-mapper-persistent-data-0.9.0-7.el8.x86_64", "Installed: libblockdev-nvdimm-2.28-6.el8.x86_64", "Installed: blivet-data-1:3.6.0-8.el8.noarch", "Installed: vdo-6.2.9.7-14.el8.x86_64", "Installed: libblockdev-part-2.28-6.el8.x86_64", "Installed: mdadm-4.2-14.el8.x86_64", "Installed: libblockdev-swap-2.28-6.el8.x86_64", "Installed: libblockdev-2.28-6.el8.x86_64", "Installed: volume_key-libs-0.3.11-6.el8.x86_64", "Installed: libblockdev-utils-2.28-6.el8.x86_64", "Installed: libaio-0.3.112-1.el8.x86_64", "Installed: python3-blivet-1:3.6.0-8.el8.noarch", "Installed: libblockdev-crypto-2.28-6.el8.x86_64", "Installed: daxctl-libs-71.1-7.el8.x86_64", "Installed: python3-blockdev-2.28-6.el8.x86_64", "Installed: libblockdev-dm-2.28-6.el8.x86_64", "Installed: python3-bytesize-1.4-3.el8.x86_64", "Installed: libbytesize-1.4-3.el8.x86_64", "Installed: libblockdev-fs-2.28-6.el8.x86_64", "Installed: kmod-kvdo-6.2.8.7-94.el8.x86_64", "Installed: libblockdev-kbd-2.28-6.el8.x86_64", "Installed: lsof-4.93.2-1.el8.x86_64", "Installed: libblockdev-loop-2.28-6.el8.x86_64", "Installed: lvm2-8:2.03.14-9.el8.x86_64", "Installed: device-mapper-event-8:1.02.181-9.el8.x86_64", "Installed: libblockdev-lvm-2.28-6.el8.x86_64", "Installed: ndctl-71.1-7.el8.x86_64", "Installed: lvm2-libs-8:2.03.14-9.el8.x86_64", "Installed: device-mapper-event-libs-8:1.02.181-9.el8.x86_64", "Installed: ndctl-libs-71.1-7.el8.x86_64" ] } lsrpackages: kmod-kvdo libblockdev-crypto libblockdev-dm libblockdev-lvm libblockdev-mdraid libblockdev-swap python3-blivet vdo xfsprogs TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /WORKDIR/git-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Sunday 14 April 2024 11:35:09 +0000 (0:00:50.964) 0:00:52.340 ********** 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-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Sunday 14 April 2024 11:35:09 +0000 (0:00:00.013) 0:00:52.354 ********** 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-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Sunday 14 April 2024 11:35:09 +0000 (0:00:00.013) 0:00:52.367 ********** 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-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Sunday 14 April 2024 11:35:09 +0000 (0:00:00.608) 0:00:52.976 ********** included: /WORKDIR/git-weekly-cigc7nwvbz/.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-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:2 Sunday 14 April 2024 11:35:09 +0000 (0:00:00.020) 0:00:52.997 ********** 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-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:13 Sunday 14 April 2024 11:35:09 +0000 (0:00:00.017) 0:00:53.014 ********** 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-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:19 Sunday 14 April 2024 11:35:09 +0000 (0:00:00.018) 0:00:53.032 ********** 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-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Sunday 14 April 2024 11:35:09 +0000 (0:00:00.017) 0:00:53.049 ********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: kpartx TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /WORKDIR/git-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Sunday 14 April 2024 11:35:12 +0000 (0:00:02.832) 0:00:55.882 ********** 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" }, "auto-cpufreq.service": { "name": "auto-cpufreq.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "autovt@.service": { "name": "autovt@.service", "source": "systemd", "state": "unknown", "status": "enabled" }, "blivet.service": { "name": "blivet.service", "source": "systemd", "state": "inactive", "status": "static" }, "blk-availability.service": { "name": "blk-availability.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "chrony-dnssrv@.service": { "name": "chrony-dnssrv@.service", "source": "systemd", "state": "unknown", "status": "static" }, "chrony-wait.service": { "name": "chrony-wait.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "chronyd.service": { "name": "chronyd.service", "source": "systemd", "state": "running", "status": "enabled" }, "cloud-config.service": { "name": "cloud-config.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "cloud-final.service": { "name": "cloud-final.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "cloud-init-hotplugd.service": { "name": "cloud-init-hotplugd.service", "source": "systemd", "state": "inactive", "status": "static" }, "cloud-init-local.service": { "name": "cloud-init-local.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "cloud-init.service": { "name": "cloud-init.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "console-getty.service": { "name": "console-getty.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "container-getty@.service": { "name": "container-getty@.service", "source": "systemd", "state": "unknown", "status": "static" }, "cpupower.service": { "name": "cpupower.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "crond.service": { "name": "crond.service", "source": "systemd", "state": "running", "status": "enabled" }, "dbus-org.freedesktop.hostname1.service": { "name": "dbus-org.freedesktop.hostname1.service", "source": "systemd", "state": "inactive", "status": "static" }, "dbus-org.freedesktop.locale1.service": { "name": "dbus-org.freedesktop.locale1.service", "source": "systemd", "state": "inactive", "status": "static" }, "dbus-org.freedesktop.login1.service": { "name": "dbus-org.freedesktop.login1.service", "source": "systemd", "state": "active", "status": "static" }, "dbus-org.freedesktop.nm-dispatcher.service": { "name": "dbus-org.freedesktop.nm-dispatcher.service", "source": "systemd", "state": "inactive", "status": "enabled" }, "dbus-org.freedesktop.portable1.service": { "name": "dbus-org.freedesktop.portable1.service", "source": "systemd", "state": "inactive", "status": "static" }, "dbus-org.freedesktop.timedate1.service": { "name": "dbus-org.freedesktop.timedate1.service", "source": "systemd", "state": "inactive", "status": "enabled" }, "dbus.service": { "name": "dbus.service", "source": "systemd", "state": "running", "status": "static" }, "debug-shell.service": { "name": "debug-shell.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "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" }, "ebtables.service": { "name": "ebtables.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "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" }, "gssproxy.service": { "name": "gssproxy.service", "source": "systemd", "state": "running", "status": "disabled" }, "halt-local.service": { "name": "halt-local.service", "source": "systemd", "state": "inactive", "status": "static" }, "hv_kvp_daemon.service": { "name": "hv_kvp_daemon.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "import-state.service": { "name": "import-state.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "initrd-cleanup.service": { "name": "initrd-cleanup.service", "source": "systemd", "state": "stopped", "status": "static" }, "initrd-parse-etc.service": { "name": "initrd-parse-etc.service", "source": "systemd", "state": "stopped", "status": "static" }, "initrd-switch-root.service": { "name": "initrd-switch-root.service", "source": "systemd", "state": "stopped", "status": "static" }, "initrd-udevadm-cleanup-db.service": { "name": "initrd-udevadm-cleanup-db.service", "source": "systemd", "state": "stopped", "status": "static" }, "iprdump.service": { "name": "iprdump.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "iprinit.service": { "name": "iprinit.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "iprupdate.service": { "name": "iprupdate.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "irqbalance.service": { "name": "irqbalance.service", "source": "systemd", "state": "running", "status": "enabled" }, "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" }, "loadmodules.service": { "name": "loadmodules.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "lvm2-activation-early.service": { "name": "lvm2-activation-early.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "lvm2-activation.service": { "name": "lvm2-activation.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" }, "lvm2-pvscan@.service": { "name": "lvm2-pvscan@.service", "source": "systemd", "state": "unknown", "status": "static" }, "man-db-cache-update.service": { "name": "man-db-cache-update.service", "source": "systemd", "state": "inactive", "status": "static" }, "man-db-restart-cache-update.service": { "name": "man-db-restart-cache-update.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "mdadm-grow-continue@.service": { "name": "mdadm-grow-continue@.service", "source": "systemd", "state": "unknown", "status": "static" }, "mdadm-last-resort@.service": { "name": "mdadm-last-resort@.service", "source": "systemd", "state": "unknown", "status": "static" }, "mdcheck_continue.service": { "name": "mdcheck_continue.service", "source": "systemd", "state": "inactive", "status": "static" }, "mdcheck_start.service": { "name": "mdcheck_start.service", "source": "systemd", "state": "inactive", "status": "static" }, "mdmon@.service": { "name": "mdmon@.service", "source": "systemd", "state": "unknown", "status": "static" }, "mdmonitor-oneshot.service": { "name": "mdmonitor-oneshot.service", "source": "systemd", "state": "inactive", "status": "static" }, "mdmonitor.service": { "name": "mdmonitor.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "messagebus.service": { "name": "messagebus.service", "source": "systemd", "state": "active", "status": "static" }, "microcode.service": { "name": "microcode.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "modprobe@efi_pstore.service": { "name": "modprobe@efi_pstore.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "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-convert.service": { "name": "nfs-convert.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "nfs-idmapd.service": { "name": "nfs-idmapd.service", "source": "systemd", "state": "stopped", "status": "static" }, "nfs-mountd.service": { "name": "nfs-mountd.service", "source": "systemd", "state": "stopped", "status": "static" }, "nfs-server.service": { "name": "nfs-server.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "nfs-utils.service": { "name": "nfs-utils.service", "source": "systemd", "state": "stopped", "status": "static" }, "nfsdcld.service": { "name": "nfsdcld.service", "source": "systemd", "state": "stopped", "status": "static" }, "nftables.service": { "name": "nftables.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "nis-domainname.service": { "name": "nis-domainname.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "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" }, "plymouth-halt.service": { "name": "plymouth-halt.service", "source": "systemd", "state": "inactive", "status": "static" }, "plymouth-kexec.service": { "name": "plymouth-kexec.service", "source": "systemd", "state": "inactive", "status": "static" }, "plymouth-poweroff.service": { "name": "plymouth-poweroff.service", "source": "systemd", "state": "inactive", "status": "static" }, "plymouth-quit-wait.service": { "name": "plymouth-quit-wait.service", "source": "systemd", "state": "stopped", "status": "static" }, "plymouth-quit.service": { "name": "plymouth-quit.service", "source": "systemd", "state": "stopped", "status": "static" }, "plymouth-read-write.service": { "name": "plymouth-read-write.service", "source": "systemd", "state": "stopped", "status": "static" }, "plymouth-reboot.service": { "name": "plymouth-reboot.service", "source": "systemd", "state": "inactive", "status": "static" }, "plymouth-start.service": { "name": "plymouth-start.service", "source": "systemd", "state": "stopped", "status": "static" }, "plymouth-switch-root-initramfs.service": { "name": "plymouth-switch-root-initramfs.service", "source": "systemd", "state": "inactive", "status": "static" }, "plymouth-switch-root.service": { "name": "plymouth-switch-root.service", "source": "systemd", "state": "stopped", "status": "static" }, "polkit.service": { "name": "polkit.service", "source": "systemd", "state": "running", "status": "static" }, "power-profiles-daemon.service": { "name": "power-profiles-daemon.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" }, "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" }, "rpcbind.service": { "name": "rpcbind.service", "source": "systemd", "state": "running", "status": "enabled" }, "rsyslog.service": { "name": "rsyslog.service", "source": "systemd", "state": "running", "status": "enabled" }, "selinux-autorelabel-mark.service": { "name": "selinux-autorelabel-mark.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "selinux-autorelabel.service": { "name": "selinux-autorelabel.service", "source": "systemd", "state": "inactive", "status": "static" }, "serial-getty@.service": { "name": "serial-getty@.service", "source": "systemd", "state": "unknown", "status": "disabled" }, "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" }, "syslog.service": { "name": "syslog.service", "source": "systemd", "state": "active", "status": "enabled" }, "system-update-cleanup.service": { "name": "system-update-cleanup.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-ask-password-console.service": { "name": "systemd-ask-password-console.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-ask-password-plymouth.service": { "name": "systemd-ask-password-plymouth.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-ask-password-wall.service": { "name": "systemd-ask-password-wall.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-backlight@.service": { "name": "systemd-backlight@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-binfmt.service": { "name": "systemd-binfmt.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-coredump@.service": { "name": "systemd-coredump@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-exit.service": { "name": "systemd-exit.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-firstboot.service": { "name": "systemd-firstboot.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-fsck-root.service": { "name": "systemd-fsck-root.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-fsck@.service": { "name": "systemd-fsck@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-halt.service": { "name": "systemd-halt.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-hibernate-resume@.service": { "name": "systemd-hibernate-resume@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-hibernate.service": { "name": "systemd-hibernate.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-hostnamed.service": { "name": "systemd-hostnamed.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-hwdb-update.service": { "name": "systemd-hwdb-update.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-hybrid-sleep.service": { "name": "systemd-hybrid-sleep.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-initctl.service": { "name": "systemd-initctl.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-journal-catalog-update.service": { "name": "systemd-journal-catalog-update.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-journal-flush.service": { "name": "systemd-journal-flush.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-journald.service": { "name": "systemd-journald.service", "source": "systemd", "state": "running", "status": "static" }, "systemd-kexec.service": { "name": "systemd-kexec.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-localed.service": { "name": "systemd-localed.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-logind.service": { "name": "systemd-logind.service", "source": "systemd", "state": "running", "status": "static" }, "systemd-machine-id-commit.service": { "name": "systemd-machine-id-commit.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-modules-load.service": { "name": "systemd-modules-load.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-networkd-wait-online.service": { "name": "systemd-networkd-wait-online.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "systemd-portabled.service": { "name": "systemd-portabled.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-poweroff.service": { "name": "systemd-poweroff.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-pstore.service": { "name": "systemd-pstore.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "systemd-quotacheck.service": { "name": "systemd-quotacheck.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-random-seed.service": { "name": "systemd-random-seed.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-reboot.service": { "name": "systemd-reboot.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-remount-fs.service": { "name": "systemd-remount-fs.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-resolved.service": { "name": "systemd-resolved.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "systemd-rfkill.service": { "name": "systemd-rfkill.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-suspend-then-hibernate.service": { "name": "systemd-suspend-then-hibernate.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-suspend.service": { "name": "systemd-suspend.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-sysctl.service": { "name": "systemd-sysctl.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-sysusers.service": { "name": "systemd-sysusers.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-timedated.service": { "name": "systemd-timedated.service", "source": "systemd", "state": "inactive", "status": "masked" }, "systemd-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-udev-settle.service": { "name": "systemd-udev-settle.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-udev-trigger.service": { "name": "systemd-udev-trigger.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-udevd.service": { "name": "systemd-udevd.service", "source": "systemd", "state": "running", "status": "static" }, "systemd-update-done.service": { "name": "systemd-update-done.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-update-utmp-runlevel.service": { "name": "systemd-update-utmp-runlevel.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-update-utmp.service": { "name": "systemd-update-utmp.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-user-sessions.service": { "name": "systemd-user-sessions.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-vconsole-setup.service": { "name": "systemd-vconsole-setup.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-volatile-root.service": { "name": "systemd-volatile-root.service", "source": "systemd", "state": "inactive", "status": "static" }, "target.service": { "name": "target.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "targetclid.service": { "name": "targetclid.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "tcsd.service": { "name": "tcsd.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "teamd@.service": { "name": "teamd@.service", "source": "systemd", "state": "unknown", "status": "static" }, "timedatex.service": { "name": "timedatex.service", "source": "systemd", "state": "inactive", "status": "enabled" }, "tlp.service": { "name": "tlp.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "tuned.service": { "name": "tuned.service", "source": "systemd", "state": "running", "status": "enabled" }, "unbound-anchor.service": { "name": "unbound-anchor.service", "source": "systemd", "state": "stopped", "status": "static" }, "user-runtime-dir@.service": { "name": "user-runtime-dir@.service", "source": "systemd", "state": "unknown", "status": "static" }, "user-runtime-dir@0.service": { "name": "user-runtime-dir@0.service", "source": "systemd", "state": "stopped", "status": "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" }, "vdo-start-by-dev@.service": { "name": "vdo-start-by-dev@.service", "source": "systemd", "state": "unknown", "status": "static" }, "vdo.service": { "name": "vdo.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "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-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Sunday 14 April 2024 11:35:14 +0000 (0:00:01.870) 0:00:57.752 ********** ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /WORKDIR/git-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Sunday 14 April 2024 11:35:14 +0000 (0:00:00.032) 0:00:57.785 ********** 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-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Sunday 14 April 2024 11:35:14 +0000 (0:00:00.010) 0:00:57.795 ********** 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-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Sunday 14 April 2024 11:35:15 +0000 (0:00:00.399) 0:00:58.195 ********** 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-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Sunday 14 April 2024 11:35:15 +0000 (0:00:00.020) 0:00:58.216 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /WORKDIR/git-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:101 Sunday 14 April 2024 11:35:15 +0000 (0:00:00.010) 0:00:58.226 ********** 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-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:110 Sunday 14 April 2024 11:35:15 +0000 (0:00:00.014) 0:00:58.240 ********** 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-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:114 Sunday 14 April 2024 11:35:15 +0000 (0:00:00.014) 0:00:58.255 ********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /WORKDIR/git-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:130 Sunday 14 April 2024 11:35:15 +0000 (0:00:00.013) 0:00:58.268 ********** 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-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:141 Sunday 14 April 2024 11:35:15 +0000 (0:00:00.019) 0:00:58.287 ********** 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-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:146 Sunday 14 April 2024 11:35:15 +0000 (0:00:00.010) 0:00:58.298 ********** 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-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:157 Sunday 14 April 2024 11:35:15 +0000 (0:00:00.019) 0:00:58.318 ********** 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-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:169 Sunday 14 April 2024 11:35:15 +0000 (0:00:00.020) 0:00:58.338 ********** 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-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:177 Sunday 14 April 2024 11:35:15 +0000 (0:00:00.012) 0:00:58.350 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1713094152.6592197, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1709715035.243, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 135, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "inode/x-empty", "mode": "0600", "mtime": 1709714642.533, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "3171982484", "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-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:182 Sunday 14 April 2024 11:35:15 +0000 (0:00:00.217) 0:00:58.568 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /WORKDIR/git-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:204 Sunday 14 April 2024 11:35:15 +0000 (0:00:00.010) 0:00:58.579 ********** ok: [sut] TASK [Mark tasks to be skipped] ************************************************ task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/tests_swap.yml:14 Sunday 14 April 2024 11:35:16 +0000 (0:00:00.873) 0:00:59.452 ********** ok: [sut] => { "ansible_facts": { "storage_skip_checks": [ "blivet_available", "packages_installed", "service_facts" ] }, "changed": false } TASK [Get unused disks for swap] *********************************************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/tests_swap.yml:22 Sunday 14 April 2024 11:35:16 +0000 (0:00:00.022) 0:00:59.475 ********** included: /WORKDIR/git-weekly-cigc7nwvbz/tests/get_unused_disk.yml for sut TASK [Ensure test packages] **************************************************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/get_unused_disk.yml:2 Sunday 14 April 2024 11:35:16 +0000 (0:00:00.017) 0:00:59.493 ********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: util-linux TASK [Find unused disks in the system] ***************************************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/get_unused_disk.yml:11 Sunday 14 April 2024 11:35:19 +0000 (0:00:02.753) 0:01:02.246 ********** ok: [sut] => { "changed": false, "disks": [ "sda" ] } TASK [Set unused_disks if necessary] ******************************************* task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/get_unused_disk.yml:19 Sunday 14 April 2024 11:35:19 +0000 (0:00:00.319) 0:01:02.565 ********** ok: [sut] => { "ansible_facts": { "unused_disks": [ "sda" ] }, "changed": false } TASK [Exit playbook when there's not enough unused disks in the system] ******** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/get_unused_disk.yml:24 Sunday 14 April 2024 11:35:19 +0000 (0:00:00.014) 0:01:02.580 ********** 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-weekly-cigc7nwvbz/tests/get_unused_disk.yml:29 Sunday 14 April 2024 11:35:19 +0000 (0:00:00.019) 0:01:02.600 ********** ok: [sut] => { "unused_disks": [ "sda" ] } TASK [Save disk used for swap] ************************************************* task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/tests_swap.yml:30 Sunday 14 April 2024 11:35:19 +0000 (0:00:00.014) 0:01:02.614 ********** ok: [sut] => { "ansible_facts": { "__swap_disk": "sda" }, "changed": false } TASK [Create a disk device with swap] ****************************************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/tests_swap.yml:34 Sunday 14 April 2024 11:35:19 +0000 (0:00:00.012) 0:01:02.626 ********** TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Sunday 14 April 2024 11:35:19 +0000 (0:00:00.022) 0:01:02.649 ********** included: /WORKDIR/git-weekly-cigc7nwvbz/.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-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Sunday 14 April 2024 11:35:19 +0000 (0:00:00.017) 0:01:02.666 ********** 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-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Sunday 14 April 2024 11:35:19 +0000 (0:00:00.022) 0:01:02.688 ********** 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_8.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /WORKDIR/git-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Sunday 14 April 2024 11:35:19 +0000 (0:00:00.030) 0:01:02.719 ********** 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-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Sunday 14 April 2024 11:35:19 +0000 (0:00:00.014) 0:01:02.734 ********** 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-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Sunday 14 April 2024 11:35:19 +0000 (0:00:00.014) 0:01:02.748 ********** 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-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Sunday 14 April 2024 11:35:19 +0000 (0:00:00.012) 0:01:02.761 ********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /WORKDIR/git-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Sunday 14 April 2024 11:35:19 +0000 (0:00:00.013) 0:01:02.774 ********** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /WORKDIR/git-weekly-cigc7nwvbz/.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-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Sunday 14 April 2024 11:35:19 +0000 (0:00:00.026) 0:01:02.800 ********** 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-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Sunday 14 April 2024 11:35:19 +0000 (0:00:00.015) 0:01:02.815 ********** 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-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Sunday 14 April 2024 11:35:19 +0000 (0:00:00.013) 0:01:02.829 ********** 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-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Sunday 14 April 2024 11:35:19 +0000 (0:00:00.014) 0:01:02.844 ********** 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-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Sunday 14 April 2024 11:35:19 +0000 (0:00:00.035) 0:01:02.879 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /WORKDIR/git-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Sunday 14 April 2024 11:35:19 +0000 (0:00:00.015) 0:01:02.894 ********** 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-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Sunday 14 April 2024 11:35:19 +0000 (0:00:00.013) 0:01:02.908 ********** 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-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Sunday 14 April 2024 11:35:19 +0000 (0:00:00.014) 0:01:02.923 ********** ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /WORKDIR/git-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Sunday 14 April 2024 11:35:19 +0000 (0:00:00.031) 0:01:02.954 ********** 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-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Sunday 14 April 2024 11:35:19 +0000 (0:00:00.010) 0:01:02.965 ********** 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=ab5d94d6-6f9d-4725-995d-98deed2d6319", "state": "present" } ], "packages": [ "xfsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=ab5d94d6-6f9d-4725-995d-98deed2d6319", "_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-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Sunday 14 April 2024 11:35:24 +0000 (0:00:04.487) 0:01:07.453 ********** 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-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Sunday 14 April 2024 11:35:24 +0000 (0:00:00.020) 0:01:07.473 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /WORKDIR/git-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:101 Sunday 14 April 2024 11:35:24 +0000 (0:00:00.010) 0:01:07.484 ********** 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=ab5d94d6-6f9d-4725-995d-98deed2d6319", "state": "present" } ], "packages": [ "xfsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=ab5d94d6-6f9d-4725-995d-98deed2d6319", "_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-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:110 Sunday 14 April 2024 11:35:24 +0000 (0:00:00.015) 0:01:07.499 ********** 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-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:114 Sunday 14 April 2024 11:35:24 +0000 (0:00:00.014) 0:01:07.514 ********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=ab5d94d6-6f9d-4725-995d-98deed2d6319", "_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-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:130 Sunday 14 April 2024 11:35:24 +0000 (0:00:00.015) 0:01:07.529 ********** 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-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:141 Sunday 14 April 2024 11:35:24 +0000 (0:00:00.022) 0:01:07.552 ********** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /WORKDIR/git-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:146 Sunday 14 April 2024 11:35:25 +0000 (0:00:00.709) 0:01:08.262 ********** 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=ab5d94d6-6f9d-4725-995d-98deed2d6319', '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=ab5d94d6-6f9d-4725-995d-98deed2d6319", "state": "present" }, "name": "none", "opts": "defaults", "passno": "0", "src": "UUID=ab5d94d6-6f9d-4725-995d-98deed2d6319" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /WORKDIR/git-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:157 Sunday 14 April 2024 11:35:25 +0000 (0:00:00.303) 0:01:08.565 ********** skipping: [sut] => (item={'src': 'UUID=ab5d94d6-6f9d-4725-995d-98deed2d6319', '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=ab5d94d6-6f9d-4725-995d-98deed2d6319", "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-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:169 Sunday 14 April 2024 11:35:25 +0000 (0:00:00.028) 0:01:08.593 ********** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /WORKDIR/git-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:177 Sunday 14 April 2024 11:35:25 +0000 (0:00:00.537) 0:01:09.130 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1713094152.6592197, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1709715035.243, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 135, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "inode/x-empty", "mode": "0600", "mtime": 1709714642.533, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "3171982484", "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-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:182 Sunday 14 April 2024 11:35:26 +0000 (0:00:00.219) 0:01:09.350 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /WORKDIR/git-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:204 Sunday 14 April 2024 11:35:26 +0000 (0:00:00.010) 0:01:09.361 ********** ok: [sut] TASK [Verify results] ********************************************************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/tests_swap.yml:44 Sunday 14 April 2024 11:35:27 +0000 (0:00:00.795) 0:01:10.156 ********** included: /WORKDIR/git-weekly-cigc7nwvbz/tests/verify-role-results.yml for sut TASK [Print out pool information] ********************************************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/verify-role-results.yml:2 Sunday 14 April 2024 11:35:27 +0000 (0:00:00.021) 0:01:10.178 ********** skipping: [sut] => { "false_condition": "_storage_pools_list | length > 0" } TASK [Print out volume information] ******************************************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/verify-role-results.yml:7 Sunday 14 April 2024 11:35:27 +0000 (0:00:00.020) 0:01:10.198 ********** ok: [sut] => { "_storage_volumes_list": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=ab5d94d6-6f9d-4725-995d-98deed2d6319", "_raw_device": "/dev/sda", "_raw_kernel_device": "/dev/sda", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "swap", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] } TASK [Collect info about the volumes.] ***************************************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/verify-role-results.yml:15 Sunday 14 April 2024 11:35:27 +0000 (0:00:00.025) 0:01:10.224 ********** ok: [sut] => { "changed": false, "info": { "/dev/sda": { "fstype": "swap", "label": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "ab5d94d6-6f9d-4725-995d-98deed2d6319" }, "/dev/sdb": { "fstype": "", "label": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdc": { "fstype": "", "label": "", "name": "/dev/sdc", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdd": { "fstype": "", "label": "", "name": "/dev/sdd", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sde": { "fstype": "", "label": "", "name": "/dev/sde", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdf": { "fstype": "", "label": "", "name": "/dev/sdf", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdg": { "fstype": "", "label": "", "name": "/dev/sdg", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdh": { "fstype": "", "label": "", "name": "/dev/sdh", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdi": { "fstype": "", "label": "", "name": "/dev/sdi", "size": "10G", "type": "disk", "uuid": "" }, "/dev/xvda": { "fstype": "", "label": "", "name": "/dev/xvda", "size": "250G", "type": "disk", "uuid": "" }, "/dev/xvda1": { "fstype": "xfs", "label": "", "name": "/dev/xvda1", "size": "250G", "type": "partition", "uuid": "a5dd515a-6ac6-4058-8f5f-1857be5c3e54" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/verify-role-results.yml:20 Sunday 14 April 2024 11:35:27 +0000 (0:00:00.273) 0:01:10.497 ********** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.003270", "end": "2024-04-14 11:35:27.656726", "rc": 0, "start": "2024-04-14 11:35:27.653456" } STDOUT: # # /etc/fstab # Created by anaconda on Wed Mar 6 08:44:02 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=a5dd515a-6ac6-4058-8f5f-1857be5c3e54 / 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=ab5d94d6-6f9d-4725-995d-98deed2d6319 none swap defaults 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/verify-role-results.yml:25 Sunday 14 April 2024 11:35:27 +0000 (0:00:00.312) 0:01:10.809 ********** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.003356", "end": "2024-04-14 11:35:27.871012", "failed_when_result": false, "rc": 0, "start": "2024-04-14 11:35:27.867656" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/verify-role-results.yml:34 Sunday 14 April 2024 11:35:27 +0000 (0:00:00.216) 0:01:11.026 ********** 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-weekly-cigc7nwvbz/tests/verify-role-results.yml:44 Sunday 14 April 2024 11:35:27 +0000 (0:00:00.011) 0:01:11.037 ********** included: /WORKDIR/git-weekly-cigc7nwvbz/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=ab5d94d6-6f9d-4725-995d-98deed2d6319', '_kernel_device': '/dev/sda', '_raw_kernel_device': '/dev/sda'}) TASK [Set storage volume test variables] *************************************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume.yml:2 Sunday 14 April 2024 11:35:27 +0000 (0:00:00.033) 0:01:11.070 ********** ok: [sut] => { "ansible_facts": { "_storage_test_volume_present": true, "_storage_volume_tests": [ "mount", "fstab", "fs", "device", "encryption", "md", "size", "cache" ] }, "changed": false } TASK [Run test verify for {{ storage_test_volume_subset }}] ******************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume.yml:19 Sunday 14 April 2024 11:35:27 +0000 (0:00:00.025) 0:01:11.096 ********** included: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-mount.yml for sut => (item=mount) included: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-fstab.yml for sut => (item=fstab) included: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-fs.yml for sut => (item=fs) included: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-device.yml for sut => (item=device) included: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-encryption.yml for sut => (item=encryption) included: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-md.yml for sut => (item=md) included: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-size.yml for sut => (item=size) included: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-cache.yml for sut => (item=cache) TASK [Get expected mount device based on device type] ************************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-mount.yml:7 Sunday 14 April 2024 11:35:28 +0000 (0:00:00.050) 0:01:11.147 ********** ok: [sut] => { "ansible_facts": { "storage_test_device_path": "/dev/sda" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-mount.yml:11 Sunday 14 April 2024 11:35:28 +0000 (0:00:00.019) 0:01:11.166 ********** ok: [sut] => { "ansible_facts": { "storage_test_mount_device_matches": [], "storage_test_mount_expected_match_count": "0", "storage_test_mount_point_matches": [], "storage_test_swap_expected_matches": "1" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-mount.yml:21 Sunday 14 April 2024 11:35:28 +0000 (0:00:00.029) 0:01:11.195 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-mount.yml:30 Sunday 14 April 2024 11:35:28 +0000 (0:00:00.011) 0:01:11.207 ********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point", "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by mount point] *************************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-mount.yml:41 Sunday 14 April 2024 11:35:28 +0000 (0:00:00.011) 0:01:11.218 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-mount.yml:48 Sunday 14 April 2024 11:35:28 +0000 (0:00:00.022) 0:01:11.240 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-mount.yml:54 Sunday 14 April 2024 11:35:28 +0000 (0:00:00.011) 0:01:11.252 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-mount.yml:60 Sunday 14 April 2024 11:35:28 +0000 (0:00:00.012) 0:01:11.264 ********** 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 [Verify the mount fs type] ************************************************ task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-mount.yml:69 Sunday 14 April 2024 11:35:28 +0000 (0:00:00.011) 0:01:11.275 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_mount_expected_match_count | int == 1", "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-mount.yml:80 Sunday 14 April 2024 11:35:28 +0000 (0:00:00.019) 0:01:11.295 ********** ok: [sut] => { "changed": false, "cmd": [ "realpath", "/dev/sda" ], "delta": "0:00:01.004489", "end": "2024-04-14 11:35:29.363110", "rc": 0, "start": "2024-04-14 11:35:28.358621" } STDOUT: /dev/sda TASK [Gather swap info] ******************************************************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-mount.yml:86 Sunday 14 April 2024 11:35:29 +0000 (0:00:01.221) 0:01:12.517 ********** ok: [sut] => { "changed": false, "cmd": [ "cat", "/proc/swaps" ], "delta": "0:00:01.004506", "end": "2024-04-14 11:35:30.578869", "rc": 0, "start": "2024-04-14 11:35:29.574363" } STDOUT: Filename Type Size Used Priority /dev/sda partition 10485756 0 -2 TASK [Verify swap status] ****************************************************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-mount.yml:92 Sunday 14 April 2024 11:35:30 +0000 (0:00:01.216) 0:01:13.733 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Unset facts] ************************************************************* task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-mount.yml:102 Sunday 14 April 2024 11:35:30 +0000 (0:00:00.025) 0:01:13.759 ********** ok: [sut] => { "ansible_facts": { "storage_test_found_mount_stat": null, "storage_test_mount_device_matches": null, "storage_test_mount_expected_match_count": null, "storage_test_mount_point_matches": null, "storage_test_swap_expected_matches": null, "storage_test_swaps": null, "storage_test_sys_node": null }, "changed": false } TASK [Set some variables for fstab checking] *********************************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-fstab.yml:2 Sunday 14 April 2024 11:35:30 +0000 (0:00:00.013) 0:01:13.773 ********** 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=ab5d94d6-6f9d-4725-995d-98deed2d6319 " ], "storage_test_fstab_mount_options_matches": [], "storage_test_fstab_mount_point_matches": [] }, "changed": false } TASK [Verify that the device identifier appears in /etc/fstab] ***************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-fstab.yml:17 Sunday 14 April 2024 11:35:30 +0000 (0:00:00.036) 0:01:13.809 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-fstab.yml:24 Sunday 14 April 2024 11:35:30 +0000 (0:00:00.024) 0:01:13.834 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-fstab.yml:33 Sunday 14 April 2024 11:35:30 +0000 (0:00:00.024) 0:01:13.859 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-fstab.yml:45 Sunday 14 April 2024 11:35:30 +0000 (0:00:00.021) 0:01:13.880 ********** ok: [sut] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": null, "storage_test_fstab_expected_mount_options_matches": null, "storage_test_fstab_expected_mount_point_matches": null, "storage_test_fstab_id_matches": null, "storage_test_fstab_mount_options_matches": null, "storage_test_fstab_mount_point_matches": null }, "changed": false } TASK [Verify fs type] ********************************************************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-fs.yml:3 Sunday 14 April 2024 11:35:30 +0000 (0:00:00.012) 0:01:13.892 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-fs.yml:9 Sunday 14 April 2024 11:35:30 +0000 (0:00:00.027) 0:01:13.920 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-device.yml:3 Sunday 14 April 2024 11:35:30 +0000 (0:00:00.024) 0:01:13.945 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1713094524.2431517, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1713094524.2191513, "dev": 6, "device_type": 2048, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 57184, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/blockdevice", "mode": "0660", "mtime": 1713094524.2191513, "nlink": 1, "path": "/dev/sda", "pw_name": "root", "readable": true, "rgrp": true, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": null, "wgrp": true, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-device.yml:9 Sunday 14 April 2024 11:35:31 +0000 (0:00:00.218) 0:01:14.164 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-device.yml:16 Sunday 14 April 2024 11:35:31 +0000 (0:00:00.015) 0:01:14.180 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-device.yml:23 Sunday 14 April 2024 11:35:31 +0000 (0:00:00.011) 0:01:14.192 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-device.yml:29 Sunday 14 April 2024 11:35:31 +0000 (0:00:00.014) 0:01:14.206 ********** ok: [sut] => { "ansible_facts": { "st_volume_type": "disk" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-device.yml:33 Sunday 14 April 2024 11:35:31 +0000 (0:00:00.036) 0:01:14.242 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-device.yml:38 Sunday 14 April 2024 11:35:31 +0000 (0:00:00.012) 0:01:14.255 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-encryption.yml:3 Sunday 14 April 2024 11:35:31 +0000 (0:00:00.014) 0:01:14.269 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-encryption.yml:10 Sunday 14 April 2024 11:35:31 +0000 (0:00:00.011) 0:01:14.281 ********** changed: [sut] => { "changed": true, "rc": 0, "results": [ "Installed: cryptsetup-2.3.7-7.el8.x86_64" ] } lsrpackages: cryptsetup TASK [Collect LUKS info for this volume] *************************************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-encryption.yml:16 Sunday 14 April 2024 11:35:34 +0000 (0:00:03.660) 0:01:17.941 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-encryption.yml:22 Sunday 14 April 2024 11:35:34 +0000 (0:00:00.011) 0:01:17.952 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-encryption.yml:29 Sunday 14 April 2024 11:35:34 +0000 (0:00:00.012) 0:01:17.965 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-encryption.yml:40 Sunday 14 April 2024 11:35:34 +0000 (0:00:00.024) 0:01:17.990 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-encryption.yml:46 Sunday 14 April 2024 11:35:34 +0000 (0:00:00.011) 0:01:18.002 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-encryption.yml:51 Sunday 14 April 2024 11:35:34 +0000 (0:00:00.011) 0:01:18.013 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-encryption.yml:63 Sunday 14 April 2024 11:35:34 +0000 (0:00:00.011) 0:01:18.025 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-encryption.yml:75 Sunday 14 April 2024 11:35:34 +0000 (0:00:00.011) 0:01:18.037 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-encryption.yml:87 Sunday 14 April 2024 11:35:34 +0000 (0:00:00.013) 0:01:18.050 ********** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [], "_storage_test_expected_crypttab_entries": "0", "_storage_test_expected_crypttab_key_file": "-" }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-encryption.yml:93 Sunday 14 April 2024 11:35:34 +0000 (0:00:00.026) 0:01:18.077 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-encryption.yml:100 Sunday 14 April 2024 11:35:34 +0000 (0:00:00.024) 0:01:18.101 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-encryption.yml:108 Sunday 14 April 2024 11:35:34 +0000 (0:00:00.020) 0:01:18.122 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-encryption.yml:116 Sunday 14 April 2024 11:35:35 +0000 (0:00:00.020) 0:01:18.142 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-encryption.yml:124 Sunday 14 April 2024 11:35:35 +0000 (0:00:00.020) 0:01:18.163 ********** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_expected_crypttab_entries": null, "_storage_test_expected_crypttab_key_file": null }, "changed": false } TASK [Get information about RAID] ********************************************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-md.yml:8 Sunday 14 April 2024 11:35:35 +0000 (0:00:00.014) 0:01:18.177 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-md.yml:14 Sunday 14 April 2024 11:35:35 +0000 (0:00:00.011) 0:01:18.188 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-md.yml:19 Sunday 14 April 2024 11:35:35 +0000 (0:00:00.011) 0:01:18.200 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-md.yml:24 Sunday 14 April 2024 11:35:35 +0000 (0:00:00.011) 0:01:18.211 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-md.yml:29 Sunday 14 April 2024 11:35:35 +0000 (0:00:00.011) 0:01:18.223 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-md.yml:37 Sunday 14 April 2024 11:35:35 +0000 (0:00:00.011) 0:01:18.234 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-md.yml:46 Sunday 14 April 2024 11:35:35 +0000 (0:00:00.012) 0:01:18.247 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-md.yml:54 Sunday 14 April 2024 11:35:35 +0000 (0:00:00.011) 0:01:18.259 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-md.yml:62 Sunday 14 April 2024 11:35:35 +0000 (0:00:00.011) 0:01:18.271 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-md.yml:70 Sunday 14 April 2024 11:35:35 +0000 (0:00:00.011) 0:01:18.282 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-size.yml:3 Sunday 14 April 2024 11:35:35 +0000 (0:00:00.011) 0:01:18.294 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-size.yml:11 Sunday 14 April 2024 11:35:35 +0000 (0:00:00.020) 0:01:18.315 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-size.yml:20 Sunday 14 April 2024 11:35:35 +0000 (0:00:00.022) 0:01:18.338 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-size.yml:28 Sunday 14 April 2024 11:35:35 +0000 (0:00:00.020) 0:01:18.358 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-size.yml:32 Sunday 14 April 2024 11:35:35 +0000 (0:00:00.013) 0:01:18.372 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-size.yml:46 Sunday 14 April 2024 11:35:35 +0000 (0:00:00.020) 0:01:18.392 ********** skipping: [sut] => { "false_condition": "storage_test_volume.type == \"lvm\"" } TASK [Show test blockinfo] ***************************************************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-size.yml:50 Sunday 14 April 2024 11:35:35 +0000 (0:00:00.020) 0:01:18.413 ********** skipping: [sut] => { "false_condition": "storage_test_volume.type == \"lvm\"" } TASK [Show test pool size] ***************************************************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-size.yml:54 Sunday 14 April 2024 11:35:35 +0000 (0:00:00.021) 0:01:18.434 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-size.yml:58 Sunday 14 April 2024 11:35:35 +0000 (0:00:00.023) 0:01:18.457 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-size.yml:67 Sunday 14 April 2024 11:35:35 +0000 (0:00:00.021) 0:01:18.479 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-size.yml:71 Sunday 14 April 2024 11:35:35 +0000 (0:00:00.012) 0:01:18.492 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-size.yml:76 Sunday 14 April 2024 11:35:35 +0000 (0:00:00.012) 0:01:18.504 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-size.yml:82 Sunday 14 April 2024 11:35:35 +0000 (0:00:00.011) 0:01:18.516 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-size.yml:86 Sunday 14 April 2024 11:35:35 +0000 (0:00:00.011) 0:01:18.528 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-size.yml:91 Sunday 14 April 2024 11:35:35 +0000 (0:00:00.013) 0:01:18.541 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-size.yml:96 Sunday 14 April 2024 11:35:35 +0000 (0:00:00.012) 0:01:18.553 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-size.yml:101 Sunday 14 April 2024 11:35:35 +0000 (0:00:00.012) 0:01:18.565 ********** skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Show volume thin pool size] ********************************************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-size.yml:105 Sunday 14 April 2024 11:35:35 +0000 (0:00:00.011) 0:01:18.577 ********** skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-size.yml:109 Sunday 14 April 2024 11:35:35 +0000 (0:00:00.011) 0:01:18.589 ********** skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Establish base value for expected thin pool size] ************************ task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-size.yml:113 Sunday 14 April 2024 11:35:35 +0000 (0:00:00.011) 0:01:18.601 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-size.yml:120 Sunday 14 April 2024 11:35:35 +0000 (0:00:00.013) 0:01:18.614 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-size.yml:127 Sunday 14 April 2024 11:35:35 +0000 (0:00:00.020) 0:01:18.634 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-size.yml:131 Sunday 14 April 2024 11:35:35 +0000 (0:00:00.012) 0:01:18.647 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-size.yml:137 Sunday 14 April 2024 11:35:35 +0000 (0:00:00.011) 0:01:18.658 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-size.yml:143 Sunday 14 April 2024 11:35:35 +0000 (0:00:00.012) 0:01:18.670 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-size.yml:147 Sunday 14 April 2024 11:35:35 +0000 (0:00:00.014) 0:01:18.685 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-size.yml:151 Sunday 14 April 2024 11:35:35 +0000 (0:00:00.015) 0:01:18.700 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-cache.yml:5 Sunday 14 April 2024 11:35:35 +0000 (0:00:00.021) 0:01:18.721 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-cache.yml:13 Sunday 14 April 2024 11:35:35 +0000 (0:00:00.011) 0:01:18.733 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-cache.yml:17 Sunday 14 April 2024 11:35:35 +0000 (0:00:00.011) 0:01:18.744 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-cache.yml:24 Sunday 14 April 2024 11:35:35 +0000 (0:00:00.011) 0:01:18.756 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-cache.yml:31 Sunday 14 April 2024 11:35:35 +0000 (0:00:00.011) 0:01:18.768 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-cache.yml:37 Sunday 14 April 2024 11:35:35 +0000 (0:00:00.013) 0:01:18.782 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-cache.yml:42 Sunday 14 April 2024 11:35:35 +0000 (0:00:00.013) 0:01:18.795 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume.yml:25 Sunday 14 April 2024 11:35:35 +0000 (0:00:00.011) 0:01:18.807 ********** ok: [sut] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Clean up variable namespace] ********************************************* task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/verify-role-results.yml:54 Sunday 14 April 2024 11:35:35 +0000 (0:00:00.011) 0:01:18.819 ********** ok: [sut] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } TASK [Get disk to use for non-swap device] ************************************* task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/tests_swap.yml:47 Sunday 14 April 2024 11:35:35 +0000 (0:00:00.012) 0:01:18.831 ********** included: /WORKDIR/git-weekly-cigc7nwvbz/tests/get_unused_disk.yml for sut TASK [Ensure test packages] **************************************************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/get_unused_disk.yml:2 Sunday 14 April 2024 11:35:35 +0000 (0:00:00.022) 0:01:18.853 ********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: util-linux TASK [Find unused disks in the system] ***************************************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/get_unused_disk.yml:11 Sunday 14 April 2024 11:35:38 +0000 (0:00:02.806) 0:01:21.659 ********** ok: [sut] => { "changed": false, "disks": [ "sdb" ] } TASK [Set unused_disks if necessary] ******************************************* task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/get_unused_disk.yml:19 Sunday 14 April 2024 11:35:38 +0000 (0:00:00.230) 0:01:21.890 ********** ok: [sut] => { "ansible_facts": { "unused_disks": [ "sdb" ] }, "changed": false } TASK [Exit playbook when there's not enough unused disks in the system] ******** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/get_unused_disk.yml:24 Sunday 14 April 2024 11:35:38 +0000 (0:00:00.014) 0:01:21.904 ********** 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-weekly-cigc7nwvbz/tests/get_unused_disk.yml:29 Sunday 14 April 2024 11:35:38 +0000 (0:00:00.021) 0:01:21.925 ********** ok: [sut] => { "unused_disks": [ "sdb" ] } TASK [Save non-swap disk] ****************************************************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/tests_swap.yml:54 Sunday 14 April 2024 11:35:38 +0000 (0:00:00.013) 0:01:21.939 ********** ok: [sut] => { "ansible_facts": { "__non_swap_disk": "sdb" }, "changed": false } TASK [Format second disk as ext3] ********************************************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/tests_swap.yml:58 Sunday 14 April 2024 11:35:38 +0000 (0:00:00.012) 0:01:21.952 ********** TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Sunday 14 April 2024 11:35:38 +0000 (0:00:00.027) 0:01:21.980 ********** included: /WORKDIR/git-weekly-cigc7nwvbz/.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-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Sunday 14 April 2024 11:35:38 +0000 (0:00:00.016) 0:01:21.996 ********** 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-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Sunday 14 April 2024 11:35:38 +0000 (0:00:00.024) 0:01:22.021 ********** 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_8.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /WORKDIR/git-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Sunday 14 April 2024 11:35:38 +0000 (0:00:00.032) 0:01:22.054 ********** 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-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Sunday 14 April 2024 11:35:38 +0000 (0:00:00.014) 0:01:22.069 ********** 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-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Sunday 14 April 2024 11:35:38 +0000 (0:00:00.013) 0:01:22.082 ********** 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-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Sunday 14 April 2024 11:35:38 +0000 (0:00:00.012) 0:01:22.095 ********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /WORKDIR/git-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Sunday 14 April 2024 11:35:38 +0000 (0:00:00.012) 0:01:22.107 ********** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /WORKDIR/git-weekly-cigc7nwvbz/.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-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Sunday 14 April 2024 11:35:39 +0000 (0:00:00.027) 0:01:22.135 ********** 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-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Sunday 14 April 2024 11:35:39 +0000 (0:00:00.015) 0:01:22.151 ********** 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-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Sunday 14 April 2024 11:35:39 +0000 (0:00:00.015) 0:01:22.166 ********** 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-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Sunday 14 April 2024 11:35:39 +0000 (0:00:00.015) 0:01:22.182 ********** 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-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Sunday 14 April 2024 11:35:39 +0000 (0:00:00.016) 0:01:22.198 ********** 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-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Sunday 14 April 2024 11:35:39 +0000 (0:00:00.015) 0:01:22.214 ********** 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-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Sunday 14 April 2024 11:35:39 +0000 (0:00:00.015) 0:01:22.229 ********** 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-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Sunday 14 April 2024 11:35:39 +0000 (0:00:00.015) 0:01:22.244 ********** ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /WORKDIR/git-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Sunday 14 April 2024 11:35:39 +0000 (0:00:00.031) 0:01:22.276 ********** 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-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Sunday 14 April 2024 11:35:39 +0000 (0:00:00.010) 0:01:22.287 ********** 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": [ "xfsprogs", "e2fsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sdb", "_kernel_device": "/dev/sdb", "_mount_id": "UUID=7e0bff0a-a618-4cf9-abaa-91da01e74829", "_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-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Sunday 14 April 2024 11:35:47 +0000 (0:00:07.933) 0:01:30.220 ********** 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-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Sunday 14 April 2024 11:35:47 +0000 (0:00:00.021) 0:01:30.241 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /WORKDIR/git-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:101 Sunday 14 April 2024 11:35:47 +0000 (0:00:00.010) 0:01:30.252 ********** 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": [ "xfsprogs", "e2fsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sdb", "_kernel_device": "/dev/sdb", "_mount_id": "UUID=7e0bff0a-a618-4cf9-abaa-91da01e74829", "_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-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:110 Sunday 14 April 2024 11:35:47 +0000 (0:00:00.015) 0:01:30.267 ********** 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-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:114 Sunday 14 April 2024 11:35:47 +0000 (0:00:00.015) 0:01:30.282 ********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [ { "_device": "/dev/sdb", "_kernel_device": "/dev/sdb", "_mount_id": "UUID=7e0bff0a-a618-4cf9-abaa-91da01e74829", "_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-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:130 Sunday 14 April 2024 11:35:47 +0000 (0:00:00.015) 0:01:30.298 ********** 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-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:141 Sunday 14 April 2024 11:35:47 +0000 (0:00:00.022) 0:01:30.321 ********** 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-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:146 Sunday 14 April 2024 11:35:47 +0000 (0:00:00.011) 0:01:30.333 ********** 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-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:157 Sunday 14 April 2024 11:35:47 +0000 (0:00:00.021) 0:01:30.354 ********** 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-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:169 Sunday 14 April 2024 11:35:47 +0000 (0:00:00.021) 0:01:30.376 ********** 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-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:177 Sunday 14 April 2024 11:35:47 +0000 (0:00:00.011) 0:01:30.387 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1713094152.6592197, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1709715035.243, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 135, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "inode/x-empty", "mode": "0600", "mtime": 1709714642.533, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "3171982484", "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-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:182 Sunday 14 April 2024 11:35:47 +0000 (0:00:00.215) 0:01:30.603 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /WORKDIR/git-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:204 Sunday 14 April 2024 11:35:47 +0000 (0:00:00.012) 0:01:30.615 ********** ok: [sut] TASK [Verify results] ********************************************************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/tests_swap.yml:69 Sunday 14 April 2024 11:35:48 +0000 (0:00:00.788) 0:01:31.404 ********** included: /WORKDIR/git-weekly-cigc7nwvbz/tests/verify-role-results.yml for sut TASK [Print out pool information] ********************************************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/verify-role-results.yml:2 Sunday 14 April 2024 11:35:48 +0000 (0:00:00.025) 0:01:31.429 ********** skipping: [sut] => { "false_condition": "_storage_pools_list | length > 0" } TASK [Print out volume information] ******************************************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/verify-role-results.yml:7 Sunday 14 April 2024 11:35:48 +0000 (0:00:00.021) 0:01:31.450 ********** ok: [sut] => { "_storage_volumes_list": [ { "_device": "/dev/sdb", "_kernel_device": "/dev/sdb", "_mount_id": "UUID=7e0bff0a-a618-4cf9-abaa-91da01e74829", "_raw_device": "/dev/sdb", "_raw_kernel_device": "/dev/sdb", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext3", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "none", "mount_user": null, "name": "test2", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] } TASK [Collect info about the volumes.] ***************************************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/verify-role-results.yml:15 Sunday 14 April 2024 11:35:48 +0000 (0:00:00.023) 0:01:31.474 ********** ok: [sut] => { "changed": false, "info": { "/dev/sda": { "fstype": "swap", "label": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "ab5d94d6-6f9d-4725-995d-98deed2d6319" }, "/dev/sdb": { "fstype": "ext3", "label": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "7e0bff0a-a618-4cf9-abaa-91da01e74829" }, "/dev/sdc": { "fstype": "", "label": "", "name": "/dev/sdc", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdd": { "fstype": "", "label": "", "name": "/dev/sdd", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sde": { "fstype": "", "label": "", "name": "/dev/sde", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdf": { "fstype": "", "label": "", "name": "/dev/sdf", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdg": { "fstype": "", "label": "", "name": "/dev/sdg", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdh": { "fstype": "", "label": "", "name": "/dev/sdh", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdi": { "fstype": "", "label": "", "name": "/dev/sdi", "size": "10G", "type": "disk", "uuid": "" }, "/dev/xvda": { "fstype": "", "label": "", "name": "/dev/xvda", "size": "250G", "type": "disk", "uuid": "" }, "/dev/xvda1": { "fstype": "xfs", "label": "", "name": "/dev/xvda1", "size": "250G", "type": "partition", "uuid": "a5dd515a-6ac6-4058-8f5f-1857be5c3e54" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/verify-role-results.yml:20 Sunday 14 April 2024 11:35:48 +0000 (0:00:00.215) 0:01:31.690 ********** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:01.004640", "end": "2024-04-14 11:35:49.752497", "rc": 0, "start": "2024-04-14 11:35:48.747857" } STDOUT: # # /etc/fstab # Created by anaconda on Wed Mar 6 08:44:02 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=a5dd515a-6ac6-4058-8f5f-1857be5c3e54 / 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=ab5d94d6-6f9d-4725-995d-98deed2d6319 none swap defaults 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/verify-role-results.yml:25 Sunday 14 April 2024 11:35:49 +0000 (0:00:01.216) 0:01:32.906 ********** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.003202", "end": "2024-04-14 11:35:49.963332", "failed_when_result": false, "rc": 0, "start": "2024-04-14 11:35:49.960130" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/verify-role-results.yml:34 Sunday 14 April 2024 11:35:49 +0000 (0:00:00.209) 0:01:33.116 ********** 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-weekly-cigc7nwvbz/tests/verify-role-results.yml:44 Sunday 14 April 2024 11:35:49 +0000 (0:00:00.011) 0:01:33.127 ********** included: /WORKDIR/git-weekly-cigc7nwvbz/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=7e0bff0a-a618-4cf9-abaa-91da01e74829', '_kernel_device': '/dev/sdb', '_raw_kernel_device': '/dev/sdb'}) TASK [Set storage volume test variables] *************************************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume.yml:2 Sunday 14 April 2024 11:35:50 +0000 (0:00:00.032) 0:01:33.160 ********** ok: [sut] => { "ansible_facts": { "_storage_test_volume_present": true, "_storage_volume_tests": [ "mount", "fstab", "fs", "device", "encryption", "md", "size", "cache" ] }, "changed": false } TASK [Run test verify for {{ storage_test_volume_subset }}] ******************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume.yml:19 Sunday 14 April 2024 11:35:50 +0000 (0:00:00.024) 0:01:33.184 ********** included: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-mount.yml for sut => (item=mount) included: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-fstab.yml for sut => (item=fstab) included: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-fs.yml for sut => (item=fs) included: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-device.yml for sut => (item=device) included: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-encryption.yml for sut => (item=encryption) included: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-md.yml for sut => (item=md) included: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-size.yml for sut => (item=size) included: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-cache.yml for sut => (item=cache) TASK [Get expected mount device based on device type] ************************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-mount.yml:7 Sunday 14 April 2024 11:35:50 +0000 (0:00:00.044) 0:01:33.229 ********** ok: [sut] => { "ansible_facts": { "storage_test_device_path": "/dev/sdb" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-mount.yml:11 Sunday 14 April 2024 11:35:50 +0000 (0:00:00.018) 0:01:33.247 ********** ok: [sut] => { "ansible_facts": { "storage_test_mount_device_matches": [], "storage_test_mount_expected_match_count": "0", "storage_test_mount_point_matches": [], "storage_test_swap_expected_matches": "0" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-mount.yml:21 Sunday 14 April 2024 11:35:50 +0000 (0:00:00.029) 0:01:33.276 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-mount.yml:30 Sunday 14 April 2024 11:35:50 +0000 (0:00:00.012) 0:01:33.289 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the current mount state by mount point] *************************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-mount.yml:41 Sunday 14 April 2024 11:35:50 +0000 (0:00:00.025) 0:01:33.315 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-mount.yml:48 Sunday 14 April 2024 11:35:50 +0000 (0:00:00.077) 0:01:33.392 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-mount.yml:54 Sunday 14 April 2024 11:35:50 +0000 (0:00:00.012) 0:01:33.404 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-mount.yml:60 Sunday 14 April 2024 11:35:50 +0000 (0:00:00.012) 0:01:33.417 ********** 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 [Verify the mount fs type] ************************************************ task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-mount.yml:69 Sunday 14 April 2024 11:35:50 +0000 (0:00:00.012) 0:01:33.429 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_mount_expected_match_count | int == 1", "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-mount.yml:80 Sunday 14 April 2024 11:35:50 +0000 (0:00:00.019) 0:01:33.449 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-mount.yml:86 Sunday 14 April 2024 11:35:50 +0000 (0:00:00.011) 0:01:33.460 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-mount.yml:92 Sunday 14 April 2024 11:35:50 +0000 (0:00:00.012) 0:01:33.473 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-mount.yml:102 Sunday 14 April 2024 11:35:50 +0000 (0:00:00.011) 0:01:33.484 ********** ok: [sut] => { "ansible_facts": { "storage_test_found_mount_stat": null, "storage_test_mount_device_matches": null, "storage_test_mount_expected_match_count": null, "storage_test_mount_point_matches": null, "storage_test_swap_expected_matches": null, "storage_test_swaps": null, "storage_test_sys_node": null }, "changed": false } TASK [Set some variables for fstab checking] *********************************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-fstab.yml:2 Sunday 14 April 2024 11:35:50 +0000 (0:00:00.011) 0:01:33.496 ********** ok: [sut] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": "0", "storage_test_fstab_expected_mount_options_matches": "1", "storage_test_fstab_expected_mount_point_matches": "0", "storage_test_fstab_id_matches": [], "storage_test_fstab_mount_options_matches": [], "storage_test_fstab_mount_point_matches": [] }, "changed": false } TASK [Verify that the device identifier appears in /etc/fstab] ***************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-fstab.yml:17 Sunday 14 April 2024 11:35:50 +0000 (0:00:00.034) 0:01:33.531 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-fstab.yml:24 Sunday 14 April 2024 11:35:50 +0000 (0:00:00.023) 0:01:33.555 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-fstab.yml:33 Sunday 14 April 2024 11:35:50 +0000 (0:00:00.023) 0:01:33.578 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-fstab.yml:45 Sunday 14 April 2024 11:35:50 +0000 (0:00:00.022) 0:01:33.601 ********** ok: [sut] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": null, "storage_test_fstab_expected_mount_options_matches": null, "storage_test_fstab_expected_mount_point_matches": null, "storage_test_fstab_id_matches": null, "storage_test_fstab_mount_options_matches": null, "storage_test_fstab_mount_point_matches": null }, "changed": false } TASK [Verify fs type] ********************************************************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-fs.yml:3 Sunday 14 April 2024 11:35:50 +0000 (0:00:00.011) 0:01:33.613 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-fs.yml:9 Sunday 14 April 2024 11:35:50 +0000 (0:00:00.023) 0:01:33.636 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-device.yml:3 Sunday 14 April 2024 11:35:50 +0000 (0:00:00.023) 0:01:33.659 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1713094547.0134108, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1713094547.0134108, "dev": 6, "device_type": 2064, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 57937, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/blockdevice", "mode": "0660", "mtime": 1713094547.0134108, "nlink": 1, "path": "/dev/sdb", "pw_name": "root", "readable": true, "rgrp": true, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": null, "wgrp": true, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-device.yml:9 Sunday 14 April 2024 11:35:50 +0000 (0:00:00.216) 0:01:33.876 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-device.yml:16 Sunday 14 April 2024 11:35:50 +0000 (0:00:00.014) 0:01:33.891 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-device.yml:23 Sunday 14 April 2024 11:35:50 +0000 (0:00:00.012) 0:01:33.903 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-device.yml:29 Sunday 14 April 2024 11:35:50 +0000 (0:00:00.014) 0:01:33.918 ********** ok: [sut] => { "ansible_facts": { "st_volume_type": "disk" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-device.yml:33 Sunday 14 April 2024 11:35:50 +0000 (0:00:00.012) 0:01:33.930 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-device.yml:38 Sunday 14 April 2024 11:35:50 +0000 (0:00:00.011) 0:01:33.941 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-encryption.yml:3 Sunday 14 April 2024 11:35:50 +0000 (0:00:00.014) 0:01:33.956 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-encryption.yml:10 Sunday 14 April 2024 11:35:50 +0000 (0:00:00.011) 0:01:33.967 ********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: cryptsetup TASK [Collect LUKS info for this volume] *************************************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-encryption.yml:16 Sunday 14 April 2024 11:35:53 +0000 (0:00:02.747) 0:01:36.715 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-encryption.yml:22 Sunday 14 April 2024 11:35:53 +0000 (0:00:00.012) 0:01:36.727 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-encryption.yml:29 Sunday 14 April 2024 11:35:53 +0000 (0:00:00.011) 0:01:36.739 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-encryption.yml:40 Sunday 14 April 2024 11:35:53 +0000 (0:00:00.025) 0:01:36.764 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-encryption.yml:46 Sunday 14 April 2024 11:35:53 +0000 (0:00:00.012) 0:01:36.776 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-encryption.yml:51 Sunday 14 April 2024 11:35:53 +0000 (0:00:00.011) 0:01:36.788 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-encryption.yml:63 Sunday 14 April 2024 11:35:53 +0000 (0:00:00.012) 0:01:36.800 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-encryption.yml:75 Sunday 14 April 2024 11:35:53 +0000 (0:00:00.011) 0:01:36.812 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-encryption.yml:87 Sunday 14 April 2024 11:35:53 +0000 (0:00:00.013) 0:01:36.826 ********** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [], "_storage_test_expected_crypttab_entries": "0", "_storage_test_expected_crypttab_key_file": "-" }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-encryption.yml:93 Sunday 14 April 2024 11:35:53 +0000 (0:00:00.026) 0:01:36.853 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-encryption.yml:100 Sunday 14 April 2024 11:35:53 +0000 (0:00:00.023) 0:01:36.876 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-encryption.yml:108 Sunday 14 April 2024 11:35:53 +0000 (0:00:00.019) 0:01:36.896 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-encryption.yml:116 Sunday 14 April 2024 11:35:53 +0000 (0:00:00.022) 0:01:36.919 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-encryption.yml:124 Sunday 14 April 2024 11:35:53 +0000 (0:00:00.019) 0:01:36.939 ********** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_expected_crypttab_entries": null, "_storage_test_expected_crypttab_key_file": null }, "changed": false } TASK [Get information about RAID] ********************************************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-md.yml:8 Sunday 14 April 2024 11:35:53 +0000 (0:00:00.011) 0:01:36.951 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-md.yml:14 Sunday 14 April 2024 11:35:53 +0000 (0:00:00.011) 0:01:36.962 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-md.yml:19 Sunday 14 April 2024 11:35:53 +0000 (0:00:00.011) 0:01:36.974 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-md.yml:24 Sunday 14 April 2024 11:35:53 +0000 (0:00:00.011) 0:01:36.985 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-md.yml:29 Sunday 14 April 2024 11:35:53 +0000 (0:00:00.011) 0:01:36.997 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-md.yml:37 Sunday 14 April 2024 11:35:53 +0000 (0:00:00.011) 0:01:37.009 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-md.yml:46 Sunday 14 April 2024 11:35:53 +0000 (0:00:00.011) 0:01:37.020 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-md.yml:54 Sunday 14 April 2024 11:35:53 +0000 (0:00:00.011) 0:01:37.032 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-md.yml:62 Sunday 14 April 2024 11:35:53 +0000 (0:00:00.011) 0:01:37.043 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-md.yml:70 Sunday 14 April 2024 11:35:53 +0000 (0:00:00.011) 0:01:37.054 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-size.yml:3 Sunday 14 April 2024 11:35:53 +0000 (0:00:00.013) 0:01:37.068 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-size.yml:11 Sunday 14 April 2024 11:35:53 +0000 (0:00:00.020) 0:01:37.089 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-size.yml:20 Sunday 14 April 2024 11:35:53 +0000 (0:00:00.020) 0:01:37.109 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-size.yml:28 Sunday 14 April 2024 11:35:53 +0000 (0:00:00.020) 0:01:37.129 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-size.yml:32 Sunday 14 April 2024 11:35:54 +0000 (0:00:00.013) 0:01:37.143 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-size.yml:46 Sunday 14 April 2024 11:35:54 +0000 (0:00:00.020) 0:01:37.163 ********** skipping: [sut] => { "false_condition": "storage_test_volume.type == \"lvm\"" } TASK [Show test blockinfo] ***************************************************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-size.yml:50 Sunday 14 April 2024 11:35:54 +0000 (0:00:00.023) 0:01:37.187 ********** skipping: [sut] => { "false_condition": "storage_test_volume.type == \"lvm\"" } TASK [Show test pool size] ***************************************************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-size.yml:54 Sunday 14 April 2024 11:35:54 +0000 (0:00:00.020) 0:01:37.208 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-size.yml:58 Sunday 14 April 2024 11:35:54 +0000 (0:00:00.020) 0:01:37.228 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-size.yml:67 Sunday 14 April 2024 11:35:54 +0000 (0:00:00.019) 0:01:37.247 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-size.yml:71 Sunday 14 April 2024 11:35:54 +0000 (0:00:00.011) 0:01:37.259 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-size.yml:76 Sunday 14 April 2024 11:35:54 +0000 (0:00:00.011) 0:01:37.270 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-size.yml:82 Sunday 14 April 2024 11:35:54 +0000 (0:00:00.012) 0:01:37.282 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-size.yml:86 Sunday 14 April 2024 11:35:54 +0000 (0:00:00.011) 0:01:37.293 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-size.yml:91 Sunday 14 April 2024 11:35:54 +0000 (0:00:00.011) 0:01:37.305 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-size.yml:96 Sunday 14 April 2024 11:35:54 +0000 (0:00:00.011) 0:01:37.317 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-size.yml:101 Sunday 14 April 2024 11:35:54 +0000 (0:00:00.011) 0:01:37.328 ********** skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Show volume thin pool size] ********************************************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-size.yml:105 Sunday 14 April 2024 11:35:54 +0000 (0:00:00.011) 0:01:37.339 ********** skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-size.yml:109 Sunday 14 April 2024 11:35:54 +0000 (0:00:00.037) 0:01:37.377 ********** skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Establish base value for expected thin pool size] ************************ task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-size.yml:113 Sunday 14 April 2024 11:35:54 +0000 (0:00:00.012) 0:01:37.389 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-size.yml:120 Sunday 14 April 2024 11:35:54 +0000 (0:00:00.011) 0:01:37.401 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-size.yml:127 Sunday 14 April 2024 11:35:54 +0000 (0:00:00.011) 0:01:37.413 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-size.yml:131 Sunday 14 April 2024 11:35:54 +0000 (0:00:00.011) 0:01:37.424 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-size.yml:137 Sunday 14 April 2024 11:35:54 +0000 (0:00:00.011) 0:01:37.435 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-size.yml:143 Sunday 14 April 2024 11:35:54 +0000 (0:00:00.012) 0:01:37.448 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-size.yml:147 Sunday 14 April 2024 11:35:54 +0000 (0:00:00.013) 0:01:37.462 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-size.yml:151 Sunday 14 April 2024 11:35:54 +0000 (0:00:00.013) 0:01:37.476 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-cache.yml:5 Sunday 14 April 2024 11:35:54 +0000 (0:00:00.020) 0:01:37.496 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-cache.yml:13 Sunday 14 April 2024 11:35:54 +0000 (0:00:00.011) 0:01:37.507 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-cache.yml:17 Sunday 14 April 2024 11:35:54 +0000 (0:00:00.011) 0:01:37.519 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-cache.yml:24 Sunday 14 April 2024 11:35:54 +0000 (0:00:00.013) 0:01:37.532 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-cache.yml:31 Sunday 14 April 2024 11:35:54 +0000 (0:00:00.012) 0:01:37.545 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-cache.yml:37 Sunday 14 April 2024 11:35:54 +0000 (0:00:00.012) 0:01:37.557 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-cache.yml:42 Sunday 14 April 2024 11:35:54 +0000 (0:00:00.012) 0:01:37.570 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume.yml:25 Sunday 14 April 2024 11:35:54 +0000 (0:00:00.011) 0:01:37.581 ********** ok: [sut] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Clean up variable namespace] ********************************************* task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/verify-role-results.yml:54 Sunday 14 April 2024 11:35:54 +0000 (0:00:00.011) 0:01:37.593 ********** ok: [sut] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } TASK [Change the disk device file system type from swap to ext3] *************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/tests_swap.yml:72 Sunday 14 April 2024 11:35:54 +0000 (0:00:00.013) 0:01:37.606 ********** TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Sunday 14 April 2024 11:35:54 +0000 (0:00:00.032) 0:01:37.639 ********** included: /WORKDIR/git-weekly-cigc7nwvbz/.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-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Sunday 14 April 2024 11:35:54 +0000 (0:00:00.018) 0:01:37.657 ********** 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-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Sunday 14 April 2024 11:35:54 +0000 (0:00:00.026) 0:01:37.683 ********** 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_8.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /WORKDIR/git-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Sunday 14 April 2024 11:35:54 +0000 (0:00:00.031) 0:01:37.715 ********** skipping: [sut] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Sunday 14 April 2024 11:35:54 +0000 (0:00:00.015) 0:01:37.730 ********** 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-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Sunday 14 April 2024 11:35:54 +0000 (0:00:00.013) 0:01:37.744 ********** 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-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Sunday 14 April 2024 11:35:54 +0000 (0:00:00.012) 0:01:37.757 ********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /WORKDIR/git-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Sunday 14 April 2024 11:35:54 +0000 (0:00:00.012) 0:01:37.770 ********** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /WORKDIR/git-weekly-cigc7nwvbz/.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-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Sunday 14 April 2024 11:35:54 +0000 (0:00:00.028) 0:01:37.798 ********** 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-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Sunday 14 April 2024 11:35:54 +0000 (0:00:00.015) 0:01:37.814 ********** 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-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Sunday 14 April 2024 11:35:54 +0000 (0:00:00.014) 0:01:37.829 ********** 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-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Sunday 14 April 2024 11:35:54 +0000 (0:00:00.016) 0:01:37.845 ********** 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-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Sunday 14 April 2024 11:35:54 +0000 (0:00:00.018) 0:01:37.864 ********** 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-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Sunday 14 April 2024 11:35:54 +0000 (0:00:00.015) 0:01:37.879 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /WORKDIR/git-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Sunday 14 April 2024 11:35:54 +0000 (0:00:00.015) 0:01:37.894 ********** 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-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Sunday 14 April 2024 11:35:54 +0000 (0:00:00.014) 0:01:37.909 ********** ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /WORKDIR/git-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Sunday 14 April 2024 11:35:54 +0000 (0:00:00.030) 0:01:37.940 ********** 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-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Sunday 14 April 2024 11:35:54 +0000 (0:00:00.010) 0:01:37.951 ********** 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=ab5d94d6-6f9d-4725-995d-98deed2d6319", "state": "absent" }, { "dump": 0, "fstype": "ext3", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test", "src": "UUID=56f30cde-42db-4ac9-8e61-15f5d1ec36c1", "state": "mounted" } ], "packages": [ "e2fsprogs", "xfsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=56f30cde-42db-4ac9-8e61-15f5d1ec36c1", "_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-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Sunday 14 April 2024 11:36:02 +0000 (0:00:07.919) 0:01:45.870 ********** 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-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Sunday 14 April 2024 11:36:02 +0000 (0:00:00.022) 0:01:45.893 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /WORKDIR/git-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:101 Sunday 14 April 2024 11:36:02 +0000 (0:00:00.010) 0:01:45.903 ********** 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=ab5d94d6-6f9d-4725-995d-98deed2d6319", "state": "absent" }, { "dump": 0, "fstype": "ext3", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test", "src": "UUID=56f30cde-42db-4ac9-8e61-15f5d1ec36c1", "state": "mounted" } ], "packages": [ "e2fsprogs", "xfsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=56f30cde-42db-4ac9-8e61-15f5d1ec36c1", "_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-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:110 Sunday 14 April 2024 11:36:02 +0000 (0:00:00.016) 0:01:45.920 ********** 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-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:114 Sunday 14 April 2024 11:36:02 +0000 (0:00:00.015) 0:01:45.935 ********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=56f30cde-42db-4ac9-8e61-15f5d1ec36c1", "_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-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:130 Sunday 14 April 2024 11:36:02 +0000 (0:00:00.015) 0:01:45.951 ********** 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=ab5d94d6-6f9d-4725-995d-98deed2d6319', '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=ab5d94d6-6f9d-4725-995d-98deed2d6319", "state": "absent" }, "name": "none", "opts": "defaults", "passno": "0", "src": "UUID=ab5d94d6-6f9d-4725-995d-98deed2d6319" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:141 Sunday 14 April 2024 11:36:03 +0000 (0:00:00.245) 0:01:46.196 ********** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /WORKDIR/git-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:146 Sunday 14 April 2024 11:36:03 +0000 (0:00:00.541) 0:01:46.737 ********** 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=56f30cde-42db-4ac9-8e61-15f5d1ec36c1', '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=56f30cde-42db-4ac9-8e61-15f5d1ec36c1", "state": "mounted" }, "name": "/opt/test", "opts": "defaults", "passno": "0", "src": "UUID=56f30cde-42db-4ac9-8e61-15f5d1ec36c1" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /WORKDIR/git-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:157 Sunday 14 April 2024 11:36:03 +0000 (0:00:00.315) 0:01:47.052 ********** skipping: [sut] => (item={'src': 'UUID=56f30cde-42db-4ac9-8e61-15f5d1ec36c1', '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=56f30cde-42db-4ac9-8e61-15f5d1ec36c1", "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-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:169 Sunday 14 April 2024 11:36:03 +0000 (0:00:00.028) 0:01:47.081 ********** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /WORKDIR/git-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:177 Sunday 14 April 2024 11:36:04 +0000 (0:00:00.545) 0:01:47.626 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1713094152.6592197, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1709715035.243, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 135, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "inode/x-empty", "mode": "0600", "mtime": 1709714642.533, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "3171982484", "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-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:182 Sunday 14 April 2024 11:36:04 +0000 (0:00:00.217) 0:01:47.844 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /WORKDIR/git-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:204 Sunday 14 April 2024 11:36:04 +0000 (0:00:00.012) 0:01:47.857 ********** ok: [sut] TASK [Verify results] ********************************************************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/tests_swap.yml:83 Sunday 14 April 2024 11:36:05 +0000 (0:00:00.801) 0:01:48.659 ********** included: /WORKDIR/git-weekly-cigc7nwvbz/tests/verify-role-results.yml for sut TASK [Print out pool information] ********************************************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/verify-role-results.yml:2 Sunday 14 April 2024 11:36:05 +0000 (0:00:00.025) 0:01:48.684 ********** skipping: [sut] => { "false_condition": "_storage_pools_list | length > 0" } TASK [Print out volume information] ******************************************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/verify-role-results.yml:7 Sunday 14 April 2024 11:36:05 +0000 (0:00:00.021) 0:01:48.706 ********** ok: [sut] => { "_storage_volumes_list": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=56f30cde-42db-4ac9-8e61-15f5d1ec36c1", "_raw_device": "/dev/sda", "_raw_kernel_device": "/dev/sda", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext3", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] } TASK [Collect info about the volumes.] ***************************************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/verify-role-results.yml:15 Sunday 14 April 2024 11:36:05 +0000 (0:00:00.025) 0:01:48.731 ********** ok: [sut] => { "changed": false, "info": { "/dev/sda": { "fstype": "ext3", "label": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "56f30cde-42db-4ac9-8e61-15f5d1ec36c1" }, "/dev/sdb": { "fstype": "ext3", "label": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "7e0bff0a-a618-4cf9-abaa-91da01e74829" }, "/dev/sdc": { "fstype": "", "label": "", "name": "/dev/sdc", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdd": { "fstype": "", "label": "", "name": "/dev/sdd", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sde": { "fstype": "", "label": "", "name": "/dev/sde", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdf": { "fstype": "", "label": "", "name": "/dev/sdf", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdg": { "fstype": "", "label": "", "name": "/dev/sdg", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdh": { "fstype": "", "label": "", "name": "/dev/sdh", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdi": { "fstype": "", "label": "", "name": "/dev/sdi", "size": "10G", "type": "disk", "uuid": "" }, "/dev/xvda": { "fstype": "", "label": "", "name": "/dev/xvda", "size": "250G", "type": "disk", "uuid": "" }, "/dev/xvda1": { "fstype": "xfs", "label": "", "name": "/dev/xvda1", "size": "250G", "type": "partition", "uuid": "a5dd515a-6ac6-4058-8f5f-1857be5c3e54" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/verify-role-results.yml:20 Sunday 14 April 2024 11:36:05 +0000 (0:00:00.216) 0:01:48.947 ********** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.003325", "end": "2024-04-14 11:36:06.006026", "rc": 0, "start": "2024-04-14 11:36:06.002701" } STDOUT: # # /etc/fstab # Created by anaconda on Wed Mar 6 08:44:02 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=a5dd515a-6ac6-4058-8f5f-1857be5c3e54 / 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=56f30cde-42db-4ac9-8e61-15f5d1ec36c1 /opt/test ext3 defaults 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/verify-role-results.yml:25 Sunday 14 April 2024 11:36:06 +0000 (0:00:00.212) 0:01:49.159 ********** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.003735", "end": "2024-04-14 11:36:06.219377", "failed_when_result": false, "rc": 0, "start": "2024-04-14 11:36:06.215642" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/verify-role-results.yml:34 Sunday 14 April 2024 11:36:06 +0000 (0:00:00.213) 0:01:49.373 ********** 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-weekly-cigc7nwvbz/tests/verify-role-results.yml:44 Sunday 14 April 2024 11:36:06 +0000 (0:00:00.041) 0:01:49.415 ********** included: /WORKDIR/git-weekly-cigc7nwvbz/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=56f30cde-42db-4ac9-8e61-15f5d1ec36c1', '_kernel_device': '/dev/sda', '_raw_kernel_device': '/dev/sda'}) TASK [Set storage volume test variables] *************************************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume.yml:2 Sunday 14 April 2024 11:36:06 +0000 (0:00:00.033) 0:01:49.448 ********** ok: [sut] => { "ansible_facts": { "_storage_test_volume_present": true, "_storage_volume_tests": [ "mount", "fstab", "fs", "device", "encryption", "md", "size", "cache" ] }, "changed": false } TASK [Run test verify for {{ storage_test_volume_subset }}] ******************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume.yml:19 Sunday 14 April 2024 11:36:06 +0000 (0:00:00.024) 0:01:49.473 ********** included: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-mount.yml for sut => (item=mount) included: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-fstab.yml for sut => (item=fstab) included: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-fs.yml for sut => (item=fs) included: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-device.yml for sut => (item=device) included: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-encryption.yml for sut => (item=encryption) included: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-md.yml for sut => (item=md) included: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-size.yml for sut => (item=size) included: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-cache.yml for sut => (item=cache) TASK [Get expected mount device based on device type] ************************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-mount.yml:7 Sunday 14 April 2024 11:36:06 +0000 (0:00:00.046) 0:01:49.519 ********** ok: [sut] => { "ansible_facts": { "storage_test_device_path": "/dev/sda" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-mount.yml:11 Sunday 14 April 2024 11:36:06 +0000 (0:00:00.018) 0:01:49.538 ********** ok: [sut] => { "ansible_facts": { "storage_test_mount_device_matches": [ { "block_available": 2427072, "block_size": 4096, "block_total": 2558167, "block_used": 131095, "device": "/dev/sda", "fstype": "ext3", "inode_available": 655349, "inode_total": 655360, "inode_used": 11, "mount": "/opt/test", "options": "rw,seclabel,relatime,stripe=2048", "size_available": 9941286912, "size_total": 10478252032, "uuid": "56f30cde-42db-4ac9-8e61-15f5d1ec36c1" } ], "storage_test_mount_expected_match_count": "1", "storage_test_mount_point_matches": [ { "block_available": 2427072, "block_size": 4096, "block_total": 2558167, "block_used": 131095, "device": "/dev/sda", "fstype": "ext3", "inode_available": 655349, "inode_total": 655360, "inode_used": 11, "mount": "/opt/test", "options": "rw,seclabel,relatime,stripe=2048", "size_available": 9941286912, "size_total": 10478252032, "uuid": "56f30cde-42db-4ac9-8e61-15f5d1ec36c1" } ], "storage_test_swap_expected_matches": "0" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-mount.yml:21 Sunday 14 April 2024 11:36:06 +0000 (0:00:00.030) 0:01:49.569 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-mount.yml:30 Sunday 14 April 2024 11:36:06 +0000 (0:00:00.013) 0:01:49.582 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the current mount state by mount point] *************************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-mount.yml:41 Sunday 14 April 2024 11:36:06 +0000 (0:00:00.026) 0:01:49.608 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-mount.yml:48 Sunday 14 April 2024 11:36:06 +0000 (0:00:00.025) 0:01:49.634 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-mount.yml:54 Sunday 14 April 2024 11:36:06 +0000 (0:00:00.012) 0:01:49.646 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-mount.yml:60 Sunday 14 April 2024 11:36:06 +0000 (0:00:00.012) 0:01:49.659 ********** 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 [Verify the mount fs type] ************************************************ task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-mount.yml:69 Sunday 14 April 2024 11:36:06 +0000 (0:00:00.012) 0:01:49.671 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get path of test volume device] ****************************************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-mount.yml:80 Sunday 14 April 2024 11:36:06 +0000 (0:00:00.024) 0:01:49.696 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-mount.yml:86 Sunday 14 April 2024 11:36:06 +0000 (0:00:00.013) 0:01:49.710 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-mount.yml:92 Sunday 14 April 2024 11:36:06 +0000 (0:00:00.011) 0:01:49.722 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-mount.yml:102 Sunday 14 April 2024 11:36:06 +0000 (0:00:00.011) 0:01:49.733 ********** ok: [sut] => { "ansible_facts": { "storage_test_found_mount_stat": null, "storage_test_mount_device_matches": null, "storage_test_mount_expected_match_count": null, "storage_test_mount_point_matches": null, "storage_test_swap_expected_matches": null, "storage_test_swaps": null, "storage_test_sys_node": null }, "changed": false } TASK [Set some variables for fstab checking] *********************************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-fstab.yml:2 Sunday 14 April 2024 11:36:06 +0000 (0:00:00.011) 0:01:49.745 ********** 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=56f30cde-42db-4ac9-8e61-15f5d1ec36c1 " ], "storage_test_fstab_mount_options_matches": [ " /opt/test ext3 defaults " ], "storage_test_fstab_mount_point_matches": [ " /opt/test " ] }, "changed": false } TASK [Verify that the device identifier appears in /etc/fstab] ***************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-fstab.yml:17 Sunday 14 April 2024 11:36:06 +0000 (0:00:00.035) 0:01:49.781 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-fstab.yml:24 Sunday 14 April 2024 11:36:06 +0000 (0:00:00.024) 0:01:49.806 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-fstab.yml:33 Sunday 14 April 2024 11:36:06 +0000 (0:00:00.026) 0:01:49.832 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-fstab.yml:45 Sunday 14 April 2024 11:36:06 +0000 (0:00:00.021) 0:01:49.854 ********** ok: [sut] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": null, "storage_test_fstab_expected_mount_options_matches": null, "storage_test_fstab_expected_mount_point_matches": null, "storage_test_fstab_id_matches": null, "storage_test_fstab_mount_options_matches": null, "storage_test_fstab_mount_point_matches": null }, "changed": false } TASK [Verify fs type] ********************************************************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-fs.yml:3 Sunday 14 April 2024 11:36:06 +0000 (0:00:00.013) 0:01:49.867 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-fs.yml:9 Sunday 14 April 2024 11:36:06 +0000 (0:00:00.025) 0:01:49.892 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-device.yml:3 Sunday 14 April 2024 11:36:06 +0000 (0:00:00.024) 0:01:49.917 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1713094562.6666076, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1713094562.6666076, "dev": 6, "device_type": 2048, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 57184, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/blockdevice", "mode": "0660", "mtime": 1713094562.6666076, "nlink": 1, "path": "/dev/sda", "pw_name": "root", "readable": true, "rgrp": true, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": null, "wgrp": true, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-device.yml:9 Sunday 14 April 2024 11:36:07 +0000 (0:00:00.218) 0:01:50.135 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-device.yml:16 Sunday 14 April 2024 11:36:07 +0000 (0:00:00.016) 0:01:50.151 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-device.yml:23 Sunday 14 April 2024 11:36:07 +0000 (0:00:00.012) 0:01:50.164 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-device.yml:29 Sunday 14 April 2024 11:36:07 +0000 (0:00:00.016) 0:01:50.180 ********** ok: [sut] => { "ansible_facts": { "st_volume_type": "disk" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-device.yml:33 Sunday 14 April 2024 11:36:07 +0000 (0:00:00.014) 0:01:50.194 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-device.yml:38 Sunday 14 April 2024 11:36:07 +0000 (0:00:00.012) 0:01:50.206 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-encryption.yml:3 Sunday 14 April 2024 11:36:07 +0000 (0:00:00.015) 0:01:50.221 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-encryption.yml:10 Sunday 14 April 2024 11:36:07 +0000 (0:00:00.013) 0:01:50.235 ********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: cryptsetup TASK [Collect LUKS info for this volume] *************************************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-encryption.yml:16 Sunday 14 April 2024 11:36:09 +0000 (0:00:02.745) 0:01:52.980 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-encryption.yml:22 Sunday 14 April 2024 11:36:09 +0000 (0:00:00.012) 0:01:52.993 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-encryption.yml:29 Sunday 14 April 2024 11:36:09 +0000 (0:00:00.011) 0:01:53.005 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-encryption.yml:40 Sunday 14 April 2024 11:36:09 +0000 (0:00:00.025) 0:01:53.030 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-encryption.yml:46 Sunday 14 April 2024 11:36:09 +0000 (0:00:00.012) 0:01:53.042 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-encryption.yml:51 Sunday 14 April 2024 11:36:09 +0000 (0:00:00.012) 0:01:53.055 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-encryption.yml:63 Sunday 14 April 2024 11:36:09 +0000 (0:00:00.011) 0:01:53.066 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-encryption.yml:75 Sunday 14 April 2024 11:36:09 +0000 (0:00:00.011) 0:01:53.078 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-encryption.yml:87 Sunday 14 April 2024 11:36:09 +0000 (0:00:00.012) 0:01:53.090 ********** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [], "_storage_test_expected_crypttab_entries": "0", "_storage_test_expected_crypttab_key_file": "-" }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-encryption.yml:93 Sunday 14 April 2024 11:36:09 +0000 (0:00:00.025) 0:01:53.115 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-encryption.yml:100 Sunday 14 April 2024 11:36:10 +0000 (0:00:00.023) 0:01:53.139 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-encryption.yml:108 Sunday 14 April 2024 11:36:10 +0000 (0:00:00.022) 0:01:53.162 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-encryption.yml:116 Sunday 14 April 2024 11:36:10 +0000 (0:00:00.022) 0:01:53.184 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-encryption.yml:124 Sunday 14 April 2024 11:36:10 +0000 (0:00:00.021) 0:01:53.206 ********** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_expected_crypttab_entries": null, "_storage_test_expected_crypttab_key_file": null }, "changed": false } TASK [Get information about RAID] ********************************************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-md.yml:8 Sunday 14 April 2024 11:36:10 +0000 (0:00:00.012) 0:01:53.219 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-md.yml:14 Sunday 14 April 2024 11:36:10 +0000 (0:00:00.012) 0:01:53.232 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-md.yml:19 Sunday 14 April 2024 11:36:10 +0000 (0:00:00.012) 0:01:53.244 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-md.yml:24 Sunday 14 April 2024 11:36:10 +0000 (0:00:00.013) 0:01:53.257 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-md.yml:29 Sunday 14 April 2024 11:36:10 +0000 (0:00:00.012) 0:01:53.269 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-md.yml:37 Sunday 14 April 2024 11:36:10 +0000 (0:00:00.013) 0:01:53.283 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-md.yml:46 Sunday 14 April 2024 11:36:10 +0000 (0:00:00.012) 0:01:53.295 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-md.yml:54 Sunday 14 April 2024 11:36:10 +0000 (0:00:00.012) 0:01:53.307 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-md.yml:62 Sunday 14 April 2024 11:36:10 +0000 (0:00:00.011) 0:01:53.318 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-md.yml:70 Sunday 14 April 2024 11:36:10 +0000 (0:00:00.012) 0:01:53.331 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-size.yml:3 Sunday 14 April 2024 11:36:10 +0000 (0:00:00.013) 0:01:53.344 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-size.yml:11 Sunday 14 April 2024 11:36:10 +0000 (0:00:00.022) 0:01:53.367 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-size.yml:20 Sunday 14 April 2024 11:36:10 +0000 (0:00:00.021) 0:01:53.388 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-size.yml:28 Sunday 14 April 2024 11:36:10 +0000 (0:00:00.020) 0:01:53.408 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-size.yml:32 Sunday 14 April 2024 11:36:10 +0000 (0:00:00.013) 0:01:53.422 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-size.yml:46 Sunday 14 April 2024 11:36:10 +0000 (0:00:00.021) 0:01:53.444 ********** skipping: [sut] => { "false_condition": "storage_test_volume.type == \"lvm\"" } TASK [Show test blockinfo] ***************************************************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-size.yml:50 Sunday 14 April 2024 11:36:10 +0000 (0:00:00.076) 0:01:53.520 ********** skipping: [sut] => { "false_condition": "storage_test_volume.type == \"lvm\"" } TASK [Show test pool size] ***************************************************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-size.yml:54 Sunday 14 April 2024 11:36:10 +0000 (0:00:00.020) 0:01:53.541 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-size.yml:58 Sunday 14 April 2024 11:36:10 +0000 (0:00:00.020) 0:01:53.562 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-size.yml:67 Sunday 14 April 2024 11:36:10 +0000 (0:00:00.021) 0:01:53.583 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-size.yml:71 Sunday 14 April 2024 11:36:10 +0000 (0:00:00.011) 0:01:53.595 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-size.yml:76 Sunday 14 April 2024 11:36:10 +0000 (0:00:00.011) 0:01:53.606 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-size.yml:82 Sunday 14 April 2024 11:36:10 +0000 (0:00:00.013) 0:01:53.619 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-size.yml:86 Sunday 14 April 2024 11:36:10 +0000 (0:00:00.011) 0:01:53.631 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-size.yml:91 Sunday 14 April 2024 11:36:10 +0000 (0:00:00.012) 0:01:53.643 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-size.yml:96 Sunday 14 April 2024 11:36:10 +0000 (0:00:00.012) 0:01:53.655 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-size.yml:101 Sunday 14 April 2024 11:36:10 +0000 (0:00:00.011) 0:01:53.667 ********** skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Show volume thin pool size] ********************************************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-size.yml:105 Sunday 14 April 2024 11:36:10 +0000 (0:00:00.011) 0:01:53.678 ********** skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-size.yml:109 Sunday 14 April 2024 11:36:10 +0000 (0:00:00.012) 0:01:53.691 ********** skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Establish base value for expected thin pool size] ************************ task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-size.yml:113 Sunday 14 April 2024 11:36:10 +0000 (0:00:00.011) 0:01:53.703 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-size.yml:120 Sunday 14 April 2024 11:36:10 +0000 (0:00:00.011) 0:01:53.714 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-size.yml:127 Sunday 14 April 2024 11:36:10 +0000 (0:00:00.011) 0:01:53.726 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-size.yml:131 Sunday 14 April 2024 11:36:10 +0000 (0:00:00.011) 0:01:53.738 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-size.yml:137 Sunday 14 April 2024 11:36:10 +0000 (0:00:00.011) 0:01:53.750 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-size.yml:143 Sunday 14 April 2024 11:36:10 +0000 (0:00:00.012) 0:01:53.763 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-size.yml:147 Sunday 14 April 2024 11:36:10 +0000 (0:00:00.013) 0:01:53.776 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-size.yml:151 Sunday 14 April 2024 11:36:10 +0000 (0:00:00.013) 0:01:53.790 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-cache.yml:5 Sunday 14 April 2024 11:36:10 +0000 (0:00:00.020) 0:01:53.810 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-cache.yml:13 Sunday 14 April 2024 11:36:10 +0000 (0:00:00.011) 0:01:53.822 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-cache.yml:17 Sunday 14 April 2024 11:36:10 +0000 (0:00:00.011) 0:01:53.833 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-cache.yml:24 Sunday 14 April 2024 11:36:10 +0000 (0:00:00.012) 0:01:53.846 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-cache.yml:31 Sunday 14 April 2024 11:36:10 +0000 (0:00:00.013) 0:01:53.859 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-cache.yml:37 Sunday 14 April 2024 11:36:10 +0000 (0:00:00.012) 0:01:53.871 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-cache.yml:42 Sunday 14 April 2024 11:36:10 +0000 (0:00:00.011) 0:01:53.883 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume.yml:25 Sunday 14 April 2024 11:36:10 +0000 (0:00:00.012) 0:01:53.895 ********** ok: [sut] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Clean up variable namespace] ********************************************* task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/verify-role-results.yml:54 Sunday 14 April 2024 11:36:10 +0000 (0:00:00.012) 0:01:53.908 ********** ok: [sut] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } TASK [Repeat the previous invocation to verify idempotence] ******************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/tests_swap.yml:86 Sunday 14 April 2024 11:36:10 +0000 (0:00:00.013) 0:01:53.922 ********** TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Sunday 14 April 2024 11:36:10 +0000 (0:00:00.036) 0:01:53.959 ********** included: /WORKDIR/git-weekly-cigc7nwvbz/.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-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Sunday 14 April 2024 11:36:10 +0000 (0:00:00.019) 0:01:53.978 ********** 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-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Sunday 14 April 2024 11:36:10 +0000 (0:00:00.023) 0:01:54.002 ********** 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_8.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /WORKDIR/git-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Sunday 14 April 2024 11:36:10 +0000 (0:00:00.033) 0:01:54.035 ********** 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-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Sunday 14 April 2024 11:36:10 +0000 (0:00:00.015) 0:01:54.051 ********** 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-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Sunday 14 April 2024 11:36:10 +0000 (0:00:00.015) 0:01:54.066 ********** 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-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Sunday 14 April 2024 11:36:10 +0000 (0:00:00.013) 0:01:54.080 ********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /WORKDIR/git-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Sunday 14 April 2024 11:36:10 +0000 (0:00:00.015) 0:01:54.095 ********** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /WORKDIR/git-weekly-cigc7nwvbz/.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-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Sunday 14 April 2024 11:36:10 +0000 (0:00:00.028) 0:01:54.123 ********** 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-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Sunday 14 April 2024 11:36:11 +0000 (0:00:00.016) 0:01:54.140 ********** 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-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Sunday 14 April 2024 11:36:11 +0000 (0:00:00.015) 0:01:54.155 ********** 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-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Sunday 14 April 2024 11:36:11 +0000 (0:00:00.017) 0:01:54.173 ********** 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-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Sunday 14 April 2024 11:36:11 +0000 (0:00:00.017) 0:01:54.190 ********** 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-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Sunday 14 April 2024 11:36:11 +0000 (0:00:00.016) 0:01:54.207 ********** 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-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Sunday 14 April 2024 11:36:11 +0000 (0:00:00.015) 0:01:54.223 ********** 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-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Sunday 14 April 2024 11:36:11 +0000 (0:00:00.016) 0:01:54.239 ********** ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /WORKDIR/git-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Sunday 14 April 2024 11:36:11 +0000 (0:00:00.032) 0:01:54.271 ********** 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-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Sunday 14 April 2024 11:36:11 +0000 (0:00:00.012) 0:01:54.284 ********** 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=56f30cde-42db-4ac9-8e61-15f5d1ec36c1", "state": "mounted" } ], "packages": [ "xfsprogs", "e2fsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=56f30cde-42db-4ac9-8e61-15f5d1ec36c1", "_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-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Sunday 14 April 2024 11:36:15 +0000 (0:00:04.337) 0:01:58.621 ********** 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-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Sunday 14 April 2024 11:36:15 +0000 (0:00:00.022) 0:01:58.643 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /WORKDIR/git-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:101 Sunday 14 April 2024 11:36:15 +0000 (0:00:00.010) 0:01:58.654 ********** 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=56f30cde-42db-4ac9-8e61-15f5d1ec36c1", "state": "mounted" } ], "packages": [ "xfsprogs", "e2fsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=56f30cde-42db-4ac9-8e61-15f5d1ec36c1", "_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-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:110 Sunday 14 April 2024 11:36:15 +0000 (0:00:00.016) 0:01:58.670 ********** 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-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:114 Sunday 14 April 2024 11:36:15 +0000 (0:00:00.015) 0:01:58.686 ********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=56f30cde-42db-4ac9-8e61-15f5d1ec36c1", "_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-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:130 Sunday 14 April 2024 11:36:15 +0000 (0:00:00.017) 0:01:58.704 ********** 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-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:141 Sunday 14 April 2024 11:36:15 +0000 (0:00:00.023) 0:01:58.727 ********** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /WORKDIR/git-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:146 Sunday 14 April 2024 11:36:16 +0000 (0:00:00.537) 0:01:59.264 ********** 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=56f30cde-42db-4ac9-8e61-15f5d1ec36c1', '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=56f30cde-42db-4ac9-8e61-15f5d1ec36c1", "state": "mounted" }, "name": "/opt/test", "opts": "defaults", "passno": "0", "src": "UUID=56f30cde-42db-4ac9-8e61-15f5d1ec36c1" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /WORKDIR/git-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:157 Sunday 14 April 2024 11:36:16 +0000 (0:00:00.241) 0:01:59.506 ********** skipping: [sut] => (item={'src': 'UUID=56f30cde-42db-4ac9-8e61-15f5d1ec36c1', '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=56f30cde-42db-4ac9-8e61-15f5d1ec36c1", "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-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:169 Sunday 14 April 2024 11:36:16 +0000 (0:00:00.029) 0:01:59.536 ********** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /WORKDIR/git-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:177 Sunday 14 April 2024 11:36:16 +0000 (0:00:00.531) 0:02:00.067 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1713094152.6592197, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1709715035.243, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 135, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "inode/x-empty", "mode": "0600", "mtime": 1709714642.533, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "3171982484", "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-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:182 Sunday 14 April 2024 11:36:17 +0000 (0:00:00.253) 0:02:00.321 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /WORKDIR/git-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:204 Sunday 14 April 2024 11:36:17 +0000 (0:00:00.012) 0:02:00.334 ********** ok: [sut] TASK [Verify results] ********************************************************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/tests_swap.yml:97 Sunday 14 April 2024 11:36:19 +0000 (0:00:01.800) 0:02:02.135 ********** included: /WORKDIR/git-weekly-cigc7nwvbz/tests/verify-role-results.yml for sut TASK [Print out pool information] ********************************************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/verify-role-results.yml:2 Sunday 14 April 2024 11:36:19 +0000 (0:00:00.029) 0:02:02.164 ********** skipping: [sut] => { "false_condition": "_storage_pools_list | length > 0" } TASK [Print out volume information] ******************************************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/verify-role-results.yml:7 Sunday 14 April 2024 11:36:19 +0000 (0:00:00.022) 0:02:02.186 ********** ok: [sut] => { "_storage_volumes_list": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=56f30cde-42db-4ac9-8e61-15f5d1ec36c1", "_raw_device": "/dev/sda", "_raw_kernel_device": "/dev/sda", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext3", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] } TASK [Collect info about the volumes.] ***************************************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/verify-role-results.yml:15 Sunday 14 April 2024 11:36:19 +0000 (0:00:00.024) 0:02:02.211 ********** ok: [sut] => { "changed": false, "info": { "/dev/sda": { "fstype": "ext3", "label": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "56f30cde-42db-4ac9-8e61-15f5d1ec36c1" }, "/dev/sdb": { "fstype": "ext3", "label": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "7e0bff0a-a618-4cf9-abaa-91da01e74829" }, "/dev/sdc": { "fstype": "", "label": "", "name": "/dev/sdc", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdd": { "fstype": "", "label": "", "name": "/dev/sdd", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sde": { "fstype": "", "label": "", "name": "/dev/sde", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdf": { "fstype": "", "label": "", "name": "/dev/sdf", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdg": { "fstype": "", "label": "", "name": "/dev/sdg", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdh": { "fstype": "", "label": "", "name": "/dev/sdh", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdi": { "fstype": "", "label": "", "name": "/dev/sdi", "size": "10G", "type": "disk", "uuid": "" }, "/dev/xvda": { "fstype": "", "label": "", "name": "/dev/xvda", "size": "250G", "type": "disk", "uuid": "" }, "/dev/xvda1": { "fstype": "xfs", "label": "", "name": "/dev/xvda1", "size": "250G", "type": "partition", "uuid": "a5dd515a-6ac6-4058-8f5f-1857be5c3e54" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/verify-role-results.yml:20 Sunday 14 April 2024 11:36:19 +0000 (0:00:00.216) 0:02:02.427 ********** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.003286", "end": "2024-04-14 11:36:19.487045", "rc": 0, "start": "2024-04-14 11:36:19.483759" } STDOUT: # # /etc/fstab # Created by anaconda on Wed Mar 6 08:44:02 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=a5dd515a-6ac6-4058-8f5f-1857be5c3e54 / 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=56f30cde-42db-4ac9-8e61-15f5d1ec36c1 /opt/test ext3 defaults 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/verify-role-results.yml:25 Sunday 14 April 2024 11:36:19 +0000 (0:00:00.212) 0:02:02.640 ********** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.003436", "end": "2024-04-14 11:36:19.696532", "failed_when_result": false, "rc": 0, "start": "2024-04-14 11:36:19.693096" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/verify-role-results.yml:34 Sunday 14 April 2024 11:36:19 +0000 (0:00:00.211) 0:02:02.851 ********** 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-weekly-cigc7nwvbz/tests/verify-role-results.yml:44 Sunday 14 April 2024 11:36:19 +0000 (0:00:00.010) 0:02:02.862 ********** included: /WORKDIR/git-weekly-cigc7nwvbz/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=56f30cde-42db-4ac9-8e61-15f5d1ec36c1', '_kernel_device': '/dev/sda', '_raw_kernel_device': '/dev/sda'}) TASK [Set storage volume test variables] *************************************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume.yml:2 Sunday 14 April 2024 11:36:19 +0000 (0:00:00.032) 0:02:02.895 ********** ok: [sut] => { "ansible_facts": { "_storage_test_volume_present": true, "_storage_volume_tests": [ "mount", "fstab", "fs", "device", "encryption", "md", "size", "cache" ] }, "changed": false } TASK [Run test verify for {{ storage_test_volume_subset }}] ******************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume.yml:19 Sunday 14 April 2024 11:36:19 +0000 (0:00:00.024) 0:02:02.919 ********** included: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-mount.yml for sut => (item=mount) included: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-fstab.yml for sut => (item=fstab) included: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-fs.yml for sut => (item=fs) included: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-device.yml for sut => (item=device) included: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-encryption.yml for sut => (item=encryption) included: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-md.yml for sut => (item=md) included: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-size.yml for sut => (item=size) included: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-cache.yml for sut => (item=cache) TASK [Get expected mount device based on device type] ************************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-mount.yml:7 Sunday 14 April 2024 11:36:19 +0000 (0:00:00.047) 0:02:02.966 ********** ok: [sut] => { "ansible_facts": { "storage_test_device_path": "/dev/sda" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-mount.yml:11 Sunday 14 April 2024 11:36:19 +0000 (0:00:00.018) 0:02:02.985 ********** ok: [sut] => { "ansible_facts": { "storage_test_mount_device_matches": [ { "block_available": 2427072, "block_size": 4096, "block_total": 2558167, "block_used": 131095, "device": "/dev/sda", "fstype": "ext3", "inode_available": 655349, "inode_total": 655360, "inode_used": 11, "mount": "/opt/test", "options": "rw,seclabel,relatime,stripe=2048", "size_available": 9941286912, "size_total": 10478252032, "uuid": "56f30cde-42db-4ac9-8e61-15f5d1ec36c1" } ], "storage_test_mount_expected_match_count": "1", "storage_test_mount_point_matches": [ { "block_available": 2427072, "block_size": 4096, "block_total": 2558167, "block_used": 131095, "device": "/dev/sda", "fstype": "ext3", "inode_available": 655349, "inode_total": 655360, "inode_used": 11, "mount": "/opt/test", "options": "rw,seclabel,relatime,stripe=2048", "size_available": 9941286912, "size_total": 10478252032, "uuid": "56f30cde-42db-4ac9-8e61-15f5d1ec36c1" } ], "storage_test_swap_expected_matches": "0" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-mount.yml:21 Sunday 14 April 2024 11:36:19 +0000 (0:00:00.030) 0:02:03.015 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-mount.yml:30 Sunday 14 April 2024 11:36:19 +0000 (0:00:00.014) 0:02:03.030 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the current mount state by mount point] *************************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-mount.yml:41 Sunday 14 April 2024 11:36:19 +0000 (0:00:00.024) 0:02:03.054 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-mount.yml:48 Sunday 14 April 2024 11:36:19 +0000 (0:00:00.023) 0:02:03.078 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-mount.yml:54 Sunday 14 April 2024 11:36:19 +0000 (0:00:00.012) 0:02:03.090 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-mount.yml:60 Sunday 14 April 2024 11:36:19 +0000 (0:00:00.011) 0:02:03.102 ********** 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 [Verify the mount fs type] ************************************************ task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-mount.yml:69 Sunday 14 April 2024 11:36:19 +0000 (0:00:00.011) 0:02:03.113 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get path of test volume device] ****************************************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-mount.yml:80 Sunday 14 April 2024 11:36:20 +0000 (0:00:00.027) 0:02:03.140 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-mount.yml:86 Sunday 14 April 2024 11:36:20 +0000 (0:00:00.013) 0:02:03.154 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-mount.yml:92 Sunday 14 April 2024 11:36:20 +0000 (0:00:00.012) 0:02:03.166 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-mount.yml:102 Sunday 14 April 2024 11:36:20 +0000 (0:00:00.012) 0:02:03.178 ********** ok: [sut] => { "ansible_facts": { "storage_test_found_mount_stat": null, "storage_test_mount_device_matches": null, "storage_test_mount_expected_match_count": null, "storage_test_mount_point_matches": null, "storage_test_swap_expected_matches": null, "storage_test_swaps": null, "storage_test_sys_node": null }, "changed": false } TASK [Set some variables for fstab checking] *********************************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-fstab.yml:2 Sunday 14 April 2024 11:36:20 +0000 (0:00:00.013) 0:02:03.191 ********** 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=56f30cde-42db-4ac9-8e61-15f5d1ec36c1 " ], "storage_test_fstab_mount_options_matches": [ " /opt/test ext3 defaults " ], "storage_test_fstab_mount_point_matches": [ " /opt/test " ] }, "changed": false } TASK [Verify that the device identifier appears in /etc/fstab] ***************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-fstab.yml:17 Sunday 14 April 2024 11:36:20 +0000 (0:00:00.036) 0:02:03.228 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-fstab.yml:24 Sunday 14 April 2024 11:36:20 +0000 (0:00:00.028) 0:02:03.257 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-fstab.yml:33 Sunday 14 April 2024 11:36:20 +0000 (0:00:00.024) 0:02:03.282 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-fstab.yml:45 Sunday 14 April 2024 11:36:20 +0000 (0:00:00.020) 0:02:03.302 ********** ok: [sut] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": null, "storage_test_fstab_expected_mount_options_matches": null, "storage_test_fstab_expected_mount_point_matches": null, "storage_test_fstab_id_matches": null, "storage_test_fstab_mount_options_matches": null, "storage_test_fstab_mount_point_matches": null }, "changed": false } TASK [Verify fs type] ********************************************************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-fs.yml:3 Sunday 14 April 2024 11:36:20 +0000 (0:00:00.013) 0:02:03.316 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-fs.yml:9 Sunday 14 April 2024 11:36:20 +0000 (0:00:00.025) 0:02:03.341 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-device.yml:3 Sunday 14 April 2024 11:36:20 +0000 (0:00:00.025) 0:02:03.367 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1713094562.6666076, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1713094562.6666076, "dev": 6, "device_type": 2048, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 57184, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/blockdevice", "mode": "0660", "mtime": 1713094562.6666076, "nlink": 1, "path": "/dev/sda", "pw_name": "root", "readable": true, "rgrp": true, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": null, "wgrp": true, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-device.yml:9 Sunday 14 April 2024 11:36:20 +0000 (0:00:00.218) 0:02:03.586 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-device.yml:16 Sunday 14 April 2024 11:36:20 +0000 (0:00:00.015) 0:02:03.602 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-device.yml:23 Sunday 14 April 2024 11:36:20 +0000 (0:00:00.013) 0:02:03.615 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-device.yml:29 Sunday 14 April 2024 11:36:20 +0000 (0:00:00.016) 0:02:03.631 ********** ok: [sut] => { "ansible_facts": { "st_volume_type": "disk" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-device.yml:33 Sunday 14 April 2024 11:36:20 +0000 (0:00:00.014) 0:02:03.645 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-device.yml:38 Sunday 14 April 2024 11:36:20 +0000 (0:00:00.011) 0:02:03.657 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-encryption.yml:3 Sunday 14 April 2024 11:36:20 +0000 (0:00:00.016) 0:02:03.674 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-encryption.yml:10 Sunday 14 April 2024 11:36:20 +0000 (0:00:00.011) 0:02:03.685 ********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: cryptsetup TASK [Collect LUKS info for this volume] *************************************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-encryption.yml:16 Sunday 14 April 2024 11:36:23 +0000 (0:00:02.750) 0:02:06.436 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-encryption.yml:22 Sunday 14 April 2024 11:36:23 +0000 (0:00:00.012) 0:02:06.448 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-encryption.yml:29 Sunday 14 April 2024 11:36:23 +0000 (0:00:00.011) 0:02:06.460 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-encryption.yml:40 Sunday 14 April 2024 11:36:23 +0000 (0:00:00.024) 0:02:06.484 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-encryption.yml:46 Sunday 14 April 2024 11:36:23 +0000 (0:00:00.013) 0:02:06.498 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-encryption.yml:51 Sunday 14 April 2024 11:36:23 +0000 (0:00:00.012) 0:02:06.510 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-encryption.yml:63 Sunday 14 April 2024 11:36:23 +0000 (0:00:00.012) 0:02:06.523 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-encryption.yml:75 Sunday 14 April 2024 11:36:23 +0000 (0:00:00.012) 0:02:06.536 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-encryption.yml:87 Sunday 14 April 2024 11:36:23 +0000 (0:00:00.011) 0:02:06.548 ********** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [], "_storage_test_expected_crypttab_entries": "0", "_storage_test_expected_crypttab_key_file": "-" }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-encryption.yml:93 Sunday 14 April 2024 11:36:23 +0000 (0:00:00.025) 0:02:06.573 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-encryption.yml:100 Sunday 14 April 2024 11:36:23 +0000 (0:00:00.029) 0:02:06.602 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-encryption.yml:108 Sunday 14 April 2024 11:36:23 +0000 (0:00:00.022) 0:02:06.625 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-encryption.yml:116 Sunday 14 April 2024 11:36:23 +0000 (0:00:00.022) 0:02:06.647 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-encryption.yml:124 Sunday 14 April 2024 11:36:23 +0000 (0:00:00.020) 0:02:06.668 ********** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_expected_crypttab_entries": null, "_storage_test_expected_crypttab_key_file": null }, "changed": false } TASK [Get information about RAID] ********************************************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-md.yml:8 Sunday 14 April 2024 11:36:23 +0000 (0:00:00.012) 0:02:06.680 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-md.yml:14 Sunday 14 April 2024 11:36:23 +0000 (0:00:00.011) 0:02:06.692 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-md.yml:19 Sunday 14 April 2024 11:36:23 +0000 (0:00:00.044) 0:02:06.736 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-md.yml:24 Sunday 14 April 2024 11:36:23 +0000 (0:00:00.013) 0:02:06.749 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-md.yml:29 Sunday 14 April 2024 11:36:23 +0000 (0:00:00.012) 0:02:06.762 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-md.yml:37 Sunday 14 April 2024 11:36:23 +0000 (0:00:00.012) 0:02:06.774 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-md.yml:46 Sunday 14 April 2024 11:36:23 +0000 (0:00:00.013) 0:02:06.788 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-md.yml:54 Sunday 14 April 2024 11:36:23 +0000 (0:00:00.012) 0:02:06.800 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-md.yml:62 Sunday 14 April 2024 11:36:23 +0000 (0:00:00.014) 0:02:06.815 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-md.yml:70 Sunday 14 April 2024 11:36:23 +0000 (0:00:00.013) 0:02:06.828 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-size.yml:3 Sunday 14 April 2024 11:36:23 +0000 (0:00:00.012) 0:02:06.840 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-size.yml:11 Sunday 14 April 2024 11:36:23 +0000 (0:00:00.021) 0:02:06.862 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-size.yml:20 Sunday 14 April 2024 11:36:23 +0000 (0:00:00.021) 0:02:06.884 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-size.yml:28 Sunday 14 April 2024 11:36:23 +0000 (0:00:00.020) 0:02:06.905 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-size.yml:32 Sunday 14 April 2024 11:36:23 +0000 (0:00:00.016) 0:02:06.921 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-size.yml:46 Sunday 14 April 2024 11:36:23 +0000 (0:00:00.021) 0:02:06.943 ********** skipping: [sut] => { "false_condition": "storage_test_volume.type == \"lvm\"" } TASK [Show test blockinfo] ***************************************************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-size.yml:50 Sunday 14 April 2024 11:36:23 +0000 (0:00:00.021) 0:02:06.965 ********** skipping: [sut] => { "false_condition": "storage_test_volume.type == \"lvm\"" } TASK [Show test pool size] ***************************************************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-size.yml:54 Sunday 14 April 2024 11:36:23 +0000 (0:00:00.021) 0:02:06.986 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-size.yml:58 Sunday 14 April 2024 11:36:23 +0000 (0:00:00.020) 0:02:07.006 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-size.yml:67 Sunday 14 April 2024 11:36:23 +0000 (0:00:00.020) 0:02:07.027 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-size.yml:71 Sunday 14 April 2024 11:36:23 +0000 (0:00:00.013) 0:02:07.041 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-size.yml:76 Sunday 14 April 2024 11:36:23 +0000 (0:00:00.012) 0:02:07.053 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-size.yml:82 Sunday 14 April 2024 11:36:23 +0000 (0:00:00.012) 0:02:07.066 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-size.yml:86 Sunday 14 April 2024 11:36:23 +0000 (0:00:00.012) 0:02:07.078 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-size.yml:91 Sunday 14 April 2024 11:36:23 +0000 (0:00:00.011) 0:02:07.090 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-size.yml:96 Sunday 14 April 2024 11:36:23 +0000 (0:00:00.011) 0:02:07.101 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-size.yml:101 Sunday 14 April 2024 11:36:23 +0000 (0:00:00.013) 0:02:07.115 ********** skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Show volume thin pool size] ********************************************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-size.yml:105 Sunday 14 April 2024 11:36:23 +0000 (0:00:00.012) 0:02:07.128 ********** skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-size.yml:109 Sunday 14 April 2024 11:36:24 +0000 (0:00:00.012) 0:02:07.140 ********** skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Establish base value for expected thin pool size] ************************ task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-size.yml:113 Sunday 14 April 2024 11:36:24 +0000 (0:00:00.012) 0:02:07.152 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-size.yml:120 Sunday 14 April 2024 11:36:24 +0000 (0:00:00.012) 0:02:07.164 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-size.yml:127 Sunday 14 April 2024 11:36:24 +0000 (0:00:00.012) 0:02:07.176 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-size.yml:131 Sunday 14 April 2024 11:36:24 +0000 (0:00:00.014) 0:02:07.191 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-size.yml:137 Sunday 14 April 2024 11:36:24 +0000 (0:00:00.012) 0:02:07.203 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-size.yml:143 Sunday 14 April 2024 11:36:24 +0000 (0:00:00.013) 0:02:07.217 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-size.yml:147 Sunday 14 April 2024 11:36:24 +0000 (0:00:00.015) 0:02:07.233 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-size.yml:151 Sunday 14 April 2024 11:36:24 +0000 (0:00:00.016) 0:02:07.249 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-cache.yml:5 Sunday 14 April 2024 11:36:24 +0000 (0:00:00.022) 0:02:07.272 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-cache.yml:13 Sunday 14 April 2024 11:36:24 +0000 (0:00:00.015) 0:02:07.287 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-cache.yml:17 Sunday 14 April 2024 11:36:24 +0000 (0:00:00.013) 0:02:07.301 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-cache.yml:24 Sunday 14 April 2024 11:36:24 +0000 (0:00:00.013) 0:02:07.314 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-cache.yml:31 Sunday 14 April 2024 11:36:24 +0000 (0:00:00.013) 0:02:07.328 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-cache.yml:37 Sunday 14 April 2024 11:36:24 +0000 (0:00:00.013) 0:02:07.341 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-cache.yml:42 Sunday 14 April 2024 11:36:24 +0000 (0:00:00.013) 0:02:07.355 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume.yml:25 Sunday 14 April 2024 11:36:24 +0000 (0:00:00.014) 0:02:07.369 ********** ok: [sut] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Clean up variable namespace] ********************************************* task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/verify-role-results.yml:54 Sunday 14 April 2024 11:36:24 +0000 (0:00:00.015) 0:02:07.384 ********** ok: [sut] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } TASK [Change it back to swap] ************************************************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/tests_swap.yml:100 Sunday 14 April 2024 11:36:24 +0000 (0:00:00.013) 0:02:07.397 ********** TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Sunday 14 April 2024 11:36:24 +0000 (0:00:00.044) 0:02:07.442 ********** included: /WORKDIR/git-weekly-cigc7nwvbz/.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-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Sunday 14 April 2024 11:36:24 +0000 (0:00:00.019) 0:02:07.461 ********** 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-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Sunday 14 April 2024 11:36:24 +0000 (0:00:00.025) 0:02:07.486 ********** 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_8.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /WORKDIR/git-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Sunday 14 April 2024 11:36:24 +0000 (0:00:00.033) 0:02:07.520 ********** 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-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Sunday 14 April 2024 11:36:24 +0000 (0:00:00.016) 0:02:07.536 ********** 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-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Sunday 14 April 2024 11:36:24 +0000 (0:00:00.017) 0:02:07.554 ********** 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-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Sunday 14 April 2024 11:36:24 +0000 (0:00:00.015) 0:02:07.570 ********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /WORKDIR/git-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Sunday 14 April 2024 11:36:24 +0000 (0:00:00.015) 0:02:07.585 ********** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /WORKDIR/git-weekly-cigc7nwvbz/.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-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Sunday 14 April 2024 11:36:24 +0000 (0:00:00.030) 0:02:07.615 ********** 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-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Sunday 14 April 2024 11:36:24 +0000 (0:00:00.018) 0:02:07.633 ********** 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-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Sunday 14 April 2024 11:36:24 +0000 (0:00:00.015) 0:02:07.649 ********** 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-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Sunday 14 April 2024 11:36:24 +0000 (0:00:00.015) 0:02:07.664 ********** 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-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Sunday 14 April 2024 11:36:24 +0000 (0:00:00.015) 0:02:07.679 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /WORKDIR/git-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Sunday 14 April 2024 11:36:24 +0000 (0:00:00.016) 0:02:07.696 ********** 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-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Sunday 14 April 2024 11:36:24 +0000 (0:00:00.016) 0:02:07.712 ********** 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-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Sunday 14 April 2024 11:36:24 +0000 (0:00:00.052) 0:02:07.765 ********** ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /WORKDIR/git-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Sunday 14 April 2024 11:36:24 +0000 (0:00:00.034) 0:02:07.799 ********** 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-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Sunday 14 April 2024 11:36:24 +0000 (0:00:00.011) 0:02:07.810 ********** 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=56f30cde-42db-4ac9-8e61-15f5d1ec36c1", "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=5e15d382-5c47-4495-93f3-1ff76e44011b", "state": "present" } ], "packages": [ "xfsprogs", "e2fsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=5e15d382-5c47-4495-93f3-1ff76e44011b", "_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-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Sunday 14 April 2024 11:36:29 +0000 (0:00:04.475) 0:02:12.286 ********** 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-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Sunday 14 April 2024 11:36:29 +0000 (0:00:00.022) 0:02:12.308 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /WORKDIR/git-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:101 Sunday 14 April 2024 11:36:29 +0000 (0:00:00.011) 0:02:12.319 ********** 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=56f30cde-42db-4ac9-8e61-15f5d1ec36c1", "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=5e15d382-5c47-4495-93f3-1ff76e44011b", "state": "present" } ], "packages": [ "xfsprogs", "e2fsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=5e15d382-5c47-4495-93f3-1ff76e44011b", "_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-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:110 Sunday 14 April 2024 11:36:29 +0000 (0:00:00.017) 0:02:12.337 ********** 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-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:114 Sunday 14 April 2024 11:36:29 +0000 (0:00:00.016) 0:02:12.353 ********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=5e15d382-5c47-4495-93f3-1ff76e44011b", "_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-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:130 Sunday 14 April 2024 11:36:29 +0000 (0:00:00.016) 0:02:12.370 ********** 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=56f30cde-42db-4ac9-8e61-15f5d1ec36c1', '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=56f30cde-42db-4ac9-8e61-15f5d1ec36c1", "state": "absent" }, "name": "/opt/test", "opts": "defaults", "passno": "0", "src": "UUID=56f30cde-42db-4ac9-8e61-15f5d1ec36c1" } 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-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:141 Sunday 14 April 2024 11:36:29 +0000 (0:00:00.462) 0:02:12.833 ********** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /WORKDIR/git-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:146 Sunday 14 April 2024 11:36:30 +0000 (0:00:00.547) 0:02:13.381 ********** 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=5e15d382-5c47-4495-93f3-1ff76e44011b', '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=5e15d382-5c47-4495-93f3-1ff76e44011b", "state": "present" }, "name": "none", "opts": "defaults", "passno": "0", "src": "UUID=5e15d382-5c47-4495-93f3-1ff76e44011b" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /WORKDIR/git-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:157 Sunday 14 April 2024 11:36:30 +0000 (0:00:00.244) 0:02:13.625 ********** skipping: [sut] => (item={'src': 'UUID=5e15d382-5c47-4495-93f3-1ff76e44011b', '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=5e15d382-5c47-4495-93f3-1ff76e44011b", "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-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:169 Sunday 14 April 2024 11:36:30 +0000 (0:00:00.031) 0:02:13.657 ********** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /WORKDIR/git-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:177 Sunday 14 April 2024 11:36:31 +0000 (0:00:00.537) 0:02:14.194 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1713094152.6592197, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1709715035.243, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 135, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "inode/x-empty", "mode": "0600", "mtime": 1709714642.533, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "3171982484", "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-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:182 Sunday 14 April 2024 11:36:31 +0000 (0:00:00.220) 0:02:14.414 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /WORKDIR/git-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:204 Sunday 14 April 2024 11:36:31 +0000 (0:00:00.011) 0:02:14.426 ********** ok: [sut] TASK [Verify results] ********************************************************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/tests_swap.yml:110 Sunday 14 April 2024 11:36:32 +0000 (0:00:00.811) 0:02:15.237 ********** included: /WORKDIR/git-weekly-cigc7nwvbz/tests/verify-role-results.yml for sut TASK [Print out pool information] ********************************************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/verify-role-results.yml:2 Sunday 14 April 2024 11:36:32 +0000 (0:00:00.029) 0:02:15.266 ********** skipping: [sut] => { "false_condition": "_storage_pools_list | length > 0" } TASK [Print out volume information] ******************************************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/verify-role-results.yml:7 Sunday 14 April 2024 11:36:32 +0000 (0:00:00.020) 0:02:15.287 ********** ok: [sut] => { "_storage_volumes_list": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=5e15d382-5c47-4495-93f3-1ff76e44011b", "_raw_device": "/dev/sda", "_raw_kernel_device": "/dev/sda", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "swap", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] } TASK [Collect info about the volumes.] ***************************************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/verify-role-results.yml:15 Sunday 14 April 2024 11:36:32 +0000 (0:00:00.025) 0:02:15.312 ********** ok: [sut] => { "changed": false, "info": { "/dev/sda": { "fstype": "swap", "label": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "5e15d382-5c47-4495-93f3-1ff76e44011b" }, "/dev/sdb": { "fstype": "ext3", "label": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "7e0bff0a-a618-4cf9-abaa-91da01e74829" }, "/dev/sdc": { "fstype": "", "label": "", "name": "/dev/sdc", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdd": { "fstype": "", "label": "", "name": "/dev/sdd", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sde": { "fstype": "", "label": "", "name": "/dev/sde", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdf": { "fstype": "", "label": "", "name": "/dev/sdf", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdg": { "fstype": "", "label": "", "name": "/dev/sdg", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdh": { "fstype": "", "label": "", "name": "/dev/sdh", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdi": { "fstype": "", "label": "", "name": "/dev/sdi", "size": "10G", "type": "disk", "uuid": "" }, "/dev/xvda": { "fstype": "", "label": "", "name": "/dev/xvda", "size": "250G", "type": "disk", "uuid": "" }, "/dev/xvda1": { "fstype": "xfs", "label": "", "name": "/dev/xvda1", "size": "250G", "type": "partition", "uuid": "a5dd515a-6ac6-4058-8f5f-1857be5c3e54" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/verify-role-results.yml:20 Sunday 14 April 2024 11:36:32 +0000 (0:00:00.217) 0:02:15.530 ********** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.003514", "end": "2024-04-14 11:36:32.590282", "rc": 0, "start": "2024-04-14 11:36:32.586768" } STDOUT: # # /etc/fstab # Created by anaconda on Wed Mar 6 08:44:02 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=a5dd515a-6ac6-4058-8f5f-1857be5c3e54 / 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=5e15d382-5c47-4495-93f3-1ff76e44011b none swap defaults 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/verify-role-results.yml:25 Sunday 14 April 2024 11:36:32 +0000 (0:00:00.213) 0:02:15.744 ********** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.003195", "end": "2024-04-14 11:36:32.804435", "failed_when_result": false, "rc": 0, "start": "2024-04-14 11:36:32.801240" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/verify-role-results.yml:34 Sunday 14 April 2024 11:36:32 +0000 (0:00:00.213) 0:02:15.958 ********** 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-weekly-cigc7nwvbz/tests/verify-role-results.yml:44 Sunday 14 April 2024 11:36:32 +0000 (0:00:00.010) 0:02:15.968 ********** included: /WORKDIR/git-weekly-cigc7nwvbz/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=5e15d382-5c47-4495-93f3-1ff76e44011b', '_kernel_device': '/dev/sda', '_raw_kernel_device': '/dev/sda'}) TASK [Set storage volume test variables] *************************************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume.yml:2 Sunday 14 April 2024 11:36:32 +0000 (0:00:00.033) 0:02:16.001 ********** ok: [sut] => { "ansible_facts": { "_storage_test_volume_present": true, "_storage_volume_tests": [ "mount", "fstab", "fs", "device", "encryption", "md", "size", "cache" ] }, "changed": false } TASK [Run test verify for {{ storage_test_volume_subset }}] ******************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume.yml:19 Sunday 14 April 2024 11:36:32 +0000 (0:00:00.024) 0:02:16.026 ********** included: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-mount.yml for sut => (item=mount) included: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-fstab.yml for sut => (item=fstab) included: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-fs.yml for sut => (item=fs) included: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-device.yml for sut => (item=device) included: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-encryption.yml for sut => (item=encryption) included: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-md.yml for sut => (item=md) included: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-size.yml for sut => (item=size) included: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-cache.yml for sut => (item=cache) TASK [Get expected mount device based on device type] ************************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-mount.yml:7 Sunday 14 April 2024 11:36:32 +0000 (0:00:00.045) 0:02:16.071 ********** ok: [sut] => { "ansible_facts": { "storage_test_device_path": "/dev/sda" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-mount.yml:11 Sunday 14 April 2024 11:36:32 +0000 (0:00:00.018) 0:02:16.090 ********** ok: [sut] => { "ansible_facts": { "storage_test_mount_device_matches": [], "storage_test_mount_expected_match_count": "0", "storage_test_mount_point_matches": [], "storage_test_swap_expected_matches": "1" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-mount.yml:21 Sunday 14 April 2024 11:36:32 +0000 (0:00:00.029) 0:02:16.120 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-mount.yml:30 Sunday 14 April 2024 11:36:33 +0000 (0:00:00.011) 0:02:16.132 ********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point", "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by mount point] *************************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-mount.yml:41 Sunday 14 April 2024 11:36:33 +0000 (0:00:00.011) 0:02:16.143 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-mount.yml:48 Sunday 14 April 2024 11:36:33 +0000 (0:00:00.022) 0:02:16.166 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-mount.yml:54 Sunday 14 April 2024 11:36:33 +0000 (0:00:00.013) 0:02:16.179 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-mount.yml:60 Sunday 14 April 2024 11:36:33 +0000 (0:00:00.012) 0:02:16.192 ********** 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 [Verify the mount fs type] ************************************************ task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-mount.yml:69 Sunday 14 April 2024 11:36:33 +0000 (0:00:00.011) 0:02:16.204 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_mount_expected_match_count | int == 1", "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-mount.yml:80 Sunday 14 April 2024 11:36:33 +0000 (0:00:00.021) 0:02:16.225 ********** ok: [sut] => { "changed": false, "cmd": [ "realpath", "/dev/sda" ], "delta": "0:00:00.003246", "end": "2024-04-14 11:36:33.294275", "rc": 0, "start": "2024-04-14 11:36:33.291029" } STDOUT: /dev/sda TASK [Gather swap info] ******************************************************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-mount.yml:86 Sunday 14 April 2024 11:36:33 +0000 (0:00:00.222) 0:02:16.447 ********** ok: [sut] => { "changed": false, "cmd": [ "cat", "/proc/swaps" ], "delta": "0:00:00.003257", "end": "2024-04-14 11:36:33.505109", "rc": 0, "start": "2024-04-14 11:36:33.501852" } STDOUT: Filename Type Size Used Priority /dev/sda partition 10485756 0 -2 TASK [Verify swap status] ****************************************************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-mount.yml:92 Sunday 14 April 2024 11:36:33 +0000 (0:00:00.210) 0:02:16.658 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Unset facts] ************************************************************* task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-mount.yml:102 Sunday 14 April 2024 11:36:33 +0000 (0:00:00.027) 0:02:16.685 ********** ok: [sut] => { "ansible_facts": { "storage_test_found_mount_stat": null, "storage_test_mount_device_matches": null, "storage_test_mount_expected_match_count": null, "storage_test_mount_point_matches": null, "storage_test_swap_expected_matches": null, "storage_test_swaps": null, "storage_test_sys_node": null }, "changed": false } TASK [Set some variables for fstab checking] *********************************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-fstab.yml:2 Sunday 14 April 2024 11:36:33 +0000 (0:00:00.013) 0:02:16.698 ********** 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=5e15d382-5c47-4495-93f3-1ff76e44011b " ], "storage_test_fstab_mount_options_matches": [], "storage_test_fstab_mount_point_matches": [] }, "changed": false } TASK [Verify that the device identifier appears in /etc/fstab] ***************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-fstab.yml:17 Sunday 14 April 2024 11:36:33 +0000 (0:00:00.036) 0:02:16.735 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-fstab.yml:24 Sunday 14 April 2024 11:36:33 +0000 (0:00:00.023) 0:02:16.758 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-fstab.yml:33 Sunday 14 April 2024 11:36:33 +0000 (0:00:00.023) 0:02:16.782 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-fstab.yml:45 Sunday 14 April 2024 11:36:33 +0000 (0:00:00.020) 0:02:16.802 ********** ok: [sut] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": null, "storage_test_fstab_expected_mount_options_matches": null, "storage_test_fstab_expected_mount_point_matches": null, "storage_test_fstab_id_matches": null, "storage_test_fstab_mount_options_matches": null, "storage_test_fstab_mount_point_matches": null }, "changed": false } TASK [Verify fs type] ********************************************************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-fs.yml:3 Sunday 14 April 2024 11:36:33 +0000 (0:00:00.013) 0:02:16.816 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-fs.yml:9 Sunday 14 April 2024 11:36:33 +0000 (0:00:00.025) 0:02:16.842 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-device.yml:3 Sunday 14 April 2024 11:36:33 +0000 (0:00:00.023) 0:02:16.866 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1713094589.08194, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1713094589.0579395, "dev": 6, "device_type": 2048, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 57184, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/blockdevice", "mode": "0660", "mtime": 1713094589.0579395, "nlink": 1, "path": "/dev/sda", "pw_name": "root", "readable": true, "rgrp": true, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": null, "wgrp": true, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-device.yml:9 Sunday 14 April 2024 11:36:33 +0000 (0:00:00.219) 0:02:17.085 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-device.yml:16 Sunday 14 April 2024 11:36:33 +0000 (0:00:00.016) 0:02:17.102 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-device.yml:23 Sunday 14 April 2024 11:36:33 +0000 (0:00:00.012) 0:02:17.114 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-device.yml:29 Sunday 14 April 2024 11:36:33 +0000 (0:00:00.016) 0:02:17.131 ********** ok: [sut] => { "ansible_facts": { "st_volume_type": "disk" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-device.yml:33 Sunday 14 April 2024 11:36:34 +0000 (0:00:00.014) 0:02:17.145 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-device.yml:38 Sunday 14 April 2024 11:36:34 +0000 (0:00:00.012) 0:02:17.157 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-encryption.yml:3 Sunday 14 April 2024 11:36:34 +0000 (0:00:00.014) 0:02:17.172 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-encryption.yml:10 Sunday 14 April 2024 11:36:34 +0000 (0:00:00.011) 0:02:17.184 ********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: cryptsetup TASK [Collect LUKS info for this volume] *************************************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-encryption.yml:16 Sunday 14 April 2024 11:36:36 +0000 (0:00:02.755) 0:02:19.939 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-encryption.yml:22 Sunday 14 April 2024 11:36:36 +0000 (0:00:00.013) 0:02:19.952 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-encryption.yml:29 Sunday 14 April 2024 11:36:36 +0000 (0:00:00.044) 0:02:19.997 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-encryption.yml:40 Sunday 14 April 2024 11:36:36 +0000 (0:00:00.026) 0:02:20.024 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-encryption.yml:46 Sunday 14 April 2024 11:36:36 +0000 (0:00:00.013) 0:02:20.037 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-encryption.yml:51 Sunday 14 April 2024 11:36:36 +0000 (0:00:00.012) 0:02:20.050 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-encryption.yml:63 Sunday 14 April 2024 11:36:36 +0000 (0:00:00.012) 0:02:20.062 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-encryption.yml:75 Sunday 14 April 2024 11:36:36 +0000 (0:00:00.011) 0:02:20.074 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-encryption.yml:87 Sunday 14 April 2024 11:36:36 +0000 (0:00:00.013) 0:02:20.088 ********** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [], "_storage_test_expected_crypttab_entries": "0", "_storage_test_expected_crypttab_key_file": "-" }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-encryption.yml:93 Sunday 14 April 2024 11:36:36 +0000 (0:00:00.027) 0:02:20.115 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-encryption.yml:100 Sunday 14 April 2024 11:36:37 +0000 (0:00:00.025) 0:02:20.140 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-encryption.yml:108 Sunday 14 April 2024 11:36:37 +0000 (0:00:00.022) 0:02:20.162 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-encryption.yml:116 Sunday 14 April 2024 11:36:37 +0000 (0:00:00.021) 0:02:20.184 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-encryption.yml:124 Sunday 14 April 2024 11:36:37 +0000 (0:00:00.020) 0:02:20.205 ********** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_expected_crypttab_entries": null, "_storage_test_expected_crypttab_key_file": null }, "changed": false } TASK [Get information about RAID] ********************************************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-md.yml:8 Sunday 14 April 2024 11:36:37 +0000 (0:00:00.014) 0:02:20.219 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-md.yml:14 Sunday 14 April 2024 11:36:37 +0000 (0:00:00.011) 0:02:20.231 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-md.yml:19 Sunday 14 April 2024 11:36:37 +0000 (0:00:00.012) 0:02:20.243 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-md.yml:24 Sunday 14 April 2024 11:36:37 +0000 (0:00:00.011) 0:02:20.255 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-md.yml:29 Sunday 14 April 2024 11:36:37 +0000 (0:00:00.012) 0:02:20.267 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-md.yml:37 Sunday 14 April 2024 11:36:37 +0000 (0:00:00.012) 0:02:20.280 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-md.yml:46 Sunday 14 April 2024 11:36:37 +0000 (0:00:00.013) 0:02:20.293 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-md.yml:54 Sunday 14 April 2024 11:36:37 +0000 (0:00:00.012) 0:02:20.306 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-md.yml:62 Sunday 14 April 2024 11:36:37 +0000 (0:00:00.012) 0:02:20.319 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-md.yml:70 Sunday 14 April 2024 11:36:37 +0000 (0:00:00.012) 0:02:20.331 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-size.yml:3 Sunday 14 April 2024 11:36:37 +0000 (0:00:00.011) 0:02:20.343 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-size.yml:11 Sunday 14 April 2024 11:36:37 +0000 (0:00:00.020) 0:02:20.364 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-size.yml:20 Sunday 14 April 2024 11:36:37 +0000 (0:00:00.026) 0:02:20.390 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-size.yml:28 Sunday 14 April 2024 11:36:37 +0000 (0:00:00.021) 0:02:20.411 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-size.yml:32 Sunday 14 April 2024 11:36:37 +0000 (0:00:00.014) 0:02:20.426 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-size.yml:46 Sunday 14 April 2024 11:36:37 +0000 (0:00:00.021) 0:02:20.448 ********** skipping: [sut] => { "false_condition": "storage_test_volume.type == \"lvm\"" } TASK [Show test blockinfo] ***************************************************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-size.yml:50 Sunday 14 April 2024 11:36:37 +0000 (0:00:00.021) 0:02:20.470 ********** skipping: [sut] => { "false_condition": "storage_test_volume.type == \"lvm\"" } TASK [Show test pool size] ***************************************************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-size.yml:54 Sunday 14 April 2024 11:36:37 +0000 (0:00:00.021) 0:02:20.491 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-size.yml:58 Sunday 14 April 2024 11:36:37 +0000 (0:00:00.025) 0:02:20.516 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-size.yml:67 Sunday 14 April 2024 11:36:37 +0000 (0:00:00.022) 0:02:20.538 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-size.yml:71 Sunday 14 April 2024 11:36:37 +0000 (0:00:00.013) 0:02:20.551 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-size.yml:76 Sunday 14 April 2024 11:36:37 +0000 (0:00:00.012) 0:02:20.564 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-size.yml:82 Sunday 14 April 2024 11:36:37 +0000 (0:00:00.011) 0:02:20.575 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-size.yml:86 Sunday 14 April 2024 11:36:37 +0000 (0:00:00.011) 0:02:20.587 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-size.yml:91 Sunday 14 April 2024 11:36:37 +0000 (0:00:00.013) 0:02:20.601 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-size.yml:96 Sunday 14 April 2024 11:36:37 +0000 (0:00:00.013) 0:02:20.614 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-size.yml:101 Sunday 14 April 2024 11:36:37 +0000 (0:00:00.013) 0:02:20.627 ********** skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Show volume thin pool size] ********************************************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-size.yml:105 Sunday 14 April 2024 11:36:37 +0000 (0:00:00.012) 0:02:20.639 ********** skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-size.yml:109 Sunday 14 April 2024 11:36:37 +0000 (0:00:00.011) 0:02:20.651 ********** skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Establish base value for expected thin pool size] ************************ task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-size.yml:113 Sunday 14 April 2024 11:36:37 +0000 (0:00:00.011) 0:02:20.662 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-size.yml:120 Sunday 14 April 2024 11:36:37 +0000 (0:00:00.012) 0:02:20.675 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-size.yml:127 Sunday 14 April 2024 11:36:37 +0000 (0:00:00.011) 0:02:20.687 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-size.yml:131 Sunday 14 April 2024 11:36:37 +0000 (0:00:00.011) 0:02:20.699 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-size.yml:137 Sunday 14 April 2024 11:36:37 +0000 (0:00:00.011) 0:02:20.710 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-size.yml:143 Sunday 14 April 2024 11:36:37 +0000 (0:00:00.011) 0:02:20.722 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-size.yml:147 Sunday 14 April 2024 11:36:37 +0000 (0:00:00.013) 0:02:20.736 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-size.yml:151 Sunday 14 April 2024 11:36:37 +0000 (0:00:00.015) 0:02:20.752 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-cache.yml:5 Sunday 14 April 2024 11:36:37 +0000 (0:00:00.022) 0:02:20.774 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-cache.yml:13 Sunday 14 April 2024 11:36:37 +0000 (0:00:00.015) 0:02:20.790 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-cache.yml:17 Sunday 14 April 2024 11:36:37 +0000 (0:00:00.012) 0:02:20.803 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-cache.yml:24 Sunday 14 April 2024 11:36:37 +0000 (0:00:00.011) 0:02:20.815 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-cache.yml:31 Sunday 14 April 2024 11:36:37 +0000 (0:00:00.011) 0:02:20.827 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-cache.yml:37 Sunday 14 April 2024 11:36:37 +0000 (0:00:00.013) 0:02:20.840 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-cache.yml:42 Sunday 14 April 2024 11:36:37 +0000 (0:00:00.011) 0:02:20.851 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume.yml:25 Sunday 14 April 2024 11:36:37 +0000 (0:00:00.011) 0:02:20.863 ********** ok: [sut] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Clean up variable namespace] ********************************************* task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/verify-role-results.yml:54 Sunday 14 April 2024 11:36:37 +0000 (0:00:00.012) 0:02:20.875 ********** ok: [sut] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } TASK [Repeat the previous invocation to verify idempotence] ******************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/tests_swap.yml:113 Sunday 14 April 2024 11:36:37 +0000 (0:00:00.011) 0:02:20.887 ********** TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Sunday 14 April 2024 11:36:37 +0000 (0:00:00.046) 0:02:20.933 ********** included: /WORKDIR/git-weekly-cigc7nwvbz/.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-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Sunday 14 April 2024 11:36:37 +0000 (0:00:00.018) 0:02:20.952 ********** 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-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Sunday 14 April 2024 11:36:37 +0000 (0:00:00.026) 0:02:20.979 ********** 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_8.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /WORKDIR/git-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Sunday 14 April 2024 11:36:37 +0000 (0:00:00.112) 0:02:21.091 ********** 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-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Sunday 14 April 2024 11:36:37 +0000 (0:00:00.016) 0:02:21.107 ********** 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-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Sunday 14 April 2024 11:36:37 +0000 (0:00:00.016) 0:02:21.124 ********** 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-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Sunday 14 April 2024 11:36:38 +0000 (0:00:00.014) 0:02:21.138 ********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /WORKDIR/git-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Sunday 14 April 2024 11:36:38 +0000 (0:00:00.014) 0:02:21.153 ********** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /WORKDIR/git-weekly-cigc7nwvbz/.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-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Sunday 14 April 2024 11:36:38 +0000 (0:00:00.030) 0:02:21.183 ********** 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-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Sunday 14 April 2024 11:36:38 +0000 (0:00:00.016) 0:02:21.200 ********** 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-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Sunday 14 April 2024 11:36:38 +0000 (0:00:00.015) 0:02:21.216 ********** 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-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Sunday 14 April 2024 11:36:38 +0000 (0:00:00.016) 0:02:21.233 ********** 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-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Sunday 14 April 2024 11:36:38 +0000 (0:00:00.015) 0:02:21.248 ********** 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-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Sunday 14 April 2024 11:36:38 +0000 (0:00:00.018) 0:02:21.267 ********** 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-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Sunday 14 April 2024 11:36:38 +0000 (0:00:00.017) 0:02:21.284 ********** 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-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Sunday 14 April 2024 11:36:38 +0000 (0:00:00.016) 0:02:21.300 ********** ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /WORKDIR/git-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Sunday 14 April 2024 11:36:38 +0000 (0:00:00.032) 0:02:21.333 ********** 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-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Sunday 14 April 2024 11:36:38 +0000 (0:00:00.010) 0:02:21.344 ********** 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=5e15d382-5c47-4495-93f3-1ff76e44011b", "state": "present" } ], "packages": [ "e2fsprogs", "xfsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=5e15d382-5c47-4495-93f3-1ff76e44011b", "_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-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Sunday 14 April 2024 11:36:42 +0000 (0:00:04.229) 0:02:25.574 ********** 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-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Sunday 14 April 2024 11:36:42 +0000 (0:00:00.028) 0:02:25.603 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /WORKDIR/git-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:101 Sunday 14 April 2024 11:36:42 +0000 (0:00:00.011) 0:02:25.614 ********** 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=5e15d382-5c47-4495-93f3-1ff76e44011b", "state": "present" } ], "packages": [ "e2fsprogs", "xfsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=5e15d382-5c47-4495-93f3-1ff76e44011b", "_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-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:110 Sunday 14 April 2024 11:36:42 +0000 (0:00:00.021) 0:02:25.635 ********** 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-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:114 Sunday 14 April 2024 11:36:42 +0000 (0:00:00.015) 0:02:25.651 ********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=5e15d382-5c47-4495-93f3-1ff76e44011b", "_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-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:130 Sunday 14 April 2024 11:36:42 +0000 (0:00:00.015) 0:02:25.667 ********** 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-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:141 Sunday 14 April 2024 11:36:42 +0000 (0:00:00.023) 0:02:25.690 ********** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /WORKDIR/git-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:146 Sunday 14 April 2024 11:36:43 +0000 (0:00:00.539) 0:02:26.229 ********** 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=5e15d382-5c47-4495-93f3-1ff76e44011b', '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=5e15d382-5c47-4495-93f3-1ff76e44011b", "state": "present" }, "name": "none", "opts": "defaults", "passno": "0", "src": "UUID=5e15d382-5c47-4495-93f3-1ff76e44011b" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /WORKDIR/git-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:157 Sunday 14 April 2024 11:36:43 +0000 (0:00:00.246) 0:02:26.476 ********** skipping: [sut] => (item={'src': 'UUID=5e15d382-5c47-4495-93f3-1ff76e44011b', '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=5e15d382-5c47-4495-93f3-1ff76e44011b", "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-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:169 Sunday 14 April 2024 11:36:43 +0000 (0:00:00.029) 0:02:26.505 ********** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /WORKDIR/git-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:177 Sunday 14 April 2024 11:36:43 +0000 (0:00:00.534) 0:02:27.039 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1713094152.6592197, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1709715035.243, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 135, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "inode/x-empty", "mode": "0600", "mtime": 1709714642.533, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "3171982484", "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-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:182 Sunday 14 April 2024 11:36:44 +0000 (0:00:00.224) 0:02:27.263 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /WORKDIR/git-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:204 Sunday 14 April 2024 11:36:44 +0000 (0:00:00.011) 0:02:27.275 ********** ok: [sut] TASK [Verify results] ********************************************************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/tests_swap.yml:123 Sunday 14 April 2024 11:36:44 +0000 (0:00:00.803) 0:02:28.078 ********** included: /WORKDIR/git-weekly-cigc7nwvbz/tests/verify-role-results.yml for sut TASK [Print out pool information] ********************************************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/verify-role-results.yml:2 Sunday 14 April 2024 11:36:44 +0000 (0:00:00.032) 0:02:28.111 ********** skipping: [sut] => { "false_condition": "_storage_pools_list | length > 0" } TASK [Print out volume information] ******************************************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/verify-role-results.yml:7 Sunday 14 April 2024 11:36:45 +0000 (0:00:00.021) 0:02:28.133 ********** ok: [sut] => { "_storage_volumes_list": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=5e15d382-5c47-4495-93f3-1ff76e44011b", "_raw_device": "/dev/sda", "_raw_kernel_device": "/dev/sda", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "swap", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] } TASK [Collect info about the volumes.] ***************************************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/verify-role-results.yml:15 Sunday 14 April 2024 11:36:45 +0000 (0:00:00.025) 0:02:28.158 ********** ok: [sut] => { "changed": false, "info": { "/dev/sda": { "fstype": "swap", "label": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "5e15d382-5c47-4495-93f3-1ff76e44011b" }, "/dev/sdb": { "fstype": "ext3", "label": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "7e0bff0a-a618-4cf9-abaa-91da01e74829" }, "/dev/sdc": { "fstype": "", "label": "", "name": "/dev/sdc", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdd": { "fstype": "", "label": "", "name": "/dev/sdd", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sde": { "fstype": "", "label": "", "name": "/dev/sde", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdf": { "fstype": "", "label": "", "name": "/dev/sdf", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdg": { "fstype": "", "label": "", "name": "/dev/sdg", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdh": { "fstype": "", "label": "", "name": "/dev/sdh", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdi": { "fstype": "", "label": "", "name": "/dev/sdi", "size": "10G", "type": "disk", "uuid": "" }, "/dev/xvda": { "fstype": "", "label": "", "name": "/dev/xvda", "size": "250G", "type": "disk", "uuid": "" }, "/dev/xvda1": { "fstype": "xfs", "label": "", "name": "/dev/xvda1", "size": "250G", "type": "partition", "uuid": "a5dd515a-6ac6-4058-8f5f-1857be5c3e54" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/verify-role-results.yml:20 Sunday 14 April 2024 11:36:45 +0000 (0:00:00.219) 0:02:28.378 ********** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.003348", "end": "2024-04-14 11:36:45.437108", "rc": 0, "start": "2024-04-14 11:36:45.433760" } STDOUT: # # /etc/fstab # Created by anaconda on Wed Mar 6 08:44:02 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=a5dd515a-6ac6-4058-8f5f-1857be5c3e54 / 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=5e15d382-5c47-4495-93f3-1ff76e44011b none swap defaults 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/verify-role-results.yml:25 Sunday 14 April 2024 11:36:45 +0000 (0:00:00.212) 0:02:28.590 ********** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.003604", "end": "2024-04-14 11:36:45.650197", "failed_when_result": false, "rc": 0, "start": "2024-04-14 11:36:45.646593" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/verify-role-results.yml:34 Sunday 14 April 2024 11:36:45 +0000 (0:00:00.213) 0:02:28.804 ********** 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-weekly-cigc7nwvbz/tests/verify-role-results.yml:44 Sunday 14 April 2024 11:36:45 +0000 (0:00:00.013) 0:02:28.817 ********** included: /WORKDIR/git-weekly-cigc7nwvbz/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=5e15d382-5c47-4495-93f3-1ff76e44011b', '_kernel_device': '/dev/sda', '_raw_kernel_device': '/dev/sda'}) TASK [Set storage volume test variables] *************************************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume.yml:2 Sunday 14 April 2024 11:36:45 +0000 (0:00:00.033) 0:02:28.851 ********** ok: [sut] => { "ansible_facts": { "_storage_test_volume_present": true, "_storage_volume_tests": [ "mount", "fstab", "fs", "device", "encryption", "md", "size", "cache" ] }, "changed": false } TASK [Run test verify for {{ storage_test_volume_subset }}] ******************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume.yml:19 Sunday 14 April 2024 11:36:45 +0000 (0:00:00.026) 0:02:28.877 ********** included: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-mount.yml for sut => (item=mount) included: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-fstab.yml for sut => (item=fstab) included: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-fs.yml for sut => (item=fs) included: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-device.yml for sut => (item=device) included: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-encryption.yml for sut => (item=encryption) included: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-md.yml for sut => (item=md) included: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-size.yml for sut => (item=size) included: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-cache.yml for sut => (item=cache) TASK [Get expected mount device based on device type] ************************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-mount.yml:7 Sunday 14 April 2024 11:36:45 +0000 (0:00:00.047) 0:02:28.924 ********** ok: [sut] => { "ansible_facts": { "storage_test_device_path": "/dev/sda" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-mount.yml:11 Sunday 14 April 2024 11:36:45 +0000 (0:00:00.021) 0:02:28.946 ********** ok: [sut] => { "ansible_facts": { "storage_test_mount_device_matches": [], "storage_test_mount_expected_match_count": "0", "storage_test_mount_point_matches": [], "storage_test_swap_expected_matches": "1" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-mount.yml:21 Sunday 14 April 2024 11:36:45 +0000 (0:00:00.030) 0:02:28.977 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-mount.yml:30 Sunday 14 April 2024 11:36:45 +0000 (0:00:00.011) 0:02:28.988 ********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point", "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by mount point] *************************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-mount.yml:41 Sunday 14 April 2024 11:36:45 +0000 (0:00:00.014) 0:02:29.003 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-mount.yml:48 Sunday 14 April 2024 11:36:45 +0000 (0:00:00.025) 0:02:29.029 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-mount.yml:54 Sunday 14 April 2024 11:36:45 +0000 (0:00:00.012) 0:02:29.041 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-mount.yml:60 Sunday 14 April 2024 11:36:45 +0000 (0:00:00.012) 0:02:29.053 ********** 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 [Verify the mount fs type] ************************************************ task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-mount.yml:69 Sunday 14 April 2024 11:36:45 +0000 (0:00:00.013) 0:02:29.066 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_mount_expected_match_count | int == 1", "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-mount.yml:80 Sunday 14 April 2024 11:36:45 +0000 (0:00:00.021) 0:02:29.088 ********** ok: [sut] => { "changed": false, "cmd": [ "realpath", "/dev/sda" ], "delta": "0:00:00.003359", "end": "2024-04-14 11:36:46.159898", "rc": 0, "start": "2024-04-14 11:36:46.156539" } STDOUT: /dev/sda TASK [Gather swap info] ******************************************************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-mount.yml:86 Sunday 14 April 2024 11:36:46 +0000 (0:00:00.226) 0:02:29.314 ********** ok: [sut] => { "changed": false, "cmd": [ "cat", "/proc/swaps" ], "delta": "0:00:00.003323", "end": "2024-04-14 11:36:46.374768", "rc": 0, "start": "2024-04-14 11:36:46.371445" } STDOUT: Filename Type Size Used Priority /dev/sda partition 10485756 0 -2 TASK [Verify swap status] ****************************************************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-mount.yml:92 Sunday 14 April 2024 11:36:46 +0000 (0:00:00.213) 0:02:29.528 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Unset facts] ************************************************************* task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-mount.yml:102 Sunday 14 April 2024 11:36:46 +0000 (0:00:00.026) 0:02:29.554 ********** ok: [sut] => { "ansible_facts": { "storage_test_found_mount_stat": null, "storage_test_mount_device_matches": null, "storage_test_mount_expected_match_count": null, "storage_test_mount_point_matches": null, "storage_test_swap_expected_matches": null, "storage_test_swaps": null, "storage_test_sys_node": null }, "changed": false } TASK [Set some variables for fstab checking] *********************************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-fstab.yml:2 Sunday 14 April 2024 11:36:46 +0000 (0:00:00.012) 0:02:29.567 ********** 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=5e15d382-5c47-4495-93f3-1ff76e44011b " ], "storage_test_fstab_mount_options_matches": [], "storage_test_fstab_mount_point_matches": [] }, "changed": false } TASK [Verify that the device identifier appears in /etc/fstab] ***************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-fstab.yml:17 Sunday 14 April 2024 11:36:46 +0000 (0:00:00.035) 0:02:29.603 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-fstab.yml:24 Sunday 14 April 2024 11:36:46 +0000 (0:00:00.024) 0:02:29.627 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-fstab.yml:33 Sunday 14 April 2024 11:36:46 +0000 (0:00:00.026) 0:02:29.654 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-fstab.yml:45 Sunday 14 April 2024 11:36:46 +0000 (0:00:00.105) 0:02:29.760 ********** ok: [sut] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": null, "storage_test_fstab_expected_mount_options_matches": null, "storage_test_fstab_expected_mount_point_matches": null, "storage_test_fstab_id_matches": null, "storage_test_fstab_mount_options_matches": null, "storage_test_fstab_mount_point_matches": null }, "changed": false } TASK [Verify fs type] ********************************************************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-fs.yml:3 Sunday 14 April 2024 11:36:46 +0000 (0:00:00.014) 0:02:29.774 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-fs.yml:9 Sunday 14 April 2024 11:36:46 +0000 (0:00:00.026) 0:02:29.801 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-device.yml:3 Sunday 14 April 2024 11:36:46 +0000 (0:00:00.025) 0:02:29.826 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1713094589.08194, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1713094589.0579395, "dev": 6, "device_type": 2048, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 57184, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/blockdevice", "mode": "0660", "mtime": 1713094589.0579395, "nlink": 1, "path": "/dev/sda", "pw_name": "root", "readable": true, "rgrp": true, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": null, "wgrp": true, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-device.yml:9 Sunday 14 April 2024 11:36:46 +0000 (0:00:00.218) 0:02:30.045 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-device.yml:16 Sunday 14 April 2024 11:36:46 +0000 (0:00:00.016) 0:02:30.061 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-device.yml:23 Sunday 14 April 2024 11:36:46 +0000 (0:00:00.018) 0:02:30.080 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-device.yml:29 Sunday 14 April 2024 11:36:46 +0000 (0:00:00.016) 0:02:30.096 ********** ok: [sut] => { "ansible_facts": { "st_volume_type": "disk" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-device.yml:33 Sunday 14 April 2024 11:36:46 +0000 (0:00:00.014) 0:02:30.111 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-device.yml:38 Sunday 14 April 2024 11:36:46 +0000 (0:00:00.013) 0:02:30.124 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-encryption.yml:3 Sunday 14 April 2024 11:36:47 +0000 (0:00:00.017) 0:02:30.142 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-encryption.yml:10 Sunday 14 April 2024 11:36:47 +0000 (0:00:00.013) 0:02:30.155 ********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: cryptsetup TASK [Collect LUKS info for this volume] *************************************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-encryption.yml:16 Sunday 14 April 2024 11:36:49 +0000 (0:00:02.749) 0:02:32.905 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-encryption.yml:22 Sunday 14 April 2024 11:36:49 +0000 (0:00:00.011) 0:02:32.917 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-encryption.yml:29 Sunday 14 April 2024 11:36:49 +0000 (0:00:00.011) 0:02:32.929 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-encryption.yml:40 Sunday 14 April 2024 11:36:49 +0000 (0:00:00.024) 0:02:32.953 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-encryption.yml:46 Sunday 14 April 2024 11:36:49 +0000 (0:00:00.012) 0:02:32.965 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-encryption.yml:51 Sunday 14 April 2024 11:36:49 +0000 (0:00:00.011) 0:02:32.977 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-encryption.yml:63 Sunday 14 April 2024 11:36:49 +0000 (0:00:00.012) 0:02:32.990 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-encryption.yml:75 Sunday 14 April 2024 11:36:49 +0000 (0:00:00.011) 0:02:33.002 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-encryption.yml:87 Sunday 14 April 2024 11:36:49 +0000 (0:00:00.011) 0:02:33.013 ********** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [], "_storage_test_expected_crypttab_entries": "0", "_storage_test_expected_crypttab_key_file": "-" }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-encryption.yml:93 Sunday 14 April 2024 11:36:49 +0000 (0:00:00.025) 0:02:33.039 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-encryption.yml:100 Sunday 14 April 2024 11:36:49 +0000 (0:00:00.023) 0:02:33.063 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-encryption.yml:108 Sunday 14 April 2024 11:36:49 +0000 (0:00:00.020) 0:02:33.083 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-encryption.yml:116 Sunday 14 April 2024 11:36:49 +0000 (0:00:00.024) 0:02:33.108 ********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-encryption.yml:124 Sunday 14 April 2024 11:36:49 +0000 (0:00:00.021) 0:02:33.130 ********** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_expected_crypttab_entries": null, "_storage_test_expected_crypttab_key_file": null }, "changed": false } TASK [Get information about RAID] ********************************************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-md.yml:8 Sunday 14 April 2024 11:36:50 +0000 (0:00:00.012) 0:02:33.143 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-md.yml:14 Sunday 14 April 2024 11:36:50 +0000 (0:00:00.011) 0:02:33.155 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-md.yml:19 Sunday 14 April 2024 11:36:50 +0000 (0:00:00.011) 0:02:33.166 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-md.yml:24 Sunday 14 April 2024 11:36:50 +0000 (0:00:00.011) 0:02:33.178 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-md.yml:29 Sunday 14 April 2024 11:36:50 +0000 (0:00:00.013) 0:02:33.192 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-md.yml:37 Sunday 14 April 2024 11:36:50 +0000 (0:00:00.011) 0:02:33.204 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-md.yml:46 Sunday 14 April 2024 11:36:50 +0000 (0:00:00.012) 0:02:33.217 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-md.yml:54 Sunday 14 April 2024 11:36:50 +0000 (0:00:00.011) 0:02:33.229 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-md.yml:62 Sunday 14 April 2024 11:36:50 +0000 (0:00:00.011) 0:02:33.240 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-md.yml:70 Sunday 14 April 2024 11:36:50 +0000 (0:00:00.011) 0:02:33.252 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-size.yml:3 Sunday 14 April 2024 11:36:50 +0000 (0:00:00.013) 0:02:33.266 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-size.yml:11 Sunday 14 April 2024 11:36:50 +0000 (0:00:00.022) 0:02:33.288 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-size.yml:20 Sunday 14 April 2024 11:36:50 +0000 (0:00:00.021) 0:02:33.310 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-size.yml:28 Sunday 14 April 2024 11:36:50 +0000 (0:00:00.021) 0:02:33.331 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-size.yml:32 Sunday 14 April 2024 11:36:50 +0000 (0:00:00.014) 0:02:33.346 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-size.yml:46 Sunday 14 April 2024 11:36:50 +0000 (0:00:00.021) 0:02:33.367 ********** skipping: [sut] => { "false_condition": "storage_test_volume.type == \"lvm\"" } TASK [Show test blockinfo] ***************************************************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-size.yml:50 Sunday 14 April 2024 11:36:50 +0000 (0:00:00.024) 0:02:33.392 ********** skipping: [sut] => { "false_condition": "storage_test_volume.type == \"lvm\"" } TASK [Show test pool size] ***************************************************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-size.yml:54 Sunday 14 April 2024 11:36:50 +0000 (0:00:00.021) 0:02:33.413 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-size.yml:58 Sunday 14 April 2024 11:36:50 +0000 (0:00:00.021) 0:02:33.434 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-size.yml:67 Sunday 14 April 2024 11:36:50 +0000 (0:00:00.020) 0:02:33.455 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-size.yml:71 Sunday 14 April 2024 11:36:50 +0000 (0:00:00.013) 0:02:33.468 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-size.yml:76 Sunday 14 April 2024 11:36:50 +0000 (0:00:00.012) 0:02:33.481 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-size.yml:82 Sunday 14 April 2024 11:36:50 +0000 (0:00:00.013) 0:02:33.495 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-size.yml:86 Sunday 14 April 2024 11:36:50 +0000 (0:00:00.012) 0:02:33.507 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-size.yml:91 Sunday 14 April 2024 11:36:50 +0000 (0:00:00.011) 0:02:33.519 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-size.yml:96 Sunday 14 April 2024 11:36:50 +0000 (0:00:00.013) 0:02:33.533 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-size.yml:101 Sunday 14 April 2024 11:36:50 +0000 (0:00:00.015) 0:02:33.548 ********** skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Show volume thin pool size] ********************************************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-size.yml:105 Sunday 14 April 2024 11:36:50 +0000 (0:00:00.012) 0:02:33.561 ********** skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-size.yml:109 Sunday 14 April 2024 11:36:50 +0000 (0:00:00.013) 0:02:33.574 ********** skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Establish base value for expected thin pool size] ************************ task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-size.yml:113 Sunday 14 April 2024 11:36:50 +0000 (0:00:00.011) 0:02:33.586 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-size.yml:120 Sunday 14 April 2024 11:36:50 +0000 (0:00:00.011) 0:02:33.597 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-size.yml:127 Sunday 14 April 2024 11:36:50 +0000 (0:00:00.011) 0:02:33.608 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-size.yml:131 Sunday 14 April 2024 11:36:50 +0000 (0:00:00.011) 0:02:33.620 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-size.yml:137 Sunday 14 April 2024 11:36:50 +0000 (0:00:00.011) 0:02:33.631 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-size.yml:143 Sunday 14 April 2024 11:36:50 +0000 (0:00:00.012) 0:02:33.644 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-size.yml:147 Sunday 14 April 2024 11:36:50 +0000 (0:00:00.014) 0:02:33.658 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-size.yml:151 Sunday 14 April 2024 11:36:50 +0000 (0:00:00.014) 0:02:33.672 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-cache.yml:5 Sunday 14 April 2024 11:36:50 +0000 (0:00:00.021) 0:02:33.694 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-cache.yml:13 Sunday 14 April 2024 11:36:50 +0000 (0:00:00.011) 0:02:33.706 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-cache.yml:17 Sunday 14 April 2024 11:36:50 +0000 (0:00:00.011) 0:02:33.717 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-cache.yml:24 Sunday 14 April 2024 11:36:50 +0000 (0:00:00.012) 0:02:33.730 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-cache.yml:31 Sunday 14 April 2024 11:36:50 +0000 (0:00:00.011) 0:02:33.741 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-cache.yml:37 Sunday 14 April 2024 11:36:50 +0000 (0:00:00.011) 0:02:33.753 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-cache.yml:42 Sunday 14 April 2024 11:36:50 +0000 (0:00:00.011) 0:02:33.765 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume.yml:25 Sunday 14 April 2024 11:36:50 +0000 (0:00:00.011) 0:02:33.777 ********** ok: [sut] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Clean up variable namespace] ********************************************* task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/verify-role-results.yml:54 Sunday 14 April 2024 11:36:50 +0000 (0:00:00.012) 0:02:33.789 ********** ok: [sut] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } TASK [Clean up] **************************************************************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/tests_swap.yml:126 Sunday 14 April 2024 11:36:50 +0000 (0:00:00.014) 0:02:33.803 ********** TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Sunday 14 April 2024 11:36:50 +0000 (0:00:00.048) 0:02:33.852 ********** included: /WORKDIR/git-weekly-cigc7nwvbz/.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-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Sunday 14 April 2024 11:36:50 +0000 (0:00:00.059) 0:02:33.911 ********** 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-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Sunday 14 April 2024 11:36:50 +0000 (0:00:00.025) 0:02:33.937 ********** 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_8.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /WORKDIR/git-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Sunday 14 April 2024 11:36:50 +0000 (0:00:00.034) 0:02:33.971 ********** 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-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Sunday 14 April 2024 11:36:50 +0000 (0:00:00.015) 0:02:33.987 ********** 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-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Sunday 14 April 2024 11:36:50 +0000 (0:00:00.016) 0:02:34.003 ********** 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-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Sunday 14 April 2024 11:36:50 +0000 (0:00:00.016) 0:02:34.020 ********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /WORKDIR/git-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Sunday 14 April 2024 11:36:50 +0000 (0:00:00.014) 0:02:34.035 ********** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /WORKDIR/git-weekly-cigc7nwvbz/.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-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Sunday 14 April 2024 11:36:50 +0000 (0:00:00.029) 0:02:34.064 ********** 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-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Sunday 14 April 2024 11:36:50 +0000 (0:00:00.017) 0:02:34.081 ********** 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-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Sunday 14 April 2024 11:36:50 +0000 (0:00:00.016) 0:02:34.098 ********** 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-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Sunday 14 April 2024 11:36:50 +0000 (0:00:00.016) 0:02:34.114 ********** 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-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Sunday 14 April 2024 11:36:50 +0000 (0:00:00.016) 0:02:34.131 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /WORKDIR/git-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Sunday 14 April 2024 11:36:51 +0000 (0:00:00.016) 0:02:34.147 ********** 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-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Sunday 14 April 2024 11:36:51 +0000 (0:00:00.016) 0:02:34.164 ********** 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-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Sunday 14 April 2024 11:36:51 +0000 (0:00:00.016) 0:02:34.181 ********** ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /WORKDIR/git-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Sunday 14 April 2024 11:36:51 +0000 (0:00:00.037) 0:02:34.218 ********** 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-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Sunday 14 April 2024 11:36:51 +0000 (0:00:00.011) 0:02:34.230 ********** 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=5e15d382-5c47-4495-93f3-1ff76e44011b", "state": "absent" } ], "packages": [ "xfsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sda", "_mount_id": "UUID=5e15d382-5c47-4495-93f3-1ff76e44011b", "_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=7e0bff0a-a618-4cf9-abaa-91da01e74829", "_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-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Sunday 14 April 2024 11:36:55 +0000 (0:00:04.488) 0:02:38.719 ********** 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-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Sunday 14 April 2024 11:36:55 +0000 (0:00:00.021) 0:02:38.741 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /WORKDIR/git-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:101 Sunday 14 April 2024 11:36:55 +0000 (0:00:00.011) 0:02:38.752 ********** 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=5e15d382-5c47-4495-93f3-1ff76e44011b", "state": "absent" } ], "packages": [ "xfsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sda", "_mount_id": "UUID=5e15d382-5c47-4495-93f3-1ff76e44011b", "_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=7e0bff0a-a618-4cf9-abaa-91da01e74829", "_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-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:110 Sunday 14 April 2024 11:36:55 +0000 (0:00:00.018) 0:02:38.770 ********** 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-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:114 Sunday 14 April 2024 11:36:55 +0000 (0:00:00.017) 0:02:38.787 ********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [ { "_device": "/dev/sda", "_mount_id": "UUID=5e15d382-5c47-4495-93f3-1ff76e44011b", "_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=7e0bff0a-a618-4cf9-abaa-91da01e74829", "_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-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:130 Sunday 14 April 2024 11:36:55 +0000 (0:00:00.018) 0:02:38.805 ********** 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=5e15d382-5c47-4495-93f3-1ff76e44011b', '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=5e15d382-5c47-4495-93f3-1ff76e44011b", "state": "absent" }, "name": "none", "opts": "defaults", "passno": "0", "src": "UUID=5e15d382-5c47-4495-93f3-1ff76e44011b" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:141 Sunday 14 April 2024 11:36:55 +0000 (0:00:00.243) 0:02:39.049 ********** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /WORKDIR/git-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:146 Sunday 14 April 2024 11:36:56 +0000 (0:00:00.543) 0:02:39.593 ********** 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-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:157 Sunday 14 April 2024 11:36:56 +0000 (0:00:00.024) 0:02:39.617 ********** 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-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:169 Sunday 14 April 2024 11:36:56 +0000 (0:00:00.024) 0:02:39.642 ********** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /WORKDIR/git-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:177 Sunday 14 April 2024 11:36:57 +0000 (0:00:00.534) 0:02:40.176 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1713094152.6592197, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1709715035.243, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 135, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "inode/x-empty", "mode": "0600", "mtime": 1709714642.533, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "3171982484", "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-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:182 Sunday 14 April 2024 11:36:57 +0000 (0:00:00.221) 0:02:40.398 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /WORKDIR/git-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:204 Sunday 14 April 2024 11:36:57 +0000 (0:00:00.012) 0:02:40.410 ********** ok: [sut] TASK [Verify results] ********************************************************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/tests_swap.yml:142 Sunday 14 April 2024 11:36:58 +0000 (0:00:00.790) 0:02:41.201 ********** included: /WORKDIR/git-weekly-cigc7nwvbz/tests/verify-role-results.yml for sut TASK [Print out pool information] ********************************************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/verify-role-results.yml:2 Sunday 14 April 2024 11:36:58 +0000 (0:00:00.037) 0:02:41.238 ********** skipping: [sut] => { "false_condition": "_storage_pools_list | length > 0" } TASK [Print out volume information] ******************************************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/verify-role-results.yml:7 Sunday 14 April 2024 11:36:58 +0000 (0:00:00.024) 0:02:41.263 ********** ok: [sut] => { "_storage_volumes_list": [ { "_device": "/dev/sda", "_mount_id": "UUID=5e15d382-5c47-4495-93f3-1ff76e44011b", "_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=7e0bff0a-a618-4cf9-abaa-91da01e74829", "_raw_device": "/dev/sdb", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext3", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "none", "mount_user": null, "name": "test2", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "absent", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] } TASK [Collect info about the volumes.] ***************************************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/verify-role-results.yml:15 Sunday 14 April 2024 11:36:58 +0000 (0:00:00.027) 0:02:41.290 ********** ok: [sut] => { "changed": false, "info": { "/dev/sda": { "fstype": "", "label": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdb": { "fstype": "", "label": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdc": { "fstype": "", "label": "", "name": "/dev/sdc", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdd": { "fstype": "", "label": "", "name": "/dev/sdd", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sde": { "fstype": "", "label": "", "name": "/dev/sde", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdf": { "fstype": "", "label": "", "name": "/dev/sdf", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdg": { "fstype": "", "label": "", "name": "/dev/sdg", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdh": { "fstype": "", "label": "", "name": "/dev/sdh", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdi": { "fstype": "", "label": "", "name": "/dev/sdi", "size": "10G", "type": "disk", "uuid": "" }, "/dev/xvda": { "fstype": "", "label": "", "name": "/dev/xvda", "size": "250G", "type": "disk", "uuid": "" }, "/dev/xvda1": { "fstype": "xfs", "label": "", "name": "/dev/xvda1", "size": "250G", "type": "partition", "uuid": "a5dd515a-6ac6-4058-8f5f-1857be5c3e54" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/verify-role-results.yml:20 Sunday 14 April 2024 11:36:58 +0000 (0:00:00.219) 0:02:41.509 ********** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.003261", "end": "2024-04-14 11:36:58.570680", "rc": 0, "start": "2024-04-14 11:36:58.567419" } STDOUT: # # /etc/fstab # Created by anaconda on Wed Mar 6 08:44:02 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=a5dd515a-6ac6-4058-8f5f-1857be5c3e54 / xfs defaults 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat /mnt/redhat nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/qa /mnt/qa nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive /mnt/engarchive nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/tpsdist /mnt/tpsdist nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot /mnt/brew nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch /mnt/brew_scratch nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/verify-role-results.yml:25 Sunday 14 April 2024 11:36:58 +0000 (0:00:00.216) 0:02:41.726 ********** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.003260", "end": "2024-04-14 11:36:58.786944", "failed_when_result": false, "rc": 0, "start": "2024-04-14 11:36:58.783684" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/verify-role-results.yml:34 Sunday 14 April 2024 11:36:58 +0000 (0:00:00.214) 0:02:41.940 ********** 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-weekly-cigc7nwvbz/tests/verify-role-results.yml:44 Sunday 14 April 2024 11:36:58 +0000 (0:00:00.011) 0:02:41.951 ********** included: /WORKDIR/git-weekly-cigc7nwvbz/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=5e15d382-5c47-4495-93f3-1ff76e44011b'}) included: /WORKDIR/git-weekly-cigc7nwvbz/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=7e0bff0a-a618-4cf9-abaa-91da01e74829'}) TASK [Set storage volume test variables] *************************************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume.yml:2 Sunday 14 April 2024 11:36:58 +0000 (0:00:00.037) 0:02:41.989 ********** ok: [sut] => { "ansible_facts": { "_storage_test_volume_present": false, "_storage_volume_tests": [ "mount", "fstab", "fs", "device", "encryption", "md", "size", "cache" ] }, "changed": false } TASK [Run test verify for {{ storage_test_volume_subset }}] ******************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume.yml:19 Sunday 14 April 2024 11:36:58 +0000 (0:00:00.026) 0:02:42.015 ********** included: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-mount.yml for sut => (item=mount) included: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-fstab.yml for sut => (item=fstab) included: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-fs.yml for sut => (item=fs) included: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-device.yml for sut => (item=device) included: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-encryption.yml for sut => (item=encryption) included: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-md.yml for sut => (item=md) included: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-size.yml for sut => (item=size) included: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-cache.yml for sut => (item=cache) TASK [Get expected mount device based on device type] ************************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-mount.yml:7 Sunday 14 April 2024 11:36:58 +0000 (0:00:00.052) 0:02:42.068 ********** ok: [sut] => { "ansible_facts": { "storage_test_device_path": "/dev/sda" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-mount.yml:11 Sunday 14 April 2024 11:36:58 +0000 (0:00:00.019) 0:02:42.087 ********** ok: [sut] => { "ansible_facts": { "storage_test_mount_device_matches": [], "storage_test_mount_expected_match_count": "0", "storage_test_mount_point_matches": [], "storage_test_swap_expected_matches": "0" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-mount.yml:21 Sunday 14 April 2024 11:36:58 +0000 (0:00:00.031) 0:02:42.119 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-mount.yml:30 Sunday 14 April 2024 11:36:59 +0000 (0:00:00.013) 0:02:42.133 ********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point", "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by mount point] *************************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-mount.yml:41 Sunday 14 April 2024 11:36:59 +0000 (0:00:00.011) 0:02:42.144 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-mount.yml:48 Sunday 14 April 2024 11:36:59 +0000 (0:00:00.023) 0:02:42.168 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-mount.yml:54 Sunday 14 April 2024 11:36:59 +0000 (0:00:00.011) 0:02:42.179 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-mount.yml:60 Sunday 14 April 2024 11:36:59 +0000 (0:00:00.011) 0:02:42.190 ********** 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 [Verify the mount fs type] ************************************************ task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-mount.yml:69 Sunday 14 April 2024 11:36:59 +0000 (0:00:00.012) 0:02:42.203 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_mount_expected_match_count | int == 1", "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-mount.yml:80 Sunday 14 April 2024 11:36:59 +0000 (0:00:00.020) 0:02:42.223 ********** ok: [sut] => { "changed": false, "cmd": [ "realpath", "/dev/sda" ], "delta": "0:00:00.003446", "end": "2024-04-14 11:36:59.291738", "rc": 0, "start": "2024-04-14 11:36:59.288292" } STDOUT: /dev/sda TASK [Gather swap info] ******************************************************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-mount.yml:86 Sunday 14 April 2024 11:36:59 +0000 (0:00:00.221) 0:02:42.445 ********** ok: [sut] => { "changed": false, "cmd": [ "cat", "/proc/swaps" ], "delta": "0:00:01.004375", "end": "2024-04-14 11:37:00.512930", "rc": 0, "start": "2024-04-14 11:36:59.508555" } STDOUT: Filename Type Size Used Priority TASK [Verify swap status] ****************************************************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-mount.yml:92 Sunday 14 April 2024 11:37:00 +0000 (0:00:01.222) 0:02:43.667 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Unset facts] ************************************************************* task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-mount.yml:102 Sunday 14 April 2024 11:37:00 +0000 (0:00:00.025) 0:02:43.692 ********** ok: [sut] => { "ansible_facts": { "storage_test_found_mount_stat": null, "storage_test_mount_device_matches": null, "storage_test_mount_expected_match_count": null, "storage_test_mount_point_matches": null, "storage_test_swap_expected_matches": null, "storage_test_swaps": null, "storage_test_sys_node": null }, "changed": false } TASK [Set some variables for fstab checking] *********************************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-fstab.yml:2 Sunday 14 April 2024 11:37:00 +0000 (0:00:00.012) 0:02:43.705 ********** ok: [sut] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": "0", "storage_test_fstab_expected_mount_options_matches": "0", "storage_test_fstab_expected_mount_point_matches": "0", "storage_test_fstab_id_matches": [], "storage_test_fstab_mount_options_matches": [], "storage_test_fstab_mount_point_matches": [] }, "changed": false } TASK [Verify that the device identifier appears in /etc/fstab] ***************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-fstab.yml:17 Sunday 14 April 2024 11:37:00 +0000 (0:00:00.127) 0:02:43.832 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-fstab.yml:24 Sunday 14 April 2024 11:37:00 +0000 (0:00:00.020) 0:02:43.853 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-fstab.yml:33 Sunday 14 April 2024 11:37:00 +0000 (0:00:00.024) 0:02:43.878 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-fstab.yml:45 Sunday 14 April 2024 11:37:00 +0000 (0:00:00.021) 0:02:43.900 ********** ok: [sut] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": null, "storage_test_fstab_expected_mount_options_matches": null, "storage_test_fstab_expected_mount_point_matches": null, "storage_test_fstab_id_matches": null, "storage_test_fstab_mount_options_matches": null, "storage_test_fstab_mount_point_matches": null }, "changed": false } TASK [Verify fs type] ********************************************************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-fs.yml:3 Sunday 14 April 2024 11:37:00 +0000 (0:00:00.013) 0:02:43.913 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.fs_type and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Verify fs label] ********************************************************* task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-fs.yml:9 Sunday 14 April 2024 11:37:00 +0000 (0:00:00.012) 0:02:43.926 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-device.yml:3 Sunday 14 April 2024 11:37:00 +0000 (0:00:00.022) 0:02:43.948 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1713094615.5092523, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1713094615.5092523, "dev": 6, "device_type": 2048, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 57184, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/blockdevice", "mode": "0660", "mtime": 1713094615.5092523, "nlink": 1, "path": "/dev/sda", "pw_name": "root", "readable": true, "rgrp": true, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": null, "wgrp": true, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-device.yml:9 Sunday 14 April 2024 11:37:01 +0000 (0:00:00.221) 0:02:44.169 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-device.yml:16 Sunday 14 April 2024 11:37:01 +0000 (0:00:00.016) 0:02:44.186 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-device.yml:23 Sunday 14 April 2024 11:37:01 +0000 (0:00:00.013) 0:02:44.200 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-device.yml:29 Sunday 14 April 2024 11:37:01 +0000 (0:00:00.012) 0:02:44.213 ********** ok: [sut] => { "ansible_facts": { "st_volume_type": "disk" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-device.yml:33 Sunday 14 April 2024 11:37:01 +0000 (0:00:00.014) 0:02:44.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-weekly-cigc7nwvbz/tests/test-verify-volume-device.yml:38 Sunday 14 April 2024 11:37:01 +0000 (0:00:00.015) 0:02:44.243 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-encryption.yml:3 Sunday 14 April 2024 11:37:01 +0000 (0:00:00.013) 0:02:44.256 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-encryption.yml:10 Sunday 14 April 2024 11:37:01 +0000 (0:00:00.014) 0:02:44.270 ********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: cryptsetup TASK [Collect LUKS info for this volume] *************************************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-encryption.yml:16 Sunday 14 April 2024 11:37:03 +0000 (0:00:02.771) 0:02:47.042 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-encryption.yml:22 Sunday 14 April 2024 11:37:03 +0000 (0:00:00.012) 0:02:47.054 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-encryption.yml:29 Sunday 14 April 2024 11:37:03 +0000 (0:00:00.011) 0:02:47.066 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-encryption.yml:40 Sunday 14 April 2024 11:37:03 +0000 (0:00:00.013) 0:02:47.079 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-encryption.yml:46 Sunday 14 April 2024 11:37:03 +0000 (0:00:00.011) 0:02:47.091 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-encryption.yml:51 Sunday 14 April 2024 11:37:03 +0000 (0:00:00.011) 0:02:47.103 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-encryption.yml:63 Sunday 14 April 2024 11:37:03 +0000 (0:00:00.011) 0:02:47.114 ********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-encryption.yml:75 Sunday 14 April 2024 11:37:03 +0000 (0:00:00.011) 0:02:47.126 ********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-encryption.yml:87 Sunday 14 April 2024 11:37:04 +0000 (0:00:00.011) 0:02:47.137 ********** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [], "_storage_test_expected_crypttab_entries": "0", "_storage_test_expected_crypttab_key_file": "-" }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-encryption.yml:93 Sunday 14 April 2024 11:37:04 +0000 (0:00:00.027) 0:02:47.165 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-encryption.yml:100 Sunday 14 April 2024 11:37:04 +0000 (0:00:00.024) 0:02:47.190 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-encryption.yml:108 Sunday 14 April 2024 11:37:04 +0000 (0:00:00.022) 0:02:47.212 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-encryption.yml:116 Sunday 14 April 2024 11:37:04 +0000 (0:00:00.021) 0:02:47.234 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-encryption.yml:124 Sunday 14 April 2024 11:37:04 +0000 (0:00:00.021) 0:02:47.255 ********** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_expected_crypttab_entries": null, "_storage_test_expected_crypttab_key_file": null }, "changed": false } TASK [Get information about RAID] ********************************************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-md.yml:8 Sunday 14 April 2024 11:37:04 +0000 (0:00:00.012) 0:02:47.267 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-md.yml:14 Sunday 14 April 2024 11:37:04 +0000 (0:00:00.013) 0:02:47.280 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-md.yml:19 Sunday 14 April 2024 11:37:04 +0000 (0:00:00.012) 0:02:47.293 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-md.yml:24 Sunday 14 April 2024 11:37:04 +0000 (0:00:00.013) 0:02:47.306 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-md.yml:29 Sunday 14 April 2024 11:37:04 +0000 (0:00:00.011) 0:02:47.318 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-md.yml:37 Sunday 14 April 2024 11:37:04 +0000 (0:00:00.013) 0:02:47.332 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-md.yml:46 Sunday 14 April 2024 11:37:04 +0000 (0:00:00.012) 0:02:47.345 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-md.yml:54 Sunday 14 April 2024 11:37:04 +0000 (0:00:00.013) 0:02:47.358 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-md.yml:62 Sunday 14 April 2024 11:37:04 +0000 (0:00:00.011) 0:02:47.369 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-md.yml:70 Sunday 14 April 2024 11:37:04 +0000 (0:00:00.012) 0:02:47.381 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-size.yml:3 Sunday 14 April 2024 11:37:04 +0000 (0:00:00.013) 0:02:47.395 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-size.yml:11 Sunday 14 April 2024 11:37:04 +0000 (0:00:00.021) 0:02:47.416 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-size.yml:20 Sunday 14 April 2024 11:37:04 +0000 (0:00:00.020) 0:02:47.437 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-size.yml:28 Sunday 14 April 2024 11:37:04 +0000 (0:00:00.022) 0:02:47.459 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-size.yml:32 Sunday 14 April 2024 11:37:04 +0000 (0:00:00.018) 0:02:47.478 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-size.yml:46 Sunday 14 April 2024 11:37:04 +0000 (0:00:00.027) 0:02:47.506 ********** skipping: [sut] => { "false_condition": "_storage_test_volume_present | bool" } TASK [Show test blockinfo] ***************************************************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-size.yml:50 Sunday 14 April 2024 11:37:04 +0000 (0:00:00.021) 0:02:47.527 ********** skipping: [sut] => { "false_condition": "_storage_test_volume_present | bool" } TASK [Show test pool size] ***************************************************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-size.yml:54 Sunday 14 April 2024 11:37:04 +0000 (0:00:00.021) 0:02:47.549 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-size.yml:58 Sunday 14 April 2024 11:37:04 +0000 (0:00:00.020) 0:02:47.570 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-size.yml:67 Sunday 14 April 2024 11:37:04 +0000 (0:00:00.022) 0:02:47.592 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-size.yml:71 Sunday 14 April 2024 11:37:04 +0000 (0:00:00.012) 0:02:47.604 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-size.yml:76 Sunday 14 April 2024 11:37:04 +0000 (0:00:00.012) 0:02:47.617 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-size.yml:82 Sunday 14 April 2024 11:37:04 +0000 (0:00:00.012) 0:02:47.629 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-size.yml:86 Sunday 14 April 2024 11:37:04 +0000 (0:00:00.012) 0:02:47.641 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-size.yml:91 Sunday 14 April 2024 11:37:04 +0000 (0:00:00.012) 0:02:47.653 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-size.yml:96 Sunday 14 April 2024 11:37:04 +0000 (0:00:00.014) 0:02:47.668 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-size.yml:101 Sunday 14 April 2024 11:37:04 +0000 (0:00:00.012) 0:02:47.680 ********** skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Show volume thin pool size] ********************************************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-size.yml:105 Sunday 14 April 2024 11:37:04 +0000 (0:00:00.011) 0:02:47.692 ********** skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-size.yml:109 Sunday 14 April 2024 11:37:04 +0000 (0:00:00.011) 0:02:47.703 ********** skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Establish base value for expected thin pool size] ************************ task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-size.yml:113 Sunday 14 April 2024 11:37:04 +0000 (0:00:00.013) 0:02:47.716 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-size.yml:120 Sunday 14 April 2024 11:37:04 +0000 (0:00:00.011) 0:02:47.728 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-size.yml:127 Sunday 14 April 2024 11:37:04 +0000 (0:00:00.013) 0:02:47.741 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-size.yml:131 Sunday 14 April 2024 11:37:04 +0000 (0:00:00.012) 0:02:47.754 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-size.yml:137 Sunday 14 April 2024 11:37:04 +0000 (0:00:00.012) 0:02:47.767 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-size.yml:143 Sunday 14 April 2024 11:37:04 +0000 (0:00:00.014) 0:02:47.781 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-size.yml:147 Sunday 14 April 2024 11:37:04 +0000 (0:00:00.014) 0:02:47.795 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-size.yml:151 Sunday 14 April 2024 11:37:04 +0000 (0:00:00.014) 0:02:47.810 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-cache.yml:5 Sunday 14 April 2024 11:37:04 +0000 (0:00:00.022) 0:02:47.832 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-cache.yml:13 Sunday 14 April 2024 11:37:04 +0000 (0:00:00.054) 0:02:47.887 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-cache.yml:17 Sunday 14 April 2024 11:37:04 +0000 (0:00:00.015) 0:02:47.902 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-cache.yml:24 Sunday 14 April 2024 11:37:04 +0000 (0:00:00.013) 0:02:47.915 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-cache.yml:31 Sunday 14 April 2024 11:37:04 +0000 (0:00:00.012) 0:02:47.927 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-cache.yml:37 Sunday 14 April 2024 11:37:04 +0000 (0:00:00.011) 0:02:47.939 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-cache.yml:42 Sunday 14 April 2024 11:37:04 +0000 (0:00:00.011) 0:02:47.951 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume.yml:25 Sunday 14 April 2024 11:37:04 +0000 (0:00:00.013) 0:02:47.964 ********** ok: [sut] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Set storage volume test variables] *************************************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume.yml:2 Sunday 14 April 2024 11:37:04 +0000 (0:00:00.012) 0:02:47.977 ********** ok: [sut] => { "ansible_facts": { "_storage_test_volume_present": false, "_storage_volume_tests": [ "mount", "fstab", "fs", "device", "encryption", "md", "size", "cache" ] }, "changed": false } TASK [Run test verify for {{ storage_test_volume_subset }}] ******************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume.yml:19 Sunday 14 April 2024 11:37:04 +0000 (0:00:00.024) 0:02:48.001 ********** included: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-mount.yml for sut => (item=mount) included: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-fstab.yml for sut => (item=fstab) included: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-fs.yml for sut => (item=fs) included: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-device.yml for sut => (item=device) included: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-encryption.yml for sut => (item=encryption) included: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-md.yml for sut => (item=md) included: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-size.yml for sut => (item=size) included: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-cache.yml for sut => (item=cache) TASK [Get expected mount device based on device type] ************************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-mount.yml:7 Sunday 14 April 2024 11:37:04 +0000 (0:00:00.045) 0:02:48.047 ********** ok: [sut] => { "ansible_facts": { "storage_test_device_path": "/dev/sdb" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-mount.yml:11 Sunday 14 April 2024 11:37:04 +0000 (0:00:00.019) 0:02:48.066 ********** ok: [sut] => { "ansible_facts": { "storage_test_mount_device_matches": [], "storage_test_mount_expected_match_count": "0", "storage_test_mount_point_matches": [], "storage_test_swap_expected_matches": "0" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-mount.yml:21 Sunday 14 April 2024 11:37:04 +0000 (0:00:00.029) 0:02:48.096 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-mount.yml:30 Sunday 14 April 2024 11:37:04 +0000 (0:00:00.012) 0:02:48.108 ********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point", "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by mount point] *************************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-mount.yml:41 Sunday 14 April 2024 11:37:04 +0000 (0:00:00.011) 0:02:48.120 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-mount.yml:48 Sunday 14 April 2024 11:37:05 +0000 (0:00:00.027) 0:02:48.147 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-mount.yml:54 Sunday 14 April 2024 11:37:05 +0000 (0:00:00.013) 0:02:48.160 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-mount.yml:60 Sunday 14 April 2024 11:37:05 +0000 (0:00:00.011) 0:02:48.172 ********** 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 [Verify the mount fs type] ************************************************ task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-mount.yml:69 Sunday 14 April 2024 11:37:05 +0000 (0:00:00.011) 0:02:48.183 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_mount_expected_match_count | int == 1", "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-mount.yml:80 Sunday 14 April 2024 11:37:05 +0000 (0:00:00.020) 0:02:48.203 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-mount.yml:86 Sunday 14 April 2024 11:37:05 +0000 (0:00:00.011) 0:02:48.215 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-mount.yml:92 Sunday 14 April 2024 11:37:05 +0000 (0:00:00.015) 0:02:48.230 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-mount.yml:102 Sunday 14 April 2024 11:37:05 +0000 (0:00:00.012) 0:02:48.242 ********** ok: [sut] => { "ansible_facts": { "storage_test_found_mount_stat": null, "storage_test_mount_device_matches": null, "storage_test_mount_expected_match_count": null, "storage_test_mount_point_matches": null, "storage_test_swap_expected_matches": null, "storage_test_swaps": null, "storage_test_sys_node": null }, "changed": false } TASK [Set some variables for fstab checking] *********************************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-fstab.yml:2 Sunday 14 April 2024 11:37:05 +0000 (0:00:00.012) 0:02:48.255 ********** ok: [sut] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": "0", "storage_test_fstab_expected_mount_options_matches": "0", "storage_test_fstab_expected_mount_point_matches": "0", "storage_test_fstab_id_matches": [], "storage_test_fstab_mount_options_matches": [], "storage_test_fstab_mount_point_matches": [] }, "changed": false } TASK [Verify that the device identifier appears in /etc/fstab] ***************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-fstab.yml:17 Sunday 14 April 2024 11:37:05 +0000 (0:00:00.037) 0:02:48.292 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-fstab.yml:24 Sunday 14 April 2024 11:37:05 +0000 (0:00:00.021) 0:02:48.313 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-fstab.yml:33 Sunday 14 April 2024 11:37:05 +0000 (0:00:00.024) 0:02:48.338 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-fstab.yml:45 Sunday 14 April 2024 11:37:05 +0000 (0:00:00.025) 0:02:48.364 ********** ok: [sut] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": null, "storage_test_fstab_expected_mount_options_matches": null, "storage_test_fstab_expected_mount_point_matches": null, "storage_test_fstab_id_matches": null, "storage_test_fstab_mount_options_matches": null, "storage_test_fstab_mount_point_matches": null }, "changed": false } TASK [Verify fs type] ********************************************************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-fs.yml:3 Sunday 14 April 2024 11:37:05 +0000 (0:00:00.013) 0:02:48.377 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.fs_type and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Verify fs label] ********************************************************* task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-fs.yml:9 Sunday 14 April 2024 11:37:05 +0000 (0:00:00.013) 0:02:48.390 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-device.yml:3 Sunday 14 April 2024 11:37:05 +0000 (0:00:00.020) 0:02:48.411 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1713094615.4542518, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1713094615.4542518, "dev": 6, "device_type": 2064, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 57937, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/blockdevice", "mode": "0660", "mtime": 1713094615.4542518, "nlink": 1, "path": "/dev/sdb", "pw_name": "root", "readable": true, "rgrp": true, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": null, "wgrp": true, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-device.yml:9 Sunday 14 April 2024 11:37:05 +0000 (0:00:00.222) 0:02:48.633 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-device.yml:16 Sunday 14 April 2024 11:37:05 +0000 (0:00:00.014) 0:02:48.648 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-device.yml:23 Sunday 14 April 2024 11:37:05 +0000 (0:00:00.013) 0:02:48.661 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-device.yml:29 Sunday 14 April 2024 11:37:05 +0000 (0:00:00.012) 0:02:48.673 ********** ok: [sut] => { "ansible_facts": { "st_volume_type": "disk" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-device.yml:33 Sunday 14 April 2024 11:37:05 +0000 (0:00:00.014) 0:02:48.687 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-device.yml:38 Sunday 14 April 2024 11:37:05 +0000 (0:00:00.012) 0:02:48.699 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-encryption.yml:3 Sunday 14 April 2024 11:37:05 +0000 (0:00:00.011) 0:02:48.711 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-encryption.yml:10 Sunday 14 April 2024 11:37:05 +0000 (0:00:00.011) 0:02:48.723 ********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: cryptsetup TASK [Collect LUKS info for this volume] *************************************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-encryption.yml:16 Sunday 14 April 2024 11:37:08 +0000 (0:00:02.768) 0:02:51.492 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-encryption.yml:22 Sunday 14 April 2024 11:37:08 +0000 (0:00:00.013) 0:02:51.506 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-encryption.yml:29 Sunday 14 April 2024 11:37:08 +0000 (0:00:00.013) 0:02:51.519 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-encryption.yml:40 Sunday 14 April 2024 11:37:08 +0000 (0:00:00.011) 0:02:51.531 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-encryption.yml:46 Sunday 14 April 2024 11:37:08 +0000 (0:00:00.011) 0:02:51.542 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-encryption.yml:51 Sunday 14 April 2024 11:37:08 +0000 (0:00:00.011) 0:02:51.553 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-encryption.yml:63 Sunday 14 April 2024 11:37:08 +0000 (0:00:00.012) 0:02:51.566 ********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-encryption.yml:75 Sunday 14 April 2024 11:37:08 +0000 (0:00:00.011) 0:02:51.578 ********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-encryption.yml:87 Sunday 14 April 2024 11:37:08 +0000 (0:00:00.012) 0:02:51.590 ********** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [], "_storage_test_expected_crypttab_entries": "0", "_storage_test_expected_crypttab_key_file": "-" }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-encryption.yml:93 Sunday 14 April 2024 11:37:08 +0000 (0:00:00.027) 0:02:51.617 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-encryption.yml:100 Sunday 14 April 2024 11:37:08 +0000 (0:00:00.024) 0:02:51.641 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-encryption.yml:108 Sunday 14 April 2024 11:37:08 +0000 (0:00:00.020) 0:02:51.662 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-encryption.yml:116 Sunday 14 April 2024 11:37:08 +0000 (0:00:00.025) 0:02:51.687 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-encryption.yml:124 Sunday 14 April 2024 11:37:08 +0000 (0:00:00.021) 0:02:51.709 ********** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_expected_crypttab_entries": null, "_storage_test_expected_crypttab_key_file": null }, "changed": false } TASK [Get information about RAID] ********************************************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-md.yml:8 Sunday 14 April 2024 11:37:08 +0000 (0:00:00.012) 0:02:51.721 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-md.yml:14 Sunday 14 April 2024 11:37:08 +0000 (0:00:00.012) 0:02:51.733 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-md.yml:19 Sunday 14 April 2024 11:37:08 +0000 (0:00:00.012) 0:02:51.745 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-md.yml:24 Sunday 14 April 2024 11:37:08 +0000 (0:00:00.011) 0:02:51.757 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-md.yml:29 Sunday 14 April 2024 11:37:08 +0000 (0:00:00.012) 0:02:51.770 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-md.yml:37 Sunday 14 April 2024 11:37:08 +0000 (0:00:00.013) 0:02:51.784 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-md.yml:46 Sunday 14 April 2024 11:37:08 +0000 (0:00:00.012) 0:02:51.796 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-md.yml:54 Sunday 14 April 2024 11:37:08 +0000 (0:00:00.012) 0:02:51.809 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-md.yml:62 Sunday 14 April 2024 11:37:08 +0000 (0:00:00.012) 0:02:51.822 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-md.yml:70 Sunday 14 April 2024 11:37:08 +0000 (0:00:00.012) 0:02:51.834 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-size.yml:3 Sunday 14 April 2024 11:37:08 +0000 (0:00:00.015) 0:02:51.849 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-size.yml:11 Sunday 14 April 2024 11:37:08 +0000 (0:00:00.022) 0:02:51.872 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-size.yml:20 Sunday 14 April 2024 11:37:08 +0000 (0:00:00.020) 0:02:51.893 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-size.yml:28 Sunday 14 April 2024 11:37:08 +0000 (0:00:00.020) 0:02:51.914 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-size.yml:32 Sunday 14 April 2024 11:37:08 +0000 (0:00:00.013) 0:02:51.928 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-size.yml:46 Sunday 14 April 2024 11:37:08 +0000 (0:00:00.020) 0:02:51.948 ********** skipping: [sut] => { "false_condition": "_storage_test_volume_present | bool" } TASK [Show test blockinfo] ***************************************************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-size.yml:50 Sunday 14 April 2024 11:37:08 +0000 (0:00:00.023) 0:02:51.972 ********** skipping: [sut] => { "false_condition": "_storage_test_volume_present | bool" } TASK [Show test pool size] ***************************************************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-size.yml:54 Sunday 14 April 2024 11:37:08 +0000 (0:00:00.019) 0:02:51.992 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-size.yml:58 Sunday 14 April 2024 11:37:08 +0000 (0:00:00.019) 0:02:52.012 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-size.yml:67 Sunday 14 April 2024 11:37:08 +0000 (0:00:00.020) 0:02:52.032 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-size.yml:71 Sunday 14 April 2024 11:37:08 +0000 (0:00:00.012) 0:02:52.045 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-size.yml:76 Sunday 14 April 2024 11:37:08 +0000 (0:00:00.011) 0:02:52.057 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-size.yml:82 Sunday 14 April 2024 11:37:08 +0000 (0:00:00.012) 0:02:52.070 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-size.yml:86 Sunday 14 April 2024 11:37:08 +0000 (0:00:00.011) 0:02:52.082 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-size.yml:91 Sunday 14 April 2024 11:37:08 +0000 (0:00:00.011) 0:02:52.093 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-size.yml:96 Sunday 14 April 2024 11:37:08 +0000 (0:00:00.011) 0:02:52.105 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-size.yml:101 Sunday 14 April 2024 11:37:08 +0000 (0:00:00.011) 0:02:52.116 ********** skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Show volume thin pool size] ********************************************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-size.yml:105 Sunday 14 April 2024 11:37:08 +0000 (0:00:00.011) 0:02:52.127 ********** skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-size.yml:109 Sunday 14 April 2024 11:37:09 +0000 (0:00:00.048) 0:02:52.176 ********** skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Establish base value for expected thin pool size] ************************ task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-size.yml:113 Sunday 14 April 2024 11:37:09 +0000 (0:00:00.013) 0:02:52.190 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-size.yml:120 Sunday 14 April 2024 11:37:09 +0000 (0:00:00.012) 0:02:52.202 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-size.yml:127 Sunday 14 April 2024 11:37:09 +0000 (0:00:00.011) 0:02:52.213 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-size.yml:131 Sunday 14 April 2024 11:37:09 +0000 (0:00:00.011) 0:02:52.225 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-size.yml:137 Sunday 14 April 2024 11:37:09 +0000 (0:00:00.011) 0:02:52.236 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-size.yml:143 Sunday 14 April 2024 11:37:09 +0000 (0:00:00.012) 0:02:52.249 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-size.yml:147 Sunday 14 April 2024 11:37:09 +0000 (0:00:00.014) 0:02:52.263 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-size.yml:151 Sunday 14 April 2024 11:37:09 +0000 (0:00:00.013) 0:02:52.277 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-cache.yml:5 Sunday 14 April 2024 11:37:09 +0000 (0:00:00.019) 0:02:52.297 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-cache.yml:13 Sunday 14 April 2024 11:37:09 +0000 (0:00:00.012) 0:02:52.309 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-cache.yml:17 Sunday 14 April 2024 11:37:09 +0000 (0:00:00.012) 0:02:52.321 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-cache.yml:24 Sunday 14 April 2024 11:37:09 +0000 (0:00:00.013) 0:02:52.335 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-cache.yml:31 Sunday 14 April 2024 11:37:09 +0000 (0:00:00.011) 0:02:52.347 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-cache.yml:37 Sunday 14 April 2024 11:37:09 +0000 (0:00:00.011) 0:02:52.358 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume-cache.yml:42 Sunday 14 April 2024 11:37:09 +0000 (0:00:00.011) 0:02:52.369 ********** 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-weekly-cigc7nwvbz/tests/test-verify-volume.yml:25 Sunday 14 April 2024 11:37:09 +0000 (0:00:00.011) 0:02:52.381 ********** ok: [sut] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Clean up variable namespace] ********************************************* task path: /WORKDIR/git-weekly-cigc7nwvbz/tests/verify-role-results.yml:54 Sunday 14 April 2024 11:37:09 +0000 (0:00:00.012) 0:02:52.394 ********** ok: [sut] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } PLAY RECAP ********************************************************************* sut : ok=472 changed=13 unreachable=0 failed=0 skipped=635 rescued=0 ignored=0 Sunday 14 April 2024 11:37:09 +0000 (0:00:00.023) 0:02:52.417 ********** =============================================================================== fedora.linux_system_roles.storage : Make sure blivet is available ------ 50.96s /WORKDIR/git-weekly-cigc7nwvbz/.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 --- 7.93s /WORKDIR/git-weekly-cigc7nwvbz/.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 --- 7.92s /WORKDIR/git-weekly-cigc7nwvbz/.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.49s /WORKDIR/git-weekly-cigc7nwvbz/.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.49s /WORKDIR/git-weekly-cigc7nwvbz/.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.48s /WORKDIR/git-weekly-cigc7nwvbz/.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.34s /WORKDIR/git-weekly-cigc7nwvbz/.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.23s /WORKDIR/git-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Ensure cryptsetup is present -------------------------------------------- 3.66s /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-encryption.yml:10 ----- fedora.linux_system_roles.storage : Make sure required packages are installed --- 2.83s /WORKDIR/git-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Ensure test packages ---------------------------------------------------- 2.81s /WORKDIR/git-weekly-cigc7nwvbz/tests/get_unused_disk.yml:2 -------------------- Ensure cryptsetup is present -------------------------------------------- 2.77s /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-encryption.yml:10 ----- Ensure cryptsetup is present -------------------------------------------- 2.77s /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-encryption.yml:10 ----- Ensure cryptsetup is present -------------------------------------------- 2.76s /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-encryption.yml:10 ----- Ensure test packages ---------------------------------------------------- 2.75s /WORKDIR/git-weekly-cigc7nwvbz/tests/get_unused_disk.yml:2 -------------------- Ensure cryptsetup is present -------------------------------------------- 2.75s /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-encryption.yml:10 ----- Ensure cryptsetup is present -------------------------------------------- 2.75s /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-encryption.yml:10 ----- Ensure cryptsetup is present -------------------------------------------- 2.75s /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-encryption.yml:10 ----- Ensure cryptsetup is present -------------------------------------------- 2.75s /WORKDIR/git-weekly-cigc7nwvbz/tests/test-verify-volume-encryption.yml:10 ----- fedora.linux_system_roles.storage : Get service facts ------------------- 1.87s /WORKDIR/git-weekly-cigc7nwvbz/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 ---^---^---^---^---^--- # 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. ---^---^---^---^---^---