# STDOUT: ---v---v---v---v---v--- ansible-playbook [core 2.16.0] config file = /etc/ansible/ansible.cfg configured module search path = ['/home/jenkins/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /opt/ansible-2.16/lib/python3.11/site-packages/ansible ansible collection location = /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.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_create_raid_pool_then_remove_scsi_generated.yml **************** 2 plays in /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/tests_create_raid_pool_then_remove_scsi_generated.yml PLAY [Run test tests_create_raid_pool_then_remove.yml for scsi] **************** TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/tests_create_raid_pool_then_remove_scsi_generated.yml:3 Thursday 06 June 2024 13:29:01 +0000 (0:00:00.016) 0:00:00.016 ********* ok: [sut] TASK [Set disk interface for test] ********************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/tests_create_raid_pool_then_remove_scsi_generated.yml:8 Thursday 06 June 2024 13:29:02 +0000 (0:00:00.971) 0:00:00.987 ********* ok: [sut] => { "ansible_facts": { "storage_test_use_interface": "scsi" }, "changed": false } PLAY [Test create raid pool and remove] **************************************** TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/tests_create_raid_pool_then_remove.yml:2 Thursday 06 June 2024 13:29:02 +0000 (0:00:00.020) 0:00:01.008 ********* ok: [sut] TASK [Run the role] ************************************************************ task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/tests_create_raid_pool_then_remove.yml:18 Thursday 06 June 2024 13:29:03 +0000 (0:00:00.668) 0:00:01.676 ********* TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Thursday 06 June 2024 13:29:03 +0000 (0:00:00.019) 0:00:01.696 ********* included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Thursday 06 June 2024 13:29:03 +0000 (0:00:00.017) 0:00:01.713 ********* skipping: [sut] => { "changed": false, "false_condition": "__storage_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Thursday 06 June 2024 13:29:03 +0000 (0:00:00.028) 0:00:01.742 ********* skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_9.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs" ] }, "ansible_included_var_files": [ "/WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } ok: [sut] => (item=CentOS_9.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs" ] }, "ansible_included_var_files": [ "/WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Thursday 06 June 2024 13:29:03 +0000 (0:00:00.031) 0:00:01.774 ********* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.storage : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Thursday 06 June 2024 13:29:03 +0000 (0:00:00.260) 0:00:02.034 ********* ok: [sut] => { "ansible_facts": { "__storage_is_ostree": false }, "changed": false } TASK [fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Thursday 06 June 2024 13:29:03 +0000 (0:00:00.016) 0:00:02.051 ********* ok: [sut] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Thursday 06 June 2024 13:29:03 +0000 (0:00:00.010) 0:00:02.061 ********* ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Thursday 06 June 2024 13:29:03 +0000 (0:00:00.011) 0:00:02.073 ********* redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for sut TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Thursday 06 June 2024 13:29:03 +0000 (0:00:00.027) 0:00:02.100 ********* changed: [sut] => { "changed": true, "rc": 0, "results": [ "Installed: libblockdev-crypto-2.28-10.el9.x86_64", "Installed: ndctl-libs-71.1-8.el9.x86_64", "Installed: vdo-8.2.2.2-1.el9.x86_64", "Installed: libblockdev-dm-2.28-10.el9.x86_64", "Installed: libblockdev-utils-2.28-10.el9.x86_64", "Installed: kmod-kvdo-8.2.3.3-125.el9.x86_64", "Installed: libblockdev-fs-2.28-10.el9.x86_64", "Installed: libblockdev-kbd-2.28-10.el9.x86_64", "Installed: lsof-4.94.0-3.el9.x86_64", "Installed: libbytesize-2.5-3.el9.x86_64", "Installed: python3-blivet-1:3.6.0-14.el9.noarch", "Installed: libblockdev-loop-2.28-10.el9.x86_64", "Installed: python3-blockdev-2.28-10.el9.x86_64", "Installed: daxctl-libs-71.1-8.el9.x86_64", "Installed: lvm2-9:2.03.23-2.el9.x86_64", "Installed: libblockdev-lvm-2.28-10.el9.x86_64", "Installed: python3-bytesize-2.5-3.el9.x86_64", "Installed: lvm2-libs-9:2.03.23-2.el9.x86_64", "Installed: libblockdev-mdraid-2.28-10.el9.x86_64", "Installed: volume_key-libs-0.3.12-15.el9.x86_64", "Installed: libblockdev-mpath-2.28-10.el9.x86_64", "Installed: device-mapper-event-9:1.02.197-2.el9.x86_64", "Installed: mdadm-4.3-2.el9.x86_64", "Installed: libblockdev-nvdimm-2.28-10.el9.x86_64", "Installed: device-mapper-event-libs-9:1.02.197-2.el9.x86_64", "Installed: libaio-0.3.111-13.el9.x86_64", "Installed: device-mapper-multipath-0.8.7-27.el9.x86_64", "Installed: device-mapper-multipath-libs-0.8.7-27.el9.x86_64", "Installed: libblockdev-part-2.28-10.el9.x86_64", "Installed: blivet-data-1:3.6.0-14.el9.noarch", "Installed: libblockdev-2.28-10.el9.x86_64", "Installed: python3-pyparted-1:3.12.0-1.el9.x86_64", "Installed: device-mapper-persistent-data-1.0.9-2.el9.x86_64", "Installed: ndctl-71.1-8.el9.x86_64", "Installed: libblockdev-swap-2.28-10.el9.x86_64" ] } TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Thursday 06 June 2024 13:29:54 +0000 (0:00:50.320) 0:00:52.421 ********* ok: [sut] => { "storage_pools": "VARIABLE IS NOT DEFINED!: 'storage_pools' is undefined. 'storage_pools' is undefined" } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Thursday 06 June 2024 13:29:54 +0000 (0:00:00.013) 0:00:52.435 ********* ok: [sut] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined. 'storage_volumes' is undefined" } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Thursday 06 June 2024 13:29:54 +0000 (0:00:00.012) 0:00:52.448 ********* ok: [sut] => { "actions": [], "changed": false, "crypts": [], "leaves": [], "mounts": [], "packages": [], "pools": [], "volumes": [] } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Thursday 06 June 2024 13:29:54 +0000 (0:00:00.565) 0:00:53.013 ********* included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml for sut TASK [fedora.linux_system_roles.storage : Check if the COPR support packages should be installed] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:2 Thursday 06 June 2024 13:29:54 +0000 (0:00:00.021) 0:00:53.035 ********* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Make sure COPR support packages are present] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:13 Thursday 06 June 2024 13:29:54 +0000 (0:00:00.019) 0:00:53.054 ********* skipping: [sut] => { "changed": false, "false_condition": "install_copr | d(false) | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable COPRs] ************************ task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:19 Thursday 06 June 2024 13:29:54 +0000 (0:00:00.018) 0:00:53.073 ********* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Thursday 06 June 2024 13:29:54 +0000 (0:00:00.017) 0:00:53.091 ********* ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Thursday 06 June 2024 13:29:55 +0000 (0:00:00.858) 0:00:53.949 ********* ok: [sut] => { "ansible_facts": { "services": { "NetworkManager-dispatcher.service": { "name": "NetworkManager-dispatcher.service", "source": "systemd", "state": "inactive", "status": "enabled" }, "NetworkManager-wait-online.service": { "name": "NetworkManager-wait-online.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "NetworkManager.service": { "name": "NetworkManager.service", "source": "systemd", "state": "running", "status": "enabled" }, "auditd.service": { "name": "auditd.service", "source": "systemd", "state": "running", "status": "enabled" }, "auth-rpcgss-module.service": { "name": "auth-rpcgss-module.service", "source": "systemd", "state": "stopped", "status": "static" }, "autofs.service": { "name": "autofs.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "autovt@.service": { "name": "autovt@.service", "source": "systemd", "state": "unknown", "status": "alias" }, "blivet.service": { "name": "blivet.service", "source": "systemd", "state": "inactive", "status": "static" }, "blk-availability.service": { "name": "blk-availability.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "chrony-wait.service": { "name": "chrony-wait.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "chronyd-restricted.service": { "name": "chronyd-restricted.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "chronyd.service": { "name": "chronyd.service", "source": "systemd", "state": "running", "status": "enabled" }, "cloud-config.service": { "name": "cloud-config.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "cloud-final.service": { "name": "cloud-final.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "cloud-init-hotplugd.service": { "name": "cloud-init-hotplugd.service", "source": "systemd", "state": "inactive", "status": "static" }, "cloud-init-local.service": { "name": "cloud-init-local.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "cloud-init.service": { "name": "cloud-init.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "console-getty.service": { "name": "console-getty.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "container-getty@.service": { "name": "container-getty@.service", "source": "systemd", "state": "unknown", "status": "static" }, "cpupower.service": { "name": "cpupower.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "crond.service": { "name": "crond.service", "source": "systemd", "state": "running", "status": "enabled" }, "dbus-broker.service": { "name": "dbus-broker.service", "source": "systemd", "state": "running", "status": "enabled" }, "dbus-org.freedesktop.hostname1.service": { "name": "dbus-org.freedesktop.hostname1.service", "source": "systemd", "state": "inactive", "status": "alias" }, "dbus-org.freedesktop.locale1.service": { "name": "dbus-org.freedesktop.locale1.service", "source": "systemd", "state": "inactive", "status": "alias" }, "dbus-org.freedesktop.login1.service": { "name": "dbus-org.freedesktop.login1.service", "source": "systemd", "state": "active", "status": "alias" }, "dbus-org.freedesktop.nm-dispatcher.service": { "name": "dbus-org.freedesktop.nm-dispatcher.service", "source": "systemd", "state": "inactive", "status": "alias" }, "dbus-org.freedesktop.timedate1.service": { "name": "dbus-org.freedesktop.timedate1.service", "source": "systemd", "state": "inactive", "status": "alias" }, "dbus.service": { "name": "dbus.service", "source": "systemd", "state": "active", "status": "alias" }, "debug-shell.service": { "name": "debug-shell.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "display-manager.service": { "name": "display-manager.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "dm-event.service": { "name": "dm-event.service", "source": "systemd", "state": "stopped", "status": "static" }, "dnf-makecache.service": { "name": "dnf-makecache.service", "source": "systemd", "state": "stopped", "status": "static" }, "dnf-system-upgrade-cleanup.service": { "name": "dnf-system-upgrade-cleanup.service", "source": "systemd", "state": "inactive", "status": "static" }, "dnf-system-upgrade.service": { "name": "dnf-system-upgrade.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "dracut-cmdline.service": { "name": "dracut-cmdline.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-initqueue.service": { "name": "dracut-initqueue.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-mount.service": { "name": "dracut-mount.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-mount.service": { "name": "dracut-pre-mount.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-pivot.service": { "name": "dracut-pre-pivot.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-trigger.service": { "name": "dracut-pre-trigger.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-udev.service": { "name": "dracut-pre-udev.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-shutdown-onfailure.service": { "name": "dracut-shutdown-onfailure.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-shutdown.service": { "name": "dracut-shutdown.service", "source": "systemd", "state": "stopped", "status": "static" }, "emergency.service": { "name": "emergency.service", "source": "systemd", "state": "stopped", "status": "static" }, "fcoe.service": { "name": "fcoe.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "firewalld.service": { "name": "firewalld.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "fstrim.service": { "name": "fstrim.service", "source": "systemd", "state": "inactive", "status": "static" }, "getty@.service": { "name": "getty@.service", "source": "systemd", "state": "unknown", "status": "enabled" }, "getty@tty1.service": { "name": "getty@tty1.service", "source": "systemd", "state": "running", "status": "active" }, "grub-boot-indeterminate.service": { "name": "grub-boot-indeterminate.service", "source": "systemd", "state": "inactive", "status": "static" }, "grub2-systemd-integration.service": { "name": "grub2-systemd-integration.service", "source": "systemd", "state": "inactive", "status": "static" }, "gssproxy.service": { "name": "gssproxy.service", "source": "systemd", "state": "running", "status": "disabled" }, "hv_kvp_daemon.service": { "name": "hv_kvp_daemon.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "initrd-cleanup.service": { "name": "initrd-cleanup.service", "source": "systemd", "state": "stopped", "status": "static" }, "initrd-parse-etc.service": { "name": "initrd-parse-etc.service", "source": "systemd", "state": "stopped", "status": "static" }, "initrd-switch-root.service": { "name": "initrd-switch-root.service", "source": "systemd", "state": "stopped", "status": "static" }, "initrd-udevadm-cleanup-db.service": { "name": "initrd-udevadm-cleanup-db.service", "source": "systemd", "state": "stopped", "status": "static" }, "irqbalance.service": { "name": "irqbalance.service", "source": "systemd", "state": "running", "status": "enabled" }, "iscsi-shutdown.service": { "name": "iscsi-shutdown.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "iscsi.service": { "name": "iscsi.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "iscsid.service": { "name": "iscsid.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "kdump.service": { "name": "kdump.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "kmod-static-nodes.service": { "name": "kmod-static-nodes.service", "source": "systemd", "state": "stopped", "status": "static" }, "kvm_stat.service": { "name": "kvm_stat.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "ldconfig.service": { "name": "ldconfig.service", "source": "systemd", "state": "stopped", "status": "static" }, "logrotate.service": { "name": "logrotate.service", "source": "systemd", "state": "stopped", "status": "static" }, "lvm2-activation-early.service": { "name": "lvm2-activation-early.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "lvm2-lvmpolld.service": { "name": "lvm2-lvmpolld.service", "source": "systemd", "state": "stopped", "status": "static" }, "lvm2-monitor.service": { "name": "lvm2-monitor.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "man-db-cache-update.service": { "name": "man-db-cache-update.service", "source": "systemd", "state": "inactive", "status": "static" }, "man-db-restart-cache-update.service": { "name": "man-db-restart-cache-update.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "mdadm-grow-continue@.service": { "name": "mdadm-grow-continue@.service", "source": "systemd", "state": "unknown", "status": "static" }, "mdadm-last-resort@.service": { "name": "mdadm-last-resort@.service", "source": "systemd", "state": "unknown", "status": "static" }, "mdcheck_continue.service": { "name": "mdcheck_continue.service", "source": "systemd", "state": "inactive", "status": "static" }, "mdcheck_start.service": { "name": "mdcheck_start.service", "source": "systemd", "state": "inactive", "status": "static" }, "mdmon@.service": { "name": "mdmon@.service", "source": "systemd", "state": "unknown", "status": "static" }, "mdmonitor-oneshot.service": { "name": "mdmonitor-oneshot.service", "source": "systemd", "state": "inactive", "status": "static" }, "mdmonitor.service": { "name": "mdmonitor.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "microcode.service": { "name": "microcode.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "modprobe@.service": { "name": "modprobe@.service", "source": "systemd", "state": "unknown", "status": "static" }, "modprobe@configfs.service": { "name": "modprobe@configfs.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "modprobe@drm.service": { "name": "modprobe@drm.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "modprobe@fuse.service": { "name": "modprobe@fuse.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "multipathd.service": { "name": "multipathd.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "ndctl-monitor.service": { "name": "ndctl-monitor.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "network.service": { "name": "network.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "nfs-blkmap.service": { "name": "nfs-blkmap.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "nfs-idmapd.service": { "name": "nfs-idmapd.service", "source": "systemd", "state": "stopped", "status": "static" }, "nfs-mountd.service": { "name": "nfs-mountd.service", "source": "systemd", "state": "stopped", "status": "static" }, "nfs-server.service": { "name": "nfs-server.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "nfs-utils.service": { "name": "nfs-utils.service", "source": "systemd", "state": "stopped", "status": "static" }, "nfsdcld.service": { "name": "nfsdcld.service", "source": "systemd", "state": "stopped", "status": "static" }, "nftables.service": { "name": "nftables.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "nis-domainname.service": { "name": "nis-domainname.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "nm-priv-helper.service": { "name": "nm-priv-helper.service", "source": "systemd", "state": "inactive", "status": "static" }, "ntpd.service": { "name": "ntpd.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "ntpdate.service": { "name": "ntpdate.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "oddjobd.service": { "name": "oddjobd.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "pam_namespace.service": { "name": "pam_namespace.service", "source": "systemd", "state": "inactive", "status": "static" }, "plymouth-quit-wait.service": { "name": "plymouth-quit-wait.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "plymouth-start.service": { "name": "plymouth-start.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "qemu-guest-agent.service": { "name": "qemu-guest-agent.service", "source": "systemd", "state": "inactive", "status": "enabled" }, "quotaon.service": { "name": "quotaon.service", "source": "systemd", "state": "inactive", "status": "static" }, "raid-check.service": { "name": "raid-check.service", "source": "systemd", "state": "inactive", "status": "static" }, "rbdmap.service": { "name": "rbdmap.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "rc-local.service": { "name": "rc-local.service", "source": "systemd", "state": "stopped", "status": "static" }, "rdisc.service": { "name": "rdisc.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "rescue.service": { "name": "rescue.service", "source": "systemd", "state": "stopped", "status": "static" }, "restraintd.service": { "name": "restraintd.service", "source": "systemd", "state": "running", "status": "enabled" }, "rngd.service": { "name": "rngd.service", "source": "systemd", "state": "running", "status": "enabled" }, "rpc-gssd.service": { "name": "rpc-gssd.service", "source": "systemd", "state": "stopped", "status": "static" }, "rpc-statd-notify.service": { "name": "rpc-statd-notify.service", "source": "systemd", "state": "stopped", "status": "static" }, "rpc-statd.service": { "name": "rpc-statd.service", "source": "systemd", "state": "stopped", "status": "static" }, "rpc-svcgssd.service": { "name": "rpc-svcgssd.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "rpcbind.service": { "name": "rpcbind.service", "source": "systemd", "state": "running", "status": "enabled" }, "rpmdb-rebuild.service": { "name": "rpmdb-rebuild.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "rsyslog.service": { "name": "rsyslog.service", "source": "systemd", "state": "running", "status": "enabled" }, "selinux-autorelabel-mark.service": { "name": "selinux-autorelabel-mark.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "selinux-autorelabel.service": { "name": "selinux-autorelabel.service", "source": "systemd", "state": "inactive", "status": "static" }, "selinux-check-proper-disable.service": { "name": "selinux-check-proper-disable.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "serial-getty@.service": { "name": "serial-getty@.service", "source": "systemd", "state": "unknown", "status": "disabled" }, "snapd.seeded.service": { "name": "snapd.seeded.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "sntp.service": { "name": "sntp.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "sshd-keygen.service": { "name": "sshd-keygen.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "sshd-keygen@.service": { "name": "sshd-keygen@.service", "source": "systemd", "state": "unknown", "status": "disabled" }, "sshd-keygen@ecdsa.service": { "name": "sshd-keygen@ecdsa.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "sshd-keygen@ed25519.service": { "name": "sshd-keygen@ed25519.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "sshd-keygen@rsa.service": { "name": "sshd-keygen@rsa.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "sshd.service": { "name": "sshd.service", "source": "systemd", "state": "running", "status": "enabled" }, "sshd@.service": { "name": "sshd@.service", "source": "systemd", "state": "unknown", "status": "static" }, "sssd-autofs.service": { "name": "sssd-autofs.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-kcm.service": { "name": "sssd-kcm.service", "source": "systemd", "state": "stopped", "status": "indirect" }, "sssd-nss.service": { "name": "sssd-nss.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-pac.service": { "name": "sssd-pac.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-pam.service": { "name": "sssd-pam.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-ssh.service": { "name": "sssd-ssh.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-sudo.service": { "name": "sssd-sudo.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd.service": { "name": "sssd.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "syslog.service": { "name": "syslog.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "system-update-cleanup.service": { "name": "system-update-cleanup.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-ask-password-console.service": { "name": "systemd-ask-password-console.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-ask-password-wall.service": { "name": "systemd-ask-password-wall.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-backlight@.service": { "name": "systemd-backlight@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-binfmt.service": { "name": "systemd-binfmt.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-bless-boot.service": { "name": "systemd-bless-boot.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-boot-check-no-failures.service": { "name": "systemd-boot-check-no-failures.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "systemd-boot-random-seed.service": { "name": "systemd-boot-random-seed.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-boot-update.service": { "name": "systemd-boot-update.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "systemd-coredump@.service": { "name": "systemd-coredump@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-exit.service": { "name": "systemd-exit.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-firstboot.service": { "name": "systemd-firstboot.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-fsck-root.service": { "name": "systemd-fsck-root.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-fsck@.service": { "name": "systemd-fsck@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-growfs-root.service": { "name": "systemd-growfs-root.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-growfs@.service": { "name": "systemd-growfs@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-halt.service": { "name": "systemd-halt.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-hibernate-resume@.service": { "name": "systemd-hibernate-resume@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-hibernate.service": { "name": "systemd-hibernate.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-hostnamed.service": { "name": "systemd-hostnamed.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-hwdb-update.service": { "name": "systemd-hwdb-update.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-hybrid-sleep.service": { "name": "systemd-hybrid-sleep.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-initctl.service": { "name": "systemd-initctl.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-journal-catalog-update.service": { "name": "systemd-journal-catalog-update.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-journal-flush.service": { "name": "systemd-journal-flush.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-journald.service": { "name": "systemd-journald.service", "source": "systemd", "state": "running", "status": "static" }, "systemd-journald@.service": { "name": "systemd-journald@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-kexec.service": { "name": "systemd-kexec.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-localed.service": { "name": "systemd-localed.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-logind.service": { "name": "systemd-logind.service", "source": "systemd", "state": "running", "status": "static" }, "systemd-machine-id-commit.service": { "name": "systemd-machine-id-commit.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-modules-load.service": { "name": "systemd-modules-load.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-network-generator.service": { "name": "systemd-network-generator.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "systemd-networkd-wait-online.service": { "name": "systemd-networkd-wait-online.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "systemd-pcrfs-root.service": { "name": "systemd-pcrfs-root.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-pcrfs@.service": { "name": "systemd-pcrfs@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-pcrmachine.service": { "name": "systemd-pcrmachine.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-pcrphase-initrd.service": { "name": "systemd-pcrphase-initrd.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-pcrphase-sysinit.service": { "name": "systemd-pcrphase-sysinit.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-pcrphase.service": { "name": "systemd-pcrphase.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-poweroff.service": { "name": "systemd-poweroff.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-pstore.service": { "name": "systemd-pstore.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "systemd-quotacheck.service": { "name": "systemd-quotacheck.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-random-seed.service": { "name": "systemd-random-seed.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-reboot.service": { "name": "systemd-reboot.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-remount-fs.service": { "name": "systemd-remount-fs.service", "source": "systemd", "state": "stopped", "status": "enabled-runtime" }, "systemd-repart.service": { "name": "systemd-repart.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-rfkill.service": { "name": "systemd-rfkill.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-suspend-then-hibernate.service": { "name": "systemd-suspend-then-hibernate.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-suspend.service": { "name": "systemd-suspend.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-sysctl.service": { "name": "systemd-sysctl.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-sysext.service": { "name": "systemd-sysext.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "systemd-sysupdate-reboot.service": { "name": "systemd-sysupdate-reboot.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "systemd-sysupdate.service": { "name": "systemd-sysupdate.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "systemd-sysusers.service": { "name": "systemd-sysusers.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-timedated.service": { "name": "systemd-timedated.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-timesyncd.service": { "name": "systemd-timesyncd.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "systemd-tmpfiles-clean.service": { "name": "systemd-tmpfiles-clean.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-tmpfiles-setup-dev.service": { "name": "systemd-tmpfiles-setup-dev.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-tmpfiles-setup.service": { "name": "systemd-tmpfiles-setup.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-tmpfiles.service": { "name": "systemd-tmpfiles.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "systemd-udev-settle.service": { "name": "systemd-udev-settle.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-udev-trigger.service": { "name": "systemd-udev-trigger.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-udevd.service": { "name": "systemd-udevd.service", "source": "systemd", "state": "running", "status": "static" }, "systemd-update-done.service": { "name": "systemd-update-done.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-update-utmp-runlevel.service": { "name": "systemd-update-utmp-runlevel.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-update-utmp.service": { "name": "systemd-update-utmp.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-user-sessions.service": { "name": "systemd-user-sessions.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-vconsole-setup.service": { "name": "systemd-vconsole-setup.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-volatile-root.service": { "name": "systemd-volatile-root.service", "source": "systemd", "state": "inactive", "status": "static" }, "target.service": { "name": "target.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "targetclid.service": { "name": "targetclid.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "teamd@.service": { "name": "teamd@.service", "source": "systemd", "state": "unknown", "status": "static" }, "user-runtime-dir@.service": { "name": "user-runtime-dir@.service", "source": "systemd", "state": "unknown", "status": "static" }, "user-runtime-dir@0.service": { "name": "user-runtime-dir@0.service", "source": "systemd", "state": "stopped", "status": "active" }, "user@.service": { "name": "user@.service", "source": "systemd", "state": "unknown", "status": "static" }, "user@0.service": { "name": "user@0.service", "source": "systemd", "state": "running", "status": "active" }, "ypbind.service": { "name": "ypbind.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "yppasswdd.service": { "name": "yppasswdd.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "ypserv.service": { "name": "ypserv.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "ypxfrd.service": { "name": "ypxfrd.service", "source": "systemd", "state": "stopped", "status": "not-found" } } }, "changed": false } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Thursday 06 June 2024 13:29:57 +0000 (0:00:01.718) 0:00:55.667 ********* ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Thursday 06 June 2024 13:29:57 +0000 (0:00:00.030) 0:00:55.698 ********* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Thursday 06 June 2024 13:29:57 +0000 (0:00:00.011) 0:00:55.710 ********* ok: [sut] => { "actions": [], "changed": false, "crypts": [], "leaves": [], "mounts": [], "packages": [], "pools": [], "volumes": [] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Thursday 06 June 2024 13:29:57 +0000 (0:00:00.349) 0:00:56.060 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_udevadm_trigger | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Thursday 06 June 2024 13:29:57 +0000 (0:00:00.020) 0:00:56.080 ********* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:101 Thursday 06 June 2024 13:29:57 +0000 (0:00:00.010) 0:00:56.091 ********* ok: [sut] => { "blivet_output": { "actions": [], "changed": false, "crypts": [], "failed": false, "leaves": [], "mounts": [], "packages": [], "pools": [], "volumes": [] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:110 Thursday 06 June 2024 13:29:57 +0000 (0:00:00.014) 0:00:56.105 ********* ok: [sut] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Set the list of volumes for test verification] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:114 Thursday 06 June 2024 13:29:57 +0000 (0:00:00.014) 0:00:56.120 ********* ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:130 Thursday 06 June 2024 13:29:57 +0000 (0:00:00.018) 0:00:56.138 ********* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:141 Thursday 06 June 2024 13:29:57 +0000 (0:00:00.020) 0:00:56.159 ********* skipping: [sut] => { "changed": false, "false_condition": "blivet_output['mounts']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:146 Thursday 06 June 2024 13:29:57 +0000 (0:00:00.011) 0:00:56.171 ********* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:157 Thursday 06 June 2024 13:29:57 +0000 (0:00:00.020) 0:00:56.192 ********* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:169 Thursday 06 June 2024 13:29:57 +0000 (0:00:00.026) 0:00:56.219 ********* skipping: [sut] => { "changed": false, "false_condition": "blivet_output['mounts']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:177 Thursday 06 June 2024 13:29:57 +0000 (0:00:00.011) 0:00:56.230 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1717680394.2913754, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1716902420.402, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 2097284, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "inode/x-empty", "mode": "0600", "mtime": 1716902144.521, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "3342962587", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:182 Thursday 06 June 2024 13:29:58 +0000 (0:00:00.199) 0:00:56.430 ********* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:204 Thursday 06 June 2024 13:29:58 +0000 (0:00:00.010) 0:00:56.441 ********* ok: [sut] TASK [Mark tasks to be skipped] ************************************************ task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/tests_create_raid_pool_then_remove.yml:22 Thursday 06 June 2024 13:29:58 +0000 (0:00:00.760) 0:00:57.201 ********* ok: [sut] => { "ansible_facts": { "storage_skip_checks": [ "blivet_available", "packages_installed", "service_facts" ] }, "changed": false } TASK [Gather package facts] **************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/tests_create_raid_pool_then_remove.yml:29 Thursday 06 June 2024 13:29:58 +0000 (0:00:00.024) 0:00:57.225 ********* ok: [sut] => { "ansible_facts": { "packages": { "NetworkManager": [ { "arch": "x86_64", "epoch": 1, "name": "NetworkManager", "release": "1.el9", "source": "rpm", "version": "1.47.91" } ], "NetworkManager-libnm": [ { "arch": "x86_64", "epoch": 1, "name": "NetworkManager-libnm", "release": "1.el9", "source": "rpm", "version": "1.47.91" } ], "NetworkManager-team": [ { "arch": "x86_64", "epoch": 1, "name": "NetworkManager-team", "release": "1.el9", "source": "rpm", "version": "1.47.91" } ], "NetworkManager-tui": [ { "arch": "x86_64", "epoch": 1, "name": "NetworkManager-tui", "release": "1.el9", "source": "rpm", "version": "1.47.91" } ], "acl": [ { "arch": "x86_64", "epoch": null, "name": "acl", "release": "4.el9", "source": "rpm", "version": "2.3.1" } ], "alternatives": [ { "arch": "x86_64", "epoch": null, "name": "alternatives", "release": "1.el9", "source": "rpm", "version": "1.24" } ], "aspell": [ { "arch": "x86_64", "epoch": 12, "name": "aspell", "release": "8.el9", "source": "rpm", "version": "0.60.8" } ], "audit": [ { "arch": "x86_64", "epoch": null, "name": "audit", "release": "2.el9", "source": "rpm", "version": "3.1.2" } ], "audit-libs": [ { "arch": "x86_64", "epoch": null, "name": "audit-libs", "release": "2.el9", "source": "rpm", "version": "3.1.2" } ], "authselect": [ { "arch": "x86_64", "epoch": null, "name": "authselect", "release": "2.el9", "source": "rpm", "version": "1.2.6" } ], "authselect-compat": [ { "arch": "x86_64", "epoch": null, "name": "authselect-compat", "release": "2.el9", "source": "rpm", "version": "1.2.6" } ], "authselect-libs": [ { "arch": "x86_64", "epoch": null, "name": "authselect-libs", "release": "2.el9", "source": "rpm", "version": "1.2.6" } ], "avahi-libs": [ { "arch": "x86_64", "epoch": null, "name": "avahi-libs", "release": "20.el9", "source": "rpm", "version": "0.8" } ], "basesystem": [ { "arch": "noarch", "epoch": null, "name": "basesystem", "release": "13.el9", "source": "rpm", "version": "11" } ], "bash": [ { "arch": "x86_64", "epoch": null, "name": "bash", "release": "9.el9", "source": "rpm", "version": "5.1.8" } ], "bc": [ { "arch": "x86_64", "epoch": null, "name": "bc", "release": "14.el9", "source": "rpm", "version": "1.07.1" } ], "beakerlib": [ { "arch": "noarch", "epoch": null, "name": "beakerlib", "release": "1.el9", "source": "rpm", "version": "1.29.3" } ], "beakerlib-redhat": [ { "arch": "noarch", "epoch": null, "name": "beakerlib-redhat", "release": "33.el9", "source": "rpm", "version": "1" } ], "binutils": [ { "arch": "x86_64", "epoch": null, "name": "binutils", "release": "43.el9", "source": "rpm", "version": "2.35.2" } ], "binutils-gold": [ { "arch": "x86_64", "epoch": null, "name": "binutils-gold", "release": "43.el9", "source": "rpm", "version": "2.35.2" } ], "bison": [ { "arch": "x86_64", "epoch": null, "name": "bison", "release": "5.el9", "source": "rpm", "version": "3.7.4" } ], "blivet-data": [ { "arch": "noarch", "epoch": 1, "name": "blivet-data", "release": "14.el9", "source": "rpm", "version": "3.6.0" } ], "boost-filesystem": [ { "arch": "x86_64", "epoch": null, "name": "boost-filesystem", "release": "8.el9", "source": "rpm", "version": "1.75.0" } ], "boost-system": [ { "arch": "x86_64", "epoch": null, "name": "boost-system", "release": "8.el9", "source": "rpm", "version": "1.75.0" } ], "boost-thread": [ { "arch": "x86_64", "epoch": null, "name": "boost-thread", "release": "8.el9", "source": "rpm", "version": "1.75.0" } ], "bzip2-libs": [ { "arch": "x86_64", "epoch": null, "name": "bzip2-libs", "release": "8.el9", "source": "rpm", "version": "1.0.8" } ], "c-ares": [ { "arch": "x86_64", "epoch": null, "name": "c-ares", "release": "2.el9", "source": "rpm", "version": "1.19.1" } ], "ca-certificates": [ { "arch": "noarch", "epoch": null, "name": "ca-certificates", "release": "90.1.el9", "source": "rpm", "version": "2023.2.60_v7.0.306" } ], "centos-gpg-keys": [ { "arch": "noarch", "epoch": null, "name": "centos-gpg-keys", "release": "26.el9", "source": "rpm", "version": "9.0" } ], "centos-stream-release": [ { "arch": "noarch", "epoch": null, "name": "centos-stream-release", "release": "26.el9", "source": "rpm", "version": "9.0" } ], "centos-stream-repos": [ { "arch": "noarch", "epoch": null, "name": "centos-stream-repos", "release": "26.el9", "source": "rpm", "version": "9.0" } ], "checkpolicy": [ { "arch": "x86_64", "epoch": null, "name": "checkpolicy", "release": "1.el9", "source": "rpm", "version": "3.6" } ], "chrony": [ { "arch": "x86_64", "epoch": null, "name": "chrony", "release": "1.el9", "source": "rpm", "version": "4.5" } ], "cloud-init": [ { "arch": "noarch", "epoch": null, "name": "cloud-init", "release": "11.el9", "source": "rpm", "version": "23.4" } ], "cloud-utils-growpart": [ { "arch": "x86_64", "epoch": null, "name": "cloud-utils-growpart", "release": "1.el9", "source": "rpm", "version": "0.33" } ], "coreutils": [ { "arch": "x86_64", "epoch": null, "name": "coreutils", "release": "35.el9", "source": "rpm", "version": "8.32" } ], "coreutils-common": [ { "arch": "x86_64", "epoch": null, "name": "coreutils-common", "release": "35.el9", "source": "rpm", "version": "8.32" } ], "cpio": [ { "arch": "x86_64", "epoch": null, "name": "cpio", "release": "16.el9", "source": "rpm", "version": "2.13" } ], "cpp": [ { "arch": "x86_64", "epoch": null, "name": "cpp", "release": "3.el9", "source": "rpm", "version": "11.4.1" } ], "cracklib": [ { "arch": "x86_64", "epoch": null, "name": "cracklib", "release": "27.el9", "source": "rpm", "version": "2.9.6" } ], "cracklib-dicts": [ { "arch": "x86_64", "epoch": null, "name": "cracklib-dicts", "release": "27.el9", "source": "rpm", "version": "2.9.6" } ], "createrepo_c": [ { "arch": "x86_64", "epoch": null, "name": "createrepo_c", "release": "2.el9", "source": "rpm", "version": "0.20.1" } ], "createrepo_c-libs": [ { "arch": "x86_64", "epoch": null, "name": "createrepo_c-libs", "release": "2.el9", "source": "rpm", "version": "0.20.1" } ], "cronie": [ { "arch": "x86_64", "epoch": null, "name": "cronie", "release": "11.el9", "source": "rpm", "version": "1.5.7" } ], "cronie-anacron": [ { "arch": "x86_64", "epoch": null, "name": "cronie-anacron", "release": "11.el9", "source": "rpm", "version": "1.5.7" } ], "crontabs": [ { "arch": "noarch", "epoch": null, "name": "crontabs", "release": "26.20190603git.el9", "source": "rpm", "version": "1.11" } ], "crypto-policies": [ { "arch": "noarch", "epoch": null, "name": "crypto-policies", "release": "1.gitb1c706d.el9", "source": "rpm", "version": "20240304" } ], "crypto-policies-scripts": [ { "arch": "noarch", "epoch": null, "name": "crypto-policies-scripts", "release": "1.gitb1c706d.el9", "source": "rpm", "version": "20240304" } ], "cryptsetup-libs": [ { "arch": "x86_64", "epoch": null, "name": "cryptsetup-libs", "release": "1.el9", "source": "rpm", "version": "2.7.2" } ], "curl": [ { "arch": "x86_64", "epoch": null, "name": "curl", "release": "29.el9", "source": "rpm", "version": "7.76.1" } ], "cyrus-sasl-lib": [ { "arch": "x86_64", "epoch": null, "name": "cyrus-sasl-lib", "release": "21.el9", "source": "rpm", "version": "2.1.27" } ], "daxctl-libs": [ { "arch": "x86_64", "epoch": null, "name": "daxctl-libs", "release": "8.el9", "source": "rpm", "version": "71.1" } ], "dbus": [ { "arch": "x86_64", "epoch": 1, "name": "dbus", "release": "8.el9", "source": "rpm", "version": "1.12.20" } ], "dbus-broker": [ { "arch": "x86_64", "epoch": null, "name": "dbus-broker", "release": "7.el9", "source": "rpm", "version": "28" } ], "dbus-common": [ { "arch": "noarch", "epoch": 1, "name": "dbus-common", "release": "8.el9", "source": "rpm", "version": "1.12.20" } ], "dbus-libs": [ { "arch": "x86_64", "epoch": 1, "name": "dbus-libs", "release": "8.el9", "source": "rpm", "version": "1.12.20" } ], "dbus-tools": [ { "arch": "x86_64", "epoch": 1, "name": "dbus-tools", "release": "8.el9", "source": "rpm", "version": "1.12.20" } ], "dejavu-sans-fonts": [ { "arch": "noarch", "epoch": null, "name": "dejavu-sans-fonts", "release": "18.el9", "source": "rpm", "version": "2.37" } ], "device-mapper": [ { "arch": "x86_64", "epoch": 9, "name": "device-mapper", "release": "2.el9", "source": "rpm", "version": "1.02.197" } ], "device-mapper-event": [ { "arch": "x86_64", "epoch": 9, "name": "device-mapper-event", "release": "2.el9", "source": "rpm", "version": "1.02.197" } ], "device-mapper-event-libs": [ { "arch": "x86_64", "epoch": 9, "name": "device-mapper-event-libs", "release": "2.el9", "source": "rpm", "version": "1.02.197" } ], "device-mapper-libs": [ { "arch": "x86_64", "epoch": 9, "name": "device-mapper-libs", "release": "2.el9", "source": "rpm", "version": "1.02.197" } ], "device-mapper-multipath": [ { "arch": "x86_64", "epoch": null, "name": "device-mapper-multipath", "release": "27.el9", "source": "rpm", "version": "0.8.7" } ], "device-mapper-multipath-libs": [ { "arch": "x86_64", "epoch": null, "name": "device-mapper-multipath-libs", "release": "27.el9", "source": "rpm", "version": "0.8.7" } ], "device-mapper-persistent-data": [ { "arch": "x86_64", "epoch": null, "name": "device-mapper-persistent-data", "release": "2.el9", "source": "rpm", "version": "1.0.9" } ], "dhcp-client": [ { "arch": "x86_64", "epoch": 12, "name": "dhcp-client", "release": "19.b1.el9", "source": "rpm", "version": "4.4.2" } ], "dhcp-common": [ { "arch": "noarch", "epoch": 12, "name": "dhcp-common", "release": "19.b1.el9", "source": "rpm", "version": "4.4.2" } ], "diffutils": [ { "arch": "x86_64", "epoch": null, "name": "diffutils", "release": "12.el9", "source": "rpm", "version": "3.7" } ], "dnf": [ { "arch": "noarch", "epoch": null, "name": "dnf", "release": "11.el9", "source": "rpm", "version": "4.14.0" } ], "dnf-data": [ { "arch": "noarch", "epoch": null, "name": "dnf-data", "release": "11.el9", "source": "rpm", "version": "4.14.0" } ], "dnf-plugins-core": [ { "arch": "noarch", "epoch": null, "name": "dnf-plugins-core", "release": "15.el9", "source": "rpm", "version": "4.3.0" } ], "dracut": [ { "arch": "x86_64", "epoch": null, "name": "dracut", "release": "53.git20240104.el9", "source": "rpm", "version": "057" } ], "dracut-config-rescue": [ { "arch": "x86_64", "epoch": null, "name": "dracut-config-rescue", "release": "53.git20240104.el9", "source": "rpm", "version": "057" } ], "dracut-network": [ { "arch": "x86_64", "epoch": null, "name": "dracut-network", "release": "53.git20240104.el9", "source": "rpm", "version": "057" } ], "dracut-squash": [ { "arch": "x86_64", "epoch": null, "name": "dracut-squash", "release": "53.git20240104.el9", "source": "rpm", "version": "057" } ], "dyninst": [ { "arch": "x86_64", "epoch": null, "name": "dyninst", "release": "1.el9", "source": "rpm", "version": "12.1.0" } ], "e2fsprogs": [ { "arch": "x86_64", "epoch": null, "name": "e2fsprogs", "release": "5.el9", "source": "rpm", "version": "1.46.5" } ], "e2fsprogs-libs": [ { "arch": "x86_64", "epoch": null, "name": "e2fsprogs-libs", "release": "5.el9", "source": "rpm", "version": "1.46.5" } ], "efivar-libs": [ { "arch": "x86_64", "epoch": null, "name": "efivar-libs", "release": "3.el9", "source": "rpm", "version": "38" } ], "elfutils-debuginfod-client": [ { "arch": "x86_64", "epoch": null, "name": "elfutils-debuginfod-client", "release": "4.el9", "source": "rpm", "version": "0.191" } ], "elfutils-default-yama-scope": [ { "arch": "noarch", "epoch": null, "name": "elfutils-default-yama-scope", "release": "4.el9", "source": "rpm", "version": "0.191" } ], "elfutils-devel": [ { "arch": "x86_64", "epoch": null, "name": "elfutils-devel", "release": "4.el9", "source": "rpm", "version": "0.191" } ], "elfutils-libelf": [ { "arch": "x86_64", "epoch": null, "name": "elfutils-libelf", "release": "4.el9", "source": "rpm", "version": "0.191" } ], "elfutils-libelf-devel": [ { "arch": "x86_64", "epoch": null, "name": "elfutils-libelf-devel", "release": "4.el9", "source": "rpm", "version": "0.191" } ], "elfutils-libs": [ { "arch": "x86_64", "epoch": null, "name": "elfutils-libs", "release": "4.el9", "source": "rpm", "version": "0.191" } ], "emacs-filesystem": [ { "arch": "noarch", "epoch": 1, "name": "emacs-filesystem", "release": "9.el9", "source": "rpm", "version": "27.2" } ], "epel-next-release": [ { "arch": "noarch", "epoch": null, "name": "epel-next-release", "release": "7.el9", "source": "rpm", "version": "9" } ], "epel-release": [ { "arch": "noarch", "epoch": null, "name": "epel-release", "release": "7.el9", "source": "rpm", "version": "9" } ], "ethtool": [ { "arch": "x86_64", "epoch": 2, "name": "ethtool", "release": "1.el9", "source": "rpm", "version": "6.2" } ], "expat": [ { "arch": "x86_64", "epoch": null, "name": "expat", "release": "2.el9", "source": "rpm", "version": "2.5.0" } ], "file": [ { "arch": "x86_64", "epoch": null, "name": "file", "release": "16.el9", "source": "rpm", "version": "5.39" } ], "file-libs": [ { "arch": "x86_64", "epoch": null, "name": "file-libs", "release": "16.el9", "source": "rpm", "version": "5.39" } ], "filesystem": [ { "arch": "x86_64", "epoch": null, "name": "filesystem", "release": "2.el9", "source": "rpm", "version": "3.16" } ], "findutils": [ { "arch": "x86_64", "epoch": 1, "name": "findutils", "release": "6.el9", "source": "rpm", "version": "4.8.0" } ], "firewalld": [ { "arch": "noarch", "epoch": null, "name": "firewalld", "release": "1.el9", "source": "rpm", "version": "1.3.4" } ], "firewalld-filesystem": [ { "arch": "noarch", "epoch": null, "name": "firewalld-filesystem", "release": "1.el9", "source": "rpm", "version": "1.3.4" } ], "flex": [ { "arch": "x86_64", "epoch": null, "name": "flex", "release": "9.el9", "source": "rpm", "version": "2.6.4" } ], "fonts-filesystem": [ { "arch": "noarch", "epoch": 1, "name": "fonts-filesystem", "release": "7.el9.1", "source": "rpm", "version": "2.0.5" } ], "fuse-libs": [ { "arch": "x86_64", "epoch": null, "name": "fuse-libs", "release": "15.el9", "source": "rpm", "version": "2.9.9" } ], "gawk": [ { "arch": "x86_64", "epoch": null, "name": "gawk", "release": "6.el9", "source": "rpm", "version": "5.1.0" } ], "gawk-all-langpacks": [ { "arch": "x86_64", "epoch": null, "name": "gawk-all-langpacks", "release": "6.el9", "source": "rpm", "version": "5.1.0" } ], "gcc": [ { "arch": "x86_64", "epoch": null, "name": "gcc", "release": "3.el9", "source": "rpm", "version": "11.4.1" } ], "gdbm-libs": [ { "arch": "x86_64", "epoch": 1, "name": "gdbm-libs", "release": "1.el9", "source": "rpm", "version": "1.23" } ], "gdisk": [ { "arch": "x86_64", "epoch": null, "name": "gdisk", "release": "5.el9", "source": "rpm", "version": "1.0.7" } ], "geolite2-city": [ { "arch": "noarch", "epoch": null, "name": "geolite2-city", "release": "6.el9", "source": "rpm", "version": "20191217" } ], "geolite2-country": [ { "arch": "noarch", "epoch": null, "name": "geolite2-country", "release": "6.el9", "source": "rpm", "version": "20191217" } ], "gettext": [ { "arch": "x86_64", "epoch": null, "name": "gettext", "release": "8.el9", "source": "rpm", "version": "0.21" } ], "gettext-libs": [ { "arch": "x86_64", "epoch": null, "name": "gettext-libs", "release": "8.el9", "source": "rpm", "version": "0.21" } ], "git": [ { "arch": "x86_64", "epoch": null, "name": "git", "release": "1.el9", "source": "rpm", "version": "2.43.0" } ], "git-core": [ { "arch": "x86_64", "epoch": null, "name": "git-core", "release": "1.el9", "source": "rpm", "version": "2.43.0" } ], "git-core-doc": [ { "arch": "noarch", "epoch": null, "name": "git-core-doc", "release": "1.el9", "source": "rpm", "version": "2.43.0" } ], "glib2": [ { "arch": "x86_64", "epoch": null, "name": "glib2", "release": "15.el9", "source": "rpm", "version": "2.68.4" } ], "glibc": [ { "arch": "x86_64", "epoch": null, "name": "glibc", "release": "105.el9", "source": "rpm", "version": "2.34" } ], "glibc-common": [ { "arch": "x86_64", "epoch": null, "name": "glibc-common", "release": "105.el9", "source": "rpm", "version": "2.34" } ], "glibc-devel": [ { "arch": "x86_64", "epoch": null, "name": "glibc-devel", "release": "105.el9", "source": "rpm", "version": "2.34" } ], "glibc-gconv-extra": [ { "arch": "x86_64", "epoch": null, "name": "glibc-gconv-extra", "release": "105.el9", "source": "rpm", "version": "2.34" } ], "glibc-headers": [ { "arch": "x86_64", "epoch": null, "name": "glibc-headers", "release": "105.el9", "source": "rpm", "version": "2.34" } ], "glibc-langpack-en": [ { "arch": "x86_64", "epoch": null, "name": "glibc-langpack-en", "release": "105.el9", "source": "rpm", "version": "2.34" } ], "gmp": [ { "arch": "x86_64", "epoch": 1, "name": "gmp", "release": "13.el9", "source": "rpm", "version": "6.2.0" } ], "gnupg2": [ { "arch": "x86_64", "epoch": null, "name": "gnupg2", "release": "4.el9", "source": "rpm", "version": "2.3.3" } ], "gnutls": [ { "arch": "x86_64", "epoch": null, "name": "gnutls", "release": "4.el9", "source": "rpm", "version": "3.8.3" } ], "gobject-introspection": [ { "arch": "x86_64", "epoch": null, "name": "gobject-introspection", "release": "11.el9", "source": "rpm", "version": "1.68.0" } ], "gpg-pubkey": [ { "arch": null, "epoch": null, "name": "gpg-pubkey", "release": "613798eb", "source": "rpm", "version": "3228467c" }, { "arch": null, "epoch": null, "name": "gpg-pubkey", "release": "5ccc5b19", "source": "rpm", "version": "8483c65d" } ], "gpgme": [ { "arch": "x86_64", "epoch": null, "name": "gpgme", "release": "6.el9", "source": "rpm", "version": "1.15.1" } ], "gpm-libs": [ { "arch": "x86_64", "epoch": null, "name": "gpm-libs", "release": "29.el9", "source": "rpm", "version": "1.20.7" } ], "grep": [ { "arch": "x86_64", "epoch": null, "name": "grep", "release": "5.el9", "source": "rpm", "version": "3.6" } ], "groff-base": [ { "arch": "x86_64", "epoch": null, "name": "groff-base", "release": "10.el9", "source": "rpm", "version": "1.22.4" } ], "grub2-common": [ { "arch": "noarch", "epoch": 1, "name": "grub2-common", "release": "78.el9", "source": "rpm", "version": "2.06" } ], "grub2-pc": [ { "arch": "x86_64", "epoch": 1, "name": "grub2-pc", "release": "78.el9", "source": "rpm", "version": "2.06" } ], "grub2-pc-modules": [ { "arch": "noarch", "epoch": 1, "name": "grub2-pc-modules", "release": "78.el9", "source": "rpm", "version": "2.06" } ], "grub2-tools": [ { "arch": "x86_64", "epoch": 1, "name": "grub2-tools", "release": "78.el9", "source": "rpm", "version": "2.06" } ], "grub2-tools-minimal": [ { "arch": "x86_64", "epoch": 1, "name": "grub2-tools-minimal", "release": "78.el9", "source": "rpm", "version": "2.06" } ], "grubby": [ { "arch": "x86_64", "epoch": null, "name": "grubby", "release": "63.el9", "source": "rpm", "version": "8.40" } ], "gssproxy": [ { "arch": "x86_64", "epoch": null, "name": "gssproxy", "release": "6.el9", "source": "rpm", "version": "0.8.4" } ], "gzip": [ { "arch": "x86_64", "epoch": null, "name": "gzip", "release": "1.el9", "source": "rpm", "version": "1.12" } ], "hostname": [ { "arch": "x86_64", "epoch": null, "name": "hostname", "release": "6.el9", "source": "rpm", "version": "3.23" } ], "hwdata": [ { "arch": "noarch", "epoch": null, "name": "hwdata", "release": "9.13.el9", "source": "rpm", "version": "0.348" } ], "ima-evm-utils": [ { "arch": "x86_64", "epoch": null, "name": "ima-evm-utils", "release": "4.el9", "source": "rpm", "version": "1.4" } ], "inih": [ { "arch": "x86_64", "epoch": null, "name": "inih", "release": "6.el9", "source": "rpm", "version": "49" } ], "initscripts-rename-device": [ { "arch": "x86_64", "epoch": null, "name": "initscripts-rename-device", "release": "1.el9", "source": "rpm", "version": "10.11.6" } ], "initscripts-service": [ { "arch": "noarch", "epoch": null, "name": "initscripts-service", "release": "1.el9", "source": "rpm", "version": "10.11.6" } ], "ipcalc": [ { "arch": "x86_64", "epoch": null, "name": "ipcalc", "release": "5.el9", "source": "rpm", "version": "1.0.0" } ], "iproute": [ { "arch": "x86_64", "epoch": null, "name": "iproute", "release": "5.el9", "source": "rpm", "version": "6.2.0" } ], "iproute-tc": [ { "arch": "x86_64", "epoch": null, "name": "iproute-tc", "release": "5.el9", "source": "rpm", "version": "6.2.0" } ], "ipset": [ { "arch": "x86_64", "epoch": null, "name": "ipset", "release": "8.el9", "source": "rpm", "version": "7.11" } ], "ipset-libs": [ { "arch": "x86_64", "epoch": null, "name": "ipset-libs", "release": "8.el9", "source": "rpm", "version": "7.11" } ], "iptables-libs": [ { "arch": "x86_64", "epoch": null, "name": "iptables-libs", "release": "2.el9", "source": "rpm", "version": "1.8.10" } ], "iptables-nft": [ { "arch": "x86_64", "epoch": null, "name": "iptables-nft", "release": "2.el9", "source": "rpm", "version": "1.8.10" } ], "iputils": [ { "arch": "x86_64", "epoch": null, "name": "iputils", "release": "9.el9", "source": "rpm", "version": "20210202" } ], "irqbalance": [ { "arch": "x86_64", "epoch": 2, "name": "irqbalance", "release": "1.el9", "source": "rpm", "version": "1.9.4" } ], "iwl100-firmware": [ { "arch": "noarch", "epoch": null, "name": "iwl100-firmware", "release": "143.el9", "source": "rpm", "version": "39.31.5.1" } ], "iwl1000-firmware": [ { "arch": "noarch", "epoch": 1, "name": "iwl1000-firmware", "release": "143.el9", "source": "rpm", "version": "39.31.5.1" } ], "iwl105-firmware": [ { "arch": "noarch", "epoch": null, "name": "iwl105-firmware", "release": "143.el9", "source": "rpm", "version": "18.168.6.1" } ], "iwl135-firmware": [ { "arch": "noarch", "epoch": null, "name": "iwl135-firmware", "release": "143.el9", "source": "rpm", "version": "18.168.6.1" } ], "iwl2000-firmware": [ { "arch": "noarch", "epoch": null, "name": "iwl2000-firmware", "release": "143.el9", "source": "rpm", "version": "18.168.6.1" } ], "iwl2030-firmware": [ { "arch": "noarch", "epoch": null, "name": "iwl2030-firmware", "release": "143.el9", "source": "rpm", "version": "18.168.6.1" } ], "iwl3160-firmware": [ { "arch": "noarch", "epoch": 1, "name": "iwl3160-firmware", "release": "143.el9", "source": "rpm", "version": "25.30.13.0" } ], "iwl5000-firmware": [ { "arch": "noarch", "epoch": null, "name": "iwl5000-firmware", "release": "143.el9", "source": "rpm", "version": "8.83.5.1_1" } ], "iwl5150-firmware": [ { "arch": "noarch", "epoch": null, "name": "iwl5150-firmware", "release": "143.el9", "source": "rpm", "version": "8.24.2.2" } ], "iwl6000g2a-firmware": [ { "arch": "noarch", "epoch": null, "name": "iwl6000g2a-firmware", "release": "143.el9", "source": "rpm", "version": "18.168.6.1" } ], "iwl6050-firmware": [ { "arch": "noarch", "epoch": null, "name": "iwl6050-firmware", "release": "143.el9", "source": "rpm", "version": "41.28.5.1" } ], "iwl7260-firmware": [ { "arch": "noarch", "epoch": 1, "name": "iwl7260-firmware", "release": "143.el9", "source": "rpm", "version": "25.30.13.0" } ], "jansson": [ { "arch": "x86_64", "epoch": null, "name": "jansson", "release": "1.el9", "source": "rpm", "version": "2.14" } ], "jitterentropy": [ { "arch": "x86_64", "epoch": null, "name": "jitterentropy", "release": "1.el9", "source": "rpm", "version": "3.5.0" } ], "jq": [ { "arch": "x86_64", "epoch": null, "name": "jq", "release": "16.el9", "source": "rpm", "version": "1.6" } ], "json-c": [ { "arch": "x86_64", "epoch": null, "name": "json-c", "release": "11.el9", "source": "rpm", "version": "0.14" } ], "kbd": [ { "arch": "x86_64", "epoch": null, "name": "kbd", "release": "9.el9", "source": "rpm", "version": "2.4.0" } ], "kbd-legacy": [ { "arch": "noarch", "epoch": null, "name": "kbd-legacy", "release": "9.el9", "source": "rpm", "version": "2.4.0" } ], "kbd-misc": [ { "arch": "noarch", "epoch": null, "name": "kbd-misc", "release": "9.el9", "source": "rpm", "version": "2.4.0" } ], "kernel": [ { "arch": "x86_64", "epoch": null, "name": "kernel", "release": "452.el9", "source": "rpm", "version": "5.14.0" } ], "kernel-core": [ { "arch": "x86_64", "epoch": null, "name": "kernel-core", "release": "452.el9", "source": "rpm", "version": "5.14.0" } ], "kernel-devel": [ { "arch": "x86_64", "epoch": null, "name": "kernel-devel", "release": "452.el9", "source": "rpm", "version": "5.14.0" } ], "kernel-headers": [ { "arch": "x86_64", "epoch": null, "name": "kernel-headers", "release": "452.el9", "source": "rpm", "version": "5.14.0" } ], "kernel-modules": [ { "arch": "x86_64", "epoch": null, "name": "kernel-modules", "release": "452.el9", "source": "rpm", "version": "5.14.0" } ], "kernel-modules-core": [ { "arch": "x86_64", "epoch": null, "name": "kernel-modules-core", "release": "452.el9", "source": "rpm", "version": "5.14.0" } ], "kernel-tools": [ { "arch": "x86_64", "epoch": null, "name": "kernel-tools", "release": "452.el9", "source": "rpm", "version": "5.14.0" } ], "kernel-tools-libs": [ { "arch": "x86_64", "epoch": null, "name": "kernel-tools-libs", "release": "452.el9", "source": "rpm", "version": "5.14.0" } ], "kexec-tools": [ { "arch": "x86_64", "epoch": null, "name": "kexec-tools", "release": "10.el9", "source": "rpm", "version": "2.0.27" } ], "keyutils": [ { "arch": "x86_64", "epoch": null, "name": "keyutils", "release": "1.el9", "source": "rpm", "version": "1.6.3" } ], "keyutils-libs": [ { "arch": "x86_64", "epoch": null, "name": "keyutils-libs", "release": "1.el9", "source": "rpm", "version": "1.6.3" } ], "kmod": [ { "arch": "x86_64", "epoch": null, "name": "kmod", "release": "9.el9", "source": "rpm", "version": "28" } ], "kmod-kvdo": [ { "arch": "x86_64", "epoch": null, "name": "kmod-kvdo", "release": "125.el9", "source": "rpm", "version": "8.2.3.3" } ], "kmod-libs": [ { "arch": "x86_64", "epoch": null, "name": "kmod-libs", "release": "9.el9", "source": "rpm", "version": "28" } ], "kpartx": [ { "arch": "x86_64", "epoch": null, "name": "kpartx", "release": "27.el9", "source": "rpm", "version": "0.8.7" } ], "krb5-libs": [ { "arch": "x86_64", "epoch": null, "name": "krb5-libs", "release": "2.el9", "source": "rpm", "version": "1.21.1" } ], "langpacks-core-en": [ { "arch": "noarch", "epoch": null, "name": "langpacks-core-en", "release": "16.el9", "source": "rpm", "version": "3.0" } ], "langpacks-core-font-en": [ { "arch": "noarch", "epoch": null, "name": "langpacks-core-font-en", "release": "16.el9", "source": "rpm", "version": "3.0" } ], "langpacks-en": [ { "arch": "noarch", "epoch": null, "name": "langpacks-en", "release": "16.el9", "source": "rpm", "version": "3.0" } ], "less": [ { "arch": "x86_64", "epoch": null, "name": "less", "release": "3.el9", "source": "rpm", "version": "590" } ], "libacl": [ { "arch": "x86_64", "epoch": null, "name": "libacl", "release": "4.el9", "source": "rpm", "version": "2.3.1" } ], "libaio": [ { "arch": "x86_64", "epoch": null, "name": "libaio", "release": "13.el9", "source": "rpm", "version": "0.3.111" } ], "libarchive": [ { "arch": "x86_64", "epoch": null, "name": "libarchive", "release": "4.el9", "source": "rpm", "version": "3.5.3" } ], "libassuan": [ { "arch": "x86_64", "epoch": null, "name": "libassuan", "release": "3.el9", "source": "rpm", "version": "2.5.5" } ], "libattr": [ { "arch": "x86_64", "epoch": null, "name": "libattr", "release": "3.el9", "source": "rpm", "version": "2.5.1" } ], "libbasicobjects": [ { "arch": "x86_64", "epoch": null, "name": "libbasicobjects", "release": "53.el9", "source": "rpm", "version": "0.1.1" } ], "libblkid": [ { "arch": "x86_64", "epoch": null, "name": "libblkid", "release": "18.el9", "source": "rpm", "version": "2.37.4" } ], "libblockdev": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev", "release": "10.el9", "source": "rpm", "version": "2.28" } ], "libblockdev-crypto": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-crypto", "release": "10.el9", "source": "rpm", "version": "2.28" } ], "libblockdev-dm": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-dm", "release": "10.el9", "source": "rpm", "version": "2.28" } ], "libblockdev-fs": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-fs", "release": "10.el9", "source": "rpm", "version": "2.28" } ], "libblockdev-kbd": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-kbd", "release": "10.el9", "source": "rpm", "version": "2.28" } ], "libblockdev-loop": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-loop", "release": "10.el9", "source": "rpm", "version": "2.28" } ], "libblockdev-lvm": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-lvm", "release": "10.el9", "source": "rpm", "version": "2.28" } ], "libblockdev-mdraid": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-mdraid", "release": "10.el9", "source": "rpm", "version": "2.28" } ], "libblockdev-mpath": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-mpath", "release": "10.el9", "source": "rpm", "version": "2.28" } ], "libblockdev-nvdimm": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-nvdimm", "release": "10.el9", "source": "rpm", "version": "2.28" } ], "libblockdev-part": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-part", "release": "10.el9", "source": "rpm", "version": "2.28" } ], "libblockdev-swap": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-swap", "release": "10.el9", "source": "rpm", "version": "2.28" } ], "libblockdev-utils": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-utils", "release": "10.el9", "source": "rpm", "version": "2.28" } ], "libbpf": [ { "arch": "x86_64", "epoch": 2, "name": "libbpf", "release": "2.el9", "source": "rpm", "version": "1.3.0" } ], "libbrotli": [ { "arch": "x86_64", "epoch": null, "name": "libbrotli", "release": "6.el9", "source": "rpm", "version": "1.0.9" } ], "libbytesize": [ { "arch": "x86_64", "epoch": null, "name": "libbytesize", "release": "3.el9", "source": "rpm", "version": "2.5" } ], "libcap": [ { "arch": "x86_64", "epoch": null, "name": "libcap", "release": "9.el9", "source": "rpm", "version": "2.48" } ], "libcap-ng": [ { "arch": "x86_64", "epoch": null, "name": "libcap-ng", "release": "7.el9", "source": "rpm", "version": "0.8.2" } ], "libcap-ng-python3": [ { "arch": "x86_64", "epoch": null, "name": "libcap-ng-python3", "release": "7.el9", "source": "rpm", "version": "0.8.2" } ], "libcbor": [ { "arch": "x86_64", "epoch": null, "name": "libcbor", "release": "5.el9", "source": "rpm", "version": "0.7.0" } ], "libcollection": [ { "arch": "x86_64", "epoch": null, "name": "libcollection", "release": "53.el9", "source": "rpm", "version": "0.7.0" } ], "libcom_err": [ { "arch": "x86_64", "epoch": null, "name": "libcom_err", "release": "5.el9", "source": "rpm", "version": "1.46.5" } ], "libcomps": [ { "arch": "x86_64", "epoch": null, "name": "libcomps", "release": "1.el9", "source": "rpm", "version": "0.1.18" } ], "libcurl": [ { "arch": "x86_64", "epoch": null, "name": "libcurl", "release": "29.el9", "source": "rpm", "version": "7.76.1" } ], "libdaemon": [ { "arch": "x86_64", "epoch": null, "name": "libdaemon", "release": "23.el9", "source": "rpm", "version": "0.14" } ], "libdb": [ { "arch": "x86_64", "epoch": null, "name": "libdb", "release": "53.el9", "source": "rpm", "version": "5.3.28" } ], "libdhash": [ { "arch": "x86_64", "epoch": null, "name": "libdhash", "release": "53.el9", "source": "rpm", "version": "0.5.0" } ], "libdnf": [ { "arch": "x86_64", "epoch": null, "name": "libdnf", "release": "11.el9", "source": "rpm", "version": "0.69.0" } ], "libeconf": [ { "arch": "x86_64", "epoch": null, "name": "libeconf", "release": "4.el9", "source": "rpm", "version": "0.4.1" } ], "libedit": [ { "arch": "x86_64", "epoch": null, "name": "libedit", "release": "38.20210216cvs.el9", "source": "rpm", "version": "3.1" } ], "libestr": [ { "arch": "x86_64", "epoch": null, "name": "libestr", "release": "4.el9", "source": "rpm", "version": "0.1.11" } ], "libev": [ { "arch": "x86_64", "epoch": null, "name": "libev", "release": "5.el9", "source": "rpm", "version": "4.33" } ], "libevent": [ { "arch": "x86_64", "epoch": null, "name": "libevent", "release": "6.el9", "source": "rpm", "version": "2.1.12" } ], "libfastjson": [ { "arch": "x86_64", "epoch": null, "name": "libfastjson", "release": "5.el9", "source": "rpm", "version": "0.99.9" } ], "libfdisk": [ { "arch": "x86_64", "epoch": null, "name": "libfdisk", "release": "18.el9", "source": "rpm", "version": "2.37.4" } ], "libffi": [ { "arch": "x86_64", "epoch": null, "name": "libffi", "release": "8.el9", "source": "rpm", "version": "3.4.2" } ], "libfido2": [ { "arch": "x86_64", "epoch": null, "name": "libfido2", "release": "2.el9", "source": "rpm", "version": "1.13.0" } ], "libgcc": [ { "arch": "x86_64", "epoch": null, "name": "libgcc", "release": "3.el9", "source": "rpm", "version": "11.4.1" } ], "libgcrypt": [ { "arch": "x86_64", "epoch": null, "name": "libgcrypt", "release": "10.el9", "source": "rpm", "version": "1.10.0" } ], "libgomp": [ { "arch": "x86_64", "epoch": null, "name": "libgomp", "release": "3.el9", "source": "rpm", "version": "11.4.1" } ], "libgpg-error": [ { "arch": "x86_64", "epoch": null, "name": "libgpg-error", "release": "5.el9", "source": "rpm", "version": "1.42" } ], "libidn2": [ { "arch": "x86_64", "epoch": null, "name": "libidn2", "release": "7.el9", "source": "rpm", "version": "2.3.0" } ], "libini_config": [ { "arch": "x86_64", "epoch": null, "name": "libini_config", "release": "53.el9", "source": "rpm", "version": "1.3.1" } ], "libkcapi": [ { "arch": "x86_64", "epoch": null, "name": "libkcapi", "release": "2.el9", "source": "rpm", "version": "1.4.0" } ], "libkcapi-hmaccalc": [ { "arch": "x86_64", "epoch": null, "name": "libkcapi-hmaccalc", "release": "2.el9", "source": "rpm", "version": "1.4.0" } ], "libksba": [ { "arch": "x86_64", "epoch": null, "name": "libksba", "release": "6.el9", "source": "rpm", "version": "1.5.1" } ], "libldb": [ { "arch": "x86_64", "epoch": null, "name": "libldb", "release": "1.el9", "source": "rpm", "version": "2.9.0" } ], "libmaxminddb": [ { "arch": "x86_64", "epoch": null, "name": "libmaxminddb", "release": "4.el9", "source": "rpm", "version": "1.5.2" } ], "libmnl": [ { "arch": "x86_64", "epoch": null, "name": "libmnl", "release": "16.el9", "source": "rpm", "version": "1.0.4" } ], "libmodulemd": [ { "arch": "x86_64", "epoch": null, "name": "libmodulemd", "release": "2.el9", "source": "rpm", "version": "2.13.0" } ], "libmount": [ { "arch": "x86_64", "epoch": null, "name": "libmount", "release": "18.el9", "source": "rpm", "version": "2.37.4" } ], "libmpc": [ { "arch": "x86_64", "epoch": null, "name": "libmpc", "release": "4.el9", "source": "rpm", "version": "1.2.1" } ], "libndp": [ { "arch": "x86_64", "epoch": null, "name": "libndp", "release": "4.el9", "source": "rpm", "version": "1.8" } ], "libnetfilter_conntrack": [ { "arch": "x86_64", "epoch": null, "name": "libnetfilter_conntrack", "release": "1.el9", "source": "rpm", "version": "1.0.9" } ], "libnfnetlink": [ { "arch": "x86_64", "epoch": null, "name": "libnfnetlink", "release": "21.el9", "source": "rpm", "version": "1.0.1" } ], "libnfsidmap": [ { "arch": "x86_64", "epoch": 1, "name": "libnfsidmap", "release": "25.el9", "source": "rpm", "version": "2.5.4" } ], "libnftnl": [ { "arch": "x86_64", "epoch": null, "name": "libnftnl", "release": "4.el9", "source": "rpm", "version": "1.2.6" } ], "libnghttp2": [ { "arch": "x86_64", "epoch": null, "name": "libnghttp2", "release": "5.el9.1", "source": "rpm", "version": "1.43.0" } ], "libnl3": [ { "arch": "x86_64", "epoch": null, "name": "libnl3", "release": "1.el9", "source": "rpm", "version": "3.9.0" } ], "libnl3-cli": [ { "arch": "x86_64", "epoch": null, "name": "libnl3-cli", "release": "1.el9", "source": "rpm", "version": "3.9.0" } ], "libpath_utils": [ { "arch": "x86_64", "epoch": null, "name": "libpath_utils", "release": "53.el9", "source": "rpm", "version": "0.2.1" } ], "libpipeline": [ { "arch": "x86_64", "epoch": null, "name": "libpipeline", "release": "4.el9", "source": "rpm", "version": "1.5.3" } ], "libpkgconf": [ { "arch": "x86_64", "epoch": null, "name": "libpkgconf", "release": "10.el9", "source": "rpm", "version": "1.7.3" } ], "libpsl": [ { "arch": "x86_64", "epoch": null, "name": "libpsl", "release": "5.el9", "source": "rpm", "version": "0.21.1" } ], "libpwquality": [ { "arch": "x86_64", "epoch": null, "name": "libpwquality", "release": "8.el9", "source": "rpm", "version": "1.4.4" } ], "libref_array": [ { "arch": "x86_64", "epoch": null, "name": "libref_array", "release": "53.el9", "source": "rpm", "version": "0.1.5" } ], "librepo": [ { "arch": "x86_64", "epoch": null, "name": "librepo", "release": "2.el9", "source": "rpm", "version": "1.14.5" } ], "libreport-filesystem": [ { "arch": "noarch", "epoch": null, "name": "libreport-filesystem", "release": "6.el9", "source": "rpm", "version": "2.15.2" } ], "libseccomp": [ { "arch": "x86_64", "epoch": null, "name": "libseccomp", "release": "2.el9", "source": "rpm", "version": "2.5.2" } ], "libselinux": [ { "arch": "x86_64", "epoch": null, "name": "libselinux", "release": "1.el9", "source": "rpm", "version": "3.6" } ], "libselinux-utils": [ { "arch": "x86_64", "epoch": null, "name": "libselinux-utils", "release": "1.el9", "source": "rpm", "version": "3.6" } ], "libsemanage": [ { "arch": "x86_64", "epoch": null, "name": "libsemanage", "release": "1.el9", "source": "rpm", "version": "3.6" } ], "libsepol": [ { "arch": "x86_64", "epoch": null, "name": "libsepol", "release": "1.el9", "source": "rpm", "version": "3.6" } ], "libsigsegv": [ { "arch": "x86_64", "epoch": null, "name": "libsigsegv", "release": "4.el9", "source": "rpm", "version": "2.13" } ], "libsmartcols": [ { "arch": "x86_64", "epoch": null, "name": "libsmartcols", "release": "18.el9", "source": "rpm", "version": "2.37.4" } ], "libsolv": [ { "arch": "x86_64", "epoch": null, "name": "libsolv", "release": "3.el9", "source": "rpm", "version": "0.7.24" } ], "libss": [ { "arch": "x86_64", "epoch": null, "name": "libss", "release": "5.el9", "source": "rpm", "version": "1.46.5" } ], "libssh": [ { "arch": "x86_64", "epoch": null, "name": "libssh", "release": "13.el9", "source": "rpm", "version": "0.10.4" } ], "libssh-config": [ { "arch": "noarch", "epoch": null, "name": "libssh-config", "release": "13.el9", "source": "rpm", "version": "0.10.4" } ], "libsss_certmap": [ { "arch": "x86_64", "epoch": null, "name": "libsss_certmap", "release": "7.el9", "source": "rpm", "version": "2.9.4" } ], "libsss_idmap": [ { "arch": "x86_64", "epoch": null, "name": "libsss_idmap", "release": "7.el9", "source": "rpm", "version": "2.9.4" } ], "libsss_nss_idmap": [ { "arch": "x86_64", "epoch": null, "name": "libsss_nss_idmap", "release": "7.el9", "source": "rpm", "version": "2.9.4" } ], "libsss_sudo": [ { "arch": "x86_64", "epoch": null, "name": "libsss_sudo", "release": "7.el9", "source": "rpm", "version": "2.9.4" } ], "libstdc++": [ { "arch": "x86_64", "epoch": null, "name": "libstdc++", "release": "3.el9", "source": "rpm", "version": "11.4.1" } ], "libsysfs": [ { "arch": "x86_64", "epoch": null, "name": "libsysfs", "release": "10.el9", "source": "rpm", "version": "2.1.1" } ], "libtalloc": [ { "arch": "x86_64", "epoch": null, "name": "libtalloc", "release": "1.el9", "source": "rpm", "version": "2.4.2" } ], "libtasn1": [ { "arch": "x86_64", "epoch": null, "name": "libtasn1", "release": "8.el9", "source": "rpm", "version": "4.16.0" } ], "libtdb": [ { "arch": "x86_64", "epoch": null, "name": "libtdb", "release": "1.el9", "source": "rpm", "version": "1.4.10" } ], "libteam": [ { "arch": "x86_64", "epoch": null, "name": "libteam", "release": "16.el9", "source": "rpm", "version": "1.31" } ], "libtevent": [ { "arch": "x86_64", "epoch": null, "name": "libtevent", "release": "1.el9", "source": "rpm", "version": "0.16.1" } ], "libtirpc": [ { "arch": "x86_64", "epoch": null, "name": "libtirpc", "release": "6.el9", "source": "rpm", "version": "1.3.3" } ], "libunistring": [ { "arch": "x86_64", "epoch": null, "name": "libunistring", "release": "15.el9", "source": "rpm", "version": "0.9.10" } ], "liburing": [ { "arch": "x86_64", "epoch": null, "name": "liburing", "release": "1.el9", "source": "rpm", "version": "2.5" } ], "libuser": [ { "arch": "x86_64", "epoch": null, "name": "libuser", "release": "13.el9", "source": "rpm", "version": "0.63" } ], "libutempter": [ { "arch": "x86_64", "epoch": null, "name": "libutempter", "release": "6.el9", "source": "rpm", "version": "1.2.1" } ], "libuuid": [ { "arch": "x86_64", "epoch": null, "name": "libuuid", "release": "18.el9", "source": "rpm", "version": "2.37.4" } ], "libverto": [ { "arch": "x86_64", "epoch": null, "name": "libverto", "release": "3.el9", "source": "rpm", "version": "0.3.2" } ], "libverto-libev": [ { "arch": "x86_64", "epoch": null, "name": "libverto-libev", "release": "3.el9", "source": "rpm", "version": "0.3.2" } ], "libxcrypt": [ { "arch": "x86_64", "epoch": null, "name": "libxcrypt", "release": "3.el9", "source": "rpm", "version": "4.4.18" } ], "libxcrypt-compat": [ { "arch": "x86_64", "epoch": null, "name": "libxcrypt-compat", "release": "3.el9", "source": "rpm", "version": "4.4.18" } ], "libxcrypt-devel": [ { "arch": "x86_64", "epoch": null, "name": "libxcrypt-devel", "release": "3.el9", "source": "rpm", "version": "4.4.18" } ], "libxml2": [ { "arch": "x86_64", "epoch": null, "name": "libxml2", "release": "6.el9", "source": "rpm", "version": "2.9.13" } ], "libxslt": [ { "arch": "x86_64", "epoch": null, "name": "libxslt", "release": "9.el9", "source": "rpm", "version": "1.1.34" } ], "libyaml": [ { "arch": "x86_64", "epoch": null, "name": "libyaml", "release": "7.el9", "source": "rpm", "version": "0.2.5" } ], "libzstd": [ { "arch": "x86_64", "epoch": null, "name": "libzstd", "release": "2.el9", "source": "rpm", "version": "1.5.1" } ], "libzstd-devel": [ { "arch": "x86_64", "epoch": null, "name": "libzstd-devel", "release": "2.el9", "source": "rpm", "version": "1.5.1" } ], "linux-firmware": [ { "arch": "noarch", "epoch": null, "name": "linux-firmware", "release": "143.el9", "source": "rpm", "version": "20240219" } ], "linux-firmware-whence": [ { "arch": "noarch", "epoch": null, "name": "linux-firmware-whence", "release": "143.el9", "source": "rpm", "version": "20240219" } ], "lmdb-libs": [ { "arch": "x86_64", "epoch": null, "name": "lmdb-libs", "release": "3.el9", "source": "rpm", "version": "0.9.29" } ], "logrotate": [ { "arch": "x86_64", "epoch": null, "name": "logrotate", "release": "8.el9", "source": "rpm", "version": "3.18.0" } ], "lshw": [ { "arch": "x86_64", "epoch": null, "name": "lshw", "release": "10.el9", "source": "rpm", "version": "B.02.19.2" } ], "lsof": [ { "arch": "x86_64", "epoch": null, "name": "lsof", "release": "3.el9", "source": "rpm", "version": "4.94.0" } ], "lsscsi": [ { "arch": "x86_64", "epoch": null, "name": "lsscsi", "release": "6.el9", "source": "rpm", "version": "0.32" } ], "lua-libs": [ { "arch": "x86_64", "epoch": null, "name": "lua-libs", "release": "4.el9", "source": "rpm", "version": "5.4.4" } ], "lvm2": [ { "arch": "x86_64", "epoch": 9, "name": "lvm2", "release": "2.el9", "source": "rpm", "version": "2.03.23" } ], "lvm2-libs": [ { "arch": "x86_64", "epoch": 9, "name": "lvm2-libs", "release": "2.el9", "source": "rpm", "version": "2.03.23" } ], "lz4-libs": [ { "arch": "x86_64", "epoch": null, "name": "lz4-libs", "release": "5.el9", "source": "rpm", "version": "1.9.3" } ], "lzo": [ { "arch": "x86_64", "epoch": null, "name": "lzo", "release": "7.el9", "source": "rpm", "version": "2.10" } ], "m4": [ { "arch": "x86_64", "epoch": null, "name": "m4", "release": "1.el9", "source": "rpm", "version": "1.4.19" } ], "make": [ { "arch": "x86_64", "epoch": 1, "name": "make", "release": "8.el9", "source": "rpm", "version": "4.3" } ], "man-db": [ { "arch": "x86_64", "epoch": null, "name": "man-db", "release": "7.el9", "source": "rpm", "version": "2.9.3" } ], "mdadm": [ { "arch": "x86_64", "epoch": null, "name": "mdadm", "release": "2.el9", "source": "rpm", "version": "4.3" } ], "microcode_ctl": [ { "arch": "noarch", "epoch": 4, "name": "microcode_ctl", "release": "2.el9", "source": "rpm", "version": "20230808" } ], "mokutil": [ { "arch": "x86_64", "epoch": 2, "name": "mokutil", "release": "4.el9", "source": "rpm", "version": "0.6.0" } ], "mpfr": [ { "arch": "x86_64", "epoch": null, "name": "mpfr", "release": "7.el9", "source": "rpm", "version": "4.1.0" } ], "ncurses": [ { "arch": "x86_64", "epoch": null, "name": "ncurses", "release": "10.20210508.el9", "source": "rpm", "version": "6.2" } ], "ncurses-base": [ { "arch": "noarch", "epoch": null, "name": "ncurses-base", "release": "10.20210508.el9", "source": "rpm", "version": "6.2" } ], "ncurses-libs": [ { "arch": "x86_64", "epoch": null, "name": "ncurses-libs", "release": "10.20210508.el9", "source": "rpm", "version": "6.2" } ], "ndctl": [ { "arch": "x86_64", "epoch": null, "name": "ndctl", "release": "8.el9", "source": "rpm", "version": "71.1" } ], "ndctl-libs": [ { "arch": "x86_64", "epoch": null, "name": "ndctl-libs", "release": "8.el9", "source": "rpm", "version": "71.1" } ], "nettle": [ { "arch": "x86_64", "epoch": null, "name": "nettle", "release": "1.el9", "source": "rpm", "version": "3.9.1" } ], "newt": [ { "arch": "x86_64", "epoch": null, "name": "newt", "release": "11.el9", "source": "rpm", "version": "0.52.21" } ], "nfs-utils": [ { "arch": "x86_64", "epoch": 1, "name": "nfs-utils", "release": "25.el9", "source": "rpm", "version": "2.5.4" } ], "nftables": [ { "arch": "x86_64", "epoch": 1, "name": "nftables", "release": "1.el9", "source": "rpm", "version": "1.0.9" } ], "npth": [ { "arch": "x86_64", "epoch": null, "name": "npth", "release": "8.el9", "source": "rpm", "version": "1.6" } ], "nspr": [ { "arch": "x86_64", "epoch": null, "name": "nspr", "release": "7.el9", "source": "rpm", "version": "4.35.0" } ], "nss": [ { "arch": "x86_64", "epoch": null, "name": "nss", "release": "7.el9", "source": "rpm", "version": "3.90.0" } ], "nss-softokn": [ { "arch": "x86_64", "epoch": null, "name": "nss-softokn", "release": "7.el9", "source": "rpm", "version": "3.90.0" } ], "nss-softokn-freebl": [ { "arch": "x86_64", "epoch": null, "name": "nss-softokn-freebl", "release": "7.el9", "source": "rpm", "version": "3.90.0" } ], "nss-sysinit": [ { "arch": "x86_64", "epoch": null, "name": "nss-sysinit", "release": "7.el9", "source": "rpm", "version": "3.90.0" } ], "nss-util": [ { "arch": "x86_64", "epoch": null, "name": "nss-util", "release": "7.el9", "source": "rpm", "version": "3.90.0" } ], "numactl-libs": [ { "arch": "x86_64", "epoch": null, "name": "numactl-libs", "release": "3.el9", "source": "rpm", "version": "2.0.16" } ], "oddjob": [ { "arch": "x86_64", "epoch": null, "name": "oddjob", "release": "7.el9", "source": "rpm", "version": "0.34.7" } ], "oddjob-mkhomedir": [ { "arch": "x86_64", "epoch": null, "name": "oddjob-mkhomedir", "release": "7.el9", "source": "rpm", "version": "0.34.7" } ], "oniguruma": [ { "arch": "x86_64", "epoch": null, "name": "oniguruma", "release": "1.el9.5", "source": "rpm", "version": "6.9.6" } ], "openldap": [ { "arch": "x86_64", "epoch": null, "name": "openldap", "release": "3.el9", "source": "rpm", "version": "2.6.6" } ], "openssh": [ { "arch": "x86_64", "epoch": null, "name": "openssh", "release": "38.el9", "source": "rpm", "version": "8.7p1" } ], "openssh-clients": [ { "arch": "x86_64", "epoch": null, "name": "openssh-clients", "release": "38.el9", "source": "rpm", "version": "8.7p1" } ], "openssh-server": [ { "arch": "x86_64", "epoch": null, "name": "openssh-server", "release": "38.el9", "source": "rpm", "version": "8.7p1" } ], "openssl": [ { "arch": "x86_64", "epoch": 1, "name": "openssl", "release": "1.el9", "source": "rpm", "version": "3.2.1" } ], "openssl-devel": [ { "arch": "x86_64", "epoch": 1, "name": "openssl-devel", "release": "1.el9", "source": "rpm", "version": "3.2.1" } ], "openssl-libs": [ { "arch": "x86_64", "epoch": 1, "name": "openssl-libs", "release": "1.el9", "source": "rpm", "version": "3.2.1" } ], "os-prober": [ { "arch": "x86_64", "epoch": null, "name": "os-prober", "release": "10.el9", "source": "rpm", "version": "1.77" } ], "p11-kit": [ { "arch": "x86_64", "epoch": null, "name": "p11-kit", "release": "2.el9", "source": "rpm", "version": "0.25.3" } ], "p11-kit-trust": [ { "arch": "x86_64", "epoch": null, "name": "p11-kit-trust", "release": "2.el9", "source": "rpm", "version": "0.25.3" } ], "pam": [ { "arch": "x86_64", "epoch": null, "name": "pam", "release": "19.el9", "source": "rpm", "version": "1.5.1" } ], "parted": [ { "arch": "x86_64", "epoch": null, "name": "parted", "release": "2.el9", "source": "rpm", "version": "3.5" } ], "passwd": [ { "arch": "x86_64", "epoch": null, "name": "passwd", "release": "12.el9", "source": "rpm", "version": "0.80" } ], "pciutils-libs": [ { "arch": "x86_64", "epoch": null, "name": "pciutils-libs", "release": "5.el9", "source": "rpm", "version": "3.7.0" } ], "pcre": [ { "arch": "x86_64", "epoch": null, "name": "pcre", "release": "4.el9", "source": "rpm", "version": "8.44" } ], "pcre2": [ { "arch": "x86_64", "epoch": null, "name": "pcre2", "release": "5.el9", "source": "rpm", "version": "10.40" } ], "pcre2-syntax": [ { "arch": "noarch", "epoch": null, "name": "pcre2-syntax", "release": "5.el9", "source": "rpm", "version": "10.40" } ], "perl-AutoLoader": [ { "arch": "noarch", "epoch": 0, "name": "perl-AutoLoader", "release": "481.el9", "source": "rpm", "version": "5.74" } ], "perl-B": [ { "arch": "x86_64", "epoch": 0, "name": "perl-B", "release": "481.el9", "source": "rpm", "version": "1.80" } ], "perl-Carp": [ { "arch": "noarch", "epoch": null, "name": "perl-Carp", "release": "460.el9", "source": "rpm", "version": "1.50" } ], "perl-Class-Struct": [ { "arch": "noarch", "epoch": 0, "name": "perl-Class-Struct", "release": "481.el9", "source": "rpm", "version": "0.66" } ], "perl-Data-Dumper": [ { "arch": "x86_64", "epoch": null, "name": "perl-Data-Dumper", "release": "462.el9", "source": "rpm", "version": "2.174" } ], "perl-Digest": [ { "arch": "noarch", "epoch": null, "name": "perl-Digest", "release": "4.el9", "source": "rpm", "version": "1.19" } ], "perl-Digest-MD5": [ { "arch": "x86_64", "epoch": null, "name": "perl-Digest-MD5", "release": "4.el9", "source": "rpm", "version": "2.58" } ], "perl-DynaLoader": [ { "arch": "x86_64", "epoch": 0, "name": "perl-DynaLoader", "release": "481.el9", "source": "rpm", "version": "1.47" } ], "perl-Encode": [ { "arch": "x86_64", "epoch": 4, "name": "perl-Encode", "release": "462.el9", "source": "rpm", "version": "3.08" } ], "perl-Errno": [ { "arch": "x86_64", "epoch": 0, "name": "perl-Errno", "release": "481.el9", "source": "rpm", "version": "1.30" } ], "perl-Error": [ { "arch": "noarch", "epoch": 1, "name": "perl-Error", "release": "7.el9", "source": "rpm", "version": "0.17029" } ], "perl-Exporter": [ { "arch": "noarch", "epoch": null, "name": "perl-Exporter", "release": "461.el9", "source": "rpm", "version": "5.74" } ], "perl-Fcntl": [ { "arch": "x86_64", "epoch": 0, "name": "perl-Fcntl", "release": "481.el9", "source": "rpm", "version": "1.13" } ], "perl-File-Basename": [ { "arch": "noarch", "epoch": 0, "name": "perl-File-Basename", "release": "481.el9", "source": "rpm", "version": "2.85" } ], "perl-File-Find": [ { "arch": "noarch", "epoch": 0, "name": "perl-File-Find", "release": "481.el9", "source": "rpm", "version": "1.37" } ], "perl-File-Path": [ { "arch": "noarch", "epoch": null, "name": "perl-File-Path", "release": "4.el9", "source": "rpm", "version": "2.18" } ], "perl-File-Temp": [ { "arch": "noarch", "epoch": 1, "name": "perl-File-Temp", "release": "4.el9", "source": "rpm", "version": "0.231.100" } ], "perl-File-stat": [ { "arch": "noarch", "epoch": 0, "name": "perl-File-stat", "release": "481.el9", "source": "rpm", "version": "1.09" } ], "perl-FileHandle": [ { "arch": "noarch", "epoch": 0, "name": "perl-FileHandle", "release": "481.el9", "source": "rpm", "version": "2.03" } ], "perl-Getopt-Long": [ { "arch": "noarch", "epoch": 1, "name": "perl-Getopt-Long", "release": "4.el9", "source": "rpm", "version": "2.52" } ], "perl-Getopt-Std": [ { "arch": "noarch", "epoch": 0, "name": "perl-Getopt-Std", "release": "481.el9", "source": "rpm", "version": "1.12" } ], "perl-Git": [ { "arch": "noarch", "epoch": null, "name": "perl-Git", "release": "1.el9", "source": "rpm", "version": "2.43.0" } ], "perl-HTTP-Tiny": [ { "arch": "noarch", "epoch": null, "name": "perl-HTTP-Tiny", "release": "462.el9", "source": "rpm", "version": "0.076" } ], "perl-IO": [ { "arch": "x86_64", "epoch": 0, "name": "perl-IO", "release": "481.el9", "source": "rpm", "version": "1.43" } ], "perl-IO-Socket-IP": [ { "arch": "noarch", "epoch": null, "name": "perl-IO-Socket-IP", "release": "5.el9", "source": "rpm", "version": "0.41" } ], "perl-IO-Socket-SSL": [ { "arch": "noarch", "epoch": null, "name": "perl-IO-Socket-SSL", "release": "1.el9", "source": "rpm", "version": "2.073" } ], "perl-IPC-Open3": [ { "arch": "noarch", "epoch": 0, "name": "perl-IPC-Open3", "release": "481.el9", "source": "rpm", "version": "1.21" } ], "perl-MIME-Base64": [ { "arch": "x86_64", "epoch": null, "name": "perl-MIME-Base64", "release": "4.el9", "source": "rpm", "version": "3.16" } ], "perl-Mozilla-CA": [ { "arch": "noarch", "epoch": null, "name": "perl-Mozilla-CA", "release": "6.el9", "source": "rpm", "version": "20200520" } ], "perl-NDBM_File": [ { "arch": "x86_64", "epoch": 0, "name": "perl-NDBM_File", "release": "481.el9", "source": "rpm", "version": "1.15" } ], "perl-Net-SSLeay": [ { "arch": "x86_64", "epoch": null, "name": "perl-Net-SSLeay", "release": "2.el9", "source": "rpm", "version": "1.92" } ], "perl-POSIX": [ { "arch": "x86_64", "epoch": 0, "name": "perl-POSIX", "release": "481.el9", "source": "rpm", "version": "1.94" } ], "perl-PathTools": [ { "arch": "x86_64", "epoch": null, "name": "perl-PathTools", "release": "461.el9", "source": "rpm", "version": "3.78" } ], "perl-Pod-Escapes": [ { "arch": "noarch", "epoch": 1, "name": "perl-Pod-Escapes", "release": "460.el9", "source": "rpm", "version": "1.07" } ], "perl-Pod-Perldoc": [ { "arch": "noarch", "epoch": null, "name": "perl-Pod-Perldoc", "release": "461.el9", "source": "rpm", "version": "3.28.01" } ], "perl-Pod-Simple": [ { "arch": "noarch", "epoch": 1, "name": "perl-Pod-Simple", "release": "4.el9", "source": "rpm", "version": "3.42" } ], "perl-Pod-Usage": [ { "arch": "noarch", "epoch": 4, "name": "perl-Pod-Usage", "release": "4.el9", "source": "rpm", "version": "2.01" } ], "perl-Scalar-List-Utils": [ { "arch": "x86_64", "epoch": 4, "name": "perl-Scalar-List-Utils", "release": "462.el9", "source": "rpm", "version": "1.56" } ], "perl-SelectSaver": [ { "arch": "noarch", "epoch": 0, "name": "perl-SelectSaver", "release": "481.el9", "source": "rpm", "version": "1.02" } ], "perl-Socket": [ { "arch": "x86_64", "epoch": 4, "name": "perl-Socket", "release": "4.el9", "source": "rpm", "version": "2.031" } ], "perl-Storable": [ { "arch": "x86_64", "epoch": 1, "name": "perl-Storable", "release": "460.el9", "source": "rpm", "version": "3.21" } ], "perl-Symbol": [ { "arch": "noarch", "epoch": 0, "name": "perl-Symbol", "release": "481.el9", "source": "rpm", "version": "1.08" } ], "perl-Term-ANSIColor": [ { "arch": "noarch", "epoch": null, "name": "perl-Term-ANSIColor", "release": "461.el9", "source": "rpm", "version": "5.01" } ], "perl-Term-Cap": [ { "arch": "noarch", "epoch": null, "name": "perl-Term-Cap", "release": "460.el9", "source": "rpm", "version": "1.17" } ], "perl-TermReadKey": [ { "arch": "x86_64", "epoch": null, "name": "perl-TermReadKey", "release": "11.el9", "source": "rpm", "version": "2.38" } ], "perl-Text-ParseWords": [ { "arch": "noarch", "epoch": null, "name": "perl-Text-ParseWords", "release": "460.el9", "source": "rpm", "version": "3.30" } ], "perl-Text-Tabs+Wrap": [ { "arch": "noarch", "epoch": null, "name": "perl-Text-Tabs+Wrap", "release": "460.el9", "source": "rpm", "version": "2013.0523" } ], "perl-Time-Local": [ { "arch": "noarch", "epoch": 2, "name": "perl-Time-Local", "release": "7.el9", "source": "rpm", "version": "1.300" } ], "perl-URI": [ { "arch": "noarch", "epoch": null, "name": "perl-URI", "release": "3.el9", "source": "rpm", "version": "5.09" } ], "perl-base": [ { "arch": "noarch", "epoch": 0, "name": "perl-base", "release": "481.el9", "source": "rpm", "version": "2.27" } ], "perl-constant": [ { "arch": "noarch", "epoch": null, "name": "perl-constant", "release": "461.el9", "source": "rpm", "version": "1.33" } ], "perl-if": [ { "arch": "noarch", "epoch": 0, "name": "perl-if", "release": "481.el9", "source": "rpm", "version": "0.60.800" } ], "perl-interpreter": [ { "arch": "x86_64", "epoch": 4, "name": "perl-interpreter", "release": "481.el9", "source": "rpm", "version": "5.32.1" } ], "perl-lib": [ { "arch": "x86_64", "epoch": 0, "name": "perl-lib", "release": "481.el9", "source": "rpm", "version": "0.65" } ], "perl-libnet": [ { "arch": "noarch", "epoch": null, "name": "perl-libnet", "release": "4.el9", "source": "rpm", "version": "3.13" } ], "perl-libs": [ { "arch": "x86_64", "epoch": 4, "name": "perl-libs", "release": "481.el9", "source": "rpm", "version": "5.32.1" } ], "perl-mro": [ { "arch": "x86_64", "epoch": 0, "name": "perl-mro", "release": "481.el9", "source": "rpm", "version": "1.23" } ], "perl-overload": [ { "arch": "noarch", "epoch": 0, "name": "perl-overload", "release": "481.el9", "source": "rpm", "version": "1.31" } ], "perl-overloading": [ { "arch": "noarch", "epoch": 0, "name": "perl-overloading", "release": "481.el9", "source": "rpm", "version": "0.02" } ], "perl-parent": [ { "arch": "noarch", "epoch": 1, "name": "perl-parent", "release": "460.el9", "source": "rpm", "version": "0.238" } ], "perl-podlators": [ { "arch": "noarch", "epoch": 1, "name": "perl-podlators", "release": "460.el9", "source": "rpm", "version": "4.14" } ], "perl-subs": [ { "arch": "noarch", "epoch": 0, "name": "perl-subs", "release": "481.el9", "source": "rpm", "version": "1.03" } ], "perl-vars": [ { "arch": "noarch", "epoch": 0, "name": "perl-vars", "release": "481.el9", "source": "rpm", "version": "1.05" } ], "pigz": [ { "arch": "x86_64", "epoch": null, "name": "pigz", "release": "4.el9", "source": "rpm", "version": "2.5" } ], "pkgconf": [ { "arch": "x86_64", "epoch": null, "name": "pkgconf", "release": "10.el9", "source": "rpm", "version": "1.7.3" } ], "pkgconf-m4": [ { "arch": "noarch", "epoch": null, "name": "pkgconf-m4", "release": "10.el9", "source": "rpm", "version": "1.7.3" } ], "pkgconf-pkg-config": [ { "arch": "x86_64", "epoch": null, "name": "pkgconf-pkg-config", "release": "10.el9", "source": "rpm", "version": "1.7.3" } ], "policycoreutils": [ { "arch": "x86_64", "epoch": null, "name": "policycoreutils", "release": "2.1.el9", "source": "rpm", "version": "3.6" } ], "policycoreutils-python-utils": [ { "arch": "noarch", "epoch": null, "name": "policycoreutils-python-utils", "release": "2.1.el9", "source": "rpm", "version": "3.6" } ], "popt": [ { "arch": "x86_64", "epoch": null, "name": "popt", "release": "8.el9", "source": "rpm", "version": "1.18" } ], "prefixdevname": [ { "arch": "x86_64", "epoch": null, "name": "prefixdevname", "release": "8.el9", "source": "rpm", "version": "0.1.0" } ], "procps-ng": [ { "arch": "x86_64", "epoch": null, "name": "procps-ng", "release": "14.el9", "source": "rpm", "version": "3.3.17" } ], "psmisc": [ { "arch": "x86_64", "epoch": null, "name": "psmisc", "release": "3.el9", "source": "rpm", "version": "23.4" } ], "publicsuffix-list-dafsa": [ { "arch": "noarch", "epoch": null, "name": "publicsuffix-list-dafsa", "release": "3.el9", "source": "rpm", "version": "20210518" } ], "python-unversioned-command": [ { "arch": "noarch", "epoch": null, "name": "python-unversioned-command", "release": "3.el9", "source": "rpm", "version": "3.9.18" } ], "python3": [ { "arch": "x86_64", "epoch": null, "name": "python3", "release": "3.el9", "source": "rpm", "version": "3.9.18" } ], "python3-attrs": [ { "arch": "noarch", "epoch": null, "name": "python3-attrs", "release": "7.el9", "source": "rpm", "version": "20.3.0" } ], "python3-audit": [ { "arch": "x86_64", "epoch": null, "name": "python3-audit", "release": "2.el9", "source": "rpm", "version": "3.1.2" } ], "python3-babel": [ { "arch": "noarch", "epoch": null, "name": "python3-babel", "release": "2.el9", "source": "rpm", "version": "2.9.1" } ], "python3-blivet": [ { "arch": "noarch", "epoch": 1, "name": "python3-blivet", "release": "14.el9", "source": "rpm", "version": "3.6.0" } ], "python3-blockdev": [ { "arch": "x86_64", "epoch": null, "name": "python3-blockdev", "release": "10.el9", "source": "rpm", "version": "2.28" } ], "python3-bytesize": [ { "arch": "x86_64", "epoch": null, "name": "python3-bytesize", "release": "3.el9", "source": "rpm", "version": "2.5" } ], "python3-chardet": [ { "arch": "noarch", "epoch": null, "name": "python3-chardet", "release": "5.el9", "source": "rpm", "version": "4.0.0" } ], "python3-configobj": [ { "arch": "noarch", "epoch": null, "name": "python3-configobj", "release": "25.el9", "source": "rpm", "version": "5.0.6" } ], "python3-configshell": [ { "arch": "noarch", "epoch": 1, "name": "python3-configshell", "release": "1.el9", "source": "rpm", "version": "1.1.30" } ], "python3-dateutil": [ { "arch": "noarch", "epoch": 1, "name": "python3-dateutil", "release": "7.el9", "source": "rpm", "version": "2.8.1" } ], "python3-dbus": [ { "arch": "x86_64", "epoch": null, "name": "python3-dbus", "release": "2.el9", "source": "rpm", "version": "1.2.18" } ], "python3-distro": [ { "arch": "noarch", "epoch": null, "name": "python3-distro", "release": "7.el9", "source": "rpm", "version": "1.5.0" } ], "python3-dnf": [ { "arch": "noarch", "epoch": null, "name": "python3-dnf", "release": "11.el9", "source": "rpm", "version": "4.14.0" } ], "python3-dnf-plugins-core": [ { "arch": "noarch", "epoch": null, "name": "python3-dnf-plugins-core", "release": "15.el9", "source": "rpm", "version": "4.3.0" } ], "python3-firewall": [ { "arch": "noarch", "epoch": null, "name": "python3-firewall", "release": "1.el9", "source": "rpm", "version": "1.3.4" } ], "python3-gobject-base": [ { "arch": "x86_64", "epoch": null, "name": "python3-gobject-base", "release": "6.el9", "source": "rpm", "version": "3.40.1" } ], "python3-gobject-base-noarch": [ { "arch": "noarch", "epoch": null, "name": "python3-gobject-base-noarch", "release": "6.el9", "source": "rpm", "version": "3.40.1" } ], "python3-gpg": [ { "arch": "x86_64", "epoch": null, "name": "python3-gpg", "release": "6.el9", "source": "rpm", "version": "1.15.1" } ], "python3-hawkey": [ { "arch": "x86_64", "epoch": null, "name": "python3-hawkey", "release": "11.el9", "source": "rpm", "version": "0.69.0" } ], "python3-idna": [ { "arch": "noarch", "epoch": null, "name": "python3-idna", "release": "7.el9.1", "source": "rpm", "version": "2.10" } ], "python3-jinja2": [ { "arch": "noarch", "epoch": null, "name": "python3-jinja2", "release": "6.el9", "source": "rpm", "version": "2.11.3" } ], "python3-jsonpatch": [ { "arch": "noarch", "epoch": null, "name": "python3-jsonpatch", "release": "16.el9", "source": "rpm", "version": "1.21" } ], "python3-jsonpointer": [ { "arch": "noarch", "epoch": null, "name": "python3-jsonpointer", "release": "4.el9", "source": "rpm", "version": "2.0" } ], "python3-jsonschema": [ { "arch": "noarch", "epoch": null, "name": "python3-jsonschema", "release": "13.el9", "source": "rpm", "version": "3.2.0" } ], "python3-kmod": [ { "arch": "x86_64", "epoch": null, "name": "python3-kmod", "release": "32.el9", "source": "rpm", "version": "0.9" } ], "python3-libcomps": [ { "arch": "x86_64", "epoch": null, "name": "python3-libcomps", "release": "1.el9", "source": "rpm", "version": "0.1.18" } ], "python3-libdnf": [ { "arch": "x86_64", "epoch": null, "name": "python3-libdnf", "release": "11.el9", "source": "rpm", "version": "0.69.0" } ], "python3-libs": [ { "arch": "x86_64", "epoch": null, "name": "python3-libs", "release": "3.el9", "source": "rpm", "version": "3.9.18" } ], "python3-libselinux": [ { "arch": "x86_64", "epoch": null, "name": "python3-libselinux", "release": "1.el9", "source": "rpm", "version": "3.6" } ], "python3-libsemanage": [ { "arch": "x86_64", "epoch": null, "name": "python3-libsemanage", "release": "1.el9", "source": "rpm", "version": "3.6" } ], "python3-lxml": [ { "arch": "x86_64", "epoch": null, "name": "python3-lxml", "release": "3.el9", "source": "rpm", "version": "4.6.5" } ], "python3-markupsafe": [ { "arch": "x86_64", "epoch": null, "name": "python3-markupsafe", "release": "12.el9", "source": "rpm", "version": "1.1.1" } ], "python3-netifaces": [ { "arch": "x86_64", "epoch": null, "name": "python3-netifaces", "release": "15.el9", "source": "rpm", "version": "0.10.6" } ], "python3-nftables": [ { "arch": "x86_64", "epoch": 1, "name": "python3-nftables", "release": "1.el9", "source": "rpm", "version": "1.0.9" } ], "python3-oauthlib": [ { "arch": "noarch", "epoch": null, "name": "python3-oauthlib", "release": "5.el9", "source": "rpm", "version": "3.1.1" } ], "python3-pip-wheel": [ { "arch": "noarch", "epoch": null, "name": "python3-pip-wheel", "release": "1.el9", "source": "rpm", "version": "21.3.1" } ], "python3-policycoreutils": [ { "arch": "noarch", "epoch": null, "name": "python3-policycoreutils", "release": "2.1.el9", "source": "rpm", "version": "3.6" } ], "python3-prettytable": [ { "arch": "noarch", "epoch": null, "name": "python3-prettytable", "release": "27.el9", "source": "rpm", "version": "0.7.2" } ], "python3-pyparsing": [ { "arch": "noarch", "epoch": null, "name": "python3-pyparsing", "release": "9.el9", "source": "rpm", "version": "2.4.7" } ], "python3-pyparted": [ { "arch": "x86_64", "epoch": 1, "name": "python3-pyparted", "release": "1.el9", "source": "rpm", "version": "3.12.0" } ], "python3-pyrsistent": [ { "arch": "x86_64", "epoch": null, "name": "python3-pyrsistent", "release": "8.el9", "source": "rpm", "version": "0.17.3" } ], "python3-pyserial": [ { "arch": "noarch", "epoch": null, "name": "python3-pyserial", "release": "12.el9", "source": "rpm", "version": "3.4" } ], "python3-pysocks": [ { "arch": "noarch", "epoch": null, "name": "python3-pysocks", "release": "12.el9", "source": "rpm", "version": "1.7.1" } ], "python3-pytz": [ { "arch": "noarch", "epoch": null, "name": "python3-pytz", "release": "5.el9", "source": "rpm", "version": "2021.1" } ], "python3-pyudev": [ { "arch": "noarch", "epoch": null, "name": "python3-pyudev", "release": "6.el9", "source": "rpm", "version": "0.22.0" } ], "python3-pyyaml": [ { "arch": "x86_64", "epoch": null, "name": "python3-pyyaml", "release": "6.el9", "source": "rpm", "version": "5.4.1" } ], "python3-requests": [ { "arch": "noarch", "epoch": null, "name": "python3-requests", "release": "8.el9", "source": "rpm", "version": "2.25.1" } ], "python3-rpm": [ { "arch": "x86_64", "epoch": null, "name": "python3-rpm", "release": "29.el9", "source": "rpm", "version": "4.16.1.3" } ], "python3-rtslib": [ { "arch": "noarch", "epoch": null, "name": "python3-rtslib", "release": "1.el9", "source": "rpm", "version": "2.1.76" } ], "python3-setools": [ { "arch": "x86_64", "epoch": null, "name": "python3-setools", "release": "1.el9", "source": "rpm", "version": "4.4.4" } ], "python3-setuptools": [ { "arch": "noarch", "epoch": null, "name": "python3-setuptools", "release": "12.el9", "source": "rpm", "version": "53.0.0" } ], "python3-setuptools-wheel": [ { "arch": "noarch", "epoch": null, "name": "python3-setuptools-wheel", "release": "12.el9", "source": "rpm", "version": "53.0.0" } ], "python3-six": [ { "arch": "noarch", "epoch": null, "name": "python3-six", "release": "9.el9", "source": "rpm", "version": "1.15.0" } ], "python3-systemd": [ { "arch": "x86_64", "epoch": null, "name": "python3-systemd", "release": "18.el9", "source": "rpm", "version": "234" } ], "python3-urllib3": [ { "arch": "noarch", "epoch": null, "name": "python3-urllib3", "release": "5.el9", "source": "rpm", "version": "1.26.5" } ], "python3-urwid": [ { "arch": "x86_64", "epoch": null, "name": "python3-urwid", "release": "4.el9", "source": "rpm", "version": "2.1.2" } ], "qa-tools": [ { "arch": "noarch", "epoch": null, "name": "qa-tools", "release": "4.el9", "source": "rpm", "version": "4.1" } ], "qemu-guest-agent": [ { "arch": "x86_64", "epoch": 17, "name": "qemu-guest-agent", "release": "3.el9", "source": "rpm", "version": "9.0.0" } ], "quota": [ { "arch": "x86_64", "epoch": 1, "name": "quota", "release": "6.el9", "source": "rpm", "version": "4.06" } ], "quota-nls": [ { "arch": "noarch", "epoch": 1, "name": "quota-nls", "release": "6.el9", "source": "rpm", "version": "4.06" } ], "readline": [ { "arch": "x86_64", "epoch": null, "name": "readline", "release": "4.el9", "source": "rpm", "version": "8.1" } ], "restraint": [ { "arch": "x86_64", "epoch": null, "name": "restraint", "release": "1.el9", "source": "rpm", "version": "0.4.4" } ], "restraint-rhts": [ { "arch": "x86_64", "epoch": null, "name": "restraint-rhts", "release": "1.el9", "source": "rpm", "version": "0.4.4" } ], "rng-tools": [ { "arch": "x86_64", "epoch": null, "name": "rng-tools", "release": "7.el9", "source": "rpm", "version": "6.16" } ], "rootfiles": [ { "arch": "noarch", "epoch": null, "name": "rootfiles", "release": "31.el9", "source": "rpm", "version": "8.1" } ], "rpcbind": [ { "arch": "x86_64", "epoch": null, "name": "rpcbind", "release": "7.el9", "source": "rpm", "version": "1.2.6" } ], "rpm": [ { "arch": "x86_64", "epoch": null, "name": "rpm", "release": "29.el9", "source": "rpm", "version": "4.16.1.3" } ], "rpm-build-libs": [ { "arch": "x86_64", "epoch": null, "name": "rpm-build-libs", "release": "29.el9", "source": "rpm", "version": "4.16.1.3" } ], "rpm-libs": [ { "arch": "x86_64", "epoch": null, "name": "rpm-libs", "release": "29.el9", "source": "rpm", "version": "4.16.1.3" } ], "rpm-plugin-audit": [ { "arch": "x86_64", "epoch": null, "name": "rpm-plugin-audit", "release": "29.el9", "source": "rpm", "version": "4.16.1.3" } ], "rpm-plugin-selinux": [ { "arch": "x86_64", "epoch": null, "name": "rpm-plugin-selinux", "release": "29.el9", "source": "rpm", "version": "4.16.1.3" } ], "rpm-plugin-systemd-inhibit": [ { "arch": "x86_64", "epoch": null, "name": "rpm-plugin-systemd-inhibit", "release": "29.el9", "source": "rpm", "version": "4.16.1.3" } ], "rpm-sign-libs": [ { "arch": "x86_64", "epoch": null, "name": "rpm-sign-libs", "release": "29.el9", "source": "rpm", "version": "4.16.1.3" } ], "rsync": [ { "arch": "x86_64", "epoch": null, "name": "rsync", "release": "20.el9", "source": "rpm", "version": "3.2.3" } ], "rsyslog": [ { "arch": "x86_64", "epoch": null, "name": "rsyslog", "release": "4.el9", "source": "rpm", "version": "8.2310.0" } ], "rsyslog-logrotate": [ { "arch": "x86_64", "epoch": null, "name": "rsyslog-logrotate", "release": "4.el9", "source": "rpm", "version": "8.2310.0" } ], "sed": [ { "arch": "x86_64", "epoch": null, "name": "sed", "release": "9.el9", "source": "rpm", "version": "4.8" } ], "selinux-policy": [ { "arch": "noarch", "epoch": null, "name": "selinux-policy", "release": "1.el9", "source": "rpm", "version": "38.1.38" } ], "selinux-policy-targeted": [ { "arch": "noarch", "epoch": null, "name": "selinux-policy-targeted", "release": "1.el9", "source": "rpm", "version": "38.1.38" } ], "setup": [ { "arch": "noarch", "epoch": null, "name": "setup", "release": "10.el9", "source": "rpm", "version": "2.13.7" } ], "sg3_utils": [ { "arch": "x86_64", "epoch": null, "name": "sg3_utils", "release": "9.el9", "source": "rpm", "version": "1.47" } ], "sg3_utils-libs": [ { "arch": "x86_64", "epoch": null, "name": "sg3_utils-libs", "release": "9.el9", "source": "rpm", "version": "1.47" } ], "shadow-utils": [ { "arch": "x86_64", "epoch": 2, "name": "shadow-utils", "release": "8.el9", "source": "rpm", "version": "4.9" } ], "slang": [ { "arch": "x86_64", "epoch": null, "name": "slang", "release": "11.el9", "source": "rpm", "version": "2.3.2" } ], "snappy": [ { "arch": "x86_64", "epoch": null, "name": "snappy", "release": "8.el9", "source": "rpm", "version": "1.1.8" } ], "sqlite-libs": [ { "arch": "x86_64", "epoch": null, "name": "sqlite-libs", "release": "7.el9", "source": "rpm", "version": "3.34.1" } ], "squashfs-tools": [ { "arch": "x86_64", "epoch": null, "name": "squashfs-tools", "release": "10.git1.el9", "source": "rpm", "version": "4.4" } ], "sssd-client": [ { "arch": "x86_64", "epoch": null, "name": "sssd-client", "release": "7.el9", "source": "rpm", "version": "2.9.4" } ], "sssd-common": [ { "arch": "x86_64", "epoch": null, "name": "sssd-common", "release": "7.el9", "source": "rpm", "version": "2.9.4" } ], "sssd-kcm": [ { "arch": "x86_64", "epoch": null, "name": "sssd-kcm", "release": "7.el9", "source": "rpm", "version": "2.9.4" } ], "sssd-nfs-idmap": [ { "arch": "x86_64", "epoch": null, "name": "sssd-nfs-idmap", "release": "7.el9", "source": "rpm", "version": "2.9.4" } ], "strace": [ { "arch": "x86_64", "epoch": null, "name": "strace", "release": "2.el9", "source": "rpm", "version": "5.18" } ], "sudo": [ { "arch": "x86_64", "epoch": null, "name": "sudo", "release": "10.el9", "source": "rpm", "version": "1.9.5p2" } ], "systemd": [ { "arch": "x86_64", "epoch": null, "name": "systemd", "release": "33.el9", "source": "rpm", "version": "252" } ], "systemd-libs": [ { "arch": "x86_64", "epoch": null, "name": "systemd-libs", "release": "33.el9", "source": "rpm", "version": "252" } ], "systemd-pam": [ { "arch": "x86_64", "epoch": null, "name": "systemd-pam", "release": "33.el9", "source": "rpm", "version": "252" } ], "systemd-rpm-macros": [ { "arch": "noarch", "epoch": null, "name": "systemd-rpm-macros", "release": "33.el9", "source": "rpm", "version": "252" } ], "systemd-udev": [ { "arch": "x86_64", "epoch": null, "name": "systemd-udev", "release": "33.el9", "source": "rpm", "version": "252" } ], "systemtap": [ { "arch": "x86_64", "epoch": null, "name": "systemtap", "release": "1.el9", "source": "rpm", "version": "5.1" } ], "systemtap-client": [ { "arch": "x86_64", "epoch": null, "name": "systemtap-client", "release": "1.el9", "source": "rpm", "version": "5.1" } ], "systemtap-devel": [ { "arch": "x86_64", "epoch": null, "name": "systemtap-devel", "release": "1.el9", "source": "rpm", "version": "5.1" } ], "systemtap-runtime": [ { "arch": "x86_64", "epoch": null, "name": "systemtap-runtime", "release": "1.el9", "source": "rpm", "version": "5.1" } ], "tar": [ { "arch": "x86_64", "epoch": 2, "name": "tar", "release": "6.el9", "source": "rpm", "version": "1.34" } ], "target-restore": [ { "arch": "noarch", "epoch": null, "name": "target-restore", "release": "1.el9", "source": "rpm", "version": "2.1.76" } ], "targetcli": [ { "arch": "noarch", "epoch": null, "name": "targetcli", "release": "2.el9", "source": "rpm", "version": "2.1.57" } ], "tbb": [ { "arch": "x86_64", "epoch": null, "name": "tbb", "release": "8.el9", "source": "rpm", "version": "2020.3" } ], "teamd": [ { "arch": "x86_64", "epoch": null, "name": "teamd", "release": "16.el9", "source": "rpm", "version": "1.31" } ], "time": [ { "arch": "x86_64", "epoch": null, "name": "time", "release": "18.el9", "source": "rpm", "version": "1.9" } ], "tpm2-tss": [ { "arch": "x86_64", "epoch": null, "name": "tpm2-tss", "release": "2.el9", "source": "rpm", "version": "3.2.2" } ], "tzdata": [ { "arch": "noarch", "epoch": null, "name": "tzdata", "release": "2.el9", "source": "rpm", "version": "2024a" } ], "unzip": [ { "arch": "x86_64", "epoch": null, "name": "unzip", "release": "56.el9", "source": "rpm", "version": "6.0" } ], "userspace-rcu": [ { "arch": "x86_64", "epoch": null, "name": "userspace-rcu", "release": "6.el9", "source": "rpm", "version": "0.12.1" } ], "util-linux": [ { "arch": "x86_64", "epoch": null, "name": "util-linux", "release": "18.el9", "source": "rpm", "version": "2.37.4" } ], "util-linux-core": [ { "arch": "x86_64", "epoch": null, "name": "util-linux-core", "release": "18.el9", "source": "rpm", "version": "2.37.4" } ], "vdo": [ { "arch": "x86_64", "epoch": null, "name": "vdo", "release": "1.el9", "source": "rpm", "version": "8.2.2.2" } ], "vim-common": [ { "arch": "x86_64", "epoch": 2, "name": "vim-common", "release": "20.el9", "source": "rpm", "version": "8.2.2637" } ], "vim-enhanced": [ { "arch": "x86_64", "epoch": 2, "name": "vim-enhanced", "release": "20.el9", "source": "rpm", "version": "8.2.2637" } ], "vim-filesystem": [ { "arch": "noarch", "epoch": 2, "name": "vim-filesystem", "release": "20.el9", "source": "rpm", "version": "8.2.2637" } ], "vim-minimal": [ { "arch": "x86_64", "epoch": 2, "name": "vim-minimal", "release": "20.el9", "source": "rpm", "version": "8.2.2637" } ], "volume_key-libs": [ { "arch": "x86_64", "epoch": null, "name": "volume_key-libs", "release": "15.el9", "source": "rpm", "version": "0.3.12" } ], "wget": [ { "arch": "x86_64", "epoch": null, "name": "wget", "release": "7.el9", "source": "rpm", "version": "1.21.1" } ], "which": [ { "arch": "x86_64", "epoch": null, "name": "which", "release": "29.el9", "source": "rpm", "version": "2.21" } ], "xfsprogs": [ { "arch": "x86_64", "epoch": null, "name": "xfsprogs", "release": "1.el9", "source": "rpm", "version": "6.3.0" } ], "xz": [ { "arch": "x86_64", "epoch": null, "name": "xz", "release": "8.el9", "source": "rpm", "version": "5.2.5" } ], "xz-devel": [ { "arch": "x86_64", "epoch": null, "name": "xz-devel", "release": "8.el9", "source": "rpm", "version": "5.2.5" } ], "xz-libs": [ { "arch": "x86_64", "epoch": null, "name": "xz-libs", "release": "8.el9", "source": "rpm", "version": "5.2.5" } ], "yum": [ { "arch": "noarch", "epoch": null, "name": "yum", "release": "11.el9", "source": "rpm", "version": "4.14.0" } ], "yum-utils": [ { "arch": "noarch", "epoch": null, "name": "yum-utils", "release": "15.el9", "source": "rpm", "version": "4.3.0" } ], "zip": [ { "arch": "x86_64", "epoch": null, "name": "zip", "release": "35.el9", "source": "rpm", "version": "3.0" } ], "zlib": [ { "arch": "x86_64", "epoch": null, "name": "zlib", "release": "41.el9", "source": "rpm", "version": "1.2.11" } ], "zlib-devel": [ { "arch": "x86_64", "epoch": null, "name": "zlib-devel", "release": "41.el9", "source": "rpm", "version": "1.2.11" } ] } }, "changed": false } TASK [Set blivet package name] ************************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/tests_create_raid_pool_then_remove.yml:32 Thursday 06 June 2024 13:29:59 +0000 (0:00:00.893) 0:00:58.119 ********* ok: [sut] => { "ansible_facts": { "blivet_pkg_name": [ "python3-blivet" ] }, "changed": false } TASK [Set blivet package version] ********************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/tests_create_raid_pool_then_remove.yml:36 Thursday 06 June 2024 13:29:59 +0000 (0:00:00.037) 0:00:58.157 ********* ok: [sut] => { "ansible_facts": { "blivet_pkg_version": "3.6.0-14.el9" }, "changed": false } TASK [Set distribution version] ************************************************ task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/tests_create_raid_pool_then_remove.yml:40 Thursday 06 June 2024 13:29:59 +0000 (0:00:00.048) 0:00:58.205 ********* ok: [sut] => { "ansible_facts": { "is_fedora": false, "is_rhel8": false, "is_rhel9": true }, "changed": false } TASK [Get unused disks] ******************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/tests_create_raid_pool_then_remove.yml:46 Thursday 06 June 2024 13:29:59 +0000 (0:00:00.034) 0:00:58.239 ********* included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/get_unused_disk.yml for sut TASK [Ensure test packages] **************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/get_unused_disk.yml:2 Thursday 06 June 2024 13:29:59 +0000 (0:00:00.033) 0:00:58.273 ********* ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Find unused disks in the system] ***************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/get_unused_disk.yml:11 Thursday 06 June 2024 13:30:00 +0000 (0:00:00.890) 0:00:59.163 ********* ok: [sut] => { "changed": false, "disks": [ "sda", "sdb" ] } TASK [Debug why there are no unused disks] ************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/get_unused_disk.yml:20 Thursday 06 June 2024 13:30:06 +0000 (0:00:05.318) 0:01:04.482 ********* skipping: [sut] => { "changed": false, "false_condition": "'Unable to find unused disk' in unused_disks_return.disks", "skip_reason": "Conditional result was False" } TASK [Set unused_disks if necessary] ******************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/get_unused_disk.yml:29 Thursday 06 June 2024 13:30:06 +0000 (0:00:00.019) 0:01:04.502 ********* ok: [sut] => { "ansible_facts": { "unused_disks": [ "sda", "sdb" ] }, "changed": false } TASK [Exit playbook when there's not enough unused disks in the system] ******** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/get_unused_disk.yml:34 Thursday 06 June 2024 13:30:06 +0000 (0:00:00.022) 0:01:04.524 ********* skipping: [sut] => { "changed": false, "false_condition": "unused_disks | d([]) | length < disks_needed | d(1)", "skip_reason": "Conditional result was False" } TASK [Print unused disks] ****************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/get_unused_disk.yml:39 Thursday 06 June 2024 13:30:06 +0000 (0:00:00.027) 0:01:04.552 ********* ok: [sut] => { "unused_disks": [ "sda", "sdb" ] } TASK [Create a RAID0 device] *************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/tests_create_raid_pool_then_remove.yml:52 Thursday 06 June 2024 13:30:06 +0000 (0:00:00.021) 0:01:04.573 ********* TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Thursday 06 June 2024 13:30:06 +0000 (0:00:00.038) 0:01:04.612 ********* included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Thursday 06 June 2024 13:30:06 +0000 (0:00:00.030) 0:01:04.643 ********* skipping: [sut] => { "changed": false, "false_condition": "__storage_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Thursday 06 June 2024 13:30:06 +0000 (0:00:00.033) 0:01:04.676 ********* skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_9.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs" ] }, "ansible_included_var_files": [ "/WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } ok: [sut] => (item=CentOS_9.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs" ] }, "ansible_included_var_files": [ "/WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Thursday 06 June 2024 13:30:06 +0000 (0:00:00.048) 0:01:04.725 ********* skipping: [sut] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Thursday 06 June 2024 13:30:06 +0000 (0:00:00.048) 0:01:04.773 ********* skipping: [sut] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Thursday 06 June 2024 13:30:06 +0000 (0:00:00.023) 0:01:04.797 ********* ok: [sut] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Thursday 06 June 2024 13:30:06 +0000 (0:00:00.020) 0:01:04.818 ********* ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Thursday 06 June 2024 13:30:06 +0000 (0:00:00.021) 0:01:04.840 ********* redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for sut TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Thursday 06 June 2024 13:30:06 +0000 (0:00:00.043) 0:01:04.884 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"blivet_available\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Thursday 06 June 2024 13:30:06 +0000 (0:00:00.023) 0:01:04.907 ********* ok: [sut] => { "storage_pools": [ { "disks": [ "sda", "sdb" ], "name": "vg1", "raid_level": "raid0", "state": "present", "type": "lvm", "volumes": [ { "mount_point": "/opt/test1", "name": "lv1", "size": "2g" }, { "mount_point": "/opt/test2", "name": "lv2", "size": "3g" }, { "mount_point": "/opt/test3", "name": "lv3", "size": "3g" } ] } ] } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Thursday 06 June 2024 13:30:06 +0000 (0:00:00.024) 0:01:04.931 ********* ok: [sut] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined. 'storage_volumes' is undefined" } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Thursday 06 June 2024 13:30:06 +0000 (0:00:00.024) 0:01:04.955 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Thursday 06 June 2024 13:30:06 +0000 (0:00:00.024) 0:01:04.980 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Thursday 06 June 2024 13:30:06 +0000 (0:00:00.028) 0:01:05.008 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Thursday 06 June 2024 13:30:06 +0000 (0:00:00.029) 0:01:05.037 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"service_facts\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Thursday 06 June 2024 13:30:06 +0000 (0:00:00.031) 0:01:05.069 ********* ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Thursday 06 June 2024 13:30:06 +0000 (0:00:00.053) 0:01:05.122 ********* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Thursday 06 June 2024 13:30:06 +0000 (0:00:00.021) 0:01:05.144 ********* changed: [sut] => { "actions": [ { "action": "create format", "device": "/dev/sdb", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdb1", "fs_type": null }, { "action": "create format", "device": "/dev/sdb1", "fs_type": "mdmember" }, { "action": "create format", "device": "/dev/sda", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sda1", "fs_type": null }, { "action": "create format", "device": "/dev/sda1", "fs_type": "mdmember" }, { "action": "create device", "device": "/dev/md/vg1-1", "fs_type": null }, { "action": "create format", "device": "/dev/md/vg1-1", "fs_type": "lvmpv" }, { "action": "create device", "device": "/dev/vg1", "fs_type": null }, { "action": "create device", "device": "/dev/mapper/vg1-lv3", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/vg1-lv3", "fs_type": "xfs" }, { "action": "create device", "device": "/dev/mapper/vg1-lv2", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/vg1-lv2", "fs_type": "xfs" }, { "action": "create device", "device": "/dev/mapper/vg1-lv1", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/vg1-lv1", "fs_type": "xfs" } ], "changed": true, "crypts": [], "leaves": [ "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/mapper/vg1-lv1", "/dev/mapper/vg1-lv2", "/dev/mapper/vg1-lv3" ], "mounts": [ { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/vg1-lv1", "state": "mounted" }, { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test2", "src": "/dev/mapper/vg1-lv2", "state": "mounted" }, { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test3", "src": "/dev/mapper/vg1-lv3", "state": "mounted" } ], "packages": [ "lvm2", "mdadm", "xfsprogs" ], "pools": [ { "disks": [ "sda", "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "vg1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": "raid0", "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/vg1-lv1", "_kernel_device": "/dev/dm-2", "_mount_id": "/dev/mapper/vg1-lv1", "_raw_device": "/dev/mapper/vg1-lv1", "_raw_kernel_device": "/dev/dm-2", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "lv1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "2g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/vg1-lv2", "_kernel_device": "/dev/dm-1", "_mount_id": "/dev/mapper/vg1-lv2", "_raw_device": "/dev/mapper/vg1-lv2", "_raw_kernel_device": "/dev/dm-1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test2", "mount_user": null, "name": "lv2", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "3g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/vg1-lv3", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/vg1-lv3", "_raw_device": "/dev/mapper/vg1-lv3", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test3", "mount_user": null, "name": "lv3", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "3g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Thursday 06 June 2024 13:30:17 +0000 (0:00:10.946) 0:01:16.091 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_udevadm_trigger | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Thursday 06 June 2024 13:30:17 +0000 (0:00:00.069) 0:01:16.161 ********* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:101 Thursday 06 June 2024 13:30:17 +0000 (0:00:00.023) 0:01:16.185 ********* ok: [sut] => { "blivet_output": { "actions": [ { "action": "create format", "device": "/dev/sdb", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdb1", "fs_type": null }, { "action": "create format", "device": "/dev/sdb1", "fs_type": "mdmember" }, { "action": "create format", "device": "/dev/sda", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sda1", "fs_type": null }, { "action": "create format", "device": "/dev/sda1", "fs_type": "mdmember" }, { "action": "create device", "device": "/dev/md/vg1-1", "fs_type": null }, { "action": "create format", "device": "/dev/md/vg1-1", "fs_type": "lvmpv" }, { "action": "create device", "device": "/dev/vg1", "fs_type": null }, { "action": "create device", "device": "/dev/mapper/vg1-lv3", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/vg1-lv3", "fs_type": "xfs" }, { "action": "create device", "device": "/dev/mapper/vg1-lv2", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/vg1-lv2", "fs_type": "xfs" }, { "action": "create device", "device": "/dev/mapper/vg1-lv1", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/vg1-lv1", "fs_type": "xfs" } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/mapper/vg1-lv1", "/dev/mapper/vg1-lv2", "/dev/mapper/vg1-lv3" ], "mounts": [ { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/vg1-lv1", "state": "mounted" }, { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test2", "src": "/dev/mapper/vg1-lv2", "state": "mounted" }, { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test3", "src": "/dev/mapper/vg1-lv3", "state": "mounted" } ], "packages": [ "lvm2", "mdadm", "xfsprogs" ], "pools": [ { "disks": [ "sda", "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "vg1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": "raid0", "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/vg1-lv1", "_kernel_device": "/dev/dm-2", "_mount_id": "/dev/mapper/vg1-lv1", "_raw_device": "/dev/mapper/vg1-lv1", "_raw_kernel_device": "/dev/dm-2", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "lv1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "2g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/vg1-lv2", "_kernel_device": "/dev/dm-1", "_mount_id": "/dev/mapper/vg1-lv2", "_raw_device": "/dev/mapper/vg1-lv2", "_raw_kernel_device": "/dev/dm-1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test2", "mount_user": null, "name": "lv2", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "3g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/vg1-lv3", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/vg1-lv3", "_raw_device": "/dev/mapper/vg1-lv3", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test3", "mount_user": null, "name": "lv3", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "3g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:110 Thursday 06 June 2024 13:30:17 +0000 (0:00:00.029) 0:01:16.214 ********* ok: [sut] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "sda", "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "vg1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": "raid0", "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/vg1-lv1", "_kernel_device": "/dev/dm-2", "_mount_id": "/dev/mapper/vg1-lv1", "_raw_device": "/dev/mapper/vg1-lv1", "_raw_kernel_device": "/dev/dm-2", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "lv1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "2g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/vg1-lv2", "_kernel_device": "/dev/dm-1", "_mount_id": "/dev/mapper/vg1-lv2", "_raw_device": "/dev/mapper/vg1-lv2", "_raw_kernel_device": "/dev/dm-1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test2", "mount_user": null, "name": "lv2", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "3g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/vg1-lv3", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/vg1-lv3", "_raw_device": "/dev/mapper/vg1-lv3", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test3", "mount_user": null, "name": "lv3", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "3g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] }, "changed": false } TASK [fedora.linux_system_roles.storage : Set the list of volumes for test verification] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:114 Thursday 06 June 2024 13:30:17 +0000 (0:00:00.026) 0:01:16.241 ********* ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:130 Thursday 06 June 2024 13:30:17 +0000 (0:00:00.024) 0:01:16.265 ********* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:141 Thursday 06 June 2024 13:30:17 +0000 (0:00:00.031) 0:01:16.297 ********* ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:146 Thursday 06 June 2024 13:30:18 +0000 (0:00:00.750) 0:01:17.048 ********* redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount changed: [sut] => (item={'src': '/dev/mapper/vg1-lv1', 'path': '/opt/test1', 'fstype': 'xfs', '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": "xfs", "mount_info": { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/vg1-lv1", "state": "mounted" }, "name": "/opt/test1", "opts": "defaults", "passno": "0", "src": "/dev/mapper/vg1-lv1" } redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount changed: [sut] => (item={'src': '/dev/mapper/vg1-lv2', 'path': '/opt/test2', 'fstype': 'xfs', '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": "xfs", "mount_info": { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test2", "src": "/dev/mapper/vg1-lv2", "state": "mounted" }, "name": "/opt/test2", "opts": "defaults", "passno": "0", "src": "/dev/mapper/vg1-lv2" } redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount changed: [sut] => (item={'src': '/dev/mapper/vg1-lv3', 'path': '/opt/test3', 'fstype': 'xfs', '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": "xfs", "mount_info": { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test3", "src": "/dev/mapper/vg1-lv3", "state": "mounted" }, "name": "/opt/test3", "opts": "defaults", "passno": "0", "src": "/dev/mapper/vg1-lv3" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:157 Thursday 06 June 2024 13:30:19 +0000 (0:00:00.763) 0:01:17.811 ********* skipping: [sut] => (item={'src': '/dev/mapper/vg1-lv1', 'path': '/opt/test1', 'fstype': 'xfs', 'opts': 'defaults', 'dump': 0, 'passno': 0, 'state': 'mounted', 'owner': None, 'group': None, 'mode': None}) => { "ansible_loop_var": "mount_info", "changed": false, "false_condition": "mount_info['owner'] != none or mount_info['group'] != none or mount_info['mode'] != none", "mount_info": { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/vg1-lv1", "state": "mounted" }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'src': '/dev/mapper/vg1-lv2', 'path': '/opt/test2', 'fstype': 'xfs', 'opts': 'defaults', 'dump': 0, 'passno': 0, 'state': 'mounted', 'owner': None, 'group': None, 'mode': None}) => { "ansible_loop_var": "mount_info", "changed": false, "false_condition": "mount_info['owner'] != none or mount_info['group'] != none or mount_info['mode'] != none", "mount_info": { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test2", "src": "/dev/mapper/vg1-lv2", "state": "mounted" }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'src': '/dev/mapper/vg1-lv3', 'path': '/opt/test3', 'fstype': 'xfs', 'opts': 'defaults', 'dump': 0, 'passno': 0, 'state': 'mounted', 'owner': None, 'group': None, 'mode': None}) => { "ansible_loop_var": "mount_info", "changed": false, "false_condition": "mount_info['owner'] != none or mount_info['group'] != none or mount_info['mode'] != none", "mount_info": { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test3", "src": "/dev/mapper/vg1-lv3", "state": "mounted" }, "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:169 Thursday 06 June 2024 13:30:19 +0000 (0:00:00.064) 0:01:17.875 ********* ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:177 Thursday 06 June 2024 13:30:20 +0000 (0:00:00.582) 0:01:18.458 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1717680394.2913754, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1716902420.402, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 2097284, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "inode/x-empty", "mode": "0600", "mtime": 1716902144.521, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "3342962587", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:182 Thursday 06 June 2024 13:30:20 +0000 (0:00:00.209) 0:01:18.667 ********* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:204 Thursday 06 June 2024 13:30:20 +0000 (0:00:00.018) 0:01:18.685 ********* ok: [sut] TASK [Verify role results] ***************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/tests_create_raid_pool_then_remove.yml:73 Thursday 06 June 2024 13:30:21 +0000 (0:00:00.849) 0:01:19.534 ********* included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-role-results.yml for sut TASK [Print out pool information] ********************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-role-results.yml:2 Thursday 06 June 2024 13:30:21 +0000 (0:00:00.077) 0:01:19.612 ********* ok: [sut] => { "_storage_pools_list": [ { "disks": [ "sda", "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "vg1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": "raid0", "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/vg1-lv1", "_kernel_device": "/dev/dm-2", "_mount_id": "/dev/mapper/vg1-lv1", "_raw_device": "/dev/mapper/vg1-lv1", "_raw_kernel_device": "/dev/dm-2", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "lv1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "2g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/vg1-lv2", "_kernel_device": "/dev/dm-1", "_mount_id": "/dev/mapper/vg1-lv2", "_raw_device": "/dev/mapper/vg1-lv2", "_raw_kernel_device": "/dev/dm-1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test2", "mount_user": null, "name": "lv2", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "3g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/vg1-lv3", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/vg1-lv3", "_raw_device": "/dev/mapper/vg1-lv3", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test3", "mount_user": null, "name": "lv3", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "3g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] } TASK [Print out volume information] ******************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-role-results.yml:7 Thursday 06 June 2024 13:30:21 +0000 (0:00:00.037) 0:01:19.650 ********* skipping: [sut] => { "false_condition": "_storage_volumes_list | length > 0" } TASK [Collect info about the volumes.] ***************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-role-results.yml:15 Thursday 06 June 2024 13:30:21 +0000 (0:00:00.040) 0:01:19.690 ********* ok: [sut] => { "changed": false, "info": { "/dev/mapper/vg1-lv1": { "fstype": "xfs", "label": "", "name": "/dev/mapper/vg1-lv1", "size": "2G", "type": "lvm", "uuid": "19e9b63c-7138-44e9-982c-80b544119a71" }, "/dev/mapper/vg1-lv2": { "fstype": "xfs", "label": "", "name": "/dev/mapper/vg1-lv2", "size": "3G", "type": "lvm", "uuid": "7b8aad84-7cb4-493f-a340-907aa7f07e63" }, "/dev/mapper/vg1-lv3": { "fstype": "xfs", "label": "", "name": "/dev/mapper/vg1-lv3", "size": "3G", "type": "lvm", "uuid": "0aca4e34-deef-40ed-8268-f0917580492d" }, "/dev/md/vg1-1": { "fstype": "LVM2_member", "label": "", "name": "/dev/md/vg1-1", "size": "20G", "type": "raid0", "uuid": "ElHq3r-VXjs-OcJO-peL0-qCrs-X5M3-A30gn9" }, "/dev/sda": { "fstype": "", "label": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sda1": { "fstype": "linux_raid_member", "label": "vg1-1", "name": "/dev/sda1", "size": "10G", "type": "partition", "uuid": "03532b3e-774b-7374-62e5-a1c4594a2839" }, "/dev/sdb": { "fstype": "", "label": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdb1": { "fstype": "linux_raid_member", "label": "vg1-1", "name": "/dev/sdb1", "size": "10G", "type": "partition", "uuid": "03532b3e-774b-7374-62e5-a1c4594a2839" }, "/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": "82a26900-2b36-49b9-bc49-f4d2f0bb14b8" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-role-results.yml:20 Thursday 06 June 2024 13:30:21 +0000 (0:00:00.276) 0:01:19.967 ********* ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.003426", "end": "2024-06-06 13:30:21.839085", "rc": 0, "start": "2024-06-06 13:30:21.835659" } STDOUT: # # /etc/fstab # Created by anaconda on Tue May 28 13:15:44 2024 # # Accessible filesystems, by reference, are maintained under '/dev/disk/'. # See man pages fstab(5), findfs(8), mount(8) and/or blkid(8) for more info. # # After editing this file, run 'systemctl daemon-reload' to update systemd # units generated from this file. # UUID=82a26900-2b36-49b9-bc49-f4d2f0bb14b8 / xfs defaults 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat /mnt/redhat nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/qa /mnt/qa nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive /mnt/engarchive nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/tpsdist /mnt/tpsdist nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot /mnt/brew nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch /mnt/brew_scratch nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 /dev/mapper/vg1-lv1 /opt/test1 xfs defaults 0 0 /dev/mapper/vg1-lv2 /opt/test2 xfs defaults 0 0 /dev/mapper/vg1-lv3 /opt/test3 xfs defaults 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-role-results.yml:25 Thursday 06 June 2024 13:30:21 +0000 (0:00:00.266) 0:01:20.234 ********* ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.003245", "end": "2024-06-06 13:30:22.045319", "failed_when_result": false, "rc": 0, "start": "2024-06-06 13:30:22.042074" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-role-results.yml:34 Thursday 06 June 2024 13:30:22 +0000 (0:00:00.203) 0:01:20.437 ********* included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool.yml for sut => (item={'disks': ['sda', 'sdb'], 'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'name': 'vg1', 'raid_level': 'raid0', 'raid_device_count': None, 'raid_spare_count': None, 'raid_metadata_version': None, 'raid_chunk_size': None, 'shared': False, 'state': 'present', 'type': 'lvm', 'volumes': [{'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'lv1', 'raid_level': None, 'size': '2g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': [], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/vg1-lv1', '_raw_device': '/dev/mapper/vg1-lv1', '_mount_id': '/dev/mapper/vg1-lv1', '_kernel_device': '/dev/dm-2', '_raw_kernel_device': '/dev/dm-2'}, {'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': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test2', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'lv2', 'raid_level': None, 'size': '3g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': [], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/vg1-lv2', '_raw_device': '/dev/mapper/vg1-lv2', '_mount_id': '/dev/mapper/vg1-lv2', '_kernel_device': '/dev/dm-1', '_raw_kernel_device': '/dev/dm-1'}, {'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': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test3', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'lv3', 'raid_level': None, 'size': '3g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': [], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/vg1-lv3', '_raw_device': '/dev/mapper/vg1-lv3', '_mount_id': '/dev/mapper/vg1-lv3', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}]}) TASK [Set _storage_pool_tests] ************************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool.yml:5 Thursday 06 June 2024 13:30:22 +0000 (0:00:00.054) 0:01:20.492 ********* ok: [sut] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool.yml:18 Thursday 06 June 2024 13:30:22 +0000 (0:00:00.022) 0:01:20.514 ********* ok: [sut] => { "changed": false, "cmd": [ "vgs", "--noheadings", "--binary", "-o", "shared", "vg1" ], "delta": "0:00:00.030572", "end": "2024-06-06 13:30:22.354073", "rc": 0, "start": "2024-06-06 13:30:22.323501" } STDOUT: 0 TASK [Verify that VG shared value checks out] ********************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool.yml:24 Thursday 06 June 2024 13:30:22 +0000 (0:00:00.233) 0:01:20.748 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify pool subset] ****************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool.yml:34 Thursday 06 June 2024 13:30:22 +0000 (0:00:00.026) 0:01:20.774 ********* included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool-members.yml for sut => (item=members) included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool-volumes.yml for sut => (item=volumes) TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool-members.yml:2 Thursday 06 June 2024 13:30:22 +0000 (0:00:00.041) 0:01:20.815 ********* ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_count": "1", "_storage_test_pool_pvs_lvm": [ "/dev/md127" ] }, "changed": false } TASK [Get the canonical device path for each member device] ******************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool-members.yml:8 Thursday 06 June 2024 13:30:22 +0000 (0:00:00.038) 0:01:20.854 ********* ok: [sut] => (item=/dev/md127) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/md/vg1-1", "pv": "/dev/md127" } TASK [Set pvs lvm length] ****************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool-members.yml:17 Thursday 06 June 2024 13:30:22 +0000 (0:00:00.305) 0:01:21.159 ********* ok: [sut] => { "ansible_facts": { "__pvs_lvm_len": "1" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool-members.yml:22 Thursday 06 June 2024 13:30:22 +0000 (0:00:00.061) 0:01:21.221 ********* ok: [sut] => { "ansible_facts": { "_storage_test_pool_pvs": [ "/dev/md/vg1-1" ] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool-members.yml:27 Thursday 06 June 2024 13:30:22 +0000 (0:00:00.036) 0:01:21.257 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool-members.yml:36 Thursday 06 June 2024 13:30:22 +0000 (0:00:00.035) 0:01:21.292 ********* ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool-members.yml:41 Thursday 06 June 2024 13:30:22 +0000 (0:00:00.024) 0:01:21.316 ********* ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "partition" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool-members.yml:46 Thursday 06 June 2024 13:30:22 +0000 (0:00:00.033) 0:01:21.349 ********* ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "raid0" }, "changed": false } TASK [Check the type of each PV] *********************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool-members.yml:51 Thursday 06 June 2024 13:30:23 +0000 (0:00:00.028) 0:01:21.378 ********* ok: [sut] => (item=/dev/md/vg1-1) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/md/vg1-1" } MSG: All assertions passed TASK [Check MD RAID] *********************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool-members.yml:64 Thursday 06 June 2024 13:30:23 +0000 (0:00:00.032) 0:01:21.411 ********* included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-md.yml for sut TASK [Get information about RAID] ********************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-md.yml:8 Thursday 06 June 2024 13:30:23 +0000 (0:00:00.041) 0:01:21.453 ********* ok: [sut] => { "changed": false, "cmd": [ "mdadm", "--detail", "/dev/md/vg1-1" ], "delta": "0:00:00.006806", "end": "2024-06-06 13:30:23.274445", "rc": 0, "start": "2024-06-06 13:30:23.267639" } STDOUT: /dev/md/vg1-1: Version : 1.2 Creation Time : Thu Jun 6 13:30:09 2024 Raid Level : raid0 Array Size : 20936704 (19.97 GiB 21.44 GB) Raid Devices : 2 Total Devices : 2 Persistence : Superblock is persistent Update Time : Thu Jun 6 13:30:09 2024 State : clean Active Devices : 2 Working Devices : 2 Failed Devices : 0 Spare Devices : 0 Layout : original Chunk Size : 512K Consistency Policy : none Name : vg1-1 UUID : 03532b3e:774b7374:62e5a1c4:594a2839 Events : 0 Number Major Minor RaidDevice State 0 8 1 0 active sync /dev/sda1 1 8 17 1 active sync /dev/sdb1 TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-md.yml:14 Thursday 06 June 2024 13:30:23 +0000 (0:00:00.216) 0:01:21.669 ********* ok: [sut] => { "ansible_facts": { "storage_test_md_active_devices_re": "Active\\ Devices\\ :\\ None\\\n" }, "changed": false } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-md.yml:19 Thursday 06 June 2024 13:30:23 +0000 (0:00:00.037) 0:01:21.707 ********* ok: [sut] => { "ansible_facts": { "storage_test_md_spare_devices_re": "Spare\\ Devices\\ :\\ None\\\n" }, "changed": false } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-md.yml:24 Thursday 06 June 2024 13:30:23 +0000 (0:00:00.036) 0:01:21.743 ********* ok: [sut] => { "ansible_facts": { "storage_test_md_metadata_version_re": "Version\\ :\\ None\\\n" }, "changed": false } TASK [Set md chunk size regex] ************************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-md.yml:29 Thursday 06 June 2024 13:30:23 +0000 (0:00:00.038) 0:01:21.782 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_chunk_size is not none", "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-md.yml:37 Thursday 06 June 2024 13:30:23 +0000 (0:00:00.027) 0:01:21.809 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_chunk_size is not none", "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-md.yml:46 Thursday 06 June 2024 13:30:23 +0000 (0:00:00.066) 0:01:21.875 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_device_count is not none", "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-md.yml:55 Thursday 06 June 2024 13:30:23 +0000 (0:00:00.028) 0:01:21.904 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_spare_count is not none", "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-md.yml:64 Thursday 06 June 2024 13:30:23 +0000 (0:00:00.032) 0:01:21.936 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_metadata_version is not none", "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-md.yml:74 Thursday 06 June 2024 13:30:23 +0000 (0:00:00.038) 0:01:21.975 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_chunk_size is not none", "skip_reason": "Conditional result was False" } TASK [Reset variables used by tests] ******************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-md.yml:83 Thursday 06 June 2024 13:30:23 +0000 (0:00:00.036) 0:01:22.011 ********* ok: [sut] => { "ansible_facts": { "storage_test_md_active_devices_re": null, "storage_test_md_chunk_size_re": null, "storage_test_md_metadata_version_re": null, "storage_test_md_spare_devices_re": null }, "changed": false } TASK [Check LVM RAID] ********************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool-members.yml:67 Thursday 06 June 2024 13:30:23 +0000 (0:00:00.031) 0:01:22.042 ********* included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-members-lvmraid.yml for sut TASK [Validate pool member LVM RAID settings] ********************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-members-lvmraid.yml:2 Thursday 06 June 2024 13:30:23 +0000 (0:00:00.048) 0:01:22.091 ********* included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-lvmraid.yml for sut => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'lv1', 'raid_level': None, 'size': '2g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': [], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/vg1-lv1', '_raw_device': '/dev/mapper/vg1-lv1', '_mount_id': '/dev/mapper/vg1-lv1', '_kernel_device': '/dev/dm-2', '_raw_kernel_device': '/dev/dm-2'}) included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-lvmraid.yml for sut => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test2', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'lv2', 'raid_level': None, 'size': '3g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': [], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/vg1-lv2', '_raw_device': '/dev/mapper/vg1-lv2', '_mount_id': '/dev/mapper/vg1-lv2', '_kernel_device': '/dev/dm-1', '_raw_kernel_device': '/dev/dm-1'}) included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-lvmraid.yml for sut => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test3', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'lv3', 'raid_level': None, 'size': '3g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': [], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/vg1-lv3', '_raw_device': '/dev/mapper/vg1-lv3', '_mount_id': '/dev/mapper/vg1-lv3', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}) TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-lvmraid.yml:8 Thursday 06 June 2024 13:30:23 +0000 (0:00:00.077) 0:01:22.168 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-lvmraid.yml:16 Thursday 06 June 2024 13:30:23 +0000 (0:00:00.025) 0:01:22.193 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-lvmraid.yml:20 Thursday 06 June 2024 13:30:23 +0000 (0:00:00.030) 0:01:22.224 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Set LV stripe size] ****************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-lvmraid.yml:27 Thursday 06 June 2024 13:30:23 +0000 (0:00:00.033) 0:01:22.258 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Parse the requested stripe size] ***************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-lvmraid.yml:31 Thursday 06 June 2024 13:30:23 +0000 (0:00:00.025) 0:01:22.284 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Set expected stripe size] ************************************************ task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-lvmraid.yml:37 Thursday 06 June 2024 13:30:23 +0000 (0:00:00.034) 0:01:22.318 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Check stripe size] ******************************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-lvmraid.yml:42 Thursday 06 June 2024 13:30:24 +0000 (0:00:00.067) 0:01:22.385 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-lvmraid.yml:8 Thursday 06 June 2024 13:30:24 +0000 (0:00:00.029) 0:01:22.415 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-lvmraid.yml:16 Thursday 06 June 2024 13:30:24 +0000 (0:00:00.023) 0:01:22.439 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-lvmraid.yml:20 Thursday 06 June 2024 13:30:24 +0000 (0:00:00.025) 0:01:22.464 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Set LV stripe size] ****************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-lvmraid.yml:27 Thursday 06 June 2024 13:30:24 +0000 (0:00:00.023) 0:01:22.488 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Parse the requested stripe size] ***************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-lvmraid.yml:31 Thursday 06 June 2024 13:30:24 +0000 (0:00:00.025) 0:01:22.514 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Set expected stripe size] ************************************************ task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-lvmraid.yml:37 Thursday 06 June 2024 13:30:24 +0000 (0:00:00.026) 0:01:22.540 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Check stripe size] ******************************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-lvmraid.yml:42 Thursday 06 June 2024 13:30:24 +0000 (0:00:00.029) 0:01:22.570 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-lvmraid.yml:8 Thursday 06 June 2024 13:30:24 +0000 (0:00:00.053) 0:01:22.623 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-lvmraid.yml:16 Thursday 06 June 2024 13:30:24 +0000 (0:00:00.030) 0:01:22.654 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-lvmraid.yml:20 Thursday 06 June 2024 13:30:24 +0000 (0:00:00.043) 0:01:22.697 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Set LV stripe size] ****************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-lvmraid.yml:27 Thursday 06 June 2024 13:30:24 +0000 (0:00:00.026) 0:01:22.724 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Parse the requested stripe size] ***************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-lvmraid.yml:31 Thursday 06 June 2024 13:30:24 +0000 (0:00:00.026) 0:01:22.750 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Set expected stripe size] ************************************************ task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-lvmraid.yml:37 Thursday 06 June 2024 13:30:24 +0000 (0:00:00.025) 0:01:22.776 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Check stripe size] ******************************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-lvmraid.yml:42 Thursday 06 June 2024 13:30:24 +0000 (0:00:00.029) 0:01:22.805 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Check Thin Pools] ******************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool-members.yml:70 Thursday 06 June 2024 13:30:24 +0000 (0:00:00.061) 0:01:22.867 ********* included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-members-thin.yml for sut TASK [Validate pool member thinpool settings] ********************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-members-thin.yml:2 Thursday 06 June 2024 13:30:24 +0000 (0:00:00.051) 0:01:22.918 ********* included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-thin.yml for sut => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'lv1', 'raid_level': None, 'size': '2g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': [], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/vg1-lv1', '_raw_device': '/dev/mapper/vg1-lv1', '_mount_id': '/dev/mapper/vg1-lv1', '_kernel_device': '/dev/dm-2', '_raw_kernel_device': '/dev/dm-2'}) included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-thin.yml for sut => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test2', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'lv2', 'raid_level': None, 'size': '3g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': [], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/vg1-lv2', '_raw_device': '/dev/mapper/vg1-lv2', '_mount_id': '/dev/mapper/vg1-lv2', '_kernel_device': '/dev/dm-1', '_raw_kernel_device': '/dev/dm-1'}) included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-thin.yml for sut => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test3', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'lv3', 'raid_level': None, 'size': '3g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': [], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/vg1-lv3', '_raw_device': '/dev/mapper/vg1-lv3', '_mount_id': '/dev/mapper/vg1-lv3', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}) TASK [Get information about thinpool] ****************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-thin.yml:8 Thursday 06 June 2024 13:30:24 +0000 (0:00:00.047) 0:01:22.966 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_thin_volume.thin", "skip_reason": "Conditional result was False" } TASK [Check that volume is in correct thinpool (when thinp name is provided)] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-thin.yml:16 Thursday 06 June 2024 13:30:24 +0000 (0:00:00.021) 0:01:22.987 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_thin_volume.thin", "skip_reason": "Conditional result was False" } TASK [Check that volume is in thinpool (when thinp name is not provided)] ****** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-thin.yml:22 Thursday 06 June 2024 13:30:24 +0000 (0:00:00.021) 0:01:23.008 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_thin_volume.thin", "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-thin.yml:26 Thursday 06 June 2024 13:30:24 +0000 (0:00:00.022) 0:01:23.031 ********* ok: [sut] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Get information about thinpool] ****************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-thin.yml:8 Thursday 06 June 2024 13:30:24 +0000 (0:00:00.021) 0:01:23.052 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_thin_volume.thin", "skip_reason": "Conditional result was False" } TASK [Check that volume is in correct thinpool (when thinp name is provided)] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-thin.yml:16 Thursday 06 June 2024 13:30:24 +0000 (0:00:00.021) 0:01:23.073 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_thin_volume.thin", "skip_reason": "Conditional result was False" } TASK [Check that volume is in thinpool (when thinp name is not provided)] ****** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-thin.yml:22 Thursday 06 June 2024 13:30:24 +0000 (0:00:00.020) 0:01:23.094 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_thin_volume.thin", "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-thin.yml:26 Thursday 06 June 2024 13:30:24 +0000 (0:00:00.019) 0:01:23.114 ********* ok: [sut] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Get information about thinpool] ****************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-thin.yml:8 Thursday 06 June 2024 13:30:24 +0000 (0:00:00.022) 0:01:23.136 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_thin_volume.thin", "skip_reason": "Conditional result was False" } TASK [Check that volume is in correct thinpool (when thinp name is provided)] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-thin.yml:16 Thursday 06 June 2024 13:30:24 +0000 (0:00:00.020) 0:01:23.157 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_thin_volume.thin", "skip_reason": "Conditional result was False" } TASK [Check that volume is in thinpool (when thinp name is not provided)] ****** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-thin.yml:22 Thursday 06 June 2024 13:30:24 +0000 (0:00:00.062) 0:01:23.220 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_thin_volume.thin", "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-thin.yml:26 Thursday 06 June 2024 13:30:24 +0000 (0:00:00.020) 0:01:23.241 ********* ok: [sut] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Check member encryption] ************************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool-members.yml:73 Thursday 06 June 2024 13:30:24 +0000 (0:00:00.023) 0:01:23.264 ********* included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-members-encryption.yml for sut TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-members-encryption.yml:5 Thursday 06 June 2024 13:30:24 +0000 (0:00:00.044) 0:01:23.308 ********* ok: [sut] => { "ansible_facts": { "_storage_test_expected_crypttab_entries": "0", "_storage_test_expected_crypttab_key_file": "-" }, "changed": false } TASK [Validate pool member LUKS settings] ************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-members-encryption.yml:10 Thursday 06 June 2024 13:30:24 +0000 (0:00:00.037) 0:01:23.345 ********* skipping: [sut] => (item=/dev/md/vg1-1) => { "_storage_test_pool_member_path": "/dev/md/vg1-1", "ansible_loop_var": "_storage_test_pool_member_path", "changed": false, "false_condition": "storage_test_pool.type == 'lvm' and storage_test_pool.encryption", "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [Validate pool member crypttab entries] *********************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-members-encryption.yml:17 Thursday 06 June 2024 13:30:25 +0000 (0:00:00.024) 0:01:23.369 ********* included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-crypttab.yml for sut => (item=/dev/md/vg1-1) TASK [Set variables used by tests] ********************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-crypttab.yml:2 Thursday 06 June 2024 13:30:25 +0000 (0:00:00.038) 0:01:23.408 ********* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-crypttab.yml:6 Thursday 06 June 2024 13:30:25 +0000 (0:00:00.033) 0:01:23.442 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-crypttab.yml:14 Thursday 06 June 2024 13:30:25 +0000 (0:00:00.037) 0:01:23.479 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-crypttab.yml:23 Thursday 06 June 2024 13:30:25 +0000 (0:00:00.030) 0:01:23.510 ********* skipping: [sut] => { "changed": false, "false_condition": "false and _storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-crypttab.yml:32 Thursday 06 June 2024 13:30:25 +0000 (0:00:00.031) 0:01:23.541 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-crypttab.yml:41 Thursday 06 June 2024 13:30:25 +0000 (0:00:00.030) 0:01:23.572 ********* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-members-encryption.yml:24 Thursday 06 June 2024 13:30:25 +0000 (0:00:00.022) 0:01:23.594 ********* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_crypttab_key_file": null }, "changed": false } TASK [Check VDO] *************************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool-members.yml:76 Thursday 06 June 2024 13:30:25 +0000 (0:00:00.054) 0:01:23.649 ********* included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-members-vdo.yml for sut TASK [Validate pool member VDO settings] *************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-members-vdo.yml:2 Thursday 06 June 2024 13:30:25 +0000 (0:00:00.044) 0:01:23.693 ********* included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-vdo.yml for sut => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'lv1', 'raid_level': None, 'size': '2g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': [], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/vg1-lv1', '_raw_device': '/dev/mapper/vg1-lv1', '_mount_id': '/dev/mapper/vg1-lv1', '_kernel_device': '/dev/dm-2', '_raw_kernel_device': '/dev/dm-2'}) included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-vdo.yml for sut => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test2', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'lv2', 'raid_level': None, 'size': '3g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': [], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/vg1-lv2', '_raw_device': '/dev/mapper/vg1-lv2', '_mount_id': '/dev/mapper/vg1-lv2', '_kernel_device': '/dev/dm-1', '_raw_kernel_device': '/dev/dm-1'}) included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-vdo.yml for sut => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test3', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'lv3', 'raid_level': None, 'size': '3g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': [], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/vg1-lv3', '_raw_device': '/dev/mapper/vg1-lv3', '_mount_id': '/dev/mapper/vg1-lv3', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}) TASK [Get information about VDO deduplication] ********************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-vdo.yml:8 Thursday 06 June 2024 13:30:25 +0000 (0:00:00.051) 0:01:23.744 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-vdo.yml:15 Thursday 06 June 2024 13:30:25 +0000 (0:00:00.025) 0:01:23.770 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-vdo.yml:21 Thursday 06 June 2024 13:30:25 +0000 (0:00:00.026) 0:01:23.796 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Get information about VDO compression] *********************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-vdo.yml:27 Thursday 06 June 2024 13:30:25 +0000 (0:00:00.021) 0:01:23.818 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-vdo.yml:34 Thursday 06 June 2024 13:30:25 +0000 (0:00:00.021) 0:01:23.840 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-vdo.yml:40 Thursday 06 June 2024 13:30:25 +0000 (0:00:00.027) 0:01:23.867 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-vdo.yml:46 Thursday 06 June 2024 13:30:25 +0000 (0:00:00.023) 0:01:23.891 ********* ok: [sut] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Get information about VDO deduplication] ********************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-vdo.yml:8 Thursday 06 June 2024 13:30:25 +0000 (0:00:00.021) 0:01:23.912 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-vdo.yml:15 Thursday 06 June 2024 13:30:25 +0000 (0:00:00.020) 0:01:23.933 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-vdo.yml:21 Thursday 06 June 2024 13:30:25 +0000 (0:00:00.020) 0:01:23.954 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Get information about VDO compression] *********************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-vdo.yml:27 Thursday 06 June 2024 13:30:25 +0000 (0:00:00.057) 0:01:24.011 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-vdo.yml:34 Thursday 06 June 2024 13:30:25 +0000 (0:00:00.021) 0:01:24.032 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-vdo.yml:40 Thursday 06 June 2024 13:30:25 +0000 (0:00:00.021) 0:01:24.054 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-vdo.yml:46 Thursday 06 June 2024 13:30:25 +0000 (0:00:00.023) 0:01:24.078 ********* ok: [sut] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Get information about VDO deduplication] ********************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-vdo.yml:8 Thursday 06 June 2024 13:30:25 +0000 (0:00:00.022) 0:01:24.100 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-vdo.yml:15 Thursday 06 June 2024 13:30:25 +0000 (0:00:00.021) 0:01:24.122 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-vdo.yml:21 Thursday 06 June 2024 13:30:25 +0000 (0:00:00.021) 0:01:24.143 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Get information about VDO compression] *********************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-vdo.yml:27 Thursday 06 June 2024 13:30:25 +0000 (0:00:00.021) 0:01:24.165 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-vdo.yml:34 Thursday 06 June 2024 13:30:25 +0000 (0:00:00.021) 0:01:24.186 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-vdo.yml:40 Thursday 06 June 2024 13:30:25 +0000 (0:00:00.020) 0:01:24.206 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-vdo.yml:46 Thursday 06 June 2024 13:30:25 +0000 (0:00:00.021) 0:01:24.228 ********* ok: [sut] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool-members.yml:79 Thursday 06 June 2024 13:30:25 +0000 (0:00:00.022) 0:01:24.250 ********* ok: [sut] => { "ansible_facts": { "__pvs_lvm_len": null, "_storage_test_expected_pv_count": null, "_storage_test_expected_pv_type": null, "_storage_test_pool_pvs": [], "_storage_test_pool_pvs_lvm": [] }, "changed": false } TASK [Verify the volumes] ****************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool-volumes.yml:3 Thursday 06 June 2024 13:30:25 +0000 (0:00:00.022) 0:01:24.272 ********* included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/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': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'lv1', 'raid_level': None, 'size': '2g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': [], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/vg1-lv1', '_raw_device': '/dev/mapper/vg1-lv1', '_mount_id': '/dev/mapper/vg1-lv1', '_kernel_device': '/dev/dm-2', '_raw_kernel_device': '/dev/dm-2'}) included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/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': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test2', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'lv2', 'raid_level': None, 'size': '3g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': [], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/vg1-lv2', '_raw_device': '/dev/mapper/vg1-lv2', '_mount_id': '/dev/mapper/vg1-lv2', '_kernel_device': '/dev/dm-1', '_raw_kernel_device': '/dev/dm-1'}) included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/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': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test3', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'lv3', 'raid_level': None, 'size': '3g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': [], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/vg1-lv3', '_raw_device': '/dev/mapper/vg1-lv3', '_mount_id': '/dev/mapper/vg1-lv3', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}) TASK [Set storage volume test variables] *************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume.yml:2 Thursday 06 June 2024 13:30:25 +0000 (0:00:00.045) 0:01:24.318 ********* ok: [sut] => { "ansible_facts": { "_storage_test_volume_present": true, "_storage_volume_tests": [ "mount", "fstab", "fs", "device", "encryption", "md", "size", "cache" ] }, "changed": false } TASK [Run test verify for {{ storage_test_volume_subset }}] ******************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume.yml:19 Thursday 06 June 2024 13:30:26 +0000 (0:00:00.067) 0:01:24.385 ********* included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-mount.yml for sut => (item=mount) included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-fstab.yml for sut => (item=fstab) included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-fs.yml for sut => (item=fs) included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-device.yml for sut => (item=device) included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml for sut => (item=encryption) included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-md.yml for sut => (item=md) included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml for sut => (item=size) included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-cache.yml for sut => (item=cache) TASK [Get expected mount device based on device type] ************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-mount.yml:7 Thursday 06 June 2024 13:30:26 +0000 (0:00:00.072) 0:01:24.458 ********* ok: [sut] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/vg1-lv1" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-mount.yml:11 Thursday 06 June 2024 13:30:26 +0000 (0:00:00.028) 0:01:24.486 ********* ok: [sut] => { "ansible_facts": { "storage_test_mount_device_matches": [ { "block_available": 495026, "block_size": 4096, "block_total": 506880, "block_used": 11854, "device": "/dev/mapper/vg1-lv1", "fstype": "xfs", "inode_available": 1046525, "inode_total": 1046528, "inode_used": 3, "mount": "/opt/test1", "options": "rw,seclabel,relatime,attr2,inode64,logbufs=8,logbsize=32k,sunit=1024,swidth=16384,noquota", "size_available": 2027626496, "size_total": 2076180480, "uuid": "19e9b63c-7138-44e9-982c-80b544119a71" } ], "storage_test_mount_expected_match_count": "1", "storage_test_mount_point_matches": [ { "block_available": 495026, "block_size": 4096, "block_total": 506880, "block_used": 11854, "device": "/dev/mapper/vg1-lv1", "fstype": "xfs", "inode_available": 1046525, "inode_total": 1046528, "inode_used": 3, "mount": "/opt/test1", "options": "rw,seclabel,relatime,attr2,inode64,logbufs=8,logbsize=32k,sunit=1024,swidth=16384,noquota", "size_available": 2027626496, "size_total": 2076180480, "uuid": "19e9b63c-7138-44e9-982c-80b544119a71" } ], "storage_test_swap_expected_matches": "0" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-mount.yml:21 Thursday 06 June 2024 13:30:26 +0000 (0:00:00.052) 0:01:24.539 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and (storage_test_volume.mount_user or storage_test_volume.mount_group or storage_test_volume.mount_mode)", "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-mount.yml:30 Thursday 06 June 2024 13:30:26 +0000 (0:00:00.021) 0:01:24.561 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the current mount state by mount point] *************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-mount.yml:41 Thursday 06 June 2024 13:30:26 +0000 (0:00:00.033) 0:01:24.595 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-mount.yml:48 Thursday 06 June 2024 13:30:26 +0000 (0:00:00.036) 0:01:24.631 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_user", "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-mount.yml:54 Thursday 06 June 2024 13:30:26 +0000 (0:00:00.021) 0:01:24.652 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_group", "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-mount.yml:60 Thursday 06 June 2024 13:30:26 +0000 (0:00:00.021) 0:01:24.674 ********* 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-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-mount.yml:69 Thursday 06 June 2024 13:30:26 +0000 (0:00:00.020) 0:01:24.695 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get path of test volume device] ****************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-mount.yml:80 Thursday 06 June 2024 13:30:26 +0000 (0:00:00.038) 0:01:24.734 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-mount.yml:86 Thursday 06 June 2024 13:30:26 +0000 (0:00:00.021) 0:01:24.755 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-mount.yml:92 Thursday 06 June 2024 13:30:26 +0000 (0:00:00.059) 0:01:24.815 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-mount.yml:102 Thursday 06 June 2024 13:30:26 +0000 (0:00:00.021) 0:01:24.836 ********* 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-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-fstab.yml:2 Thursday 06 June 2024 13:30:26 +0000 (0:00:00.023) 0:01:24.860 ********* ok: [sut] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": "1", "storage_test_fstab_expected_mount_options_matches": "1", "storage_test_fstab_expected_mount_point_matches": "1", "storage_test_fstab_id_matches": [ "/dev/mapper/vg1-lv1 " ], "storage_test_fstab_mount_options_matches": [ " /opt/test1 xfs defaults " ], "storage_test_fstab_mount_point_matches": [ " /opt/test1 " ] }, "changed": false } TASK [Verify that the device identifier appears in /etc/fstab] ***************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-fstab.yml:17 Thursday 06 June 2024 13:30:26 +0000 (0:00:00.047) 0:01:24.907 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-fstab.yml:24 Thursday 06 June 2024 13:30:26 +0000 (0:00:00.047) 0:01:24.955 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-fstab.yml:33 Thursday 06 June 2024 13:30:26 +0000 (0:00:00.054) 0:01:25.010 ********* skipping: [sut] => { "changed": false, "false_condition": "__storage_verify_mount_options | d(false)", "skip_reason": "Conditional result was False" } TASK [Clean up variables] ****************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-fstab.yml:45 Thursday 06 June 2024 13:30:26 +0000 (0:00:00.041) 0:01:25.051 ********* ok: [sut] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": null, "storage_test_fstab_expected_mount_options_matches": null, "storage_test_fstab_expected_mount_point_matches": null, "storage_test_fstab_id_matches": null, "storage_test_fstab_mount_options_matches": null, "storage_test_fstab_mount_point_matches": null }, "changed": false } TASK [Verify fs type] ********************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-fs.yml:3 Thursday 06 June 2024 13:30:26 +0000 (0:00:00.023) 0:01:25.074 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-fs.yml:9 Thursday 06 June 2024 13:30:26 +0000 (0:00:00.034) 0:01:25.109 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-device.yml:3 Thursday 06 June 2024 13:30:26 +0000 (0:00:00.039) 0:01:25.148 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1717680617.6055386, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1717680617.6055386, "dev": 5, "device_type": 64770, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 968, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/symlink", "mode": "0660", "mtime": 1717680617.6055386, "nlink": 1, "path": "/dev/mapper/vg1-lv1", "pw_name": "root", "readable": true, "rgrp": true, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": null, "wgrp": true, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-device.yml:9 Thursday 06 June 2024 13:30:27 +0000 (0:00:00.215) 0:01:25.364 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-device.yml:16 Thursday 06 June 2024 13:30:27 +0000 (0:00:00.025) 0:01:25.390 ********* skipping: [sut] => { "changed": false, "false_condition": "not (_storage_test_volume_present or storage_test_volume.type == 'disk')", "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-device.yml:23 Thursday 06 June 2024 13:30:27 +0000 (0:00:00.021) 0:01:25.411 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-device.yml:29 Thursday 06 June 2024 13:30:27 +0000 (0:00:00.023) 0:01:25.434 ********* ok: [sut] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-device.yml:33 Thursday 06 June 2024 13:30:27 +0000 (0:00:00.023) 0:01:25.458 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == \"raid\"", "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-device.yml:38 Thursday 06 June 2024 13:30:27 +0000 (0:00:00.059) 0:01:25.518 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:3 Thursday 06 June 2024 13:30:27 +0000 (0:00:00.025) 0:01:25.543 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:10 Thursday 06 June 2024 13:30:27 +0000 (0:00:00.020) 0:01:25.564 ********* changed: [sut] => { "changed": true, "rc": 0, "results": [ "Installed: cryptsetup-2.7.2-1.el9.x86_64" ] } TASK [Collect LUKS info for this volume] *************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:16 Thursday 06 June 2024 13:30:28 +0000 (0:00:01.740) 0:01:27.304 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:22 Thursday 06 June 2024 13:30:28 +0000 (0:00:00.022) 0:01:27.327 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Verify that the raw device is the same as the device if not encrypted] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:29 Thursday 06 June 2024 13:30:28 +0000 (0:00:00.023) 0:01:27.350 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:40 Thursday 06 June 2024 13:30:29 +0000 (0:00:00.040) 0:01:27.390 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:46 Thursday 06 June 2024 13:30:29 +0000 (0:00:00.030) 0:01:27.421 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:51 Thursday 06 June 2024 13:30:29 +0000 (0:00:00.022) 0:01:27.443 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:63 Thursday 06 June 2024 13:30:29 +0000 (0:00:00.025) 0:01:27.469 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:75 Thursday 06 June 2024 13:30:29 +0000 (0:00:00.038) 0:01:27.508 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:87 Thursday 06 June 2024 13:30:29 +0000 (0:00:00.024) 0:01:27.532 ********* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [], "_storage_test_expected_crypttab_entries": "0", "_storage_test_expected_crypttab_key_file": "-" }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:93 Thursday 06 June 2024 13:30:29 +0000 (0:00:00.043) 0:01:27.576 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:100 Thursday 06 June 2024 13:30:29 +0000 (0:00:00.046) 0:01:27.623 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:108 Thursday 06 June 2024 13:30:29 +0000 (0:00:00.034) 0:01:27.657 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:116 Thursday 06 June 2024 13:30:29 +0000 (0:00:00.116) 0:01:27.773 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:124 Thursday 06 June 2024 13:30:29 +0000 (0:00:00.032) 0:01:27.805 ********* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_expected_crypttab_entries": null, "_storage_test_expected_crypttab_key_file": null }, "changed": false } TASK [Get information about RAID] ********************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-md.yml:8 Thursday 06 June 2024 13:30:29 +0000 (0:00:00.028) 0:01:27.834 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-md.yml:14 Thursday 06 June 2024 13:30:29 +0000 (0:00:00.023) 0:01:27.857 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-md.yml:19 Thursday 06 June 2024 13:30:29 +0000 (0:00:00.022) 0:01:27.880 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-md.yml:24 Thursday 06 June 2024 13:30:29 +0000 (0:00:00.025) 0:01:27.905 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-md.yml:29 Thursday 06 June 2024 13:30:29 +0000 (0:00:00.021) 0:01:27.926 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-md.yml:37 Thursday 06 June 2024 13:30:29 +0000 (0:00:00.022) 0:01:27.949 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-md.yml:46 Thursday 06 June 2024 13:30:29 +0000 (0:00:00.024) 0:01:27.973 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-md.yml:54 Thursday 06 June 2024 13:30:29 +0000 (0:00:00.022) 0:01:27.995 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-md.yml:62 Thursday 06 June 2024 13:30:29 +0000 (0:00:00.023) 0:01:28.018 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-md.yml:70 Thursday 06 June 2024 13:30:29 +0000 (0:00:00.023) 0:01:28.042 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:3 Thursday 06 June 2024 13:30:29 +0000 (0:00:00.022) 0:01:28.065 ********* ok: [sut] => { "bytes": 2147483648, "changed": false, "lvm": "2g", "parted": "2GiB", "size": "2 GiB" } TASK [Parse the requested size of the volume] ********************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:11 Thursday 06 June 2024 13:30:30 +0000 (0:00:00.339) 0:01:28.404 ********* ok: [sut] => { "bytes": 2147483648, "changed": false, "lvm": "2g", "parted": "2GiB", "size": "2 GiB" } TASK [Establish base value for expected size] ********************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:20 Thursday 06 June 2024 13:30:30 +0000 (0:00:00.218) 0:01:28.623 ********* ok: [sut] => { "ansible_facts": { "storage_test_expected_size": "2147483648" }, "changed": false } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:28 Thursday 06 June 2024 13:30:30 +0000 (0:00:00.087) 0:01:28.711 ********* ok: [sut] => { "storage_test_expected_size": "2147483648" } TASK [Get the size of parent/pool device] ************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:32 Thursday 06 June 2024 13:30:30 +0000 (0:00:00.027) 0:01:28.738 ********* ok: [sut] => { "bytes": 21431886807, "changed": false, "lvm": "19g", "parted": "19GiB", "size": "19 GiB" } TASK [Show test pool] ********************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:46 Thursday 06 June 2024 13:30:30 +0000 (0:00:00.230) 0:01:28.968 ********* skipping: [sut] => { "false_condition": "'%' in storage_test_volume.size | string" } TASK [Show test blockinfo] ***************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:50 Thursday 06 June 2024 13:30:30 +0000 (0:00:00.034) 0:01:29.003 ********* skipping: [sut] => { "false_condition": "'%' in storage_test_volume.size | string" } TASK [Show test pool size] ***************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:54 Thursday 06 June 2024 13:30:30 +0000 (0:00:00.033) 0:01:29.036 ********* skipping: [sut] => { "false_condition": "'%' in storage_test_volume.size | string" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:58 Thursday 06 June 2024 13:30:30 +0000 (0:00:00.039) 0:01:29.076 ********* skipping: [sut] => { "changed": false, "false_condition": "'%' in storage_test_volume.size | string", "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:67 Thursday 06 June 2024 13:30:30 +0000 (0:00:00.038) 0:01:29.114 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:71 Thursday 06 June 2024 13:30:30 +0000 (0:00:00.021) 0:01:29.136 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:76 Thursday 06 June 2024 13:30:30 +0000 (0:00:00.032) 0:01:29.168 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:82 Thursday 06 June 2024 13:30:30 +0000 (0:00:00.023) 0:01:29.191 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:86 Thursday 06 June 2024 13:30:30 +0000 (0:00:00.025) 0:01:29.217 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:91 Thursday 06 June 2024 13:30:30 +0000 (0:00:00.022) 0:01:29.239 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:96 Thursday 06 June 2024 13:30:30 +0000 (0:00:00.025) 0:01:29.265 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:101 Thursday 06 June 2024 13:30:30 +0000 (0:00:00.032) 0:01:29.297 ********* skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Show volume thin pool size] ********************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:105 Thursday 06 June 2024 13:30:30 +0000 (0:00:00.028) 0:01:29.325 ********* skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:109 Thursday 06 June 2024 13:30:31 +0000 (0:00:00.062) 0:01:29.387 ********* skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Establish base value for expected thin pool size] ************************ task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:113 Thursday 06 June 2024 13:30:31 +0000 (0:00:00.022) 0:01:29.410 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:120 Thursday 06 June 2024 13:30:31 +0000 (0:00:00.024) 0:01:29.434 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:127 Thursday 06 June 2024 13:30:31 +0000 (0:00:00.021) 0:01:29.456 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:131 Thursday 06 June 2024 13:30:31 +0000 (0:00:00.023) 0:01:29.479 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:137 Thursday 06 June 2024 13:30:31 +0000 (0:00:00.025) 0:01:29.505 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:143 Thursday 06 June 2024 13:30:31 +0000 (0:00:00.022) 0:01:29.527 ********* ok: [sut] => { "storage_test_actual_size": { "bytes": 2147483648, "changed": false, "failed": false, "lvm": "2g", "parted": "2GiB", "size": "2 GiB" } } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:147 Thursday 06 June 2024 13:30:31 +0000 (0:00:00.024) 0:01:29.552 ********* ok: [sut] => { "storage_test_expected_size": "2147483648" } TASK [Assert expected size is actual size] ************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:151 Thursday 06 June 2024 13:30:31 +0000 (0:00:00.026) 0:01:29.578 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-cache.yml:5 Thursday 06 June 2024 13:30:31 +0000 (0:00:00.037) 0:01:29.615 ********* ok: [sut] => { "changed": false, "cmd": [ "lvs", "--noheadings", "--nameprefixes", "--units=b", "--nosuffix", "--unquoted", "-o", "name,attr,cache_total_blocks,chunk_size,segtype", "vg1/lv1" ], "delta": "0:00:00.031458", "end": "2024-06-06 13:30:31.457314", "rc": 0, "start": "2024-06-06 13:30:31.425856" } STDOUT: LVM2_LV_NAME=lv1 LVM2_LV_ATTR=-wi-ao---- LVM2_CACHE_TOTAL_BLOCKS= LVM2_CHUNK_SIZE=0 LVM2_SEGTYPE=linear TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-cache.yml:13 Thursday 06 June 2024 13:30:31 +0000 (0:00:00.237) 0:01:29.852 ********* ok: [sut] => { "ansible_facts": { "storage_test_lv_segtype": [ "linear" ] }, "changed": false } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-cache.yml:17 Thursday 06 June 2024 13:30:31 +0000 (0:00:00.036) 0:01:29.889 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set LV cache size] ******************************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-cache.yml:24 Thursday 06 June 2024 13:30:31 +0000 (0:00:00.034) 0:01:29.924 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.cached | bool", "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-cache.yml:31 Thursday 06 June 2024 13:30:31 +0000 (0:00:00.033) 0:01:29.957 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.cached | bool", "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-cache.yml:37 Thursday 06 June 2024 13:30:31 +0000 (0:00:00.079) 0:01:30.037 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.cached | bool", "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-cache.yml:42 Thursday 06 June 2024 13:30:31 +0000 (0:00:00.031) 0:01:30.069 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.cached | bool", "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume.yml:25 Thursday 06 June 2024 13:30:31 +0000 (0:00:00.031) 0:01:30.101 ********* ok: [sut] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Set storage volume test variables] *************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume.yml:2 Thursday 06 June 2024 13:30:31 +0000 (0:00:00.023) 0:01:30.125 ********* ok: [sut] => { "ansible_facts": { "_storage_test_volume_present": true, "_storage_volume_tests": [ "mount", "fstab", "fs", "device", "encryption", "md", "size", "cache" ] }, "changed": false } TASK [Run test verify for {{ storage_test_volume_subset }}] ******************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume.yml:19 Thursday 06 June 2024 13:30:31 +0000 (0:00:00.035) 0:01:30.160 ********* included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-mount.yml for sut => (item=mount) included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-fstab.yml for sut => (item=fstab) included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-fs.yml for sut => (item=fs) included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-device.yml for sut => (item=device) included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml for sut => (item=encryption) included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-md.yml for sut => (item=md) included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml for sut => (item=size) included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-cache.yml for sut => (item=cache) TASK [Get expected mount device based on device type] ************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-mount.yml:7 Thursday 06 June 2024 13:30:31 +0000 (0:00:00.075) 0:01:30.236 ********* ok: [sut] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/vg1-lv2" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-mount.yml:11 Thursday 06 June 2024 13:30:31 +0000 (0:00:00.028) 0:01:30.264 ********* ok: [sut] => { "ansible_facts": { "storage_test_mount_device_matches": [ { "block_available": 755339, "block_size": 4096, "block_total": 769024, "block_used": 13685, "device": "/dev/mapper/vg1-lv2", "fstype": "xfs", "inode_available": 1570813, "inode_total": 1570816, "inode_used": 3, "mount": "/opt/test2", "options": "rw,seclabel,relatime,attr2,inode64,logbufs=8,logbsize=32k,sunit=1024,swidth=16384,noquota", "size_available": 3093868544, "size_total": 3149922304, "uuid": "7b8aad84-7cb4-493f-a340-907aa7f07e63" } ], "storage_test_mount_expected_match_count": "1", "storage_test_mount_point_matches": [ { "block_available": 755339, "block_size": 4096, "block_total": 769024, "block_used": 13685, "device": "/dev/mapper/vg1-lv2", "fstype": "xfs", "inode_available": 1570813, "inode_total": 1570816, "inode_used": 3, "mount": "/opt/test2", "options": "rw,seclabel,relatime,attr2,inode64,logbufs=8,logbsize=32k,sunit=1024,swidth=16384,noquota", "size_available": 3093868544, "size_total": 3149922304, "uuid": "7b8aad84-7cb4-493f-a340-907aa7f07e63" } ], "storage_test_swap_expected_matches": "0" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-mount.yml:21 Thursday 06 June 2024 13:30:31 +0000 (0:00:00.043) 0:01:30.307 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and (storage_test_volume.mount_user or storage_test_volume.mount_group or storage_test_volume.mount_mode)", "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-mount.yml:30 Thursday 06 June 2024 13:30:31 +0000 (0:00:00.023) 0:01:30.331 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the current mount state by mount point] *************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-mount.yml:41 Thursday 06 June 2024 13:30:32 +0000 (0:00:00.036) 0:01:30.367 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-mount.yml:48 Thursday 06 June 2024 13:30:32 +0000 (0:00:00.034) 0:01:30.401 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_user", "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-mount.yml:54 Thursday 06 June 2024 13:30:32 +0000 (0:00:00.022) 0:01:30.423 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_group", "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-mount.yml:60 Thursday 06 June 2024 13:30:32 +0000 (0:00:00.022) 0:01:30.446 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_mode", "skip_reason": "Conditional result was False" } TASK [Verify the mount fs type] ************************************************ task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-mount.yml:69 Thursday 06 June 2024 13:30:32 +0000 (0:00:00.060) 0:01:30.507 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get path of test volume device] ****************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-mount.yml:80 Thursday 06 June 2024 13:30:32 +0000 (0:00:00.038) 0:01:30.546 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-mount.yml:86 Thursday 06 June 2024 13:30:32 +0000 (0:00:00.022) 0:01:30.568 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-mount.yml:92 Thursday 06 June 2024 13:30:32 +0000 (0:00:00.021) 0:01:30.590 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-mount.yml:102 Thursday 06 June 2024 13:30:32 +0000 (0:00:00.021) 0:01:30.612 ********* 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-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-fstab.yml:2 Thursday 06 June 2024 13:30:32 +0000 (0:00:00.022) 0:01:30.634 ********* ok: [sut] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": "1", "storage_test_fstab_expected_mount_options_matches": "1", "storage_test_fstab_expected_mount_point_matches": "1", "storage_test_fstab_id_matches": [ "/dev/mapper/vg1-lv2 " ], "storage_test_fstab_mount_options_matches": [ " /opt/test2 xfs defaults " ], "storage_test_fstab_mount_point_matches": [ " /opt/test2 " ] }, "changed": false } TASK [Verify that the device identifier appears in /etc/fstab] ***************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-fstab.yml:17 Thursday 06 June 2024 13:30:32 +0000 (0:00:00.049) 0:01:30.683 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-fstab.yml:24 Thursday 06 June 2024 13:30:32 +0000 (0:00:00.034) 0:01:30.718 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-fstab.yml:33 Thursday 06 June 2024 13:30:32 +0000 (0:00:00.034) 0:01:30.752 ********* skipping: [sut] => { "changed": false, "false_condition": "__storage_verify_mount_options | d(false)", "skip_reason": "Conditional result was False" } TASK [Clean up variables] ****************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-fstab.yml:45 Thursday 06 June 2024 13:30:32 +0000 (0:00:00.030) 0:01:30.782 ********* ok: [sut] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": null, "storage_test_fstab_expected_mount_options_matches": null, "storage_test_fstab_expected_mount_point_matches": null, "storage_test_fstab_id_matches": null, "storage_test_fstab_mount_options_matches": null, "storage_test_fstab_mount_point_matches": null }, "changed": false } TASK [Verify fs type] ********************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-fs.yml:3 Thursday 06 June 2024 13:30:32 +0000 (0:00:00.022) 0:01:30.805 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-fs.yml:9 Thursday 06 June 2024 13:30:32 +0000 (0:00:00.034) 0:01:30.840 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-device.yml:3 Thursday 06 June 2024 13:30:32 +0000 (0:00:00.033) 0:01:30.873 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1717680616.521552, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1717680616.521552, "dev": 5, "device_type": 64769, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 933, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/symlink", "mode": "0660", "mtime": 1717680616.521552, "nlink": 1, "path": "/dev/mapper/vg1-lv2", "pw_name": "root", "readable": true, "rgrp": true, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": null, "wgrp": true, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-device.yml:9 Thursday 06 June 2024 13:30:32 +0000 (0:00:00.212) 0:01:31.085 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-device.yml:16 Thursday 06 June 2024 13:30:32 +0000 (0:00:00.024) 0:01:31.110 ********* skipping: [sut] => { "changed": false, "false_condition": "not (_storage_test_volume_present or storage_test_volume.type == 'disk')", "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-device.yml:23 Thursday 06 June 2024 13:30:32 +0000 (0:00:00.063) 0:01:31.173 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-device.yml:29 Thursday 06 June 2024 13:30:32 +0000 (0:00:00.026) 0:01:31.200 ********* ok: [sut] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-device.yml:33 Thursday 06 June 2024 13:30:32 +0000 (0:00:00.023) 0:01:31.224 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == \"raid\"", "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-device.yml:38 Thursday 06 June 2024 13:30:32 +0000 (0:00:00.022) 0:01:31.246 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:3 Thursday 06 June 2024 13:30:32 +0000 (0:00:00.026) 0:01:31.272 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:10 Thursday 06 June 2024 13:30:32 +0000 (0:00:00.020) 0:01:31.293 ********* ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Collect LUKS info for this volume] *************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:16 Thursday 06 June 2024 13:30:33 +0000 (0:00:00.905) 0:01:32.198 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:22 Thursday 06 June 2024 13:30:33 +0000 (0:00:00.021) 0:01:32.220 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Verify that the raw device is the same as the device if not encrypted] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:29 Thursday 06 June 2024 13:30:33 +0000 (0:00:00.021) 0:01:32.242 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:40 Thursday 06 June 2024 13:30:33 +0000 (0:00:00.034) 0:01:32.276 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:46 Thursday 06 June 2024 13:30:33 +0000 (0:00:00.023) 0:01:32.300 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:51 Thursday 06 June 2024 13:30:33 +0000 (0:00:00.024) 0:01:32.324 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:63 Thursday 06 June 2024 13:30:33 +0000 (0:00:00.021) 0:01:32.345 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:75 Thursday 06 June 2024 13:30:34 +0000 (0:00:00.021) 0:01:32.366 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:87 Thursday 06 June 2024 13:30:34 +0000 (0:00:00.020) 0:01:32.387 ********* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [], "_storage_test_expected_crypttab_entries": "0", "_storage_test_expected_crypttab_key_file": "-" }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:93 Thursday 06 June 2024 13:30:34 +0000 (0:00:00.075) 0:01:32.463 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:100 Thursday 06 June 2024 13:30:34 +0000 (0:00:00.034) 0:01:32.498 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:108 Thursday 06 June 2024 13:30:34 +0000 (0:00:00.029) 0:01:32.527 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:116 Thursday 06 June 2024 13:30:34 +0000 (0:00:00.030) 0:01:32.558 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:124 Thursday 06 June 2024 13:30:34 +0000 (0:00:00.030) 0:01:32.588 ********* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_expected_crypttab_entries": null, "_storage_test_expected_crypttab_key_file": null }, "changed": false } TASK [Get information about RAID] ********************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-md.yml:8 Thursday 06 June 2024 13:30:34 +0000 (0:00:00.023) 0:01:32.611 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-md.yml:14 Thursday 06 June 2024 13:30:34 +0000 (0:00:00.020) 0:01:32.631 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-md.yml:19 Thursday 06 June 2024 13:30:34 +0000 (0:00:00.021) 0:01:32.653 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-md.yml:24 Thursday 06 June 2024 13:30:34 +0000 (0:00:00.021) 0:01:32.674 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-md.yml:29 Thursday 06 June 2024 13:30:34 +0000 (0:00:00.020) 0:01:32.695 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-md.yml:37 Thursday 06 June 2024 13:30:34 +0000 (0:00:00.020) 0:01:32.715 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-md.yml:46 Thursday 06 June 2024 13:30:34 +0000 (0:00:00.021) 0:01:32.737 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-md.yml:54 Thursday 06 June 2024 13:30:34 +0000 (0:00:00.021) 0:01:32.758 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-md.yml:62 Thursday 06 June 2024 13:30:34 +0000 (0:00:00.020) 0:01:32.778 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-md.yml:70 Thursday 06 June 2024 13:30:34 +0000 (0:00:00.019) 0:01:32.798 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:3 Thursday 06 June 2024 13:30:34 +0000 (0:00:00.070) 0:01:32.869 ********* ok: [sut] => { "bytes": 3221225472, "changed": false, "lvm": "3g", "parted": "3GiB", "size": "3 GiB" } TASK [Parse the requested size of the volume] ********************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:11 Thursday 06 June 2024 13:30:34 +0000 (0:00:00.216) 0:01:33.085 ********* ok: [sut] => { "bytes": 3221225472, "changed": false, "lvm": "3g", "parted": "3GiB", "size": "3 GiB" } TASK [Establish base value for expected size] ********************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:20 Thursday 06 June 2024 13:30:34 +0000 (0:00:00.216) 0:01:33.302 ********* ok: [sut] => { "ansible_facts": { "storage_test_expected_size": "3221225472" }, "changed": false } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:28 Thursday 06 June 2024 13:30:34 +0000 (0:00:00.034) 0:01:33.336 ********* ok: [sut] => { "storage_test_expected_size": "3221225472" } TASK [Get the size of parent/pool device] ************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:32 Thursday 06 June 2024 13:30:34 +0000 (0:00:00.023) 0:01:33.360 ********* ok: [sut] => { "bytes": 21431886807, "changed": false, "lvm": "19g", "parted": "19GiB", "size": "19 GiB" } TASK [Show test pool] ********************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:46 Thursday 06 June 2024 13:30:35 +0000 (0:00:00.215) 0:01:33.576 ********* skipping: [sut] => { "false_condition": "'%' in storage_test_volume.size | string" } TASK [Show test blockinfo] ***************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:50 Thursday 06 June 2024 13:30:35 +0000 (0:00:00.031) 0:01:33.607 ********* skipping: [sut] => { "false_condition": "'%' in storage_test_volume.size | string" } TASK [Show test pool size] ***************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:54 Thursday 06 June 2024 13:30:35 +0000 (0:00:00.033) 0:01:33.640 ********* skipping: [sut] => { "false_condition": "'%' in storage_test_volume.size | string" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:58 Thursday 06 June 2024 13:30:35 +0000 (0:00:00.031) 0:01:33.672 ********* skipping: [sut] => { "changed": false, "false_condition": "'%' in storage_test_volume.size | string", "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:67 Thursday 06 June 2024 13:30:35 +0000 (0:00:00.032) 0:01:33.704 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:71 Thursday 06 June 2024 13:30:35 +0000 (0:00:00.020) 0:01:33.724 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:76 Thursday 06 June 2024 13:30:35 +0000 (0:00:00.020) 0:01:33.745 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:82 Thursday 06 June 2024 13:30:35 +0000 (0:00:00.020) 0:01:33.766 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:86 Thursday 06 June 2024 13:30:35 +0000 (0:00:00.020) 0:01:33.786 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:91 Thursday 06 June 2024 13:30:35 +0000 (0:00:00.019) 0:01:33.806 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:96 Thursday 06 June 2024 13:30:35 +0000 (0:00:00.057) 0:01:33.863 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:101 Thursday 06 June 2024 13:30:35 +0000 (0:00:00.021) 0:01:33.885 ********* skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Show volume thin pool size] ********************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:105 Thursday 06 June 2024 13:30:35 +0000 (0:00:00.020) 0:01:33.906 ********* skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:109 Thursday 06 June 2024 13:30:35 +0000 (0:00:00.020) 0:01:33.927 ********* skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Establish base value for expected thin pool size] ************************ task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:113 Thursday 06 June 2024 13:30:35 +0000 (0:00:00.021) 0:01:33.948 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:120 Thursday 06 June 2024 13:30:35 +0000 (0:00:00.021) 0:01:33.970 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:127 Thursday 06 June 2024 13:30:35 +0000 (0:00:00.021) 0:01:33.991 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:131 Thursday 06 June 2024 13:30:35 +0000 (0:00:00.020) 0:01:34.012 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:137 Thursday 06 June 2024 13:30:35 +0000 (0:00:00.020) 0:01:34.032 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:143 Thursday 06 June 2024 13:30:35 +0000 (0:00:00.020) 0:01:34.052 ********* ok: [sut] => { "storage_test_actual_size": { "bytes": 3221225472, "changed": false, "failed": false, "lvm": "3g", "parted": "3GiB", "size": "3 GiB" } } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:147 Thursday 06 June 2024 13:30:35 +0000 (0:00:00.023) 0:01:34.076 ********* ok: [sut] => { "storage_test_expected_size": "3221225472" } TASK [Assert expected size is actual size] ************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:151 Thursday 06 June 2024 13:30:35 +0000 (0:00:00.022) 0:01:34.099 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-cache.yml:5 Thursday 06 June 2024 13:30:35 +0000 (0:00:00.036) 0:01:34.135 ********* ok: [sut] => { "changed": false, "cmd": [ "lvs", "--noheadings", "--nameprefixes", "--units=b", "--nosuffix", "--unquoted", "-o", "name,attr,cache_total_blocks,chunk_size,segtype", "vg1/lv2" ], "delta": "0:00:00.034855", "end": "2024-06-06 13:30:35.979545", "rc": 0, "start": "2024-06-06 13:30:35.944690" } STDOUT: LVM2_LV_NAME=lv2 LVM2_LV_ATTR=-wi-ao---- LVM2_CACHE_TOTAL_BLOCKS= LVM2_CHUNK_SIZE=0 LVM2_SEGTYPE=linear TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-cache.yml:13 Thursday 06 June 2024 13:30:36 +0000 (0:00:00.239) 0:01:34.375 ********* ok: [sut] => { "ansible_facts": { "storage_test_lv_segtype": [ "linear" ] }, "changed": false } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-cache.yml:17 Thursday 06 June 2024 13:30:36 +0000 (0:00:00.071) 0:01:34.447 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set LV cache size] ******************************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-cache.yml:24 Thursday 06 June 2024 13:30:36 +0000 (0:00:00.034) 0:01:34.481 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.cached | bool", "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-cache.yml:31 Thursday 06 June 2024 13:30:36 +0000 (0:00:00.031) 0:01:34.512 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.cached | bool", "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-cache.yml:37 Thursday 06 June 2024 13:30:36 +0000 (0:00:00.031) 0:01:34.544 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.cached | bool", "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-cache.yml:42 Thursday 06 June 2024 13:30:36 +0000 (0:00:00.029) 0:01:34.574 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.cached | bool", "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume.yml:25 Thursday 06 June 2024 13:30:36 +0000 (0:00:00.032) 0:01:34.606 ********* ok: [sut] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Set storage volume test variables] *************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume.yml:2 Thursday 06 June 2024 13:30:36 +0000 (0:00:00.022) 0:01:34.629 ********* ok: [sut] => { "ansible_facts": { "_storage_test_volume_present": true, "_storage_volume_tests": [ "mount", "fstab", "fs", "device", "encryption", "md", "size", "cache" ] }, "changed": false } TASK [Run test verify for {{ storage_test_volume_subset }}] ******************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume.yml:19 Thursday 06 June 2024 13:30:36 +0000 (0:00:00.034) 0:01:34.663 ********* included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-mount.yml for sut => (item=mount) included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-fstab.yml for sut => (item=fstab) included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-fs.yml for sut => (item=fs) included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-device.yml for sut => (item=device) included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml for sut => (item=encryption) included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-md.yml for sut => (item=md) included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml for sut => (item=size) included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-cache.yml for sut => (item=cache) TASK [Get expected mount device based on device type] ************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-mount.yml:7 Thursday 06 June 2024 13:30:36 +0000 (0:00:00.071) 0:01:34.735 ********* ok: [sut] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/vg1-lv3" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-mount.yml:11 Thursday 06 June 2024 13:30:36 +0000 (0:00:00.029) 0:01:34.764 ********* ok: [sut] => { "ansible_facts": { "storage_test_mount_device_matches": [ { "block_available": 755339, "block_size": 4096, "block_total": 769024, "block_used": 13685, "device": "/dev/mapper/vg1-lv3", "fstype": "xfs", "inode_available": 1570813, "inode_total": 1570816, "inode_used": 3, "mount": "/opt/test3", "options": "rw,seclabel,relatime,attr2,inode64,logbufs=8,logbsize=32k,sunit=1024,swidth=16384,noquota", "size_available": 3093868544, "size_total": 3149922304, "uuid": "0aca4e34-deef-40ed-8268-f0917580492d" } ], "storage_test_mount_expected_match_count": "1", "storage_test_mount_point_matches": [ { "block_available": 755339, "block_size": 4096, "block_total": 769024, "block_used": 13685, "device": "/dev/mapper/vg1-lv3", "fstype": "xfs", "inode_available": 1570813, "inode_total": 1570816, "inode_used": 3, "mount": "/opt/test3", "options": "rw,seclabel,relatime,attr2,inode64,logbufs=8,logbsize=32k,sunit=1024,swidth=16384,noquota", "size_available": 3093868544, "size_total": 3149922304, "uuid": "0aca4e34-deef-40ed-8268-f0917580492d" } ], "storage_test_swap_expected_matches": "0" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-mount.yml:21 Thursday 06 June 2024 13:30:36 +0000 (0:00:00.039) 0:01:34.803 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and (storage_test_volume.mount_user or storage_test_volume.mount_group or storage_test_volume.mount_mode)", "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-mount.yml:30 Thursday 06 June 2024 13:30:36 +0000 (0:00:00.021) 0:01:34.825 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the current mount state by mount point] *************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-mount.yml:41 Thursday 06 June 2024 13:30:36 +0000 (0:00:00.038) 0:01:34.863 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-mount.yml:48 Thursday 06 June 2024 13:30:36 +0000 (0:00:00.079) 0:01:34.943 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_user", "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-mount.yml:54 Thursday 06 June 2024 13:30:36 +0000 (0:00:00.021) 0:01:34.965 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_group", "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-mount.yml:60 Thursday 06 June 2024 13:30:36 +0000 (0:00:00.026) 0:01:34.991 ********* 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-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-mount.yml:69 Thursday 06 June 2024 13:30:36 +0000 (0:00:00.022) 0:01:35.014 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get path of test volume device] ****************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-mount.yml:80 Thursday 06 June 2024 13:30:36 +0000 (0:00:00.034) 0:01:35.048 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-mount.yml:86 Thursday 06 June 2024 13:30:36 +0000 (0:00:00.020) 0:01:35.069 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-mount.yml:92 Thursday 06 June 2024 13:30:36 +0000 (0:00:00.020) 0:01:35.090 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-mount.yml:102 Thursday 06 June 2024 13:30:36 +0000 (0:00:00.021) 0:01:35.111 ********* 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-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-fstab.yml:2 Thursday 06 June 2024 13:30:36 +0000 (0:00:00.021) 0:01:35.133 ********* ok: [sut] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": "1", "storage_test_fstab_expected_mount_options_matches": "1", "storage_test_fstab_expected_mount_point_matches": "1", "storage_test_fstab_id_matches": [ "/dev/mapper/vg1-lv3 " ], "storage_test_fstab_mount_options_matches": [ " /opt/test3 xfs defaults " ], "storage_test_fstab_mount_point_matches": [ " /opt/test3 " ] }, "changed": false } TASK [Verify that the device identifier appears in /etc/fstab] ***************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-fstab.yml:17 Thursday 06 June 2024 13:30:36 +0000 (0:00:00.060) 0:01:35.194 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-fstab.yml:24 Thursday 06 June 2024 13:30:36 +0000 (0:00:00.034) 0:01:35.228 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-fstab.yml:33 Thursday 06 June 2024 13:30:36 +0000 (0:00:00.034) 0:01:35.263 ********* skipping: [sut] => { "changed": false, "false_condition": "__storage_verify_mount_options | d(false)", "skip_reason": "Conditional result was False" } TASK [Clean up variables] ****************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-fstab.yml:45 Thursday 06 June 2024 13:30:36 +0000 (0:00:00.031) 0:01:35.294 ********* ok: [sut] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": null, "storage_test_fstab_expected_mount_options_matches": null, "storage_test_fstab_expected_mount_point_matches": null, "storage_test_fstab_id_matches": null, "storage_test_fstab_mount_options_matches": null, "storage_test_fstab_mount_point_matches": null }, "changed": false } TASK [Verify fs type] ********************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-fs.yml:3 Thursday 06 June 2024 13:30:36 +0000 (0:00:00.022) 0:01:35.317 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-fs.yml:9 Thursday 06 June 2024 13:30:36 +0000 (0:00:00.035) 0:01:35.353 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-device.yml:3 Thursday 06 June 2024 13:30:37 +0000 (0:00:00.088) 0:01:35.441 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1717680615.4925647, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1717680615.4925647, "dev": 5, "device_type": 64768, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 897, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/symlink", "mode": "0660", "mtime": 1717680615.4925647, "nlink": 1, "path": "/dev/mapper/vg1-lv3", "pw_name": "root", "readable": true, "rgrp": true, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": null, "wgrp": true, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-device.yml:9 Thursday 06 June 2024 13:30:37 +0000 (0:00:00.212) 0:01:35.654 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-device.yml:16 Thursday 06 June 2024 13:30:37 +0000 (0:00:00.028) 0:01:35.683 ********* skipping: [sut] => { "changed": false, "false_condition": "not (_storage_test_volume_present or storage_test_volume.type == 'disk')", "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-device.yml:23 Thursday 06 June 2024 13:30:37 +0000 (0:00:00.028) 0:01:35.711 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-device.yml:29 Thursday 06 June 2024 13:30:37 +0000 (0:00:00.027) 0:01:35.739 ********* ok: [sut] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-device.yml:33 Thursday 06 June 2024 13:30:37 +0000 (0:00:00.023) 0:01:35.762 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == \"raid\"", "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-device.yml:38 Thursday 06 June 2024 13:30:37 +0000 (0:00:00.022) 0:01:35.785 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:3 Thursday 06 June 2024 13:30:37 +0000 (0:00:00.025) 0:01:35.810 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:10 Thursday 06 June 2024 13:30:37 +0000 (0:00:00.021) 0:01:35.831 ********* ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Collect LUKS info for this volume] *************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:16 Thursday 06 June 2024 13:30:38 +0000 (0:00:00.886) 0:01:36.718 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:22 Thursday 06 June 2024 13:30:38 +0000 (0:00:00.022) 0:01:36.740 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Verify that the raw device is the same as the device if not encrypted] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:29 Thursday 06 June 2024 13:30:38 +0000 (0:00:00.024) 0:01:36.764 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:40 Thursday 06 June 2024 13:30:38 +0000 (0:00:00.035) 0:01:36.800 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:46 Thursday 06 June 2024 13:30:38 +0000 (0:00:00.022) 0:01:36.822 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:51 Thursday 06 June 2024 13:30:38 +0000 (0:00:00.033) 0:01:36.855 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:63 Thursday 06 June 2024 13:30:38 +0000 (0:00:00.082) 0:01:36.937 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:75 Thursday 06 June 2024 13:30:38 +0000 (0:00:00.025) 0:01:36.963 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:87 Thursday 06 June 2024 13:30:38 +0000 (0:00:00.027) 0:01:36.990 ********* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [], "_storage_test_expected_crypttab_entries": "0", "_storage_test_expected_crypttab_key_file": "-" }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:93 Thursday 06 June 2024 13:30:38 +0000 (0:00:00.036) 0:01:37.027 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:100 Thursday 06 June 2024 13:30:38 +0000 (0:00:00.034) 0:01:37.062 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:108 Thursday 06 June 2024 13:30:38 +0000 (0:00:00.053) 0:01:37.116 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:116 Thursday 06 June 2024 13:30:38 +0000 (0:00:00.058) 0:01:37.174 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:124 Thursday 06 June 2024 13:30:38 +0000 (0:00:00.045) 0:01:37.219 ********* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_expected_crypttab_entries": null, "_storage_test_expected_crypttab_key_file": null }, "changed": false } TASK [Get information about RAID] ********************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-md.yml:8 Thursday 06 June 2024 13:30:38 +0000 (0:00:00.024) 0:01:37.244 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-md.yml:14 Thursday 06 June 2024 13:30:38 +0000 (0:00:00.035) 0:01:37.279 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-md.yml:19 Thursday 06 June 2024 13:30:38 +0000 (0:00:00.025) 0:01:37.305 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-md.yml:24 Thursday 06 June 2024 13:30:38 +0000 (0:00:00.026) 0:01:37.331 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-md.yml:29 Thursday 06 June 2024 13:30:39 +0000 (0:00:00.032) 0:01:37.364 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-md.yml:37 Thursday 06 June 2024 13:30:39 +0000 (0:00:00.030) 0:01:37.394 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-md.yml:46 Thursday 06 June 2024 13:30:39 +0000 (0:00:00.028) 0:01:37.422 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-md.yml:54 Thursday 06 June 2024 13:30:39 +0000 (0:00:00.067) 0:01:37.489 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-md.yml:62 Thursday 06 June 2024 13:30:39 +0000 (0:00:00.024) 0:01:37.514 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-md.yml:70 Thursday 06 June 2024 13:30:39 +0000 (0:00:00.025) 0:01:37.539 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:3 Thursday 06 June 2024 13:30:39 +0000 (0:00:00.022) 0:01:37.561 ********* ok: [sut] => { "bytes": 3221225472, "changed": false, "lvm": "3g", "parted": "3GiB", "size": "3 GiB" } TASK [Parse the requested size of the volume] ********************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:11 Thursday 06 June 2024 13:30:39 +0000 (0:00:00.218) 0:01:37.780 ********* ok: [sut] => { "bytes": 3221225472, "changed": false, "lvm": "3g", "parted": "3GiB", "size": "3 GiB" } TASK [Establish base value for expected size] ********************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:20 Thursday 06 June 2024 13:30:39 +0000 (0:00:00.216) 0:01:37.996 ********* ok: [sut] => { "ansible_facts": { "storage_test_expected_size": "3221225472" }, "changed": false } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:28 Thursday 06 June 2024 13:30:39 +0000 (0:00:00.047) 0:01:38.044 ********* ok: [sut] => { "storage_test_expected_size": "3221225472" } TASK [Get the size of parent/pool device] ************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:32 Thursday 06 June 2024 13:30:39 +0000 (0:00:00.029) 0:01:38.073 ********* ok: [sut] => { "bytes": 21431886807, "changed": false, "lvm": "19g", "parted": "19GiB", "size": "19 GiB" } TASK [Show test pool] ********************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:46 Thursday 06 June 2024 13:30:39 +0000 (0:00:00.227) 0:01:38.301 ********* skipping: [sut] => { "false_condition": "'%' in storage_test_volume.size | string" } TASK [Show test blockinfo] ***************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:50 Thursday 06 June 2024 13:30:39 +0000 (0:00:00.040) 0:01:38.341 ********* skipping: [sut] => { "false_condition": "'%' in storage_test_volume.size | string" } TASK [Show test pool size] ***************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:54 Thursday 06 June 2024 13:30:40 +0000 (0:00:00.032) 0:01:38.374 ********* skipping: [sut] => { "false_condition": "'%' in storage_test_volume.size | string" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:58 Thursday 06 June 2024 13:30:40 +0000 (0:00:00.035) 0:01:38.409 ********* skipping: [sut] => { "changed": false, "false_condition": "'%' in storage_test_volume.size | string", "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:67 Thursday 06 June 2024 13:30:40 +0000 (0:00:00.032) 0:01:38.442 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:71 Thursday 06 June 2024 13:30:40 +0000 (0:00:00.022) 0:01:38.464 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:76 Thursday 06 June 2024 13:30:40 +0000 (0:00:00.020) 0:01:38.484 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:82 Thursday 06 June 2024 13:30:40 +0000 (0:00:00.063) 0:01:38.548 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:86 Thursday 06 June 2024 13:30:40 +0000 (0:00:00.023) 0:01:38.571 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:91 Thursday 06 June 2024 13:30:40 +0000 (0:00:00.021) 0:01:38.593 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:96 Thursday 06 June 2024 13:30:40 +0000 (0:00:00.023) 0:01:38.616 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:101 Thursday 06 June 2024 13:30:40 +0000 (0:00:00.021) 0:01:38.638 ********* skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Show volume thin pool size] ********************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:105 Thursday 06 June 2024 13:30:40 +0000 (0:00:00.022) 0:01:38.660 ********* skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:109 Thursday 06 June 2024 13:30:40 +0000 (0:00:00.021) 0:01:38.681 ********* skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Establish base value for expected thin pool size] ************************ task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:113 Thursday 06 June 2024 13:30:40 +0000 (0:00:00.020) 0:01:38.702 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:120 Thursday 06 June 2024 13:30:40 +0000 (0:00:00.021) 0:01:38.723 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:127 Thursday 06 June 2024 13:30:40 +0000 (0:00:00.022) 0:01:38.746 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:131 Thursday 06 June 2024 13:30:40 +0000 (0:00:00.021) 0:01:38.768 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:137 Thursday 06 June 2024 13:30:40 +0000 (0:00:00.020) 0:01:38.788 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:143 Thursday 06 June 2024 13:30:40 +0000 (0:00:00.023) 0:01:38.812 ********* ok: [sut] => { "storage_test_actual_size": { "bytes": 3221225472, "changed": false, "failed": false, "lvm": "3g", "parted": "3GiB", "size": "3 GiB" } } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:147 Thursday 06 June 2024 13:30:40 +0000 (0:00:00.025) 0:01:38.837 ********* ok: [sut] => { "storage_test_expected_size": "3221225472" } TASK [Assert expected size is actual size] ************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:151 Thursday 06 June 2024 13:30:40 +0000 (0:00:00.069) 0:01:38.907 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-cache.yml:5 Thursday 06 June 2024 13:30:40 +0000 (0:00:00.036) 0:01:38.943 ********* ok: [sut] => { "changed": false, "cmd": [ "lvs", "--noheadings", "--nameprefixes", "--units=b", "--nosuffix", "--unquoted", "-o", "name,attr,cache_total_blocks,chunk_size,segtype", "vg1/lv3" ], "delta": "0:00:00.030954", "end": "2024-06-06 13:30:40.785158", "rc": 0, "start": "2024-06-06 13:30:40.754204" } STDOUT: LVM2_LV_NAME=lv3 LVM2_LV_ATTR=-wi-ao---- LVM2_CACHE_TOTAL_BLOCKS= LVM2_CHUNK_SIZE=0 LVM2_SEGTYPE=linear TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-cache.yml:13 Thursday 06 June 2024 13:30:40 +0000 (0:00:00.236) 0:01:39.180 ********* ok: [sut] => { "ansible_facts": { "storage_test_lv_segtype": [ "linear" ] }, "changed": false } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-cache.yml:17 Thursday 06 June 2024 13:30:40 +0000 (0:00:00.033) 0:01:39.214 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set LV cache size] ******************************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-cache.yml:24 Thursday 06 June 2024 13:30:40 +0000 (0:00:00.035) 0:01:39.249 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.cached | bool", "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-cache.yml:31 Thursday 06 June 2024 13:30:40 +0000 (0:00:00.036) 0:01:39.286 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.cached | bool", "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-cache.yml:37 Thursday 06 June 2024 13:30:40 +0000 (0:00:00.034) 0:01:39.320 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.cached | bool", "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-cache.yml:42 Thursday 06 June 2024 13:30:40 +0000 (0:00:00.033) 0:01:39.354 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.cached | bool", "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume.yml:25 Thursday 06 June 2024 13:30:41 +0000 (0:00:00.032) 0:01:39.386 ********* ok: [sut] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-role-results.yml:44 Thursday 06 June 2024 13:30:41 +0000 (0:00:00.024) 0:01:39.411 ********* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Clean up variable namespace] ********************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-role-results.yml:54 Thursday 06 June 2024 13:30:41 +0000 (0:00:00.033) 0:01:39.445 ********* ok: [sut] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } TASK [Repeat the previous invocation to verify idempotence] ******************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/tests_create_raid_pool_then_remove.yml:76 Thursday 06 June 2024 13:30:41 +0000 (0:00:00.023) 0:01:39.469 ********* TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Thursday 06 June 2024 13:30:41 +0000 (0:00:00.050) 0:01:39.519 ********* included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Thursday 06 June 2024 13:30:41 +0000 (0:00:00.093) 0:01:39.613 ********* skipping: [sut] => { "changed": false, "false_condition": "__storage_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Thursday 06 June 2024 13:30:41 +0000 (0:00:00.038) 0:01:39.652 ********* skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_9.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs" ] }, "ansible_included_var_files": [ "/WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } ok: [sut] => (item=CentOS_9.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs" ] }, "ansible_included_var_files": [ "/WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Thursday 06 June 2024 13:30:41 +0000 (0:00:00.062) 0:01:39.714 ********* skipping: [sut] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Thursday 06 June 2024 13:30:41 +0000 (0:00:00.027) 0:01:39.741 ********* skipping: [sut] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Thursday 06 June 2024 13:30:41 +0000 (0:00:00.027) 0:01:39.769 ********* ok: [sut] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Thursday 06 June 2024 13:30:41 +0000 (0:00:00.033) 0:01:39.803 ********* ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Thursday 06 June 2024 13:30:41 +0000 (0:00:00.027) 0:01:39.830 ********* redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for sut TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Thursday 06 June 2024 13:30:41 +0000 (0:00:00.050) 0:01:39.881 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"blivet_available\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Thursday 06 June 2024 13:30:41 +0000 (0:00:00.027) 0:01:39.909 ********* ok: [sut] => { "storage_pools": [ { "disks": [ "sda", "sdb" ], "name": "vg1", "raid_level": "raid0", "state": "present", "type": "lvm", "volumes": [ { "mount_point": "/opt/test1", "name": "lv1", "size": "2g" }, { "mount_point": "/opt/test2", "name": "lv2", "size": "3g" }, { "mount_point": "/opt/test3", "name": "lv3", "size": "3g" } ] } ] } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Thursday 06 June 2024 13:30:41 +0000 (0:00:00.029) 0:01:39.938 ********* ok: [sut] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined. 'storage_volumes' is undefined" } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Thursday 06 June 2024 13:30:41 +0000 (0:00:00.025) 0:01:39.963 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Thursday 06 June 2024 13:30:41 +0000 (0:00:00.026) 0:01:39.990 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Thursday 06 June 2024 13:30:41 +0000 (0:00:00.026) 0:01:40.016 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Thursday 06 June 2024 13:30:41 +0000 (0:00:00.025) 0:01:40.042 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"service_facts\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Thursday 06 June 2024 13:30:41 +0000 (0:00:00.070) 0:01:40.112 ********* ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Thursday 06 June 2024 13:30:41 +0000 (0:00:00.059) 0:01:40.172 ********* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Thursday 06 June 2024 13:30:41 +0000 (0:00:00.024) 0:01:40.197 ********* ok: [sut] => { "actions": [], "changed": false, "crypts": [], "leaves": [ "/dev/mapper/vg1-lv1", "/dev/mapper/vg1-lv2", "/dev/mapper/vg1-lv3", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [ { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/vg1-lv1", "state": "mounted" }, { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test2", "src": "/dev/mapper/vg1-lv2", "state": "mounted" }, { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test3", "src": "/dev/mapper/vg1-lv3", "state": "mounted" } ], "packages": [ "mdadm", "xfsprogs", "lvm2" ], "pools": [ { "disks": [ "sda", "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "vg1", "raid_chunk_size": "512 KiB", "raid_device_count": 2, "raid_level": "raid0", "raid_metadata_version": "1.2", "raid_spare_count": 0, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/vg1-lv1", "_kernel_device": "/dev/dm-2", "_mount_id": "/dev/mapper/vg1-lv1", "_raw_device": "/dev/mapper/vg1-lv1", "_raw_kernel_device": "/dev/dm-2", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "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": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "lv1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "2g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/vg1-lv2", "_kernel_device": "/dev/dm-1", "_mount_id": "/dev/mapper/vg1-lv2", "_raw_device": "/dev/mapper/vg1-lv2", "_raw_kernel_device": "/dev/dm-1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "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": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test2", "mount_user": null, "name": "lv2", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "3g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/vg1-lv3", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/vg1-lv3", "_raw_device": "/dev/mapper/vg1-lv3", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "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": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test3", "mount_user": null, "name": "lv3", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "3g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Thursday 06 June 2024 13:30:44 +0000 (0:00:02.662) 0:01:42.859 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_udevadm_trigger | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Thursday 06 June 2024 13:30:44 +0000 (0:00:00.033) 0:01:42.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-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:101 Thursday 06 June 2024 13:30:44 +0000 (0:00:00.023) 0:01:42.916 ********* ok: [sut] => { "blivet_output": { "actions": [], "changed": false, "crypts": [], "failed": false, "leaves": [ "/dev/mapper/vg1-lv1", "/dev/mapper/vg1-lv2", "/dev/mapper/vg1-lv3", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [ { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/vg1-lv1", "state": "mounted" }, { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test2", "src": "/dev/mapper/vg1-lv2", "state": "mounted" }, { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test3", "src": "/dev/mapper/vg1-lv3", "state": "mounted" } ], "packages": [ "mdadm", "xfsprogs", "lvm2" ], "pools": [ { "disks": [ "sda", "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "vg1", "raid_chunk_size": "512 KiB", "raid_device_count": 2, "raid_level": "raid0", "raid_metadata_version": "1.2", "raid_spare_count": 0, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/vg1-lv1", "_kernel_device": "/dev/dm-2", "_mount_id": "/dev/mapper/vg1-lv1", "_raw_device": "/dev/mapper/vg1-lv1", "_raw_kernel_device": "/dev/dm-2", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "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": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "lv1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "2g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/vg1-lv2", "_kernel_device": "/dev/dm-1", "_mount_id": "/dev/mapper/vg1-lv2", "_raw_device": "/dev/mapper/vg1-lv2", "_raw_kernel_device": "/dev/dm-1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "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": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test2", "mount_user": null, "name": "lv2", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "3g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/vg1-lv3", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/vg1-lv3", "_raw_device": "/dev/mapper/vg1-lv3", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "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": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test3", "mount_user": null, "name": "lv3", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "3g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:110 Thursday 06 June 2024 13:30:44 +0000 (0:00:00.032) 0:01:42.949 ********* ok: [sut] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "sda", "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "vg1", "raid_chunk_size": "512 KiB", "raid_device_count": 2, "raid_level": "raid0", "raid_metadata_version": "1.2", "raid_spare_count": 0, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/vg1-lv1", "_kernel_device": "/dev/dm-2", "_mount_id": "/dev/mapper/vg1-lv1", "_raw_device": "/dev/mapper/vg1-lv1", "_raw_kernel_device": "/dev/dm-2", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "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": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "lv1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "2g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/vg1-lv2", "_kernel_device": "/dev/dm-1", "_mount_id": "/dev/mapper/vg1-lv2", "_raw_device": "/dev/mapper/vg1-lv2", "_raw_kernel_device": "/dev/dm-1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "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": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test2", "mount_user": null, "name": "lv2", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "3g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/vg1-lv3", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/vg1-lv3", "_raw_device": "/dev/mapper/vg1-lv3", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "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": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test3", "mount_user": null, "name": "lv3", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "3g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] }, "changed": false } TASK [fedora.linux_system_roles.storage : Set the list of volumes for test verification] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:114 Thursday 06 June 2024 13:30:44 +0000 (0:00:00.036) 0:01:42.986 ********* ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:130 Thursday 06 June 2024 13:30:44 +0000 (0:00:00.031) 0:01:43.017 ********* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:141 Thursday 06 June 2024 13:30:44 +0000 (0:00:00.039) 0:01:43.057 ********* ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:146 Thursday 06 June 2024 13:30:45 +0000 (0:00:00.582) 0:01:43.640 ********* redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount ok: [sut] => (item={'src': '/dev/mapper/vg1-lv1', 'path': '/opt/test1', 'fstype': 'xfs', '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": "xfs", "mount_info": { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/vg1-lv1", "state": "mounted" }, "name": "/opt/test1", "opts": "defaults", "passno": "0", "src": "/dev/mapper/vg1-lv1" } redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount ok: [sut] => (item={'src': '/dev/mapper/vg1-lv2', 'path': '/opt/test2', 'fstype': 'xfs', '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": "xfs", "mount_info": { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test2", "src": "/dev/mapper/vg1-lv2", "state": "mounted" }, "name": "/opt/test2", "opts": "defaults", "passno": "0", "src": "/dev/mapper/vg1-lv2" } redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount ok: [sut] => (item={'src': '/dev/mapper/vg1-lv3', 'path': '/opt/test3', 'fstype': 'xfs', '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": "xfs", "mount_info": { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test3", "src": "/dev/mapper/vg1-lv3", "state": "mounted" }, "name": "/opt/test3", "opts": "defaults", "passno": "0", "src": "/dev/mapper/vg1-lv3" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:157 Thursday 06 June 2024 13:30:45 +0000 (0:00:00.612) 0:01:44.252 ********* skipping: [sut] => (item={'src': '/dev/mapper/vg1-lv1', 'path': '/opt/test1', 'fstype': 'xfs', 'opts': 'defaults', 'dump': 0, 'passno': 0, 'state': 'mounted', 'owner': None, 'group': None, 'mode': None}) => { "ansible_loop_var": "mount_info", "changed": false, "false_condition": "mount_info['owner'] != none or mount_info['group'] != none or mount_info['mode'] != none", "mount_info": { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/vg1-lv1", "state": "mounted" }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'src': '/dev/mapper/vg1-lv2', 'path': '/opt/test2', 'fstype': 'xfs', 'opts': 'defaults', 'dump': 0, 'passno': 0, 'state': 'mounted', 'owner': None, 'group': None, 'mode': None}) => { "ansible_loop_var": "mount_info", "changed": false, "false_condition": "mount_info['owner'] != none or mount_info['group'] != none or mount_info['mode'] != none", "mount_info": { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test2", "src": "/dev/mapper/vg1-lv2", "state": "mounted" }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'src': '/dev/mapper/vg1-lv3', 'path': '/opt/test3', 'fstype': 'xfs', 'opts': 'defaults', 'dump': 0, 'passno': 0, 'state': 'mounted', 'owner': None, 'group': None, 'mode': None}) => { "ansible_loop_var": "mount_info", "changed": false, "false_condition": "mount_info['owner'] != none or mount_info['group'] != none or mount_info['mode'] != none", "mount_info": { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test3", "src": "/dev/mapper/vg1-lv3", "state": "mounted" }, "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:169 Thursday 06 June 2024 13:30:45 +0000 (0:00:00.045) 0:01:44.298 ********* ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:177 Thursday 06 June 2024 13:30:46 +0000 (0:00:00.578) 0:01:44.877 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1717680394.2913754, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1716902420.402, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 2097284, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "inode/x-empty", "mode": "0600", "mtime": 1716902144.521, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "3342962587", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:182 Thursday 06 June 2024 13:30:46 +0000 (0:00:00.258) 0:01:45.135 ********* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:204 Thursday 06 June 2024 13:30:46 +0000 (0:00:00.021) 0:01:45.157 ********* ok: [sut] TASK [Verify role results] ***************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/tests_create_raid_pool_then_remove.yml:97 Thursday 06 June 2024 13:30:47 +0000 (0:00:00.814) 0:01:45.972 ********* included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-role-results.yml for sut TASK [Print out pool information] ********************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-role-results.yml:2 Thursday 06 June 2024 13:30:47 +0000 (0:00:00.042) 0:01:46.014 ********* ok: [sut] => { "_storage_pools_list": [ { "disks": [ "sda", "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "vg1", "raid_chunk_size": "512 KiB", "raid_device_count": 2, "raid_level": "raid0", "raid_metadata_version": "1.2", "raid_spare_count": 0, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/vg1-lv1", "_kernel_device": "/dev/dm-2", "_mount_id": "/dev/mapper/vg1-lv1", "_raw_device": "/dev/mapper/vg1-lv1", "_raw_kernel_device": "/dev/dm-2", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "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": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "lv1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "2g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/vg1-lv2", "_kernel_device": "/dev/dm-1", "_mount_id": "/dev/mapper/vg1-lv2", "_raw_device": "/dev/mapper/vg1-lv2", "_raw_kernel_device": "/dev/dm-1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "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": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test2", "mount_user": null, "name": "lv2", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "3g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/vg1-lv3", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/vg1-lv3", "_raw_device": "/dev/mapper/vg1-lv3", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "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": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test3", "mount_user": null, "name": "lv3", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "3g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] } TASK [Print out volume information] ******************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-role-results.yml:7 Thursday 06 June 2024 13:30:47 +0000 (0:00:00.039) 0:01:46.054 ********* skipping: [sut] => { "false_condition": "_storage_volumes_list | length > 0" } TASK [Collect info about the volumes.] ***************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-role-results.yml:15 Thursday 06 June 2024 13:30:47 +0000 (0:00:00.030) 0:01:46.085 ********* ok: [sut] => { "changed": false, "info": { "/dev/mapper/vg1-lv1": { "fstype": "xfs", "label": "", "name": "/dev/mapper/vg1-lv1", "size": "2G", "type": "lvm", "uuid": "19e9b63c-7138-44e9-982c-80b544119a71" }, "/dev/mapper/vg1-lv2": { "fstype": "xfs", "label": "", "name": "/dev/mapper/vg1-lv2", "size": "3G", "type": "lvm", "uuid": "7b8aad84-7cb4-493f-a340-907aa7f07e63" }, "/dev/mapper/vg1-lv3": { "fstype": "xfs", "label": "", "name": "/dev/mapper/vg1-lv3", "size": "3G", "type": "lvm", "uuid": "0aca4e34-deef-40ed-8268-f0917580492d" }, "/dev/md/vg1-1": { "fstype": "LVM2_member", "label": "", "name": "/dev/md/vg1-1", "size": "20G", "type": "raid0", "uuid": "ElHq3r-VXjs-OcJO-peL0-qCrs-X5M3-A30gn9" }, "/dev/sda": { "fstype": "", "label": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sda1": { "fstype": "linux_raid_member", "label": "vg1-1", "name": "/dev/sda1", "size": "10G", "type": "partition", "uuid": "03532b3e-774b-7374-62e5-a1c4594a2839" }, "/dev/sdb": { "fstype": "", "label": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdb1": { "fstype": "linux_raid_member", "label": "vg1-1", "name": "/dev/sdb1", "size": "10G", "type": "partition", "uuid": "03532b3e-774b-7374-62e5-a1c4594a2839" }, "/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": "82a26900-2b36-49b9-bc49-f4d2f0bb14b8" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-role-results.yml:20 Thursday 06 June 2024 13:30:47 +0000 (0:00:00.213) 0:01:46.298 ********* ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.003259", "end": "2024-06-06 13:30:48.109129", "rc": 0, "start": "2024-06-06 13:30:48.105870" } STDOUT: # # /etc/fstab # Created by anaconda on Tue May 28 13:15:44 2024 # # Accessible filesystems, by reference, are maintained under '/dev/disk/'. # See man pages fstab(5), findfs(8), mount(8) and/or blkid(8) for more info. # # After editing this file, run 'systemctl daemon-reload' to update systemd # units generated from this file. # UUID=82a26900-2b36-49b9-bc49-f4d2f0bb14b8 / xfs defaults 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat /mnt/redhat nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/qa /mnt/qa nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive /mnt/engarchive nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/tpsdist /mnt/tpsdist nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot /mnt/brew nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch /mnt/brew_scratch nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 /dev/mapper/vg1-lv1 /opt/test1 xfs defaults 0 0 /dev/mapper/vg1-lv2 /opt/test2 xfs defaults 0 0 /dev/mapper/vg1-lv3 /opt/test3 xfs defaults 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-role-results.yml:25 Thursday 06 June 2024 13:30:48 +0000 (0:00:00.206) 0:01:46.505 ********* ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.003251", "end": "2024-06-06 13:30:48.321950", "failed_when_result": false, "rc": 0, "start": "2024-06-06 13:30:48.318699" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-role-results.yml:34 Thursday 06 June 2024 13:30:48 +0000 (0:00:00.215) 0:01:46.720 ********* included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool.yml for sut => (item={'disks': ['sda', 'sdb'], 'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'name': 'vg1', 'raid_level': 'raid0', 'raid_device_count': 2, 'raid_spare_count': 0, 'raid_metadata_version': '1.2', 'raid_chunk_size': '512 KiB', 'shared': False, 'state': 'present', 'type': 'lvm', 'volumes': [{'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'lv1', 'raid_level': None, 'size': '2g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda', 'sdb'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/vg1-lv1', '_raw_device': '/dev/mapper/vg1-lv1', '_mount_id': '/dev/mapper/vg1-lv1', '_kernel_device': '/dev/dm-2', '_raw_kernel_device': '/dev/dm-2'}, {'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': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test2', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'lv2', 'raid_level': None, 'size': '3g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda', 'sdb'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/vg1-lv2', '_raw_device': '/dev/mapper/vg1-lv2', '_mount_id': '/dev/mapper/vg1-lv2', '_kernel_device': '/dev/dm-1', '_raw_kernel_device': '/dev/dm-1'}, {'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': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test3', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'lv3', 'raid_level': None, 'size': '3g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda', 'sdb'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/vg1-lv3', '_raw_device': '/dev/mapper/vg1-lv3', '_mount_id': '/dev/mapper/vg1-lv3', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}]}) TASK [Set _storage_pool_tests] ************************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool.yml:5 Thursday 06 June 2024 13:30:48 +0000 (0:00:00.068) 0:01:46.788 ********* ok: [sut] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool.yml:18 Thursday 06 June 2024 13:30:48 +0000 (0:00:00.024) 0:01:46.813 ********* ok: [sut] => { "changed": false, "cmd": [ "vgs", "--noheadings", "--binary", "-o", "shared", "vg1" ], "delta": "0:00:00.028440", "end": "2024-06-06 13:30:48.651336", "rc": 0, "start": "2024-06-06 13:30:48.622896" } STDOUT: 0 TASK [Verify that VG shared value checks out] ********************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool.yml:24 Thursday 06 June 2024 13:30:48 +0000 (0:00:00.301) 0:01:47.114 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify pool subset] ****************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool.yml:34 Thursday 06 June 2024 13:30:48 +0000 (0:00:00.032) 0:01:47.147 ********* included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool-members.yml for sut => (item=members) included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool-volumes.yml for sut => (item=volumes) TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool-members.yml:2 Thursday 06 June 2024 13:30:48 +0000 (0:00:00.046) 0:01:47.193 ********* ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_count": "1", "_storage_test_pool_pvs_lvm": [ "/dev/md127" ] }, "changed": false } TASK [Get the canonical device path for each member device] ******************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool-members.yml:8 Thursday 06 June 2024 13:30:48 +0000 (0:00:00.041) 0:01:47.235 ********* ok: [sut] => (item=/dev/md127) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/md/vg1-1", "pv": "/dev/md127" } TASK [Set pvs lvm length] ****************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool-members.yml:17 Thursday 06 June 2024 13:30:49 +0000 (0:00:00.205) 0:01:47.441 ********* ok: [sut] => { "ansible_facts": { "__pvs_lvm_len": "1" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool-members.yml:22 Thursday 06 June 2024 13:30:49 +0000 (0:00:00.036) 0:01:47.477 ********* ok: [sut] => { "ansible_facts": { "_storage_test_pool_pvs": [ "/dev/md/vg1-1" ] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool-members.yml:27 Thursday 06 June 2024 13:30:49 +0000 (0:00:00.037) 0:01:47.515 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool-members.yml:36 Thursday 06 June 2024 13:30:49 +0000 (0:00:00.036) 0:01:47.551 ********* ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool-members.yml:41 Thursday 06 June 2024 13:30:49 +0000 (0:00:00.024) 0:01:47.575 ********* ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "partition" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool-members.yml:46 Thursday 06 June 2024 13:30:49 +0000 (0:00:00.035) 0:01:47.611 ********* ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "raid0" }, "changed": false } TASK [Check the type of each PV] *********************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool-members.yml:51 Thursday 06 June 2024 13:30:49 +0000 (0:00:00.026) 0:01:47.637 ********* ok: [sut] => (item=/dev/md/vg1-1) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/md/vg1-1" } MSG: All assertions passed TASK [Check MD RAID] *********************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool-members.yml:64 Thursday 06 June 2024 13:30:49 +0000 (0:00:00.030) 0:01:47.667 ********* included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-md.yml for sut TASK [Get information about RAID] ********************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-md.yml:8 Thursday 06 June 2024 13:30:49 +0000 (0:00:00.041) 0:01:47.709 ********* ok: [sut] => { "changed": false, "cmd": [ "mdadm", "--detail", "/dev/md/vg1-1" ], "delta": "0:00:00.006444", "end": "2024-06-06 13:30:49.536480", "rc": 0, "start": "2024-06-06 13:30:49.530036" } STDOUT: /dev/md/vg1-1: Version : 1.2 Creation Time : Thu Jun 6 13:30:09 2024 Raid Level : raid0 Array Size : 20936704 (19.97 GiB 21.44 GB) Raid Devices : 2 Total Devices : 2 Persistence : Superblock is persistent Update Time : Thu Jun 6 13:30:09 2024 State : clean Active Devices : 2 Working Devices : 2 Failed Devices : 0 Spare Devices : 0 Layout : original Chunk Size : 512K Consistency Policy : none Name : vg1-1 UUID : 03532b3e:774b7374:62e5a1c4:594a2839 Events : 0 Number Major Minor RaidDevice State 0 8 1 0 active sync /dev/sda1 1 8 17 1 active sync /dev/sdb1 TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-md.yml:14 Thursday 06 June 2024 13:30:49 +0000 (0:00:00.264) 0:01:47.974 ********* ok: [sut] => { "ansible_facts": { "storage_test_md_active_devices_re": "Active\\ Devices\\ :\\ 2\\\n" }, "changed": false } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-md.yml:19 Thursday 06 June 2024 13:30:49 +0000 (0:00:00.037) 0:01:48.012 ********* ok: [sut] => { "ansible_facts": { "storage_test_md_spare_devices_re": "Spare\\ Devices\\ :\\ 0\\\n" }, "changed": false } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-md.yml:24 Thursday 06 June 2024 13:30:49 +0000 (0:00:00.038) 0:01:48.050 ********* ok: [sut] => { "ansible_facts": { "storage_test_md_metadata_version_re": "Version\\ :\\ 1\\.2\\\n" }, "changed": false } TASK [Set md chunk size regex] ************************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-md.yml:29 Thursday 06 June 2024 13:30:49 +0000 (0:00:00.039) 0:01:48.089 ********* ok: [sut] => { "ansible_facts": { "storage_test_md_chunk_size_re": [ "512K" ] }, "changed": false } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-md.yml:37 Thursday 06 June 2024 13:30:49 +0000 (0:00:00.040) 0:01:48.129 ********* ok: [sut] => { "bytes": 524288, "changed": false, "lvm": "512k", "parted": "512KiB", "size": "512 KiB" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-md.yml:46 Thursday 06 June 2024 13:30:49 +0000 (0:00:00.217) 0:01:48.346 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-md.yml:55 Thursday 06 June 2024 13:30:50 +0000 (0:00:00.031) 0:01:48.378 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-md.yml:64 Thursday 06 June 2024 13:30:50 +0000 (0:00:00.031) 0:01:48.409 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-md.yml:74 Thursday 06 June 2024 13:30:50 +0000 (0:00:00.032) 0:01:48.441 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Reset variables used by tests] ******************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-md.yml:83 Thursday 06 June 2024 13:30:50 +0000 (0:00:00.041) 0:01:48.482 ********* ok: [sut] => { "ansible_facts": { "storage_test_md_active_devices_re": null, "storage_test_md_chunk_size_re": null, "storage_test_md_metadata_version_re": null, "storage_test_md_spare_devices_re": null }, "changed": false } TASK [Check LVM RAID] ********************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool-members.yml:67 Thursday 06 June 2024 13:30:50 +0000 (0:00:00.021) 0:01:48.504 ********* included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-members-lvmraid.yml for sut TASK [Validate pool member LVM RAID settings] ********************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-members-lvmraid.yml:2 Thursday 06 June 2024 13:30:50 +0000 (0:00:00.042) 0:01:48.546 ********* included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-lvmraid.yml for sut => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'lv1', 'raid_level': None, 'size': '2g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda', 'sdb'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/vg1-lv1', '_raw_device': '/dev/mapper/vg1-lv1', '_mount_id': '/dev/mapper/vg1-lv1', '_kernel_device': '/dev/dm-2', '_raw_kernel_device': '/dev/dm-2'}) included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-lvmraid.yml for sut => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test2', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'lv2', 'raid_level': None, 'size': '3g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda', 'sdb'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/vg1-lv2', '_raw_device': '/dev/mapper/vg1-lv2', '_mount_id': '/dev/mapper/vg1-lv2', '_kernel_device': '/dev/dm-1', '_raw_kernel_device': '/dev/dm-1'}) included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-lvmraid.yml for sut => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test3', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'lv3', 'raid_level': None, 'size': '3g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda', 'sdb'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/vg1-lv3', '_raw_device': '/dev/mapper/vg1-lv3', '_mount_id': '/dev/mapper/vg1-lv3', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}) TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-lvmraid.yml:8 Thursday 06 June 2024 13:30:50 +0000 (0:00:00.089) 0:01:48.636 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-lvmraid.yml:16 Thursday 06 June 2024 13:30:50 +0000 (0:00:00.024) 0:01:48.661 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-lvmraid.yml:20 Thursday 06 June 2024 13:30:50 +0000 (0:00:00.025) 0:01:48.687 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Set LV stripe size] ****************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-lvmraid.yml:27 Thursday 06 June 2024 13:30:50 +0000 (0:00:00.025) 0:01:48.712 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Parse the requested stripe size] ***************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-lvmraid.yml:31 Thursday 06 June 2024 13:30:50 +0000 (0:00:00.025) 0:01:48.738 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Set expected stripe size] ************************************************ task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-lvmraid.yml:37 Thursday 06 June 2024 13:30:50 +0000 (0:00:00.024) 0:01:48.762 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Check stripe size] ******************************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-lvmraid.yml:42 Thursday 06 June 2024 13:30:50 +0000 (0:00:00.025) 0:01:48.787 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-lvmraid.yml:8 Thursday 06 June 2024 13:30:50 +0000 (0:00:00.025) 0:01:48.813 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-lvmraid.yml:16 Thursday 06 June 2024 13:30:50 +0000 (0:00:00.027) 0:01:48.841 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-lvmraid.yml:20 Thursday 06 June 2024 13:30:50 +0000 (0:00:00.026) 0:01:48.867 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Set LV stripe size] ****************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-lvmraid.yml:27 Thursday 06 June 2024 13:30:50 +0000 (0:00:00.025) 0:01:48.892 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Parse the requested stripe size] ***************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-lvmraid.yml:31 Thursday 06 June 2024 13:30:50 +0000 (0:00:00.025) 0:01:48.918 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Set expected stripe size] ************************************************ task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-lvmraid.yml:37 Thursday 06 June 2024 13:30:50 +0000 (0:00:00.026) 0:01:48.944 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Check stripe size] ******************************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-lvmraid.yml:42 Thursday 06 June 2024 13:30:50 +0000 (0:00:00.029) 0:01:48.974 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-lvmraid.yml:8 Thursday 06 June 2024 13:30:50 +0000 (0:00:00.036) 0:01:49.010 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-lvmraid.yml:16 Thursday 06 June 2024 13:30:50 +0000 (0:00:00.080) 0:01:49.091 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-lvmraid.yml:20 Thursday 06 June 2024 13:30:50 +0000 (0:00:00.032) 0:01:49.124 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Set LV stripe size] ****************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-lvmraid.yml:27 Thursday 06 June 2024 13:30:50 +0000 (0:00:00.026) 0:01:49.150 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Parse the requested stripe size] ***************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-lvmraid.yml:31 Thursday 06 June 2024 13:30:50 +0000 (0:00:00.028) 0:01:49.179 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Set expected stripe size] ************************************************ task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-lvmraid.yml:37 Thursday 06 June 2024 13:30:50 +0000 (0:00:00.025) 0:01:49.205 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Check stripe size] ******************************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-lvmraid.yml:42 Thursday 06 June 2024 13:30:50 +0000 (0:00:00.024) 0:01:49.229 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Check Thin Pools] ******************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool-members.yml:70 Thursday 06 June 2024 13:30:50 +0000 (0:00:00.030) 0:01:49.259 ********* included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-members-thin.yml for sut TASK [Validate pool member thinpool settings] ********************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-members-thin.yml:2 Thursday 06 June 2024 13:30:50 +0000 (0:00:00.046) 0:01:49.305 ********* included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-thin.yml for sut => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'lv1', 'raid_level': None, 'size': '2g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda', 'sdb'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/vg1-lv1', '_raw_device': '/dev/mapper/vg1-lv1', '_mount_id': '/dev/mapper/vg1-lv1', '_kernel_device': '/dev/dm-2', '_raw_kernel_device': '/dev/dm-2'}) included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-thin.yml for sut => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test2', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'lv2', 'raid_level': None, 'size': '3g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda', 'sdb'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/vg1-lv2', '_raw_device': '/dev/mapper/vg1-lv2', '_mount_id': '/dev/mapper/vg1-lv2', '_kernel_device': '/dev/dm-1', '_raw_kernel_device': '/dev/dm-1'}) included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-thin.yml for sut => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test3', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'lv3', 'raid_level': None, 'size': '3g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda', 'sdb'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/vg1-lv3', '_raw_device': '/dev/mapper/vg1-lv3', '_mount_id': '/dev/mapper/vg1-lv3', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}) TASK [Get information about thinpool] ****************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-thin.yml:8 Thursday 06 June 2024 13:30:50 +0000 (0:00:00.052) 0:01:49.358 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_thin_volume.thin", "skip_reason": "Conditional result was False" } TASK [Check that volume is in correct thinpool (when thinp name is provided)] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-thin.yml:16 Thursday 06 June 2024 13:30:51 +0000 (0:00:00.030) 0:01:49.388 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_thin_volume.thin", "skip_reason": "Conditional result was False" } TASK [Check that volume is in thinpool (when thinp name is not provided)] ****** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-thin.yml:22 Thursday 06 June 2024 13:30:51 +0000 (0:00:00.024) 0:01:49.413 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_thin_volume.thin", "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-thin.yml:26 Thursday 06 June 2024 13:30:51 +0000 (0:00:00.021) 0:01:49.435 ********* ok: [sut] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Get information about thinpool] ****************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-thin.yml:8 Thursday 06 June 2024 13:30:51 +0000 (0:00:00.022) 0:01:49.457 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_thin_volume.thin", "skip_reason": "Conditional result was False" } TASK [Check that volume is in correct thinpool (when thinp name is provided)] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-thin.yml:16 Thursday 06 June 2024 13:30:51 +0000 (0:00:00.072) 0:01:49.529 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_thin_volume.thin", "skip_reason": "Conditional result was False" } TASK [Check that volume is in thinpool (when thinp name is not provided)] ****** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-thin.yml:22 Thursday 06 June 2024 13:30:51 +0000 (0:00:00.024) 0:01:49.553 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_thin_volume.thin", "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-thin.yml:26 Thursday 06 June 2024 13:30:51 +0000 (0:00:00.022) 0:01:49.576 ********* ok: [sut] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Get information about thinpool] ****************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-thin.yml:8 Thursday 06 June 2024 13:30:51 +0000 (0:00:00.022) 0:01:49.598 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_thin_volume.thin", "skip_reason": "Conditional result was False" } TASK [Check that volume is in correct thinpool (when thinp name is provided)] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-thin.yml:16 Thursday 06 June 2024 13:30:51 +0000 (0:00:00.021) 0:01:49.620 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_thin_volume.thin", "skip_reason": "Conditional result was False" } TASK [Check that volume is in thinpool (when thinp name is not provided)] ****** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-thin.yml:22 Thursday 06 June 2024 13:30:51 +0000 (0:00:00.022) 0:01:49.643 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_thin_volume.thin", "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-thin.yml:26 Thursday 06 June 2024 13:30:51 +0000 (0:00:00.021) 0:01:49.664 ********* ok: [sut] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Check member encryption] ************************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool-members.yml:73 Thursday 06 June 2024 13:30:51 +0000 (0:00:00.023) 0:01:49.687 ********* included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-members-encryption.yml for sut TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-members-encryption.yml:5 Thursday 06 June 2024 13:30:51 +0000 (0:00:00.051) 0:01:49.739 ********* ok: [sut] => { "ansible_facts": { "_storage_test_expected_crypttab_entries": "0", "_storage_test_expected_crypttab_key_file": "-" }, "changed": false } TASK [Validate pool member LUKS settings] ************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-members-encryption.yml:10 Thursday 06 June 2024 13:30:51 +0000 (0:00:00.050) 0:01:49.789 ********* skipping: [sut] => (item=/dev/md/vg1-1) => { "_storage_test_pool_member_path": "/dev/md/vg1-1", "ansible_loop_var": "_storage_test_pool_member_path", "changed": false, "false_condition": "storage_test_pool.type == 'lvm' and storage_test_pool.encryption", "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [Validate pool member crypttab entries] *********************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-members-encryption.yml:17 Thursday 06 June 2024 13:30:51 +0000 (0:00:00.023) 0:01:49.812 ********* included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-crypttab.yml for sut => (item=/dev/md/vg1-1) TASK [Set variables used by tests] ********************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-crypttab.yml:2 Thursday 06 June 2024 13:30:51 +0000 (0:00:00.046) 0:01:49.859 ********* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-crypttab.yml:6 Thursday 06 June 2024 13:30:51 +0000 (0:00:00.095) 0:01:49.954 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-crypttab.yml:14 Thursday 06 June 2024 13:30:51 +0000 (0:00:00.038) 0:01:49.993 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-crypttab.yml:23 Thursday 06 June 2024 13:30:51 +0000 (0:00:00.043) 0:01:50.036 ********* skipping: [sut] => { "changed": false, "false_condition": "false and _storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-crypttab.yml:32 Thursday 06 June 2024 13:30:51 +0000 (0:00:00.038) 0:01:50.074 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-crypttab.yml:41 Thursday 06 June 2024 13:30:51 +0000 (0:00:00.042) 0:01:50.117 ********* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-members-encryption.yml:24 Thursday 06 June 2024 13:30:51 +0000 (0:00:00.022) 0:01:50.140 ********* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_crypttab_key_file": null }, "changed": false } TASK [Check VDO] *************************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool-members.yml:76 Thursday 06 June 2024 13:30:51 +0000 (0:00:00.025) 0:01:50.165 ********* included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-members-vdo.yml for sut TASK [Validate pool member VDO settings] *************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-members-vdo.yml:2 Thursday 06 June 2024 13:30:51 +0000 (0:00:00.049) 0:01:50.215 ********* included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-vdo.yml for sut => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'lv1', 'raid_level': None, 'size': '2g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda', 'sdb'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/vg1-lv1', '_raw_device': '/dev/mapper/vg1-lv1', '_mount_id': '/dev/mapper/vg1-lv1', '_kernel_device': '/dev/dm-2', '_raw_kernel_device': '/dev/dm-2'}) included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-vdo.yml for sut => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test2', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'lv2', 'raid_level': None, 'size': '3g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda', 'sdb'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/vg1-lv2', '_raw_device': '/dev/mapper/vg1-lv2', '_mount_id': '/dev/mapper/vg1-lv2', '_kernel_device': '/dev/dm-1', '_raw_kernel_device': '/dev/dm-1'}) included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-vdo.yml for sut => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test3', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'lv3', 'raid_level': None, 'size': '3g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda', 'sdb'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/vg1-lv3', '_raw_device': '/dev/mapper/vg1-lv3', '_mount_id': '/dev/mapper/vg1-lv3', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}) TASK [Get information about VDO deduplication] ********************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-vdo.yml:8 Thursday 06 June 2024 13:30:51 +0000 (0:00:00.060) 0:01:50.275 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-vdo.yml:15 Thursday 06 June 2024 13:30:51 +0000 (0:00:00.030) 0:01:50.305 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-vdo.yml:21 Thursday 06 June 2024 13:30:51 +0000 (0:00:00.027) 0:01:50.332 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Get information about VDO compression] *********************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-vdo.yml:27 Thursday 06 June 2024 13:30:51 +0000 (0:00:00.029) 0:01:50.362 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-vdo.yml:34 Thursday 06 June 2024 13:30:52 +0000 (0:00:00.044) 0:01:50.406 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-vdo.yml:40 Thursday 06 June 2024 13:30:52 +0000 (0:00:00.088) 0:01:50.495 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-vdo.yml:46 Thursday 06 June 2024 13:30:52 +0000 (0:00:00.027) 0:01:50.523 ********* ok: [sut] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Get information about VDO deduplication] ********************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-vdo.yml:8 Thursday 06 June 2024 13:30:52 +0000 (0:00:00.024) 0:01:50.547 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-vdo.yml:15 Thursday 06 June 2024 13:30:52 +0000 (0:00:00.024) 0:01:50.572 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-vdo.yml:21 Thursday 06 June 2024 13:30:52 +0000 (0:00:00.025) 0:01:50.597 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Get information about VDO compression] *********************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-vdo.yml:27 Thursday 06 June 2024 13:30:52 +0000 (0:00:00.023) 0:01:50.620 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-vdo.yml:34 Thursday 06 June 2024 13:30:52 +0000 (0:00:00.023) 0:01:50.644 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-vdo.yml:40 Thursday 06 June 2024 13:30:52 +0000 (0:00:00.025) 0:01:50.669 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-vdo.yml:46 Thursday 06 June 2024 13:30:52 +0000 (0:00:00.028) 0:01:50.697 ********* ok: [sut] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Get information about VDO deduplication] ********************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-vdo.yml:8 Thursday 06 June 2024 13:30:52 +0000 (0:00:00.026) 0:01:50.724 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-vdo.yml:15 Thursday 06 June 2024 13:30:52 +0000 (0:00:00.023) 0:01:50.747 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-vdo.yml:21 Thursday 06 June 2024 13:30:52 +0000 (0:00:00.023) 0:01:50.771 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Get information about VDO compression] *********************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-vdo.yml:27 Thursday 06 June 2024 13:30:52 +0000 (0:00:00.023) 0:01:50.794 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-vdo.yml:34 Thursday 06 June 2024 13:30:52 +0000 (0:00:00.027) 0:01:50.821 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-vdo.yml:40 Thursday 06 June 2024 13:30:52 +0000 (0:00:00.078) 0:01:50.899 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-vdo.yml:46 Thursday 06 June 2024 13:30:52 +0000 (0:00:00.023) 0:01:50.923 ********* ok: [sut] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool-members.yml:79 Thursday 06 June 2024 13:30:52 +0000 (0:00:00.023) 0:01:50.946 ********* ok: [sut] => { "ansible_facts": { "__pvs_lvm_len": null, "_storage_test_expected_pv_count": null, "_storage_test_expected_pv_type": null, "_storage_test_pool_pvs": [], "_storage_test_pool_pvs_lvm": [] }, "changed": false } TASK [Verify the volumes] ****************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool-volumes.yml:3 Thursday 06 June 2024 13:30:52 +0000 (0:00:00.022) 0:01:50.969 ********* included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/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': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'lv1', 'raid_level': None, 'size': '2g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda', 'sdb'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/vg1-lv1', '_raw_device': '/dev/mapper/vg1-lv1', '_mount_id': '/dev/mapper/vg1-lv1', '_kernel_device': '/dev/dm-2', '_raw_kernel_device': '/dev/dm-2'}) included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/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': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test2', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'lv2', 'raid_level': None, 'size': '3g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda', 'sdb'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/vg1-lv2', '_raw_device': '/dev/mapper/vg1-lv2', '_mount_id': '/dev/mapper/vg1-lv2', '_kernel_device': '/dev/dm-1', '_raw_kernel_device': '/dev/dm-1'}) included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/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': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test3', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'lv3', 'raid_level': None, 'size': '3g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda', 'sdb'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/vg1-lv3', '_raw_device': '/dev/mapper/vg1-lv3', '_mount_id': '/dev/mapper/vg1-lv3', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}) TASK [Set storage volume test variables] *************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume.yml:2 Thursday 06 June 2024 13:30:52 +0000 (0:00:00.047) 0:01:51.017 ********* ok: [sut] => { "ansible_facts": { "_storage_test_volume_present": true, "_storage_volume_tests": [ "mount", "fstab", "fs", "device", "encryption", "md", "size", "cache" ] }, "changed": false } TASK [Run test verify for {{ storage_test_volume_subset }}] ******************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume.yml:19 Thursday 06 June 2024 13:30:52 +0000 (0:00:00.035) 0:01:51.052 ********* included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-mount.yml for sut => (item=mount) included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-fstab.yml for sut => (item=fstab) included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-fs.yml for sut => (item=fs) included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-device.yml for sut => (item=device) included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml for sut => (item=encryption) included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-md.yml for sut => (item=md) included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml for sut => (item=size) included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-cache.yml for sut => (item=cache) TASK [Get expected mount device based on device type] ************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-mount.yml:7 Thursday 06 June 2024 13:30:52 +0000 (0:00:00.075) 0:01:51.128 ********* ok: [sut] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/vg1-lv1" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-mount.yml:11 Thursday 06 June 2024 13:30:52 +0000 (0:00:00.029) 0:01:51.158 ********* ok: [sut] => { "ansible_facts": { "storage_test_mount_device_matches": [ { "block_available": 495026, "block_size": 4096, "block_total": 506880, "block_used": 11854, "device": "/dev/mapper/vg1-lv1", "fstype": "xfs", "inode_available": 1046525, "inode_total": 1046528, "inode_used": 3, "mount": "/opt/test1", "options": "rw,seclabel,relatime,attr2,inode64,logbufs=8,logbsize=32k,sunit=1024,swidth=16384,noquota", "size_available": 2027626496, "size_total": 2076180480, "uuid": "19e9b63c-7138-44e9-982c-80b544119a71" } ], "storage_test_mount_expected_match_count": "1", "storage_test_mount_point_matches": [ { "block_available": 495026, "block_size": 4096, "block_total": 506880, "block_used": 11854, "device": "/dev/mapper/vg1-lv1", "fstype": "xfs", "inode_available": 1046525, "inode_total": 1046528, "inode_used": 3, "mount": "/opt/test1", "options": "rw,seclabel,relatime,attr2,inode64,logbufs=8,logbsize=32k,sunit=1024,swidth=16384,noquota", "size_available": 2027626496, "size_total": 2076180480, "uuid": "19e9b63c-7138-44e9-982c-80b544119a71" } ], "storage_test_swap_expected_matches": "0" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-mount.yml:21 Thursday 06 June 2024 13:30:52 +0000 (0:00:00.042) 0:01:51.201 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and (storage_test_volume.mount_user or storage_test_volume.mount_group or storage_test_volume.mount_mode)", "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-mount.yml:30 Thursday 06 June 2024 13:30:52 +0000 (0:00:00.024) 0:01:51.225 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the current mount state by mount point] *************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-mount.yml:41 Thursday 06 June 2024 13:30:52 +0000 (0:00:00.034) 0:01:51.259 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-mount.yml:48 Thursday 06 June 2024 13:30:52 +0000 (0:00:00.033) 0:01:51.293 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_user", "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-mount.yml:54 Thursday 06 June 2024 13:30:53 +0000 (0:00:00.077) 0:01:51.371 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_group", "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-mount.yml:60 Thursday 06 June 2024 13:30:53 +0000 (0:00:00.024) 0:01:51.395 ********* 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-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-mount.yml:69 Thursday 06 June 2024 13:30:53 +0000 (0:00:00.022) 0:01:51.418 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get path of test volume device] ****************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-mount.yml:80 Thursday 06 June 2024 13:30:53 +0000 (0:00:00.035) 0:01:51.454 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-mount.yml:86 Thursday 06 June 2024 13:30:53 +0000 (0:00:00.023) 0:01:51.477 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-mount.yml:92 Thursday 06 June 2024 13:30:53 +0000 (0:00:00.021) 0:01:51.498 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-mount.yml:102 Thursday 06 June 2024 13:30:53 +0000 (0:00:00.022) 0:01:51.520 ********* 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-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-fstab.yml:2 Thursday 06 June 2024 13:30:53 +0000 (0:00:00.023) 0:01:51.544 ********* ok: [sut] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": "1", "storage_test_fstab_expected_mount_options_matches": "1", "storage_test_fstab_expected_mount_point_matches": "1", "storage_test_fstab_id_matches": [ "/dev/mapper/vg1-lv1 " ], "storage_test_fstab_mount_options_matches": [ " /opt/test1 xfs defaults " ], "storage_test_fstab_mount_point_matches": [ " /opt/test1 " ] }, "changed": false } TASK [Verify that the device identifier appears in /etc/fstab] ***************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-fstab.yml:17 Thursday 06 June 2024 13:30:53 +0000 (0:00:00.046) 0:01:51.591 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-fstab.yml:24 Thursday 06 June 2024 13:30:53 +0000 (0:00:00.037) 0:01:51.629 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-fstab.yml:33 Thursday 06 June 2024 13:30:53 +0000 (0:00:00.038) 0:01:51.667 ********* skipping: [sut] => { "changed": false, "false_condition": "__storage_verify_mount_options | d(false)", "skip_reason": "Conditional result was False" } TASK [Clean up variables] ****************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-fstab.yml:45 Thursday 06 June 2024 13:30:53 +0000 (0:00:00.030) 0:01:51.697 ********* ok: [sut] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": null, "storage_test_fstab_expected_mount_options_matches": null, "storage_test_fstab_expected_mount_point_matches": null, "storage_test_fstab_id_matches": null, "storage_test_fstab_mount_options_matches": null, "storage_test_fstab_mount_point_matches": null }, "changed": false } TASK [Verify fs type] ********************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-fs.yml:3 Thursday 06 June 2024 13:30:53 +0000 (0:00:00.021) 0:01:51.719 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-fs.yml:9 Thursday 06 June 2024 13:30:53 +0000 (0:00:00.033) 0:01:51.753 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-device.yml:3 Thursday 06 June 2024 13:30:53 +0000 (0:00:00.036) 0:01:51.789 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1717680617.6055386, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1717680617.6055386, "dev": 5, "device_type": 64770, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 968, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/symlink", "mode": "0660", "mtime": 1717680617.6055386, "nlink": 1, "path": "/dev/mapper/vg1-lv1", "pw_name": "root", "readable": true, "rgrp": true, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": null, "wgrp": true, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-device.yml:9 Thursday 06 June 2024 13:30:53 +0000 (0:00:00.255) 0:01:52.045 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-device.yml:16 Thursday 06 June 2024 13:30:53 +0000 (0:00:00.027) 0:01:52.072 ********* skipping: [sut] => { "changed": false, "false_condition": "not (_storage_test_volume_present or storage_test_volume.type == 'disk')", "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-device.yml:23 Thursday 06 June 2024 13:30:53 +0000 (0:00:00.021) 0:01:52.094 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-device.yml:29 Thursday 06 June 2024 13:30:53 +0000 (0:00:00.026) 0:01:52.120 ********* ok: [sut] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-device.yml:33 Thursday 06 June 2024 13:30:53 +0000 (0:00:00.024) 0:01:52.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-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-device.yml:38 Thursday 06 June 2024 13:30:53 +0000 (0:00:00.021) 0:01:52.167 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:3 Thursday 06 June 2024 13:30:53 +0000 (0:00:00.025) 0:01:52.192 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:10 Thursday 06 June 2024 13:30:53 +0000 (0:00:00.022) 0:01:52.215 ********* ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Collect LUKS info for this volume] *************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:16 Thursday 06 June 2024 13:30:54 +0000 (0:00:00.881) 0:01:53.096 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:22 Thursday 06 June 2024 13:30:54 +0000 (0:00:00.022) 0:01:53.118 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Verify that the raw device is the same as the device if not encrypted] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:29 Thursday 06 June 2024 13:30:54 +0000 (0:00:00.022) 0:01:53.141 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:40 Thursday 06 June 2024 13:30:54 +0000 (0:00:00.038) 0:01:53.179 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:46 Thursday 06 June 2024 13:30:54 +0000 (0:00:00.025) 0:01:53.204 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:51 Thursday 06 June 2024 13:30:54 +0000 (0:00:00.022) 0:01:53.227 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:63 Thursday 06 June 2024 13:30:54 +0000 (0:00:00.021) 0:01:53.248 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:75 Thursday 06 June 2024 13:30:54 +0000 (0:00:00.069) 0:01:53.318 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:87 Thursday 06 June 2024 13:30:54 +0000 (0:00:00.024) 0:01:53.342 ********* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [], "_storage_test_expected_crypttab_entries": "0", "_storage_test_expected_crypttab_key_file": "-" }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:93 Thursday 06 June 2024 13:30:55 +0000 (0:00:00.038) 0:01:53.380 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:100 Thursday 06 June 2024 13:30:55 +0000 (0:00:00.037) 0:01:53.417 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:108 Thursday 06 June 2024 13:30:55 +0000 (0:00:00.032) 0:01:53.450 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:116 Thursday 06 June 2024 13:30:55 +0000 (0:00:00.033) 0:01:53.483 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:124 Thursday 06 June 2024 13:30:55 +0000 (0:00:00.031) 0:01:53.515 ********* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_expected_crypttab_entries": null, "_storage_test_expected_crypttab_key_file": null }, "changed": false } TASK [Get information about RAID] ********************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-md.yml:8 Thursday 06 June 2024 13:30:55 +0000 (0:00:00.022) 0:01:53.538 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-md.yml:14 Thursday 06 June 2024 13:30:55 +0000 (0:00:00.025) 0:01:53.563 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-md.yml:19 Thursday 06 June 2024 13:30:55 +0000 (0:00:00.024) 0:01:53.587 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-md.yml:24 Thursday 06 June 2024 13:30:55 +0000 (0:00:00.022) 0:01:53.610 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-md.yml:29 Thursday 06 June 2024 13:30:55 +0000 (0:00:00.021) 0:01:53.631 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-md.yml:37 Thursday 06 June 2024 13:30:55 +0000 (0:00:00.021) 0:01:53.652 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-md.yml:46 Thursday 06 June 2024 13:30:55 +0000 (0:00:00.020) 0:01:53.673 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-md.yml:54 Thursday 06 June 2024 13:30:55 +0000 (0:00:00.019) 0:01:53.692 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-md.yml:62 Thursday 06 June 2024 13:30:55 +0000 (0:00:00.069) 0:01:53.762 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-md.yml:70 Thursday 06 June 2024 13:30:55 +0000 (0:00:00.023) 0:01:53.786 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:3 Thursday 06 June 2024 13:30:55 +0000 (0:00:00.022) 0:01:53.808 ********* ok: [sut] => { "bytes": 2147483648, "changed": false, "lvm": "2g", "parted": "2GiB", "size": "2 GiB" } TASK [Parse the requested size of the volume] ********************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:11 Thursday 06 June 2024 13:30:55 +0000 (0:00:00.212) 0:01:54.020 ********* ok: [sut] => { "bytes": 2147483648, "changed": false, "lvm": "2g", "parted": "2GiB", "size": "2 GiB" } TASK [Establish base value for expected size] ********************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:20 Thursday 06 June 2024 13:30:55 +0000 (0:00:00.214) 0:01:54.235 ********* ok: [sut] => { "ansible_facts": { "storage_test_expected_size": "2147483648" }, "changed": false } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:28 Thursday 06 June 2024 13:30:55 +0000 (0:00:00.035) 0:01:54.270 ********* ok: [sut] => { "storage_test_expected_size": "2147483648" } TASK [Get the size of parent/pool device] ************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:32 Thursday 06 June 2024 13:30:55 +0000 (0:00:00.024) 0:01:54.295 ********* ok: [sut] => { "bytes": 21431886807, "changed": false, "lvm": "19g", "parted": "19GiB", "size": "19 GiB" } TASK [Show test pool] ********************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:46 Thursday 06 June 2024 13:30:56 +0000 (0:00:00.209) 0:01:54.505 ********* skipping: [sut] => { "false_condition": "'%' in storage_test_volume.size | string" } TASK [Show test blockinfo] ***************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:50 Thursday 06 June 2024 13:30:56 +0000 (0:00:00.032) 0:01:54.537 ********* skipping: [sut] => { "false_condition": "'%' in storage_test_volume.size | string" } TASK [Show test pool size] ***************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:54 Thursday 06 June 2024 13:30:56 +0000 (0:00:00.031) 0:01:54.569 ********* skipping: [sut] => { "false_condition": "'%' in storage_test_volume.size | string" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:58 Thursday 06 June 2024 13:30:56 +0000 (0:00:00.031) 0:01:54.601 ********* skipping: [sut] => { "changed": false, "false_condition": "'%' in storage_test_volume.size | string", "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:67 Thursday 06 June 2024 13:30:56 +0000 (0:00:00.031) 0:01:54.632 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:71 Thursday 06 June 2024 13:30:56 +0000 (0:00:00.021) 0:01:54.654 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:76 Thursday 06 June 2024 13:30:56 +0000 (0:00:00.020) 0:01:54.675 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:82 Thursday 06 June 2024 13:30:56 +0000 (0:00:00.064) 0:01:54.739 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:86 Thursday 06 June 2024 13:30:56 +0000 (0:00:00.020) 0:01:54.760 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:91 Thursday 06 June 2024 13:30:56 +0000 (0:00:00.021) 0:01:54.782 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:96 Thursday 06 June 2024 13:30:56 +0000 (0:00:00.021) 0:01:54.804 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:101 Thursday 06 June 2024 13:30:56 +0000 (0:00:00.020) 0:01:54.824 ********* skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Show volume thin pool size] ********************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:105 Thursday 06 June 2024 13:30:56 +0000 (0:00:00.021) 0:01:54.845 ********* skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:109 Thursday 06 June 2024 13:30:56 +0000 (0:00:00.021) 0:01:54.867 ********* skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Establish base value for expected thin pool size] ************************ task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:113 Thursday 06 June 2024 13:30:56 +0000 (0:00:00.021) 0:01:54.888 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:120 Thursday 06 June 2024 13:30:56 +0000 (0:00:00.020) 0:01:54.909 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:127 Thursday 06 June 2024 13:30:56 +0000 (0:00:00.022) 0:01:54.931 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:131 Thursday 06 June 2024 13:30:56 +0000 (0:00:00.021) 0:01:54.953 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:137 Thursday 06 June 2024 13:30:56 +0000 (0:00:00.021) 0:01:54.975 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:143 Thursday 06 June 2024 13:30:56 +0000 (0:00:00.021) 0:01:54.997 ********* ok: [sut] => { "storage_test_actual_size": { "bytes": 2147483648, "changed": false, "failed": false, "lvm": "2g", "parted": "2GiB", "size": "2 GiB" } } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:147 Thursday 06 June 2024 13:30:56 +0000 (0:00:00.023) 0:01:55.020 ********* ok: [sut] => { "storage_test_expected_size": "2147483648" } TASK [Assert expected size is actual size] ************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:151 Thursday 06 June 2024 13:30:56 +0000 (0:00:00.024) 0:01:55.045 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-cache.yml:5 Thursday 06 June 2024 13:30:56 +0000 (0:00:00.078) 0:01:55.123 ********* ok: [sut] => { "changed": false, "cmd": [ "lvs", "--noheadings", "--nameprefixes", "--units=b", "--nosuffix", "--unquoted", "-o", "name,attr,cache_total_blocks,chunk_size,segtype", "vg1/lv1" ], "delta": "0:00:00.031262", "end": "2024-06-06 13:30:56.965352", "rc": 0, "start": "2024-06-06 13:30:56.934090" } STDOUT: LVM2_LV_NAME=lv1 LVM2_LV_ATTR=-wi-ao---- LVM2_CACHE_TOTAL_BLOCKS= LVM2_CHUNK_SIZE=0 LVM2_SEGTYPE=linear TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-cache.yml:13 Thursday 06 June 2024 13:30:56 +0000 (0:00:00.236) 0:01:55.359 ********* ok: [sut] => { "ansible_facts": { "storage_test_lv_segtype": [ "linear" ] }, "changed": false } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-cache.yml:17 Thursday 06 June 2024 13:30:57 +0000 (0:00:00.033) 0:01:55.393 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set LV cache size] ******************************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-cache.yml:24 Thursday 06 June 2024 13:30:57 +0000 (0:00:00.033) 0:01:55.427 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.cached | bool", "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-cache.yml:31 Thursday 06 June 2024 13:30:57 +0000 (0:00:00.029) 0:01:55.456 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.cached | bool", "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-cache.yml:37 Thursday 06 June 2024 13:30:57 +0000 (0:00:00.029) 0:01:55.486 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.cached | bool", "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-cache.yml:42 Thursday 06 June 2024 13:30:57 +0000 (0:00:00.030) 0:01:55.516 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.cached | bool", "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume.yml:25 Thursday 06 June 2024 13:30:57 +0000 (0:00:00.030) 0:01:55.547 ********* ok: [sut] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Set storage volume test variables] *************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume.yml:2 Thursday 06 June 2024 13:30:57 +0000 (0:00:00.022) 0:01:55.569 ********* ok: [sut] => { "ansible_facts": { "_storage_test_volume_present": true, "_storage_volume_tests": [ "mount", "fstab", "fs", "device", "encryption", "md", "size", "cache" ] }, "changed": false } TASK [Run test verify for {{ storage_test_volume_subset }}] ******************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume.yml:19 Thursday 06 June 2024 13:30:57 +0000 (0:00:00.033) 0:01:55.602 ********* included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-mount.yml for sut => (item=mount) included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-fstab.yml for sut => (item=fstab) included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-fs.yml for sut => (item=fs) included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-device.yml for sut => (item=device) included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml for sut => (item=encryption) included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-md.yml for sut => (item=md) included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml for sut => (item=size) included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-cache.yml for sut => (item=cache) TASK [Get expected mount device based on device type] ************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-mount.yml:7 Thursday 06 June 2024 13:30:57 +0000 (0:00:00.069) 0:01:55.672 ********* ok: [sut] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/vg1-lv2" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-mount.yml:11 Thursday 06 June 2024 13:30:57 +0000 (0:00:00.027) 0:01:55.700 ********* ok: [sut] => { "ansible_facts": { "storage_test_mount_device_matches": [ { "block_available": 755339, "block_size": 4096, "block_total": 769024, "block_used": 13685, "device": "/dev/mapper/vg1-lv2", "fstype": "xfs", "inode_available": 1570813, "inode_total": 1570816, "inode_used": 3, "mount": "/opt/test2", "options": "rw,seclabel,relatime,attr2,inode64,logbufs=8,logbsize=32k,sunit=1024,swidth=16384,noquota", "size_available": 3093868544, "size_total": 3149922304, "uuid": "7b8aad84-7cb4-493f-a340-907aa7f07e63" } ], "storage_test_mount_expected_match_count": "1", "storage_test_mount_point_matches": [ { "block_available": 755339, "block_size": 4096, "block_total": 769024, "block_used": 13685, "device": "/dev/mapper/vg1-lv2", "fstype": "xfs", "inode_available": 1570813, "inode_total": 1570816, "inode_used": 3, "mount": "/opt/test2", "options": "rw,seclabel,relatime,attr2,inode64,logbufs=8,logbsize=32k,sunit=1024,swidth=16384,noquota", "size_available": 3093868544, "size_total": 3149922304, "uuid": "7b8aad84-7cb4-493f-a340-907aa7f07e63" } ], "storage_test_swap_expected_matches": "0" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-mount.yml:21 Thursday 06 June 2024 13:30:57 +0000 (0:00:00.041) 0:01:55.742 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and (storage_test_volume.mount_user or storage_test_volume.mount_group or storage_test_volume.mount_mode)", "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-mount.yml:30 Thursday 06 June 2024 13:30:57 +0000 (0:00:00.066) 0:01:55.809 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the current mount state by mount point] *************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-mount.yml:41 Thursday 06 June 2024 13:30:57 +0000 (0:00:00.035) 0:01:55.844 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-mount.yml:48 Thursday 06 June 2024 13:30:57 +0000 (0:00:00.032) 0:01:55.877 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_user", "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-mount.yml:54 Thursday 06 June 2024 13:30:57 +0000 (0:00:00.022) 0:01:55.899 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_group", "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-mount.yml:60 Thursday 06 June 2024 13:30:57 +0000 (0:00:00.022) 0:01:55.922 ********* 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-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-mount.yml:69 Thursday 06 June 2024 13:30:57 +0000 (0:00:00.024) 0:01:55.947 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get path of test volume device] ****************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-mount.yml:80 Thursday 06 June 2024 13:30:57 +0000 (0:00:00.037) 0:01:55.985 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-mount.yml:86 Thursday 06 June 2024 13:30:57 +0000 (0:00:00.023) 0:01:56.009 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-mount.yml:92 Thursday 06 June 2024 13:30:57 +0000 (0:00:00.021) 0:01:56.030 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-mount.yml:102 Thursday 06 June 2024 13:30:57 +0000 (0:00:00.020) 0:01:56.051 ********* 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-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-fstab.yml:2 Thursday 06 June 2024 13:30:57 +0000 (0:00:00.021) 0:01:56.073 ********* ok: [sut] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": "1", "storage_test_fstab_expected_mount_options_matches": "1", "storage_test_fstab_expected_mount_point_matches": "1", "storage_test_fstab_id_matches": [ "/dev/mapper/vg1-lv2 " ], "storage_test_fstab_mount_options_matches": [ " /opt/test2 xfs defaults " ], "storage_test_fstab_mount_point_matches": [ " /opt/test2 " ] }, "changed": false } TASK [Verify that the device identifier appears in /etc/fstab] ***************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-fstab.yml:17 Thursday 06 June 2024 13:30:57 +0000 (0:00:00.045) 0:01:56.119 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-fstab.yml:24 Thursday 06 June 2024 13:30:57 +0000 (0:00:00.033) 0:01:56.152 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-fstab.yml:33 Thursday 06 June 2024 13:30:57 +0000 (0:00:00.033) 0:01:56.185 ********* skipping: [sut] => { "changed": false, "false_condition": "__storage_verify_mount_options | d(false)", "skip_reason": "Conditional result was False" } TASK [Clean up variables] ****************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-fstab.yml:45 Thursday 06 June 2024 13:30:57 +0000 (0:00:00.032) 0:01:56.218 ********* ok: [sut] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": null, "storage_test_fstab_expected_mount_options_matches": null, "storage_test_fstab_expected_mount_point_matches": null, "storage_test_fstab_id_matches": null, "storage_test_fstab_mount_options_matches": null, "storage_test_fstab_mount_point_matches": null }, "changed": false } TASK [Verify fs type] ********************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-fs.yml:3 Thursday 06 June 2024 13:30:57 +0000 (0:00:00.066) 0:01:56.285 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-fs.yml:9 Thursday 06 June 2024 13:30:57 +0000 (0:00:00.035) 0:01:56.321 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-device.yml:3 Thursday 06 June 2024 13:30:57 +0000 (0:00:00.033) 0:01:56.354 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1717680616.521552, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1717680616.521552, "dev": 5, "device_type": 64769, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 933, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/symlink", "mode": "0660", "mtime": 1717680616.521552, "nlink": 1, "path": "/dev/mapper/vg1-lv2", "pw_name": "root", "readable": true, "rgrp": true, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": null, "wgrp": true, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-device.yml:9 Thursday 06 June 2024 13:30:58 +0000 (0:00:00.211) 0:01:56.565 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-device.yml:16 Thursday 06 June 2024 13:30:58 +0000 (0:00:00.025) 0:01:56.591 ********* skipping: [sut] => { "changed": false, "false_condition": "not (_storage_test_volume_present or storage_test_volume.type == 'disk')", "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-device.yml:23 Thursday 06 June 2024 13:30:58 +0000 (0:00:00.021) 0:01:56.612 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-device.yml:29 Thursday 06 June 2024 13:30:58 +0000 (0:00:00.024) 0:01:56.637 ********* ok: [sut] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-device.yml:33 Thursday 06 June 2024 13:30:58 +0000 (0:00:00.023) 0:01:56.660 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == \"raid\"", "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-device.yml:38 Thursday 06 June 2024 13:30:58 +0000 (0:00:00.021) 0:01:56.682 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:3 Thursday 06 June 2024 13:30:58 +0000 (0:00:00.024) 0:01:56.706 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:10 Thursday 06 June 2024 13:30:58 +0000 (0:00:00.020) 0:01:56.726 ********* ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Collect LUKS info for this volume] *************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:16 Thursday 06 June 2024 13:30:59 +0000 (0:00:00.876) 0:01:57.603 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:22 Thursday 06 June 2024 13:30:59 +0000 (0:00:00.024) 0:01:57.627 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Verify that the raw device is the same as the device if not encrypted] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:29 Thursday 06 June 2024 13:30:59 +0000 (0:00:00.020) 0:01:57.647 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:40 Thursday 06 June 2024 13:30:59 +0000 (0:00:00.033) 0:01:57.681 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:46 Thursday 06 June 2024 13:30:59 +0000 (0:00:00.069) 0:01:57.750 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:51 Thursday 06 June 2024 13:30:59 +0000 (0:00:00.022) 0:01:57.773 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:63 Thursday 06 June 2024 13:30:59 +0000 (0:00:00.022) 0:01:57.795 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:75 Thursday 06 June 2024 13:30:59 +0000 (0:00:00.021) 0:01:57.817 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:87 Thursday 06 June 2024 13:30:59 +0000 (0:00:00.023) 0:01:57.840 ********* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [], "_storage_test_expected_crypttab_entries": "0", "_storage_test_expected_crypttab_key_file": "-" }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:93 Thursday 06 June 2024 13:30:59 +0000 (0:00:00.037) 0:01:57.878 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:100 Thursday 06 June 2024 13:30:59 +0000 (0:00:00.033) 0:01:57.911 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:108 Thursday 06 June 2024 13:30:59 +0000 (0:00:00.032) 0:01:57.943 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:116 Thursday 06 June 2024 13:30:59 +0000 (0:00:00.031) 0:01:57.974 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:124 Thursday 06 June 2024 13:30:59 +0000 (0:00:00.030) 0:01:58.004 ********* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_expected_crypttab_entries": null, "_storage_test_expected_crypttab_key_file": null }, "changed": false } TASK [Get information about RAID] ********************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-md.yml:8 Thursday 06 June 2024 13:30:59 +0000 (0:00:00.021) 0:01:58.025 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-md.yml:14 Thursday 06 June 2024 13:30:59 +0000 (0:00:00.020) 0:01:58.046 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-md.yml:19 Thursday 06 June 2024 13:30:59 +0000 (0:00:00.021) 0:01:58.068 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-md.yml:24 Thursday 06 June 2024 13:30:59 +0000 (0:00:00.021) 0:01:58.089 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-md.yml:29 Thursday 06 June 2024 13:30:59 +0000 (0:00:00.020) 0:01:58.109 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-md.yml:37 Thursday 06 June 2024 13:30:59 +0000 (0:00:00.067) 0:01:58.177 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-md.yml:46 Thursday 06 June 2024 13:30:59 +0000 (0:00:00.022) 0:01:58.200 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-md.yml:54 Thursday 06 June 2024 13:30:59 +0000 (0:00:00.021) 0:01:58.221 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-md.yml:62 Thursday 06 June 2024 13:30:59 +0000 (0:00:00.020) 0:01:58.242 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-md.yml:70 Thursday 06 June 2024 13:30:59 +0000 (0:00:00.022) 0:01:58.265 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:3 Thursday 06 June 2024 13:30:59 +0000 (0:00:00.023) 0:01:58.288 ********* ok: [sut] => { "bytes": 3221225472, "changed": false, "lvm": "3g", "parted": "3GiB", "size": "3 GiB" } TASK [Parse the requested size of the volume] ********************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:11 Thursday 06 June 2024 13:31:00 +0000 (0:00:00.219) 0:01:58.507 ********* ok: [sut] => { "bytes": 3221225472, "changed": false, "lvm": "3g", "parted": "3GiB", "size": "3 GiB" } TASK [Establish base value for expected size] ********************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:20 Thursday 06 June 2024 13:31:00 +0000 (0:00:00.212) 0:01:58.720 ********* ok: [sut] => { "ansible_facts": { "storage_test_expected_size": "3221225472" }, "changed": false } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:28 Thursday 06 June 2024 13:31:00 +0000 (0:00:00.036) 0:01:58.756 ********* ok: [sut] => { "storage_test_expected_size": "3221225472" } TASK [Get the size of parent/pool device] ************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:32 Thursday 06 June 2024 13:31:00 +0000 (0:00:00.025) 0:01:58.781 ********* ok: [sut] => { "bytes": 21431886807, "changed": false, "lvm": "19g", "parted": "19GiB", "size": "19 GiB" } TASK [Show test pool] ********************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:46 Thursday 06 June 2024 13:31:00 +0000 (0:00:00.214) 0:01:58.995 ********* skipping: [sut] => { "false_condition": "'%' in storage_test_volume.size | string" } TASK [Show test blockinfo] ***************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:50 Thursday 06 June 2024 13:31:00 +0000 (0:00:00.032) 0:01:59.028 ********* skipping: [sut] => { "false_condition": "'%' in storage_test_volume.size | string" } TASK [Show test pool size] ***************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:54 Thursday 06 June 2024 13:31:00 +0000 (0:00:00.032) 0:01:59.061 ********* skipping: [sut] => { "false_condition": "'%' in storage_test_volume.size | string" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:58 Thursday 06 June 2024 13:31:00 +0000 (0:00:00.035) 0:01:59.097 ********* skipping: [sut] => { "changed": false, "false_condition": "'%' in storage_test_volume.size | string", "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:67 Thursday 06 June 2024 13:31:00 +0000 (0:00:00.111) 0:01:59.208 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:71 Thursday 06 June 2024 13:31:00 +0000 (0:00:00.024) 0:01:59.232 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:76 Thursday 06 June 2024 13:31:00 +0000 (0:00:00.028) 0:01:59.261 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:82 Thursday 06 June 2024 13:31:00 +0000 (0:00:00.024) 0:01:59.286 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:86 Thursday 06 June 2024 13:31:00 +0000 (0:00:00.022) 0:01:59.308 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:91 Thursday 06 June 2024 13:31:00 +0000 (0:00:00.022) 0:01:59.330 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:96 Thursday 06 June 2024 13:31:00 +0000 (0:00:00.022) 0:01:59.353 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:101 Thursday 06 June 2024 13:31:01 +0000 (0:00:00.024) 0:01:59.377 ********* skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Show volume thin pool size] ********************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:105 Thursday 06 June 2024 13:31:01 +0000 (0:00:00.021) 0:01:59.398 ********* skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:109 Thursday 06 June 2024 13:31:01 +0000 (0:00:00.025) 0:01:59.423 ********* skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Establish base value for expected thin pool size] ************************ task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:113 Thursday 06 June 2024 13:31:01 +0000 (0:00:00.021) 0:01:59.445 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:120 Thursday 06 June 2024 13:31:01 +0000 (0:00:00.021) 0:01:59.467 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:127 Thursday 06 June 2024 13:31:01 +0000 (0:00:00.022) 0:01:59.489 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:131 Thursday 06 June 2024 13:31:01 +0000 (0:00:00.022) 0:01:59.512 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:137 Thursday 06 June 2024 13:31:01 +0000 (0:00:00.022) 0:01:59.534 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:143 Thursday 06 June 2024 13:31:01 +0000 (0:00:00.071) 0:01:59.605 ********* ok: [sut] => { "storage_test_actual_size": { "bytes": 3221225472, "changed": false, "failed": false, "lvm": "3g", "parted": "3GiB", "size": "3 GiB" } } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:147 Thursday 06 June 2024 13:31:01 +0000 (0:00:00.024) 0:01:59.630 ********* ok: [sut] => { "storage_test_expected_size": "3221225472" } TASK [Assert expected size is actual size] ************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:151 Thursday 06 June 2024 13:31:01 +0000 (0:00:00.025) 0:01:59.656 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-cache.yml:5 Thursday 06 June 2024 13:31:01 +0000 (0:00:00.036) 0:01:59.693 ********* ok: [sut] => { "changed": false, "cmd": [ "lvs", "--noheadings", "--nameprefixes", "--units=b", "--nosuffix", "--unquoted", "-o", "name,attr,cache_total_blocks,chunk_size,segtype", "vg1/lv2" ], "delta": "0:00:00.031654", "end": "2024-06-06 13:31:01.535334", "rc": 0, "start": "2024-06-06 13:31:01.503680" } STDOUT: LVM2_LV_NAME=lv2 LVM2_LV_ATTR=-wi-ao---- LVM2_CACHE_TOTAL_BLOCKS= LVM2_CHUNK_SIZE=0 LVM2_SEGTYPE=linear TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-cache.yml:13 Thursday 06 June 2024 13:31:01 +0000 (0:00:00.236) 0:01:59.930 ********* ok: [sut] => { "ansible_facts": { "storage_test_lv_segtype": [ "linear" ] }, "changed": false } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-cache.yml:17 Thursday 06 June 2024 13:31:01 +0000 (0:00:00.033) 0:01:59.964 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set LV cache size] ******************************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-cache.yml:24 Thursday 06 June 2024 13:31:01 +0000 (0:00:00.033) 0:01:59.997 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.cached | bool", "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-cache.yml:31 Thursday 06 June 2024 13:31:01 +0000 (0:00:00.033) 0:02:00.030 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.cached | bool", "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-cache.yml:37 Thursday 06 June 2024 13:31:01 +0000 (0:00:00.031) 0:02:00.062 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.cached | bool", "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-cache.yml:42 Thursday 06 June 2024 13:31:01 +0000 (0:00:00.030) 0:02:00.092 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.cached | bool", "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume.yml:25 Thursday 06 June 2024 13:31:01 +0000 (0:00:00.032) 0:02:00.125 ********* ok: [sut] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Set storage volume test variables] *************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume.yml:2 Thursday 06 June 2024 13:31:01 +0000 (0:00:00.024) 0:02:00.149 ********* ok: [sut] => { "ansible_facts": { "_storage_test_volume_present": true, "_storage_volume_tests": [ "mount", "fstab", "fs", "device", "encryption", "md", "size", "cache" ] }, "changed": false } TASK [Run test verify for {{ storage_test_volume_subset }}] ******************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume.yml:19 Thursday 06 June 2024 13:31:01 +0000 (0:00:00.036) 0:02:00.186 ********* included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-mount.yml for sut => (item=mount) included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-fstab.yml for sut => (item=fstab) included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-fs.yml for sut => (item=fs) included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-device.yml for sut => (item=device) included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml for sut => (item=encryption) included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-md.yml for sut => (item=md) included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml for sut => (item=size) included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-cache.yml for sut => (item=cache) TASK [Get expected mount device based on device type] ************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-mount.yml:7 Thursday 06 June 2024 13:31:01 +0000 (0:00:00.126) 0:02:00.312 ********* ok: [sut] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/vg1-lv3" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-mount.yml:11 Thursday 06 June 2024 13:31:01 +0000 (0:00:00.031) 0:02:00.344 ********* ok: [sut] => { "ansible_facts": { "storage_test_mount_device_matches": [ { "block_available": 755339, "block_size": 4096, "block_total": 769024, "block_used": 13685, "device": "/dev/mapper/vg1-lv3", "fstype": "xfs", "inode_available": 1570813, "inode_total": 1570816, "inode_used": 3, "mount": "/opt/test3", "options": "rw,seclabel,relatime,attr2,inode64,logbufs=8,logbsize=32k,sunit=1024,swidth=16384,noquota", "size_available": 3093868544, "size_total": 3149922304, "uuid": "0aca4e34-deef-40ed-8268-f0917580492d" } ], "storage_test_mount_expected_match_count": "1", "storage_test_mount_point_matches": [ { "block_available": 755339, "block_size": 4096, "block_total": 769024, "block_used": 13685, "device": "/dev/mapper/vg1-lv3", "fstype": "xfs", "inode_available": 1570813, "inode_total": 1570816, "inode_used": 3, "mount": "/opt/test3", "options": "rw,seclabel,relatime,attr2,inode64,logbufs=8,logbsize=32k,sunit=1024,swidth=16384,noquota", "size_available": 3093868544, "size_total": 3149922304, "uuid": "0aca4e34-deef-40ed-8268-f0917580492d" } ], "storage_test_swap_expected_matches": "0" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-mount.yml:21 Thursday 06 June 2024 13:31:02 +0000 (0:00:00.043) 0:02:00.387 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and (storage_test_volume.mount_user or storage_test_volume.mount_group or storage_test_volume.mount_mode)", "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-mount.yml:30 Thursday 06 June 2024 13:31:02 +0000 (0:00:00.023) 0:02:00.411 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the current mount state by mount point] *************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-mount.yml:41 Thursday 06 June 2024 13:31:02 +0000 (0:00:00.037) 0:02:00.448 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-mount.yml:48 Thursday 06 June 2024 13:31:02 +0000 (0:00:00.035) 0:02:00.484 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_user", "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-mount.yml:54 Thursday 06 June 2024 13:31:02 +0000 (0:00:00.023) 0:02:00.507 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_group", "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-mount.yml:60 Thursday 06 June 2024 13:31:02 +0000 (0:00:00.022) 0:02:00.530 ********* 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-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-mount.yml:69 Thursday 06 June 2024 13:31:02 +0000 (0:00:00.022) 0:02:00.552 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get path of test volume device] ****************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-mount.yml:80 Thursday 06 June 2024 13:31:02 +0000 (0:00:00.034) 0:02:00.586 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-mount.yml:86 Thursday 06 June 2024 13:31:02 +0000 (0:00:00.023) 0:02:00.609 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-mount.yml:92 Thursday 06 June 2024 13:31:02 +0000 (0:00:00.022) 0:02:00.632 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-mount.yml:102 Thursday 06 June 2024 13:31:02 +0000 (0:00:00.021) 0:02:00.654 ********* 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-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-fstab.yml:2 Thursday 06 June 2024 13:31:02 +0000 (0:00:00.021) 0:02:00.675 ********* ok: [sut] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": "1", "storage_test_fstab_expected_mount_options_matches": "1", "storage_test_fstab_expected_mount_point_matches": "1", "storage_test_fstab_id_matches": [ "/dev/mapper/vg1-lv3 " ], "storage_test_fstab_mount_options_matches": [ " /opt/test3 xfs defaults " ], "storage_test_fstab_mount_point_matches": [ " /opt/test3 " ] }, "changed": false } TASK [Verify that the device identifier appears in /etc/fstab] ***************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-fstab.yml:17 Thursday 06 June 2024 13:31:02 +0000 (0:00:00.049) 0:02:00.725 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-fstab.yml:24 Thursday 06 June 2024 13:31:02 +0000 (0:00:00.093) 0:02:00.818 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-fstab.yml:33 Thursday 06 June 2024 13:31:02 +0000 (0:00:00.036) 0:02:00.855 ********* skipping: [sut] => { "changed": false, "false_condition": "__storage_verify_mount_options | d(false)", "skip_reason": "Conditional result was False" } TASK [Clean up variables] ****************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-fstab.yml:45 Thursday 06 June 2024 13:31:02 +0000 (0:00:00.032) 0:02:00.887 ********* ok: [sut] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": null, "storage_test_fstab_expected_mount_options_matches": null, "storage_test_fstab_expected_mount_point_matches": null, "storage_test_fstab_id_matches": null, "storage_test_fstab_mount_options_matches": null, "storage_test_fstab_mount_point_matches": null }, "changed": false } TASK [Verify fs type] ********************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-fs.yml:3 Thursday 06 June 2024 13:31:02 +0000 (0:00:00.024) 0:02:00.912 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-fs.yml:9 Thursday 06 June 2024 13:31:02 +0000 (0:00:00.037) 0:02:00.949 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-device.yml:3 Thursday 06 June 2024 13:31:02 +0000 (0:00:00.051) 0:02:01.001 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1717680615.4925647, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1717680615.4925647, "dev": 5, "device_type": 64768, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 897, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/symlink", "mode": "0660", "mtime": 1717680615.4925647, "nlink": 1, "path": "/dev/mapper/vg1-lv3", "pw_name": "root", "readable": true, "rgrp": true, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": null, "wgrp": true, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-device.yml:9 Thursday 06 June 2024 13:31:02 +0000 (0:00:00.227) 0:02:01.228 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-device.yml:16 Thursday 06 June 2024 13:31:02 +0000 (0:00:00.027) 0:02:01.255 ********* skipping: [sut] => { "changed": false, "false_condition": "not (_storage_test_volume_present or storage_test_volume.type == 'disk')", "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-device.yml:23 Thursday 06 June 2024 13:31:02 +0000 (0:00:00.026) 0:02:01.282 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-device.yml:29 Thursday 06 June 2024 13:31:02 +0000 (0:00:00.027) 0:02:01.309 ********* ok: [sut] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-device.yml:33 Thursday 06 June 2024 13:31:02 +0000 (0:00:00.039) 0:02:01.348 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == \"raid\"", "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-device.yml:38 Thursday 06 June 2024 13:31:03 +0000 (0:00:00.022) 0:02:01.371 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:3 Thursday 06 June 2024 13:31:03 +0000 (0:00:00.025) 0:02:01.396 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:10 Thursday 06 June 2024 13:31:03 +0000 (0:00:00.024) 0:02:01.421 ********* ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Collect LUKS info for this volume] *************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:16 Thursday 06 June 2024 13:31:03 +0000 (0:00:00.868) 0:02:02.289 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:22 Thursday 06 June 2024 13:31:03 +0000 (0:00:00.068) 0:02:02.357 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Verify that the raw device is the same as the device if not encrypted] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:29 Thursday 06 June 2024 13:31:04 +0000 (0:00:00.022) 0:02:02.380 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:40 Thursday 06 June 2024 13:31:04 +0000 (0:00:00.035) 0:02:02.415 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:46 Thursday 06 June 2024 13:31:04 +0000 (0:00:00.020) 0:02:02.435 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:51 Thursday 06 June 2024 13:31:04 +0000 (0:00:00.021) 0:02:02.457 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:63 Thursday 06 June 2024 13:31:04 +0000 (0:00:00.022) 0:02:02.480 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:75 Thursday 06 June 2024 13:31:04 +0000 (0:00:00.021) 0:02:02.501 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:87 Thursday 06 June 2024 13:31:04 +0000 (0:00:00.023) 0:02:02.525 ********* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [], "_storage_test_expected_crypttab_entries": "0", "_storage_test_expected_crypttab_key_file": "-" }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:93 Thursday 06 June 2024 13:31:04 +0000 (0:00:00.036) 0:02:02.562 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:100 Thursday 06 June 2024 13:31:04 +0000 (0:00:00.035) 0:02:02.597 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:108 Thursday 06 June 2024 13:31:04 +0000 (0:00:00.031) 0:02:02.629 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:116 Thursday 06 June 2024 13:31:04 +0000 (0:00:00.033) 0:02:02.663 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:124 Thursday 06 June 2024 13:31:04 +0000 (0:00:00.031) 0:02:02.695 ********* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_expected_crypttab_entries": null, "_storage_test_expected_crypttab_key_file": null }, "changed": false } TASK [Get information about RAID] ********************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-md.yml:8 Thursday 06 June 2024 13:31:04 +0000 (0:00:00.022) 0:02:02.717 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-md.yml:14 Thursday 06 June 2024 13:31:04 +0000 (0:00:00.019) 0:02:02.737 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-md.yml:19 Thursday 06 June 2024 13:31:04 +0000 (0:00:00.075) 0:02:02.812 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-md.yml:24 Thursday 06 June 2024 13:31:04 +0000 (0:00:00.022) 0:02:02.835 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-md.yml:29 Thursday 06 June 2024 13:31:04 +0000 (0:00:00.024) 0:02:02.860 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-md.yml:37 Thursday 06 June 2024 13:31:04 +0000 (0:00:00.024) 0:02:02.884 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-md.yml:46 Thursday 06 June 2024 13:31:04 +0000 (0:00:00.024) 0:02:02.908 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-md.yml:54 Thursday 06 June 2024 13:31:04 +0000 (0:00:00.024) 0:02:02.933 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-md.yml:62 Thursday 06 June 2024 13:31:04 +0000 (0:00:00.021) 0:02:02.955 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-md.yml:70 Thursday 06 June 2024 13:31:04 +0000 (0:00:00.021) 0:02:02.977 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:3 Thursday 06 June 2024 13:31:04 +0000 (0:00:00.022) 0:02:03.000 ********* ok: [sut] => { "bytes": 3221225472, "changed": false, "lvm": "3g", "parted": "3GiB", "size": "3 GiB" } TASK [Parse the requested size of the volume] ********************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:11 Thursday 06 June 2024 13:31:04 +0000 (0:00:00.219) 0:02:03.219 ********* ok: [sut] => { "bytes": 3221225472, "changed": false, "lvm": "3g", "parted": "3GiB", "size": "3 GiB" } TASK [Establish base value for expected size] ********************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:20 Thursday 06 June 2024 13:31:05 +0000 (0:00:00.218) 0:02:03.438 ********* ok: [sut] => { "ansible_facts": { "storage_test_expected_size": "3221225472" }, "changed": false } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:28 Thursday 06 June 2024 13:31:05 +0000 (0:00:00.034) 0:02:03.473 ********* ok: [sut] => { "storage_test_expected_size": "3221225472" } TASK [Get the size of parent/pool device] ************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:32 Thursday 06 June 2024 13:31:05 +0000 (0:00:00.024) 0:02:03.497 ********* ok: [sut] => { "bytes": 21431886807, "changed": false, "lvm": "19g", "parted": "19GiB", "size": "19 GiB" } TASK [Show test pool] ********************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:46 Thursday 06 June 2024 13:31:05 +0000 (0:00:00.217) 0:02:03.714 ********* skipping: [sut] => { "false_condition": "'%' in storage_test_volume.size | string" } TASK [Show test blockinfo] ***************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:50 Thursday 06 June 2024 13:31:05 +0000 (0:00:00.077) 0:02:03.792 ********* skipping: [sut] => { "false_condition": "'%' in storage_test_volume.size | string" } TASK [Show test pool size] ***************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:54 Thursday 06 June 2024 13:31:05 +0000 (0:00:00.033) 0:02:03.825 ********* skipping: [sut] => { "false_condition": "'%' in storage_test_volume.size | string" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:58 Thursday 06 June 2024 13:31:05 +0000 (0:00:00.034) 0:02:03.860 ********* skipping: [sut] => { "changed": false, "false_condition": "'%' in storage_test_volume.size | string", "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:67 Thursday 06 June 2024 13:31:05 +0000 (0:00:00.034) 0:02:03.895 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:71 Thursday 06 June 2024 13:31:05 +0000 (0:00:00.021) 0:02:03.917 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:76 Thursday 06 June 2024 13:31:05 +0000 (0:00:00.023) 0:02:03.940 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:82 Thursday 06 June 2024 13:31:05 +0000 (0:00:00.022) 0:02:03.962 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:86 Thursday 06 June 2024 13:31:05 +0000 (0:00:00.022) 0:02:03.985 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:91 Thursday 06 June 2024 13:31:05 +0000 (0:00:00.020) 0:02:04.005 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:96 Thursday 06 June 2024 13:31:05 +0000 (0:00:00.021) 0:02:04.027 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:101 Thursday 06 June 2024 13:31:05 +0000 (0:00:00.024) 0:02:04.051 ********* skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Show volume thin pool size] ********************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:105 Thursday 06 June 2024 13:31:05 +0000 (0:00:00.024) 0:02:04.075 ********* skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:109 Thursday 06 June 2024 13:31:05 +0000 (0:00:00.021) 0:02:04.096 ********* skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Establish base value for expected thin pool size] ************************ task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:113 Thursday 06 June 2024 13:31:05 +0000 (0:00:00.024) 0:02:04.121 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:120 Thursday 06 June 2024 13:31:05 +0000 (0:00:00.022) 0:02:04.143 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:127 Thursday 06 June 2024 13:31:05 +0000 (0:00:00.076) 0:02:04.220 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:131 Thursday 06 June 2024 13:31:05 +0000 (0:00:00.022) 0:02:04.242 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:137 Thursday 06 June 2024 13:31:05 +0000 (0:00:00.022) 0:02:04.265 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:143 Thursday 06 June 2024 13:31:05 +0000 (0:00:00.025) 0:02:04.290 ********* ok: [sut] => { "storage_test_actual_size": { "bytes": 3221225472, "changed": false, "failed": false, "lvm": "3g", "parted": "3GiB", "size": "3 GiB" } } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:147 Thursday 06 June 2024 13:31:05 +0000 (0:00:00.028) 0:02:04.319 ********* ok: [sut] => { "storage_test_expected_size": "3221225472" } TASK [Assert expected size is actual size] ************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:151 Thursday 06 June 2024 13:31:05 +0000 (0:00:00.031) 0:02:04.350 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-cache.yml:5 Thursday 06 June 2024 13:31:06 +0000 (0:00:00.040) 0:02:04.391 ********* ok: [sut] => { "changed": false, "cmd": [ "lvs", "--noheadings", "--nameprefixes", "--units=b", "--nosuffix", "--unquoted", "-o", "name,attr,cache_total_blocks,chunk_size,segtype", "vg1/lv3" ], "delta": "0:00:00.031008", "end": "2024-06-06 13:31:06.251481", "rc": 0, "start": "2024-06-06 13:31:06.220473" } STDOUT: LVM2_LV_NAME=lv3 LVM2_LV_ATTR=-wi-ao---- LVM2_CACHE_TOTAL_BLOCKS= LVM2_CHUNK_SIZE=0 LVM2_SEGTYPE=linear TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-cache.yml:13 Thursday 06 June 2024 13:31:06 +0000 (0:00:00.256) 0:02:04.648 ********* ok: [sut] => { "ansible_facts": { "storage_test_lv_segtype": [ "linear" ] }, "changed": false } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-cache.yml:17 Thursday 06 June 2024 13:31:06 +0000 (0:00:00.036) 0:02:04.684 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set LV cache size] ******************************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-cache.yml:24 Thursday 06 June 2024 13:31:06 +0000 (0:00:00.034) 0:02:04.719 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.cached | bool", "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-cache.yml:31 Thursday 06 June 2024 13:31:06 +0000 (0:00:00.032) 0:02:04.751 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.cached | bool", "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-cache.yml:37 Thursday 06 June 2024 13:31:06 +0000 (0:00:00.033) 0:02:04.785 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.cached | bool", "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-cache.yml:42 Thursday 06 June 2024 13:31:06 +0000 (0:00:00.033) 0:02:04.818 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.cached | bool", "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume.yml:25 Thursday 06 June 2024 13:31:06 +0000 (0:00:00.031) 0:02:04.850 ********* ok: [sut] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-role-results.yml:44 Thursday 06 June 2024 13:31:06 +0000 (0:00:00.023) 0:02:04.874 ********* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Clean up variable namespace] ********************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-role-results.yml:54 Thursday 06 June 2024 13:31:06 +0000 (0:00:00.082) 0:02:04.956 ********* ok: [sut] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } TASK [Remove the device created above] ***************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/tests_create_raid_pool_then_remove.yml:100 Thursday 06 June 2024 13:31:06 +0000 (0:00:00.025) 0:02:04.982 ********* TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Thursday 06 June 2024 13:31:06 +0000 (0:00:00.063) 0:02:05.045 ********* included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Thursday 06 June 2024 13:31:06 +0000 (0:00:00.037) 0:02:05.083 ********* skipping: [sut] => { "changed": false, "false_condition": "__storage_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Thursday 06 June 2024 13:31:06 +0000 (0:00:00.037) 0:02:05.120 ********* skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_9.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs" ] }, "ansible_included_var_files": [ "/WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } ok: [sut] => (item=CentOS_9.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs" ] }, "ansible_included_var_files": [ "/WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Thursday 06 June 2024 13:31:06 +0000 (0:00:00.059) 0:02:05.180 ********* skipping: [sut] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Thursday 06 June 2024 13:31:06 +0000 (0:00:00.025) 0:02:05.206 ********* skipping: [sut] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Thursday 06 June 2024 13:31:06 +0000 (0:00:00.025) 0:02:05.231 ********* ok: [sut] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Thursday 06 June 2024 13:31:06 +0000 (0:00:00.026) 0:02:05.258 ********* ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Thursday 06 June 2024 13:31:06 +0000 (0:00:00.027) 0:02:05.285 ********* redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for sut TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Thursday 06 June 2024 13:31:06 +0000 (0:00:00.052) 0:02:05.338 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"blivet_available\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Thursday 06 June 2024 13:31:07 +0000 (0:00:00.081) 0:02:05.419 ********* ok: [sut] => { "storage_pools": [ { "disks": [ "sda", "sdb" ], "name": "vg1", "raid_level": "raid0", "state": "absent", "type": "lvm", "volumes": [ { "mount_point": "/opt/test1", "name": "lv1", "size": "2g" }, { "mount_point": "/opt/test2", "name": "lv2", "size": "3g" }, { "mount_point": "/opt/test3", "name": "lv3", "size": "3g" } ] } ] } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Thursday 06 June 2024 13:31:07 +0000 (0:00:00.028) 0:02:05.448 ********* ok: [sut] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined. 'storage_volumes' is undefined" } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Thursday 06 June 2024 13:31:07 +0000 (0:00:00.028) 0:02:05.476 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Thursday 06 June 2024 13:31:07 +0000 (0:00:00.026) 0:02:05.503 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Thursday 06 June 2024 13:31:07 +0000 (0:00:00.026) 0:02:05.530 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Thursday 06 June 2024 13:31:07 +0000 (0:00:00.031) 0:02:05.562 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"service_facts\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Thursday 06 June 2024 13:31:07 +0000 (0:00:00.026) 0:02:05.588 ********* ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Thursday 06 June 2024 13:31:07 +0000 (0:00:00.048) 0:02:05.636 ********* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Thursday 06 June 2024 13:31:07 +0000 (0:00:00.020) 0:02:05.657 ********* changed: [sut] => { "actions": [ { "action": "destroy format", "device": "/dev/mapper/vg1-lv3", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/vg1-lv3", "fs_type": null }, { "action": "destroy format", "device": "/dev/mapper/vg1-lv2", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/vg1-lv2", "fs_type": null }, { "action": "destroy format", "device": "/dev/mapper/vg1-lv1", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/vg1-lv1", "fs_type": null }, { "action": "destroy device", "device": "/dev/vg1", "fs_type": null }, { "action": "destroy format", "device": "/dev/md/vg1-1", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/md/vg1-1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sda1", "fs_type": "mdmember" }, { "action": "destroy device", "device": "/dev/sda1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sda", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/sdb1", "fs_type": "mdmember" }, { "action": "destroy device", "device": "/dev/sdb1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdb", "fs_type": "disklabel" } ], "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": "xfs", "path": "/opt/test3", "src": "/dev/mapper/vg1-lv3", "state": "absent" }, { "fstype": "xfs", "path": "/opt/test2", "src": "/dev/mapper/vg1-lv2", "state": "absent" }, { "fstype": "xfs", "path": "/opt/test1", "src": "/dev/mapper/vg1-lv1", "state": "absent" } ], "packages": [ "xfsprogs" ], "pools": [ { "disks": [ "sda", "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "vg1", "raid_chunk_size": "512 KiB", "raid_device_count": 2, "raid_level": "raid0", "raid_metadata_version": "1.2", "raid_spare_count": 0, "shared": false, "state": "absent", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/vg1-lv1", "_mount_id": "/dev/mapper/vg1-lv1", "_raw_device": "/dev/mapper/vg1-lv1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "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": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "lv1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "2g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/vg1-lv2", "_mount_id": "/dev/mapper/vg1-lv2", "_raw_device": "/dev/mapper/vg1-lv2", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "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": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test2", "mount_user": null, "name": "lv2", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "3g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/vg1-lv3", "_mount_id": "/dev/mapper/vg1-lv3", "_raw_device": "/dev/mapper/vg1-lv3", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "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": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test3", "mount_user": null, "name": "lv3", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "3g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Thursday 06 June 2024 13:31:11 +0000 (0:00:04.323) 0:02:09.980 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_udevadm_trigger | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Thursday 06 June 2024 13:31:11 +0000 (0:00:00.032) 0:02:10.012 ********* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:101 Thursday 06 June 2024 13:31:11 +0000 (0:00:00.020) 0:02:10.032 ********* ok: [sut] => { "blivet_output": { "actions": [ { "action": "destroy format", "device": "/dev/mapper/vg1-lv3", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/vg1-lv3", "fs_type": null }, { "action": "destroy format", "device": "/dev/mapper/vg1-lv2", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/vg1-lv2", "fs_type": null }, { "action": "destroy format", "device": "/dev/mapper/vg1-lv1", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/vg1-lv1", "fs_type": null }, { "action": "destroy device", "device": "/dev/vg1", "fs_type": null }, { "action": "destroy format", "device": "/dev/md/vg1-1", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/md/vg1-1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sda1", "fs_type": "mdmember" }, { "action": "destroy device", "device": "/dev/sda1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sda", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/sdb1", "fs_type": "mdmember" }, { "action": "destroy device", "device": "/dev/sdb1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdb", "fs_type": "disklabel" } ], "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": "xfs", "path": "/opt/test3", "src": "/dev/mapper/vg1-lv3", "state": "absent" }, { "fstype": "xfs", "path": "/opt/test2", "src": "/dev/mapper/vg1-lv2", "state": "absent" }, { "fstype": "xfs", "path": "/opt/test1", "src": "/dev/mapper/vg1-lv1", "state": "absent" } ], "packages": [ "xfsprogs" ], "pools": [ { "disks": [ "sda", "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "vg1", "raid_chunk_size": "512 KiB", "raid_device_count": 2, "raid_level": "raid0", "raid_metadata_version": "1.2", "raid_spare_count": 0, "shared": false, "state": "absent", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/vg1-lv1", "_mount_id": "/dev/mapper/vg1-lv1", "_raw_device": "/dev/mapper/vg1-lv1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "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": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "lv1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "2g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/vg1-lv2", "_mount_id": "/dev/mapper/vg1-lv2", "_raw_device": "/dev/mapper/vg1-lv2", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "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": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test2", "mount_user": null, "name": "lv2", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "3g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/vg1-lv3", "_mount_id": "/dev/mapper/vg1-lv3", "_raw_device": "/dev/mapper/vg1-lv3", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "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": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test3", "mount_user": null, "name": "lv3", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "3g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:110 Thursday 06 June 2024 13:31:11 +0000 (0:00:00.028) 0:02:10.061 ********* ok: [sut] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "sda", "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "vg1", "raid_chunk_size": "512 KiB", "raid_device_count": 2, "raid_level": "raid0", "raid_metadata_version": "1.2", "raid_spare_count": 0, "shared": false, "state": "absent", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/vg1-lv1", "_mount_id": "/dev/mapper/vg1-lv1", "_raw_device": "/dev/mapper/vg1-lv1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "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": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "lv1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "2g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/vg1-lv2", "_mount_id": "/dev/mapper/vg1-lv2", "_raw_device": "/dev/mapper/vg1-lv2", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "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": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test2", "mount_user": null, "name": "lv2", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "3g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/vg1-lv3", "_mount_id": "/dev/mapper/vg1-lv3", "_raw_device": "/dev/mapper/vg1-lv3", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "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": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test3", "mount_user": null, "name": "lv3", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "3g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] }, "changed": false } TASK [fedora.linux_system_roles.storage : Set the list of volumes for test verification] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:114 Thursday 06 June 2024 13:31:11 +0000 (0:00:00.026) 0:02:10.087 ********* ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:130 Thursday 06 June 2024 13:31:11 +0000 (0:00:00.024) 0:02:10.112 ********* redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount changed: [sut] => (item={'src': '/dev/mapper/vg1-lv3', 'path': '/opt/test3', 'state': 'absent', 'fstype': 'xfs'}) => { "ansible_loop_var": "mount_info", "backup_file": "", "boot": "yes", "changed": true, "dump": "0", "fstab": "/etc/fstab", "fstype": "xfs", "mount_info": { "fstype": "xfs", "path": "/opt/test3", "src": "/dev/mapper/vg1-lv3", "state": "absent" }, "name": "/opt/test3", "opts": "defaults", "passno": "0", "src": "/dev/mapper/vg1-lv3" } redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount changed: [sut] => (item={'src': '/dev/mapper/vg1-lv2', 'path': '/opt/test2', 'state': 'absent', 'fstype': 'xfs'}) => { "ansible_loop_var": "mount_info", "backup_file": "", "boot": "yes", "changed": true, "dump": "0", "fstab": "/etc/fstab", "fstype": "xfs", "mount_info": { "fstype": "xfs", "path": "/opt/test2", "src": "/dev/mapper/vg1-lv2", "state": "absent" }, "name": "/opt/test2", "opts": "defaults", "passno": "0", "src": "/dev/mapper/vg1-lv2" } redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount changed: [sut] => (item={'src': '/dev/mapper/vg1-lv1', 'path': '/opt/test1', 'state': 'absent', 'fstype': 'xfs'}) => { "ansible_loop_var": "mount_info", "backup_file": "", "boot": "yes", "changed": true, "dump": "0", "fstab": "/etc/fstab", "fstype": "xfs", "mount_info": { "fstype": "xfs", "path": "/opt/test1", "src": "/dev/mapper/vg1-lv1", "state": "absent" }, "name": "/opt/test1", "opts": "defaults", "passno": "0", "src": "/dev/mapper/vg1-lv1" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:141 Thursday 06 June 2024 13:31:12 +0000 (0:00:00.685) 0:02:10.797 ********* ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:146 Thursday 06 June 2024 13:31:12 +0000 (0:00:00.561) 0:02:11.359 ********* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:157 Thursday 06 June 2024 13:31:13 +0000 (0:00:00.034) 0:02:11.394 ********* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:169 Thursday 06 June 2024 13:31:13 +0000 (0:00:00.036) 0:02:11.431 ********* ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:177 Thursday 06 June 2024 13:31:13 +0000 (0:00:00.554) 0:02:11.985 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1717680394.2913754, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1716902420.402, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 2097284, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "inode/x-empty", "mode": "0600", "mtime": 1716902144.521, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "3342962587", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:182 Thursday 06 June 2024 13:31:13 +0000 (0:00:00.209) 0:02:12.195 ********* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:204 Thursday 06 June 2024 13:31:13 +0000 (0:00:00.026) 0:02:12.222 ********* ok: [sut] TASK [Verify role results] ***************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/tests_create_raid_pool_then_remove.yml:121 Thursday 06 June 2024 13:31:14 +0000 (0:00:00.775) 0:02:12.997 ********* included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-role-results.yml for sut TASK [Print out pool information] ********************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-role-results.yml:2 Thursday 06 June 2024 13:31:14 +0000 (0:00:00.044) 0:02:13.042 ********* ok: [sut] => { "_storage_pools_list": [ { "disks": [ "sda", "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "vg1", "raid_chunk_size": "512 KiB", "raid_device_count": 2, "raid_level": "raid0", "raid_metadata_version": "1.2", "raid_spare_count": 0, "shared": false, "state": "absent", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/vg1-lv1", "_mount_id": "/dev/mapper/vg1-lv1", "_raw_device": "/dev/mapper/vg1-lv1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "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": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "lv1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "2g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/vg1-lv2", "_mount_id": "/dev/mapper/vg1-lv2", "_raw_device": "/dev/mapper/vg1-lv2", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "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": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test2", "mount_user": null, "name": "lv2", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "3g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/vg1-lv3", "_mount_id": "/dev/mapper/vg1-lv3", "_raw_device": "/dev/mapper/vg1-lv3", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "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": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test3", "mount_user": null, "name": "lv3", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "3g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] } TASK [Print out volume information] ******************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-role-results.yml:7 Thursday 06 June 2024 13:31:14 +0000 (0:00:00.042) 0:02:13.084 ********* skipping: [sut] => { "false_condition": "_storage_volumes_list | length > 0" } TASK [Collect info about the volumes.] ***************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-role-results.yml:15 Thursday 06 June 2024 13:31:14 +0000 (0:00:00.030) 0:02:13.115 ********* 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": "82a26900-2b36-49b9-bc49-f4d2f0bb14b8" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-role-results.yml:20 Thursday 06 June 2024 13:31:14 +0000 (0:00:00.208) 0:02:13.324 ********* ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.003250", "end": "2024-06-06 13:31:15.135165", "rc": 0, "start": "2024-06-06 13:31:15.131915" } STDOUT: # # /etc/fstab # Created by anaconda on Tue May 28 13:15:44 2024 # # Accessible filesystems, by reference, are maintained under '/dev/disk/'. # See man pages fstab(5), findfs(8), mount(8) and/or blkid(8) for more info. # # After editing this file, run 'systemctl daemon-reload' to update systemd # units generated from this file. # UUID=82a26900-2b36-49b9-bc49-f4d2f0bb14b8 / xfs defaults 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat /mnt/redhat nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/qa /mnt/qa nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive /mnt/engarchive nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/tpsdist /mnt/tpsdist nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot /mnt/brew nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch /mnt/brew_scratch nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-role-results.yml:25 Thursday 06 June 2024 13:31:15 +0000 (0:00:00.205) 0:02:13.529 ********* ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.003304", "end": "2024-06-06 13:31:15.340233", "failed_when_result": false, "rc": 0, "start": "2024-06-06 13:31:15.336929" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-role-results.yml:34 Thursday 06 June 2024 13:31:15 +0000 (0:00:00.256) 0:02:13.786 ********* included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool.yml for sut => (item={'disks': ['sda', 'sdb'], 'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'name': 'vg1', 'raid_level': 'raid0', 'raid_device_count': 2, 'raid_spare_count': 0, 'raid_metadata_version': '1.2', 'raid_chunk_size': '512 KiB', 'shared': False, 'state': 'absent', 'type': 'lvm', 'volumes': [{'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'lv1', 'raid_level': None, 'size': '2g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda', 'sdb'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/vg1-lv1', '_raw_device': '/dev/mapper/vg1-lv1', '_mount_id': '/dev/mapper/vg1-lv1'}, {'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': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test2', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'lv2', 'raid_level': None, 'size': '3g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda', 'sdb'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/vg1-lv2', '_raw_device': '/dev/mapper/vg1-lv2', '_mount_id': '/dev/mapper/vg1-lv2'}, {'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': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test3', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'lv3', 'raid_level': None, 'size': '3g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda', 'sdb'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/vg1-lv3', '_raw_device': '/dev/mapper/vg1-lv3', '_mount_id': '/dev/mapper/vg1-lv3'}]}) TASK [Set _storage_pool_tests] ************************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool.yml:5 Thursday 06 June 2024 13:31:15 +0000 (0:00:00.054) 0:02:13.840 ********* ok: [sut] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool.yml:18 Thursday 06 June 2024 13:31:15 +0000 (0:00:00.022) 0:02:13.863 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'lvm' and storage_test_pool.state == 'present'", "skip_reason": "Conditional result was False" } TASK [Verify that VG shared value checks out] ********************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool.yml:24 Thursday 06 June 2024 13:31:15 +0000 (0:00:00.022) 0:02:13.885 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'lvm' and storage_test_pool.state == 'present'", "skip_reason": "Conditional result was False" } TASK [Verify pool subset] ****************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool.yml:34 Thursday 06 June 2024 13:31:15 +0000 (0:00:00.021) 0:02:13.907 ********* included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool-members.yml for sut => (item=members) included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool-volumes.yml for sut => (item=volumes) TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool-members.yml:2 Thursday 06 June 2024 13:31:15 +0000 (0:00:00.047) 0:02:13.954 ********* ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_count": "0", "_storage_test_pool_pvs_lvm": [] }, "changed": false } TASK [Get the canonical device path for each member device] ******************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool-members.yml:8 Thursday 06 June 2024 13:31:15 +0000 (0:00:00.037) 0:02:13.992 ********* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Set pvs lvm length] ****************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool-members.yml:17 Thursday 06 June 2024 13:31:15 +0000 (0:00:00.020) 0:02:14.012 ********* ok: [sut] => { "ansible_facts": { "__pvs_lvm_len": "0" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool-members.yml:22 Thursday 06 June 2024 13:31:15 +0000 (0:00:00.033) 0:02:14.046 ********* ok: [sut] => { "ansible_facts": { "_storage_test_pool_pvs": [] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool-members.yml:27 Thursday 06 June 2024 13:31:15 +0000 (0:00:00.033) 0:02:14.079 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool-members.yml:36 Thursday 06 June 2024 13:31:15 +0000 (0:00:00.036) 0:02:14.116 ********* ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool-members.yml:41 Thursday 06 June 2024 13:31:15 +0000 (0:00:00.024) 0:02:14.141 ********* ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "partition" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool-members.yml:46 Thursday 06 June 2024 13:31:15 +0000 (0:00:00.033) 0:02:14.174 ********* ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "raid0" }, "changed": false } TASK [Check the type of each PV] *********************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool-members.yml:51 Thursday 06 June 2024 13:31:15 +0000 (0:00:00.026) 0:02:14.200 ********* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check MD RAID] *********************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool-members.yml:64 Thursday 06 June 2024 13:31:15 +0000 (0:00:00.078) 0:02:14.279 ********* included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-md.yml for sut TASK [Get information about RAID] ********************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-md.yml:8 Thursday 06 June 2024 13:31:15 +0000 (0:00:00.041) 0:02:14.321 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.state != \"absent\"", "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-md.yml:14 Thursday 06 June 2024 13:31:15 +0000 (0:00:00.022) 0:02:14.343 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.state != \"absent\"", "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-md.yml:19 Thursday 06 June 2024 13:31:16 +0000 (0:00:00.023) 0:02:14.366 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.state != \"absent\"", "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-md.yml:24 Thursday 06 June 2024 13:31:16 +0000 (0:00:00.024) 0:02:14.390 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.state != \"absent\"", "skip_reason": "Conditional result was False" } TASK [Set md chunk size regex] ************************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-md.yml:29 Thursday 06 June 2024 13:31:16 +0000 (0:00:00.022) 0:02:14.412 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.state != \"absent\"", "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-md.yml:37 Thursday 06 June 2024 13:31:16 +0000 (0:00:00.021) 0:02:14.434 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.state != \"absent\"", "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-md.yml:46 Thursday 06 June 2024 13:31:16 +0000 (0:00:00.020) 0:02:14.455 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.state != \"absent\"", "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-md.yml:55 Thursday 06 June 2024 13:31:16 +0000 (0:00:00.021) 0:02:14.476 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.state != \"absent\"", "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-md.yml:64 Thursday 06 June 2024 13:31:16 +0000 (0:00:00.020) 0:02:14.497 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.state != \"absent\"", "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-md.yml:74 Thursday 06 June 2024 13:31:16 +0000 (0:00:00.020) 0:02:14.517 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.state != \"absent\"", "skip_reason": "Conditional result was False" } TASK [Reset variables used by tests] ******************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-md.yml:83 Thursday 06 June 2024 13:31:16 +0000 (0:00:00.021) 0:02:14.539 ********* ok: [sut] => { "ansible_facts": { "storage_test_md_active_devices_re": null, "storage_test_md_chunk_size_re": null, "storage_test_md_metadata_version_re": null, "storage_test_md_spare_devices_re": null }, "changed": false } TASK [Check LVM RAID] ********************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool-members.yml:67 Thursday 06 June 2024 13:31:16 +0000 (0:00:00.022) 0:02:14.561 ********* included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-members-lvmraid.yml for sut TASK [Validate pool member LVM RAID settings] ********************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-members-lvmraid.yml:2 Thursday 06 June 2024 13:31:16 +0000 (0:00:00.039) 0:02:14.600 ********* included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-lvmraid.yml for sut => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'lv1', 'raid_level': None, 'size': '2g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda', 'sdb'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/vg1-lv1', '_raw_device': '/dev/mapper/vg1-lv1', '_mount_id': '/dev/mapper/vg1-lv1'}) included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-lvmraid.yml for sut => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test2', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'lv2', 'raid_level': None, 'size': '3g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda', 'sdb'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/vg1-lv2', '_raw_device': '/dev/mapper/vg1-lv2', '_mount_id': '/dev/mapper/vg1-lv2'}) included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-lvmraid.yml for sut => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test3', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'lv3', 'raid_level': None, 'size': '3g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda', 'sdb'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/vg1-lv3', '_raw_device': '/dev/mapper/vg1-lv3', '_mount_id': '/dev/mapper/vg1-lv3'}) TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-lvmraid.yml:8 Thursday 06 June 2024 13:31:16 +0000 (0:00:00.095) 0:02:14.695 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-lvmraid.yml:16 Thursday 06 June 2024 13:31:16 +0000 (0:00:00.024) 0:02:14.719 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-lvmraid.yml:20 Thursday 06 June 2024 13:31:16 +0000 (0:00:00.023) 0:02:14.743 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Set LV stripe size] ****************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-lvmraid.yml:27 Thursday 06 June 2024 13:31:16 +0000 (0:00:00.023) 0:02:14.767 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Parse the requested stripe size] ***************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-lvmraid.yml:31 Thursday 06 June 2024 13:31:16 +0000 (0:00:00.024) 0:02:14.791 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Set expected stripe size] ************************************************ task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-lvmraid.yml:37 Thursday 06 June 2024 13:31:16 +0000 (0:00:00.023) 0:02:14.815 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Check stripe size] ******************************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-lvmraid.yml:42 Thursday 06 June 2024 13:31:16 +0000 (0:00:00.022) 0:02:14.838 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-lvmraid.yml:8 Thursday 06 June 2024 13:31:16 +0000 (0:00:00.024) 0:02:14.863 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-lvmraid.yml:16 Thursday 06 June 2024 13:31:16 +0000 (0:00:00.025) 0:02:14.888 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-lvmraid.yml:20 Thursday 06 June 2024 13:31:16 +0000 (0:00:00.022) 0:02:14.911 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Set LV stripe size] ****************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-lvmraid.yml:27 Thursday 06 June 2024 13:31:16 +0000 (0:00:00.024) 0:02:14.935 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Parse the requested stripe size] ***************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-lvmraid.yml:31 Thursday 06 June 2024 13:31:16 +0000 (0:00:00.025) 0:02:14.961 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Set expected stripe size] ************************************************ task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-lvmraid.yml:37 Thursday 06 June 2024 13:31:16 +0000 (0:00:00.023) 0:02:14.984 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Check stripe size] ******************************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-lvmraid.yml:42 Thursday 06 June 2024 13:31:16 +0000 (0:00:00.023) 0:02:15.007 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-lvmraid.yml:8 Thursday 06 June 2024 13:31:16 +0000 (0:00:00.024) 0:02:15.032 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-lvmraid.yml:16 Thursday 06 June 2024 13:31:16 +0000 (0:00:00.023) 0:02:15.056 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-lvmraid.yml:20 Thursday 06 June 2024 13:31:16 +0000 (0:00:00.089) 0:02:15.145 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Set LV stripe size] ****************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-lvmraid.yml:27 Thursday 06 June 2024 13:31:16 +0000 (0:00:00.026) 0:02:15.171 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Parse the requested stripe size] ***************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-lvmraid.yml:31 Thursday 06 June 2024 13:31:16 +0000 (0:00:00.030) 0:02:15.201 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Set expected stripe size] ************************************************ task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-lvmraid.yml:37 Thursday 06 June 2024 13:31:16 +0000 (0:00:00.028) 0:02:15.230 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Check stripe size] ******************************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-lvmraid.yml:42 Thursday 06 June 2024 13:31:16 +0000 (0:00:00.027) 0:02:15.258 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Check Thin Pools] ******************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool-members.yml:70 Thursday 06 June 2024 13:31:16 +0000 (0:00:00.026) 0:02:15.284 ********* included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-members-thin.yml for sut TASK [Validate pool member thinpool settings] ********************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-members-thin.yml:2 Thursday 06 June 2024 13:31:16 +0000 (0:00:00.048) 0:02:15.333 ********* included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-thin.yml for sut => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'lv1', 'raid_level': None, 'size': '2g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda', 'sdb'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/vg1-lv1', '_raw_device': '/dev/mapper/vg1-lv1', '_mount_id': '/dev/mapper/vg1-lv1'}) included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-thin.yml for sut => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test2', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'lv2', 'raid_level': None, 'size': '3g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda', 'sdb'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/vg1-lv2', '_raw_device': '/dev/mapper/vg1-lv2', '_mount_id': '/dev/mapper/vg1-lv2'}) included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-thin.yml for sut => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test3', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'lv3', 'raid_level': None, 'size': '3g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda', 'sdb'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/vg1-lv3', '_raw_device': '/dev/mapper/vg1-lv3', '_mount_id': '/dev/mapper/vg1-lv3'}) TASK [Get information about thinpool] ****************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-thin.yml:8 Thursday 06 June 2024 13:31:17 +0000 (0:00:00.057) 0:02:15.391 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_thin_volume.thin", "skip_reason": "Conditional result was False" } TASK [Check that volume is in correct thinpool (when thinp name is provided)] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-thin.yml:16 Thursday 06 June 2024 13:31:17 +0000 (0:00:00.023) 0:02:15.414 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_thin_volume.thin", "skip_reason": "Conditional result was False" } TASK [Check that volume is in thinpool (when thinp name is not provided)] ****** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-thin.yml:22 Thursday 06 June 2024 13:31:17 +0000 (0:00:00.024) 0:02:15.439 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_thin_volume.thin", "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-thin.yml:26 Thursday 06 June 2024 13:31:17 +0000 (0:00:00.023) 0:02:15.462 ********* ok: [sut] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Get information about thinpool] ****************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-thin.yml:8 Thursday 06 June 2024 13:31:17 +0000 (0:00:00.023) 0:02:15.486 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_thin_volume.thin", "skip_reason": "Conditional result was False" } TASK [Check that volume is in correct thinpool (when thinp name is provided)] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-thin.yml:16 Thursday 06 June 2024 13:31:17 +0000 (0:00:00.022) 0:02:15.508 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_thin_volume.thin", "skip_reason": "Conditional result was False" } TASK [Check that volume is in thinpool (when thinp name is not provided)] ****** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-thin.yml:22 Thursday 06 June 2024 13:31:17 +0000 (0:00:00.020) 0:02:15.528 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_thin_volume.thin", "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-thin.yml:26 Thursday 06 June 2024 13:31:17 +0000 (0:00:00.083) 0:02:15.612 ********* ok: [sut] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Get information about thinpool] ****************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-thin.yml:8 Thursday 06 June 2024 13:31:17 +0000 (0:00:00.023) 0:02:15.636 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_thin_volume.thin", "skip_reason": "Conditional result was False" } TASK [Check that volume is in correct thinpool (when thinp name is provided)] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-thin.yml:16 Thursday 06 June 2024 13:31:17 +0000 (0:00:00.021) 0:02:15.657 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_thin_volume.thin", "skip_reason": "Conditional result was False" } TASK [Check that volume is in thinpool (when thinp name is not provided)] ****** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-thin.yml:22 Thursday 06 June 2024 13:31:17 +0000 (0:00:00.022) 0:02:15.679 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_thin_volume.thin", "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-thin.yml:26 Thursday 06 June 2024 13:31:17 +0000 (0:00:00.023) 0:02:15.703 ********* ok: [sut] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Check member encryption] ************************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool-members.yml:73 Thursday 06 June 2024 13:31:17 +0000 (0:00:00.022) 0:02:15.726 ********* included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-members-encryption.yml for sut TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-members-encryption.yml:5 Thursday 06 June 2024 13:31:17 +0000 (0:00:00.046) 0:02:15.772 ********* ok: [sut] => { "ansible_facts": { "_storage_test_expected_crypttab_entries": "0", "_storage_test_expected_crypttab_key_file": "-" }, "changed": false } TASK [Validate pool member LUKS settings] ************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-members-encryption.yml:10 Thursday 06 June 2024 13:31:17 +0000 (0:00:00.033) 0:02:15.806 ********* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Validate pool member crypttab entries] *********************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-members-encryption.yml:17 Thursday 06 June 2024 13:31:17 +0000 (0:00:00.020) 0:02:15.826 ********* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-members-encryption.yml:24 Thursday 06 June 2024 13:31:17 +0000 (0:00:00.020) 0:02:15.846 ********* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_crypttab_key_file": null }, "changed": false } TASK [Check VDO] *************************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool-members.yml:76 Thursday 06 June 2024 13:31:17 +0000 (0:00:00.021) 0:02:15.868 ********* included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-members-vdo.yml for sut TASK [Validate pool member VDO settings] *************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-members-vdo.yml:2 Thursday 06 June 2024 13:31:17 +0000 (0:00:00.044) 0:02:15.912 ********* included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-vdo.yml for sut => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'lv1', 'raid_level': None, 'size': '2g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda', 'sdb'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/vg1-lv1', '_raw_device': '/dev/mapper/vg1-lv1', '_mount_id': '/dev/mapper/vg1-lv1'}) included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-vdo.yml for sut => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test2', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'lv2', 'raid_level': None, 'size': '3g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda', 'sdb'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/vg1-lv2', '_raw_device': '/dev/mapper/vg1-lv2', '_mount_id': '/dev/mapper/vg1-lv2'}) included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-vdo.yml for sut => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test3', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'lv3', 'raid_level': None, 'size': '3g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda', 'sdb'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/vg1-lv3', '_raw_device': '/dev/mapper/vg1-lv3', '_mount_id': '/dev/mapper/vg1-lv3'}) TASK [Get information about VDO deduplication] ********************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-vdo.yml:8 Thursday 06 June 2024 13:31:17 +0000 (0:00:00.051) 0:02:15.964 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-vdo.yml:15 Thursday 06 June 2024 13:31:17 +0000 (0:00:00.083) 0:02:16.047 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-vdo.yml:21 Thursday 06 June 2024 13:31:17 +0000 (0:00:00.024) 0:02:16.072 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Get information about VDO compression] *********************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-vdo.yml:27 Thursday 06 June 2024 13:31:17 +0000 (0:00:00.022) 0:02:16.094 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-vdo.yml:34 Thursday 06 June 2024 13:31:17 +0000 (0:00:00.023) 0:02:16.117 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-vdo.yml:40 Thursday 06 June 2024 13:31:17 +0000 (0:00:00.022) 0:02:16.140 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-vdo.yml:46 Thursday 06 June 2024 13:31:17 +0000 (0:00:00.021) 0:02:16.162 ********* ok: [sut] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Get information about VDO deduplication] ********************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-vdo.yml:8 Thursday 06 June 2024 13:31:17 +0000 (0:00:00.023) 0:02:16.185 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-vdo.yml:15 Thursday 06 June 2024 13:31:17 +0000 (0:00:00.023) 0:02:16.208 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-vdo.yml:21 Thursday 06 June 2024 13:31:17 +0000 (0:00:00.021) 0:02:16.229 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Get information about VDO compression] *********************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-vdo.yml:27 Thursday 06 June 2024 13:31:17 +0000 (0:00:00.022) 0:02:16.252 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-vdo.yml:34 Thursday 06 June 2024 13:31:17 +0000 (0:00:00.022) 0:02:16.275 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-vdo.yml:40 Thursday 06 June 2024 13:31:17 +0000 (0:00:00.022) 0:02:16.297 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-vdo.yml:46 Thursday 06 June 2024 13:31:17 +0000 (0:00:00.022) 0:02:16.320 ********* ok: [sut] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Get information about VDO deduplication] ********************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-vdo.yml:8 Thursday 06 June 2024 13:31:17 +0000 (0:00:00.023) 0:02:16.344 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-vdo.yml:15 Thursday 06 June 2024 13:31:18 +0000 (0:00:00.021) 0:02:16.365 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-vdo.yml:21 Thursday 06 June 2024 13:31:18 +0000 (0:00:00.022) 0:02:16.388 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Get information about VDO compression] *********************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-vdo.yml:27 Thursday 06 June 2024 13:31:18 +0000 (0:00:00.096) 0:02:16.485 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-vdo.yml:34 Thursday 06 June 2024 13:31:18 +0000 (0:00:00.022) 0:02:16.508 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-vdo.yml:40 Thursday 06 June 2024 13:31:18 +0000 (0:00:00.022) 0:02:16.531 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-vdo.yml:46 Thursday 06 June 2024 13:31:18 +0000 (0:00:00.022) 0:02:16.553 ********* ok: [sut] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool-members.yml:79 Thursday 06 June 2024 13:31:18 +0000 (0:00:00.021) 0:02:16.574 ********* ok: [sut] => { "ansible_facts": { "__pvs_lvm_len": null, "_storage_test_expected_pv_count": null, "_storage_test_expected_pv_type": null, "_storage_test_pool_pvs": [], "_storage_test_pool_pvs_lvm": [] }, "changed": false } TASK [Verify the volumes] ****************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool-volumes.yml:3 Thursday 06 June 2024 13:31:18 +0000 (0:00:00.021) 0:02:16.596 ********* included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/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': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'lv1', 'raid_level': None, 'size': '2g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda', 'sdb'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/vg1-lv1', '_raw_device': '/dev/mapper/vg1-lv1', '_mount_id': '/dev/mapper/vg1-lv1'}) included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/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': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test2', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'lv2', 'raid_level': None, 'size': '3g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda', 'sdb'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/vg1-lv2', '_raw_device': '/dev/mapper/vg1-lv2', '_mount_id': '/dev/mapper/vg1-lv2'}) included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/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': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test3', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'lv3', 'raid_level': None, 'size': '3g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda', 'sdb'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/vg1-lv3', '_raw_device': '/dev/mapper/vg1-lv3', '_mount_id': '/dev/mapper/vg1-lv3'}) TASK [Set storage volume test variables] *************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume.yml:2 Thursday 06 June 2024 13:31:18 +0000 (0:00:00.047) 0:02:16.644 ********* ok: [sut] => { "ansible_facts": { "_storage_test_volume_present": false, "_storage_volume_tests": [ "mount", "fstab", "fs", "device", "encryption", "md", "size", "cache" ] }, "changed": false } TASK [Run test verify for {{ storage_test_volume_subset }}] ******************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume.yml:19 Thursday 06 June 2024 13:31:18 +0000 (0:00:00.034) 0:02:16.679 ********* included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-mount.yml for sut => (item=mount) included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-fstab.yml for sut => (item=fstab) included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-fs.yml for sut => (item=fs) included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-device.yml for sut => (item=device) included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml for sut => (item=encryption) included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-md.yml for sut => (item=md) included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml for sut => (item=size) included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-cache.yml for sut => (item=cache) TASK [Get expected mount device based on device type] ************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-mount.yml:7 Thursday 06 June 2024 13:31:18 +0000 (0:00:00.070) 0:02:16.749 ********* ok: [sut] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/vg1-lv1" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-mount.yml:11 Thursday 06 June 2024 13:31:18 +0000 (0:00:00.029) 0:02:16.779 ********* 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-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-mount.yml:21 Thursday 06 June 2024 13:31:18 +0000 (0:00:00.041) 0:02:16.820 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and (storage_test_volume.mount_user or storage_test_volume.mount_group or storage_test_volume.mount_mode)", "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-mount.yml:30 Thursday 06 June 2024 13:31:18 +0000 (0:00:00.020) 0:02:16.841 ********* 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-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-mount.yml:41 Thursday 06 June 2024 13:31:18 +0000 (0:00:00.021) 0:02:16.862 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-mount.yml:48 Thursday 06 June 2024 13:31:18 +0000 (0:00:00.101) 0:02:16.964 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_user", "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-mount.yml:54 Thursday 06 June 2024 13:31:18 +0000 (0:00:00.024) 0:02:16.988 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_group", "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-mount.yml:60 Thursday 06 June 2024 13:31:18 +0000 (0:00:00.025) 0:02:17.013 ********* 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-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-mount.yml:69 Thursday 06 June 2024 13:31:18 +0000 (0:00:00.025) 0:02:17.039 ********* 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-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-mount.yml:80 Thursday 06 June 2024 13:31:18 +0000 (0:00:00.031) 0:02:17.070 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-mount.yml:86 Thursday 06 June 2024 13:31:18 +0000 (0:00:00.022) 0:02:17.093 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-mount.yml:92 Thursday 06 June 2024 13:31:18 +0000 (0:00:00.024) 0:02:17.117 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-mount.yml:102 Thursday 06 June 2024 13:31:18 +0000 (0:00:00.021) 0:02:17.138 ********* 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-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-fstab.yml:2 Thursday 06 June 2024 13:31:18 +0000 (0:00:00.024) 0:02:17.162 ********* ok: [sut] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": "0", "storage_test_fstab_expected_mount_options_matches": "0", "storage_test_fstab_expected_mount_point_matches": "0", "storage_test_fstab_id_matches": [], "storage_test_fstab_mount_options_matches": [], "storage_test_fstab_mount_point_matches": [] }, "changed": false } TASK [Verify that the device identifier appears in /etc/fstab] ***************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-fstab.yml:17 Thursday 06 June 2024 13:31:18 +0000 (0:00:00.047) 0:02:17.209 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False" } TASK [Verify the fstab mount point] ******************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-fstab.yml:24 Thursday 06 June 2024 13:31:18 +0000 (0:00:00.028) 0:02:17.238 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-fstab.yml:33 Thursday 06 June 2024 13:31:18 +0000 (0:00:00.033) 0:02:17.271 ********* skipping: [sut] => { "changed": false, "false_condition": "__storage_verify_mount_options | d(false)", "skip_reason": "Conditional result was False" } TASK [Clean up variables] ****************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-fstab.yml:45 Thursday 06 June 2024 13:31:18 +0000 (0:00:00.029) 0:02:17.301 ********* ok: [sut] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": null, "storage_test_fstab_expected_mount_options_matches": null, "storage_test_fstab_expected_mount_point_matches": null, "storage_test_fstab_id_matches": null, "storage_test_fstab_mount_options_matches": null, "storage_test_fstab_mount_point_matches": null }, "changed": false } TASK [Verify fs type] ********************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-fs.yml:3 Thursday 06 June 2024 13:31:18 +0000 (0:00:00.021) 0:02:17.323 ********* 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-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-fs.yml:9 Thursday 06 June 2024 13:31:18 +0000 (0:00:00.021) 0:02:17.344 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False" } TASK [See whether the device node is present] ********************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-device.yml:3 Thursday 06 June 2024 13:31:19 +0000 (0:00:00.030) 0:02:17.374 ********* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-device.yml:9 Thursday 06 June 2024 13:31:19 +0000 (0:00:00.201) 0:02:17.576 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present or storage_test_volume.type == 'disk'", "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-device.yml:16 Thursday 06 June 2024 13:31:19 +0000 (0:00:00.085) 0:02:17.662 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about this volume] ********************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-device.yml:23 Thursday 06 June 2024 13:31:19 +0000 (0:00:00.025) 0:02:17.687 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Process volume type (set initial value) (1/2)] *************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-device.yml:29 Thursday 06 June 2024 13:31:19 +0000 (0:00:00.021) 0:02:17.709 ********* ok: [sut] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-device.yml:33 Thursday 06 June 2024 13:31:19 +0000 (0:00:00.023) 0:02:17.732 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == \"raid\"", "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-device.yml:38 Thursday 06 June 2024 13:31:19 +0000 (0:00:00.020) 0:02:17.752 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Stat the LUKS device, if encrypted] ************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:3 Thursday 06 June 2024 13:31:19 +0000 (0:00:00.021) 0:02:17.773 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:10 Thursday 06 June 2024 13:31:19 +0000 (0:00:00.020) 0:02:17.794 ********* ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Collect LUKS info for this volume] *************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:16 Thursday 06 June 2024 13:31:20 +0000 (0:00:00.886) 0:02:18.680 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:22 Thursday 06 June 2024 13:31:20 +0000 (0:00:00.023) 0:02:18.704 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Verify that the raw device is the same as the device if not encrypted] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:29 Thursday 06 June 2024 13:31:20 +0000 (0:00:00.021) 0:02:18.726 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:40 Thursday 06 June 2024 13:31:20 +0000 (0:00:00.020) 0:02:18.746 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:46 Thursday 06 June 2024 13:31:20 +0000 (0:00:00.021) 0:02:18.768 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:51 Thursday 06 June 2024 13:31:20 +0000 (0:00:00.025) 0:02:18.793 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:63 Thursday 06 June 2024 13:31:20 +0000 (0:00:00.022) 0:02:18.815 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:75 Thursday 06 June 2024 13:31:20 +0000 (0:00:00.025) 0:02:18.841 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:87 Thursday 06 June 2024 13:31:20 +0000 (0:00:00.021) 0:02:18.862 ********* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [], "_storage_test_expected_crypttab_entries": "0", "_storage_test_expected_crypttab_key_file": "-" }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:93 Thursday 06 June 2024 13:31:20 +0000 (0:00:00.034) 0:02:18.897 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:100 Thursday 06 June 2024 13:31:20 +0000 (0:00:00.089) 0:02:18.987 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:108 Thursday 06 June 2024 13:31:20 +0000 (0:00:00.031) 0:02:19.018 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:116 Thursday 06 June 2024 13:31:20 +0000 (0:00:00.030) 0:02:19.049 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:124 Thursday 06 June 2024 13:31:20 +0000 (0:00:00.032) 0:02:19.081 ********* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_expected_crypttab_entries": null, "_storage_test_expected_crypttab_key_file": null }, "changed": false } TASK [Get information about RAID] ********************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-md.yml:8 Thursday 06 June 2024 13:31:20 +0000 (0:00:00.023) 0:02:19.105 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-md.yml:14 Thursday 06 June 2024 13:31:20 +0000 (0:00:00.020) 0:02:19.125 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-md.yml:19 Thursday 06 June 2024 13:31:20 +0000 (0:00:00.020) 0:02:19.146 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-md.yml:24 Thursday 06 June 2024 13:31:20 +0000 (0:00:00.021) 0:02:19.167 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-md.yml:29 Thursday 06 June 2024 13:31:20 +0000 (0:00:00.021) 0:02:19.188 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-md.yml:37 Thursday 06 June 2024 13:31:20 +0000 (0:00:00.022) 0:02:19.210 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-md.yml:46 Thursday 06 June 2024 13:31:20 +0000 (0:00:00.022) 0:02:19.233 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-md.yml:54 Thursday 06 June 2024 13:31:20 +0000 (0:00:00.020) 0:02:19.254 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-md.yml:62 Thursday 06 June 2024 13:31:20 +0000 (0:00:00.021) 0:02:19.276 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-md.yml:70 Thursday 06 June 2024 13:31:20 +0000 (0:00:00.021) 0:02:19.298 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:3 Thursday 06 June 2024 13:31:20 +0000 (0:00:00.021) 0:02:19.319 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False" } TASK [Parse the requested size of the volume] ********************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:11 Thursday 06 June 2024 13:31:20 +0000 (0:00:00.029) 0:02:19.349 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False" } TASK [Establish base value for expected size] ********************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:20 Thursday 06 June 2024 13:31:21 +0000 (0:00:00.095) 0:02:19.445 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False" } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:28 Thursday 06 June 2024 13:31:21 +0000 (0:00:00.028) 0:02:19.473 ********* ok: [sut] => { "storage_test_expected_size": "3221225472" } TASK [Get the size of parent/pool device] ************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:32 Thursday 06 June 2024 13:31:21 +0000 (0:00:00.023) 0:02:19.496 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False" } TASK [Show test pool] ********************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:46 Thursday 06 June 2024 13:31:21 +0000 (0:00:00.028) 0:02:19.525 ********* skipping: [sut] => { "false_condition": "_storage_test_volume_present | bool" } TASK [Show test blockinfo] ***************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:50 Thursday 06 June 2024 13:31:21 +0000 (0:00:00.028) 0:02:19.553 ********* skipping: [sut] => { "false_condition": "_storage_test_volume_present | bool" } TASK [Show test pool size] ***************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:54 Thursday 06 June 2024 13:31:21 +0000 (0:00:00.034) 0:02:19.588 ********* skipping: [sut] => { "false_condition": "_storage_test_volume_present | bool" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:58 Thursday 06 June 2024 13:31:21 +0000 (0:00:00.030) 0:02:19.618 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:67 Thursday 06 June 2024 13:31:21 +0000 (0:00:00.029) 0:02:19.648 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:71 Thursday 06 June 2024 13:31:21 +0000 (0:00:00.023) 0:02:19.672 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:76 Thursday 06 June 2024 13:31:21 +0000 (0:00:00.022) 0:02:19.694 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:82 Thursday 06 June 2024 13:31:21 +0000 (0:00:00.020) 0:02:19.715 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:86 Thursday 06 June 2024 13:31:21 +0000 (0:00:00.021) 0:02:19.736 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:91 Thursday 06 June 2024 13:31:21 +0000 (0:00:00.020) 0:02:19.757 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:96 Thursday 06 June 2024 13:31:21 +0000 (0:00:00.019) 0:02:19.777 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:101 Thursday 06 June 2024 13:31:21 +0000 (0:00:00.020) 0:02:19.797 ********* skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Show volume thin pool size] ********************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:105 Thursday 06 June 2024 13:31:21 +0000 (0:00:00.020) 0:02:19.818 ********* skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:109 Thursday 06 June 2024 13:31:21 +0000 (0:00:00.019) 0:02:19.837 ********* skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Establish base value for expected thin pool size] ************************ task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:113 Thursday 06 June 2024 13:31:21 +0000 (0:00:00.070) 0:02:19.908 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:120 Thursday 06 June 2024 13:31:21 +0000 (0:00:00.021) 0:02:19.929 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:127 Thursday 06 June 2024 13:31:21 +0000 (0:00:00.020) 0:02:19.950 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:131 Thursday 06 June 2024 13:31:21 +0000 (0:00:00.021) 0:02:19.972 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:137 Thursday 06 June 2024 13:31:21 +0000 (0:00:00.024) 0:02:19.996 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:143 Thursday 06 June 2024 13:31:21 +0000 (0:00:00.021) 0:02:20.018 ********* ok: [sut] => { "storage_test_actual_size": { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False", "skipped": true } } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:147 Thursday 06 June 2024 13:31:21 +0000 (0:00:00.024) 0:02:20.042 ********* ok: [sut] => { "storage_test_expected_size": "3221225472" } TASK [Assert expected size is actual size] ************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:151 Thursday 06 June 2024 13:31:21 +0000 (0:00:00.025) 0:02:20.068 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-cache.yml:5 Thursday 06 June 2024 13:31:21 +0000 (0:00:00.029) 0:02:20.097 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-cache.yml:13 Thursday 06 June 2024 13:31:21 +0000 (0:00:00.021) 0:02:20.118 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-cache.yml:17 Thursday 06 June 2024 13:31:21 +0000 (0:00:00.022) 0:02:20.141 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Set LV cache size] ******************************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-cache.yml:24 Thursday 06 June 2024 13:31:21 +0000 (0:00:00.021) 0:02:20.163 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-cache.yml:31 Thursday 06 June 2024 13:31:21 +0000 (0:00:00.022) 0:02:20.185 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-cache.yml:37 Thursday 06 June 2024 13:31:21 +0000 (0:00:00.022) 0:02:20.208 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-cache.yml:42 Thursday 06 June 2024 13:31:21 +0000 (0:00:00.020) 0:02:20.229 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume.yml:25 Thursday 06 June 2024 13:31:21 +0000 (0:00:00.020) 0:02:20.249 ********* ok: [sut] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Set storage volume test variables] *************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume.yml:2 Thursday 06 June 2024 13:31:21 +0000 (0:00:00.021) 0:02:20.270 ********* ok: [sut] => { "ansible_facts": { "_storage_test_volume_present": false, "_storage_volume_tests": [ "mount", "fstab", "fs", "device", "encryption", "md", "size", "cache" ] }, "changed": false } TASK [Run test verify for {{ storage_test_volume_subset }}] ******************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume.yml:19 Thursday 06 June 2024 13:31:22 +0000 (0:00:00.140) 0:02:20.411 ********* included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-mount.yml for sut => (item=mount) included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-fstab.yml for sut => (item=fstab) included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-fs.yml for sut => (item=fs) included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-device.yml for sut => (item=device) included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml for sut => (item=encryption) included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-md.yml for sut => (item=md) included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml for sut => (item=size) included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-cache.yml for sut => (item=cache) TASK [Get expected mount device based on device type] ************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-mount.yml:7 Thursday 06 June 2024 13:31:22 +0000 (0:00:00.068) 0:02:20.480 ********* ok: [sut] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/vg1-lv2" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-mount.yml:11 Thursday 06 June 2024 13:31:22 +0000 (0:00:00.027) 0:02:20.508 ********* 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-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-mount.yml:21 Thursday 06 June 2024 13:31:22 +0000 (0:00:00.038) 0:02:20.546 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and (storage_test_volume.mount_user or storage_test_volume.mount_group or storage_test_volume.mount_mode)", "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-mount.yml:30 Thursday 06 June 2024 13:31:22 +0000 (0:00:00.020) 0:02:20.567 ********* 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-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-mount.yml:41 Thursday 06 June 2024 13:31:22 +0000 (0:00:00.020) 0:02:20.587 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-mount.yml:48 Thursday 06 June 2024 13:31:22 +0000 (0:00:00.033) 0:02:20.621 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_user", "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-mount.yml:54 Thursday 06 June 2024 13:31:22 +0000 (0:00:00.020) 0:02:20.641 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_group", "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-mount.yml:60 Thursday 06 June 2024 13:31:22 +0000 (0:00:00.021) 0:02:20.662 ********* 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-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-mount.yml:69 Thursday 06 June 2024 13:31:22 +0000 (0:00:00.020) 0:02:20.682 ********* 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-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-mount.yml:80 Thursday 06 June 2024 13:31:22 +0000 (0:00:00.028) 0:02:20.711 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-mount.yml:86 Thursday 06 June 2024 13:31:22 +0000 (0:00:00.020) 0:02:20.732 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-mount.yml:92 Thursday 06 June 2024 13:31:22 +0000 (0:00:00.020) 0:02:20.753 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-mount.yml:102 Thursday 06 June 2024 13:31:22 +0000 (0:00:00.020) 0:02:20.773 ********* 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-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-fstab.yml:2 Thursday 06 June 2024 13:31:22 +0000 (0:00:00.073) 0:02:20.846 ********* ok: [sut] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": "0", "storage_test_fstab_expected_mount_options_matches": "0", "storage_test_fstab_expected_mount_point_matches": "0", "storage_test_fstab_id_matches": [], "storage_test_fstab_mount_options_matches": [], "storage_test_fstab_mount_point_matches": [] }, "changed": false } TASK [Verify that the device identifier appears in /etc/fstab] ***************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-fstab.yml:17 Thursday 06 June 2024 13:31:22 +0000 (0:00:00.045) 0:02:20.892 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False" } TASK [Verify the fstab mount point] ******************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-fstab.yml:24 Thursday 06 June 2024 13:31:22 +0000 (0:00:00.031) 0:02:20.924 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-fstab.yml:33 Thursday 06 June 2024 13:31:22 +0000 (0:00:00.035) 0:02:20.959 ********* skipping: [sut] => { "changed": false, "false_condition": "__storage_verify_mount_options | d(false)", "skip_reason": "Conditional result was False" } TASK [Clean up variables] ****************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-fstab.yml:45 Thursday 06 June 2024 13:31:22 +0000 (0:00:00.030) 0:02:20.989 ********* ok: [sut] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": null, "storage_test_fstab_expected_mount_options_matches": null, "storage_test_fstab_expected_mount_point_matches": null, "storage_test_fstab_id_matches": null, "storage_test_fstab_mount_options_matches": null, "storage_test_fstab_mount_point_matches": null }, "changed": false } TASK [Verify fs type] ********************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-fs.yml:3 Thursday 06 June 2024 13:31:22 +0000 (0:00:00.022) 0:02:21.011 ********* 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-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-fs.yml:9 Thursday 06 June 2024 13:31:22 +0000 (0:00:00.021) 0:02:21.032 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False" } TASK [See whether the device node is present] ********************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-device.yml:3 Thursday 06 June 2024 13:31:22 +0000 (0:00:00.027) 0:02:21.060 ********* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-device.yml:9 Thursday 06 June 2024 13:31:22 +0000 (0:00:00.198) 0:02:21.259 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present or storage_test_volume.type == 'disk'", "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-device.yml:16 Thursday 06 June 2024 13:31:22 +0000 (0:00:00.022) 0:02:21.282 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about this volume] ********************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-device.yml:23 Thursday 06 June 2024 13:31:22 +0000 (0:00:00.023) 0:02:21.306 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Process volume type (set initial value) (1/2)] *************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-device.yml:29 Thursday 06 June 2024 13:31:22 +0000 (0:00:00.021) 0:02:21.327 ********* ok: [sut] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-device.yml:33 Thursday 06 June 2024 13:31:22 +0000 (0:00:00.023) 0:02:21.351 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == \"raid\"", "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-device.yml:38 Thursday 06 June 2024 13:31:23 +0000 (0:00:00.020) 0:02:21.372 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Stat the LUKS device, if encrypted] ************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:3 Thursday 06 June 2024 13:31:23 +0000 (0:00:00.020) 0:02:21.392 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:10 Thursday 06 June 2024 13:31:23 +0000 (0:00:00.020) 0:02:21.412 ********* ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Collect LUKS info for this volume] *************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:16 Thursday 06 June 2024 13:31:23 +0000 (0:00:00.883) 0:02:22.295 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:22 Thursday 06 June 2024 13:31:24 +0000 (0:00:00.068) 0:02:22.364 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Verify that the raw device is the same as the device if not encrypted] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:29 Thursday 06 June 2024 13:31:24 +0000 (0:00:00.021) 0:02:22.386 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:40 Thursday 06 June 2024 13:31:24 +0000 (0:00:00.023) 0:02:22.409 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:46 Thursday 06 June 2024 13:31:24 +0000 (0:00:00.022) 0:02:22.432 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:51 Thursday 06 June 2024 13:31:24 +0000 (0:00:00.021) 0:02:22.454 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:63 Thursday 06 June 2024 13:31:24 +0000 (0:00:00.021) 0:02:22.476 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:75 Thursday 06 June 2024 13:31:24 +0000 (0:00:00.021) 0:02:22.497 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:87 Thursday 06 June 2024 13:31:24 +0000 (0:00:00.021) 0:02:22.519 ********* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [], "_storage_test_expected_crypttab_entries": "0", "_storage_test_expected_crypttab_key_file": "-" }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:93 Thursday 06 June 2024 13:31:24 +0000 (0:00:00.036) 0:02:22.555 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:100 Thursday 06 June 2024 13:31:24 +0000 (0:00:00.037) 0:02:22.593 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:108 Thursday 06 June 2024 13:31:24 +0000 (0:00:00.031) 0:02:22.624 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:116 Thursday 06 June 2024 13:31:24 +0000 (0:00:00.030) 0:02:22.654 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:124 Thursday 06 June 2024 13:31:24 +0000 (0:00:00.031) 0:02:22.686 ********* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_expected_crypttab_entries": null, "_storage_test_expected_crypttab_key_file": null }, "changed": false } TASK [Get information about RAID] ********************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-md.yml:8 Thursday 06 June 2024 13:31:24 +0000 (0:00:00.022) 0:02:22.708 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-md.yml:14 Thursday 06 June 2024 13:31:24 +0000 (0:00:00.020) 0:02:22.728 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-md.yml:19 Thursday 06 June 2024 13:31:24 +0000 (0:00:00.026) 0:02:22.755 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-md.yml:24 Thursday 06 June 2024 13:31:24 +0000 (0:00:00.081) 0:02:22.836 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-md.yml:29 Thursday 06 June 2024 13:31:24 +0000 (0:00:00.022) 0:02:22.859 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-md.yml:37 Thursday 06 June 2024 13:31:24 +0000 (0:00:00.024) 0:02:22.883 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-md.yml:46 Thursday 06 June 2024 13:31:24 +0000 (0:00:00.023) 0:02:22.907 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-md.yml:54 Thursday 06 June 2024 13:31:24 +0000 (0:00:00.021) 0:02:22.929 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-md.yml:62 Thursday 06 June 2024 13:31:24 +0000 (0:00:00.021) 0:02:22.950 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-md.yml:70 Thursday 06 June 2024 13:31:24 +0000 (0:00:00.022) 0:02:22.973 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:3 Thursday 06 June 2024 13:31:24 +0000 (0:00:00.020) 0:02:22.993 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False" } TASK [Parse the requested size of the volume] ********************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:11 Thursday 06 June 2024 13:31:24 +0000 (0:00:00.028) 0:02:23.021 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False" } TASK [Establish base value for expected size] ********************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:20 Thursday 06 June 2024 13:31:24 +0000 (0:00:00.028) 0:02:23.050 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False" } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:28 Thursday 06 June 2024 13:31:24 +0000 (0:00:00.028) 0:02:23.078 ********* ok: [sut] => { "storage_test_expected_size": "3221225472" } TASK [Get the size of parent/pool device] ************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:32 Thursday 06 June 2024 13:31:24 +0000 (0:00:00.023) 0:02:23.101 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False" } TASK [Show test pool] ********************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:46 Thursday 06 June 2024 13:31:24 +0000 (0:00:00.028) 0:02:23.130 ********* skipping: [sut] => { "false_condition": "_storage_test_volume_present | bool" } TASK [Show test blockinfo] ***************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:50 Thursday 06 June 2024 13:31:24 +0000 (0:00:00.027) 0:02:23.158 ********* skipping: [sut] => { "false_condition": "_storage_test_volume_present | bool" } TASK [Show test pool size] ***************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:54 Thursday 06 June 2024 13:31:24 +0000 (0:00:00.028) 0:02:23.186 ********* skipping: [sut] => { "false_condition": "_storage_test_volume_present | bool" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:58 Thursday 06 June 2024 13:31:24 +0000 (0:00:00.028) 0:02:23.215 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:67 Thursday 06 June 2024 13:31:24 +0000 (0:00:00.028) 0:02:23.243 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:71 Thursday 06 June 2024 13:31:24 +0000 (0:00:00.077) 0:02:23.320 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:76 Thursday 06 June 2024 13:31:24 +0000 (0:00:00.021) 0:02:23.342 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:82 Thursday 06 June 2024 13:31:24 +0000 (0:00:00.019) 0:02:23.362 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:86 Thursday 06 June 2024 13:31:25 +0000 (0:00:00.021) 0:02:23.383 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:91 Thursday 06 June 2024 13:31:25 +0000 (0:00:00.021) 0:02:23.404 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:96 Thursday 06 June 2024 13:31:25 +0000 (0:00:00.020) 0:02:23.425 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:101 Thursday 06 June 2024 13:31:25 +0000 (0:00:00.020) 0:02:23.445 ********* skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Show volume thin pool size] ********************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:105 Thursday 06 June 2024 13:31:25 +0000 (0:00:00.020) 0:02:23.466 ********* skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:109 Thursday 06 June 2024 13:31:25 +0000 (0:00:00.020) 0:02:23.486 ********* skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Establish base value for expected thin pool size] ************************ task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:113 Thursday 06 June 2024 13:31:25 +0000 (0:00:00.021) 0:02:23.507 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:120 Thursday 06 June 2024 13:31:25 +0000 (0:00:00.020) 0:02:23.528 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:127 Thursday 06 June 2024 13:31:25 +0000 (0:00:00.020) 0:02:23.548 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:131 Thursday 06 June 2024 13:31:25 +0000 (0:00:00.023) 0:02:23.572 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:137 Thursday 06 June 2024 13:31:25 +0000 (0:00:00.021) 0:02:23.593 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:143 Thursday 06 June 2024 13:31:25 +0000 (0:00:00.019) 0:02:23.612 ********* ok: [sut] => { "storage_test_actual_size": { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False", "skipped": true } } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:147 Thursday 06 June 2024 13:31:25 +0000 (0:00:00.022) 0:02:23.635 ********* ok: [sut] => { "storage_test_expected_size": "3221225472" } TASK [Assert expected size is actual size] ************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:151 Thursday 06 June 2024 13:31:25 +0000 (0:00:00.023) 0:02:23.659 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-cache.yml:5 Thursday 06 June 2024 13:31:25 +0000 (0:00:00.147) 0:02:23.806 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-cache.yml:13 Thursday 06 June 2024 13:31:25 +0000 (0:00:00.022) 0:02:23.828 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-cache.yml:17 Thursday 06 June 2024 13:31:25 +0000 (0:00:00.020) 0:02:23.848 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Set LV cache size] ******************************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-cache.yml:24 Thursday 06 June 2024 13:31:25 +0000 (0:00:00.020) 0:02:23.868 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-cache.yml:31 Thursday 06 June 2024 13:31:25 +0000 (0:00:00.021) 0:02:23.889 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-cache.yml:37 Thursday 06 June 2024 13:31:25 +0000 (0:00:00.020) 0:02:23.910 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-cache.yml:42 Thursday 06 June 2024 13:31:25 +0000 (0:00:00.020) 0:02:23.931 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume.yml:25 Thursday 06 June 2024 13:31:25 +0000 (0:00:00.021) 0:02:23.953 ********* ok: [sut] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Set storage volume test variables] *************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume.yml:2 Thursday 06 June 2024 13:31:25 +0000 (0:00:00.021) 0:02:23.974 ********* ok: [sut] => { "ansible_facts": { "_storage_test_volume_present": false, "_storage_volume_tests": [ "mount", "fstab", "fs", "device", "encryption", "md", "size", "cache" ] }, "changed": false } TASK [Run test verify for {{ storage_test_volume_subset }}] ******************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume.yml:19 Thursday 06 June 2024 13:31:25 +0000 (0:00:00.035) 0:02:24.010 ********* included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-mount.yml for sut => (item=mount) included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-fstab.yml for sut => (item=fstab) included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-fs.yml for sut => (item=fs) included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-device.yml for sut => (item=device) included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml for sut => (item=encryption) included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-md.yml for sut => (item=md) included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml for sut => (item=size) included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-cache.yml for sut => (item=cache) TASK [Get expected mount device based on device type] ************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-mount.yml:7 Thursday 06 June 2024 13:31:25 +0000 (0:00:00.068) 0:02:24.079 ********* ok: [sut] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/vg1-lv3" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-mount.yml:11 Thursday 06 June 2024 13:31:25 +0000 (0:00:00.028) 0:02:24.107 ********* 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-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-mount.yml:21 Thursday 06 June 2024 13:31:25 +0000 (0:00:00.038) 0:02:24.145 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and (storage_test_volume.mount_user or storage_test_volume.mount_group or storage_test_volume.mount_mode)", "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-mount.yml:30 Thursday 06 June 2024 13:31:25 +0000 (0:00:00.019) 0:02:24.165 ********* 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-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-mount.yml:41 Thursday 06 June 2024 13:31:25 +0000 (0:00:00.072) 0:02:24.238 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-mount.yml:48 Thursday 06 June 2024 13:31:25 +0000 (0:00:00.034) 0:02:24.273 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_user", "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-mount.yml:54 Thursday 06 June 2024 13:31:25 +0000 (0:00:00.021) 0:02:24.294 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_group", "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-mount.yml:60 Thursday 06 June 2024 13:31:25 +0000 (0:00:00.020) 0:02:24.315 ********* 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-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-mount.yml:69 Thursday 06 June 2024 13:31:25 +0000 (0:00:00.020) 0:02:24.335 ********* 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-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-mount.yml:80 Thursday 06 June 2024 13:31:26 +0000 (0:00:00.032) 0:02:24.368 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-mount.yml:86 Thursday 06 June 2024 13:31:26 +0000 (0:00:00.021) 0:02:24.389 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-mount.yml:92 Thursday 06 June 2024 13:31:26 +0000 (0:00:00.020) 0:02:24.410 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-mount.yml:102 Thursday 06 June 2024 13:31:26 +0000 (0:00:00.020) 0:02:24.431 ********* 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-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-fstab.yml:2 Thursday 06 June 2024 13:31:26 +0000 (0:00:00.021) 0:02:24.453 ********* ok: [sut] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": "0", "storage_test_fstab_expected_mount_options_matches": "0", "storage_test_fstab_expected_mount_point_matches": "0", "storage_test_fstab_id_matches": [], "storage_test_fstab_mount_options_matches": [], "storage_test_fstab_mount_point_matches": [] }, "changed": false } TASK [Verify that the device identifier appears in /etc/fstab] ***************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-fstab.yml:17 Thursday 06 June 2024 13:31:26 +0000 (0:00:00.045) 0:02:24.498 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False" } TASK [Verify the fstab mount point] ******************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-fstab.yml:24 Thursday 06 June 2024 13:31:26 +0000 (0:00:00.030) 0:02:24.529 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-fstab.yml:33 Thursday 06 June 2024 13:31:26 +0000 (0:00:00.032) 0:02:24.562 ********* skipping: [sut] => { "changed": false, "false_condition": "__storage_verify_mount_options | d(false)", "skip_reason": "Conditional result was False" } TASK [Clean up variables] ****************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-fstab.yml:45 Thursday 06 June 2024 13:31:26 +0000 (0:00:00.029) 0:02:24.591 ********* ok: [sut] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": null, "storage_test_fstab_expected_mount_options_matches": null, "storage_test_fstab_expected_mount_point_matches": null, "storage_test_fstab_id_matches": null, "storage_test_fstab_mount_options_matches": null, "storage_test_fstab_mount_point_matches": null }, "changed": false } TASK [Verify fs type] ********************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-fs.yml:3 Thursday 06 June 2024 13:31:26 +0000 (0:00:00.021) 0:02:24.613 ********* 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-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-fs.yml:9 Thursday 06 June 2024 13:31:26 +0000 (0:00:00.020) 0:02:24.634 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False" } TASK [See whether the device node is present] ********************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-device.yml:3 Thursday 06 June 2024 13:31:26 +0000 (0:00:00.028) 0:02:24.662 ********* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-device.yml:9 Thursday 06 June 2024 13:31:26 +0000 (0:00:00.256) 0:02:24.919 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present or storage_test_volume.type == 'disk'", "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-device.yml:16 Thursday 06 June 2024 13:31:26 +0000 (0:00:00.022) 0:02:24.941 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about this volume] ********************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-device.yml:23 Thursday 06 June 2024 13:31:26 +0000 (0:00:00.024) 0:02:24.965 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Process volume type (set initial value) (1/2)] *************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-device.yml:29 Thursday 06 June 2024 13:31:26 +0000 (0:00:00.022) 0:02:24.988 ********* ok: [sut] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-device.yml:33 Thursday 06 June 2024 13:31:26 +0000 (0:00:00.026) 0:02:25.015 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == \"raid\"", "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-device.yml:38 Thursday 06 June 2024 13:31:26 +0000 (0:00:00.022) 0:02:25.038 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Stat the LUKS device, if encrypted] ************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:3 Thursday 06 June 2024 13:31:26 +0000 (0:00:00.025) 0:02:25.063 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:10 Thursday 06 June 2024 13:31:26 +0000 (0:00:00.020) 0:02:25.084 ********* ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Collect LUKS info for this volume] *************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:16 Thursday 06 June 2024 13:31:27 +0000 (0:00:00.888) 0:02:25.972 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:22 Thursday 06 June 2024 13:31:27 +0000 (0:00:00.021) 0:02:25.994 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Verify that the raw device is the same as the device if not encrypted] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:29 Thursday 06 June 2024 13:31:27 +0000 (0:00:00.020) 0:02:26.014 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:40 Thursday 06 June 2024 13:31:27 +0000 (0:00:00.020) 0:02:26.034 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:46 Thursday 06 June 2024 13:31:27 +0000 (0:00:00.023) 0:02:26.058 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:51 Thursday 06 June 2024 13:31:27 +0000 (0:00:00.023) 0:02:26.081 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:63 Thursday 06 June 2024 13:31:27 +0000 (0:00:00.019) 0:02:26.101 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:75 Thursday 06 June 2024 13:31:27 +0000 (0:00:00.019) 0:02:26.121 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:87 Thursday 06 June 2024 13:31:27 +0000 (0:00:00.078) 0:02:26.199 ********* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [], "_storage_test_expected_crypttab_entries": "0", "_storage_test_expected_crypttab_key_file": "-" }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:93 Thursday 06 June 2024 13:31:27 +0000 (0:00:00.036) 0:02:26.235 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:100 Thursday 06 June 2024 13:31:27 +0000 (0:00:00.038) 0:02:26.274 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:108 Thursday 06 June 2024 13:31:27 +0000 (0:00:00.030) 0:02:26.305 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:116 Thursday 06 June 2024 13:31:27 +0000 (0:00:00.029) 0:02:26.334 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:124 Thursday 06 June 2024 13:31:28 +0000 (0:00:00.029) 0:02:26.364 ********* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_expected_crypttab_entries": null, "_storage_test_expected_crypttab_key_file": null }, "changed": false } TASK [Get information about RAID] ********************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-md.yml:8 Thursday 06 June 2024 13:31:28 +0000 (0:00:00.021) 0:02:26.386 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-md.yml:14 Thursday 06 June 2024 13:31:28 +0000 (0:00:00.020) 0:02:26.406 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-md.yml:19 Thursday 06 June 2024 13:31:28 +0000 (0:00:00.020) 0:02:26.427 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-md.yml:24 Thursday 06 June 2024 13:31:28 +0000 (0:00:00.020) 0:02:26.447 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-md.yml:29 Thursday 06 June 2024 13:31:28 +0000 (0:00:00.021) 0:02:26.469 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-md.yml:37 Thursday 06 June 2024 13:31:28 +0000 (0:00:00.022) 0:02:26.491 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-md.yml:46 Thursday 06 June 2024 13:31:28 +0000 (0:00:00.028) 0:02:26.520 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-md.yml:54 Thursday 06 June 2024 13:31:28 +0000 (0:00:00.027) 0:02:26.547 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-md.yml:62 Thursday 06 June 2024 13:31:28 +0000 (0:00:00.032) 0:02:26.580 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-md.yml:70 Thursday 06 June 2024 13:31:28 +0000 (0:00:00.030) 0:02:26.611 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:3 Thursday 06 June 2024 13:31:28 +0000 (0:00:00.027) 0:02:26.638 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False" } TASK [Parse the requested size of the volume] ********************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:11 Thursday 06 June 2024 13:31:28 +0000 (0:00:00.092) 0:02:26.730 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False" } TASK [Establish base value for expected size] ********************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:20 Thursday 06 June 2024 13:31:28 +0000 (0:00:00.032) 0:02:26.763 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False" } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:28 Thursday 06 June 2024 13:31:28 +0000 (0:00:00.032) 0:02:26.795 ********* ok: [sut] => { "storage_test_expected_size": "3221225472" } TASK [Get the size of parent/pool device] ************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:32 Thursday 06 June 2024 13:31:28 +0000 (0:00:00.025) 0:02:26.821 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False" } TASK [Show test pool] ********************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:46 Thursday 06 June 2024 13:31:28 +0000 (0:00:00.033) 0:02:26.854 ********* skipping: [sut] => { "false_condition": "_storage_test_volume_present | bool" } TASK [Show test blockinfo] ***************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:50 Thursday 06 June 2024 13:31:28 +0000 (0:00:00.032) 0:02:26.886 ********* skipping: [sut] => { "false_condition": "_storage_test_volume_present | bool" } TASK [Show test pool size] ***************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:54 Thursday 06 June 2024 13:31:28 +0000 (0:00:00.033) 0:02:26.920 ********* skipping: [sut] => { "false_condition": "_storage_test_volume_present | bool" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:58 Thursday 06 June 2024 13:31:28 +0000 (0:00:00.032) 0:02:26.953 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:67 Thursday 06 June 2024 13:31:28 +0000 (0:00:00.031) 0:02:26.984 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:71 Thursday 06 June 2024 13:31:28 +0000 (0:00:00.025) 0:02:27.010 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:76 Thursday 06 June 2024 13:31:28 +0000 (0:00:00.022) 0:02:27.033 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:82 Thursday 06 June 2024 13:31:28 +0000 (0:00:00.021) 0:02:27.054 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:86 Thursday 06 June 2024 13:31:28 +0000 (0:00:00.021) 0:02:27.075 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:91 Thursday 06 June 2024 13:31:28 +0000 (0:00:00.022) 0:02:27.098 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:96 Thursday 06 June 2024 13:31:28 +0000 (0:00:00.020) 0:02:27.119 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:101 Thursday 06 June 2024 13:31:28 +0000 (0:00:00.021) 0:02:27.141 ********* skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Show volume thin pool size] ********************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:105 Thursday 06 June 2024 13:31:28 +0000 (0:00:00.089) 0:02:27.230 ********* skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:109 Thursday 06 June 2024 13:31:28 +0000 (0:00:00.020) 0:02:27.251 ********* skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Establish base value for expected thin pool size] ************************ task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:113 Thursday 06 June 2024 13:31:28 +0000 (0:00:00.021) 0:02:27.273 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:120 Thursday 06 June 2024 13:31:28 +0000 (0:00:00.021) 0:02:27.295 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:127 Thursday 06 June 2024 13:31:28 +0000 (0:00:00.020) 0:02:27.315 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:131 Thursday 06 June 2024 13:31:28 +0000 (0:00:00.020) 0:02:27.336 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:137 Thursday 06 June 2024 13:31:28 +0000 (0:00:00.021) 0:02:27.357 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:143 Thursday 06 June 2024 13:31:29 +0000 (0:00:00.029) 0:02:27.386 ********* ok: [sut] => { "storage_test_actual_size": { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False", "skipped": true } } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:147 Thursday 06 June 2024 13:31:29 +0000 (0:00:00.027) 0:02:27.413 ********* ok: [sut] => { "storage_test_expected_size": "3221225472" } TASK [Assert expected size is actual size] ************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:151 Thursday 06 June 2024 13:31:29 +0000 (0:00:00.025) 0:02:27.439 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-cache.yml:5 Thursday 06 June 2024 13:31:29 +0000 (0:00:00.030) 0:02:27.469 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-cache.yml:13 Thursday 06 June 2024 13:31:29 +0000 (0:00:00.025) 0:02:27.495 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-cache.yml:17 Thursday 06 June 2024 13:31:29 +0000 (0:00:00.023) 0:02:27.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-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-cache.yml:24 Thursday 06 June 2024 13:31:29 +0000 (0:00:00.034) 0:02:27.554 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-cache.yml:31 Thursday 06 June 2024 13:31:29 +0000 (0:00:00.022) 0:02:27.576 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-cache.yml:37 Thursday 06 June 2024 13:31:29 +0000 (0:00:00.022) 0:02:27.599 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-cache.yml:42 Thursday 06 June 2024 13:31:29 +0000 (0:00:00.020) 0:02:27.619 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume.yml:25 Thursday 06 June 2024 13:31:29 +0000 (0:00:00.091) 0:02:27.710 ********* ok: [sut] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-role-results.yml:44 Thursday 06 June 2024 13:31:29 +0000 (0:00:00.021) 0:02:27.732 ********* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Clean up variable namespace] ********************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-role-results.yml:54 Thursday 06 June 2024 13:31:29 +0000 (0:00:00.019) 0:02:27.752 ********* ok: [sut] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } TASK [Create a RAID1 lvm raid device] ****************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/tests_create_raid_pool_then_remove.yml:124 Thursday 06 June 2024 13:31:29 +0000 (0:00:00.022) 0:02:27.775 ********* TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Thursday 06 June 2024 13:31:29 +0000 (0:00:00.055) 0:02:27.830 ********* included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Thursday 06 June 2024 13:31:29 +0000 (0:00:00.034) 0:02:27.865 ********* skipping: [sut] => { "changed": false, "false_condition": "__storage_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Thursday 06 June 2024 13:31:29 +0000 (0:00:00.037) 0:02:27.902 ********* skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_9.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs" ] }, "ansible_included_var_files": [ "/WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } ok: [sut] => (item=CentOS_9.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs" ] }, "ansible_included_var_files": [ "/WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Thursday 06 June 2024 13:31:29 +0000 (0:00:00.061) 0:02:27.963 ********* skipping: [sut] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Thursday 06 June 2024 13:31:29 +0000 (0:00:00.028) 0:02:27.992 ********* skipping: [sut] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Thursday 06 June 2024 13:31:29 +0000 (0:00:00.027) 0:02:28.019 ********* ok: [sut] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Thursday 06 June 2024 13:31:29 +0000 (0:00:00.022) 0:02:28.042 ********* ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Thursday 06 June 2024 13:31:29 +0000 (0:00:00.023) 0:02:28.065 ********* redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for sut TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Thursday 06 June 2024 13:31:29 +0000 (0:00:00.117) 0:02:28.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-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Thursday 06 June 2024 13:31:29 +0000 (0:00:00.031) 0:02:28.215 ********* ok: [sut] => { "storage_pools": [ { "disks": [ "sda", "sdb" ], "name": "vg1", "state": "present", "type": "lvm", "volumes": [ { "mount_point": "/opt/test1", "name": "lv1", "raid_disks": [ "sda", "sdb" ], "raid_level": "raid1", "size": "2g" } ] } ] } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Thursday 06 June 2024 13:31:29 +0000 (0:00:00.027) 0:02:28.242 ********* ok: [sut] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined. 'storage_volumes' is undefined" } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Thursday 06 June 2024 13:31:29 +0000 (0:00:00.024) 0:02:28.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 : Enable copr repositories if needed] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Thursday 06 June 2024 13:31:29 +0000 (0:00:00.025) 0:02:28.292 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Thursday 06 June 2024 13:31:29 +0000 (0:00:00.027) 0:02:28.320 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Thursday 06 June 2024 13:31:29 +0000 (0:00:00.026) 0:02:28.346 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"service_facts\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Thursday 06 June 2024 13:31:30 +0000 (0:00:00.026) 0:02:28.373 ********* ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Thursday 06 June 2024 13:31:30 +0000 (0:00:00.055) 0:02:28.428 ********* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Thursday 06 June 2024 13:31:30 +0000 (0:00:00.023) 0:02:28.451 ********* changed: [sut] => { "actions": [ { "action": "create format", "device": "/dev/sdb", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdb1", "fs_type": null }, { "action": "create format", "device": "/dev/sdb1", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sda", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sda1", "fs_type": null }, { "action": "create format", "device": "/dev/sda1", "fs_type": "lvmpv" }, { "action": "create device", "device": "/dev/vg1", "fs_type": null }, { "action": "create device", "device": "/dev/mapper/vg1-lv1", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/vg1-lv1", "fs_type": "xfs" } ], "changed": true, "crypts": [], "leaves": [ "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/mapper/vg1-lv1" ], "mounts": [ { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/vg1-lv1", "state": "mounted" } ], "packages": [ "lvm2", "xfsprogs" ], "pools": [ { "disks": [ "sda", "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "vg1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/vg1-lv1", "_kernel_device": "/dev/dm-4", "_mount_id": "/dev/mapper/vg1-lv1", "_raw_device": "/dev/mapper/vg1-lv1", "_raw_kernel_device": "/dev/dm-4", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "lv1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [ "sda", "sdb" ], "raid_level": "raid1", "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "2g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Thursday 06 June 2024 13:31:37 +0000 (0:00:07.383) 0:02:35.834 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_udevadm_trigger | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Thursday 06 June 2024 13:31:37 +0000 (0:00:00.031) 0:02:35.866 ********* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:101 Thursday 06 June 2024 13:31:37 +0000 (0:00:00.020) 0:02:35.887 ********* ok: [sut] => { "blivet_output": { "actions": [ { "action": "create format", "device": "/dev/sdb", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdb1", "fs_type": null }, { "action": "create format", "device": "/dev/sdb1", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sda", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sda1", "fs_type": null }, { "action": "create format", "device": "/dev/sda1", "fs_type": "lvmpv" }, { "action": "create device", "device": "/dev/vg1", "fs_type": null }, { "action": "create device", "device": "/dev/mapper/vg1-lv1", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/vg1-lv1", "fs_type": "xfs" } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/mapper/vg1-lv1" ], "mounts": [ { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/vg1-lv1", "state": "mounted" } ], "packages": [ "lvm2", "xfsprogs" ], "pools": [ { "disks": [ "sda", "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "vg1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/vg1-lv1", "_kernel_device": "/dev/dm-4", "_mount_id": "/dev/mapper/vg1-lv1", "_raw_device": "/dev/mapper/vg1-lv1", "_raw_kernel_device": "/dev/dm-4", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "lv1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [ "sda", "sdb" ], "raid_level": "raid1", "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "2g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:110 Thursday 06 June 2024 13:31:37 +0000 (0:00:00.027) 0:02:35.914 ********* ok: [sut] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "sda", "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "vg1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/vg1-lv1", "_kernel_device": "/dev/dm-4", "_mount_id": "/dev/mapper/vg1-lv1", "_raw_device": "/dev/mapper/vg1-lv1", "_raw_kernel_device": "/dev/dm-4", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "lv1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [ "sda", "sdb" ], "raid_level": "raid1", "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "2g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] }, "changed": false } TASK [fedora.linux_system_roles.storage : Set the list of volumes for test verification] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:114 Thursday 06 June 2024 13:31:37 +0000 (0:00:00.025) 0:02:35.939 ********* ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:130 Thursday 06 June 2024 13:31:37 +0000 (0:00:00.023) 0:02:35.963 ********* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:141 Thursday 06 June 2024 13:31:37 +0000 (0:00:00.031) 0:02:35.994 ********* ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:146 Thursday 06 June 2024 13:31:38 +0000 (0:00:00.753) 0:02:36.748 ********* redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount changed: [sut] => (item={'src': '/dev/mapper/vg1-lv1', 'path': '/opt/test1', 'fstype': 'xfs', '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": "xfs", "mount_info": { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/vg1-lv1", "state": "mounted" }, "name": "/opt/test1", "opts": "defaults", "passno": "0", "src": "/dev/mapper/vg1-lv1" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:157 Thursday 06 June 2024 13:31:38 +0000 (0:00:00.365) 0:02:37.113 ********* skipping: [sut] => (item={'src': '/dev/mapper/vg1-lv1', 'path': '/opt/test1', 'fstype': 'xfs', 'opts': 'defaults', 'dump': 0, 'passno': 0, 'state': 'mounted', 'owner': None, 'group': None, 'mode': None}) => { "ansible_loop_var": "mount_info", "changed": false, "false_condition": "mount_info['owner'] != none or mount_info['group'] != none or mount_info['mode'] != none", "mount_info": { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/vg1-lv1", "state": "mounted" }, "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:169 Thursday 06 June 2024 13:31:38 +0000 (0:00:00.038) 0:02:37.151 ********* ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:177 Thursday 06 June 2024 13:31:39 +0000 (0:00:00.655) 0:02:37.807 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1717680394.2913754, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1716902420.402, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 2097284, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "inode/x-empty", "mode": "0600", "mtime": 1716902144.521, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "3342962587", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:182 Thursday 06 June 2024 13:31:39 +0000 (0:00:00.320) 0:02:38.127 ********* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:204 Thursday 06 June 2024 13:31:39 +0000 (0:00:00.021) 0:02:38.148 ********* ok: [sut] TASK [Verify role results] ***************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/tests_create_raid_pool_then_remove.yml:140 Thursday 06 June 2024 13:31:41 +0000 (0:00:01.529) 0:02:39.678 ********* included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-role-results.yml for sut TASK [Print out pool information] ********************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-role-results.yml:2 Thursday 06 June 2024 13:31:41 +0000 (0:00:00.047) 0:02:39.726 ********* ok: [sut] => { "_storage_pools_list": [ { "disks": [ "sda", "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "vg1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/vg1-lv1", "_kernel_device": "/dev/dm-4", "_mount_id": "/dev/mapper/vg1-lv1", "_raw_device": "/dev/mapper/vg1-lv1", "_raw_kernel_device": "/dev/dm-4", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "lv1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [ "sda", "sdb" ], "raid_level": "raid1", "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "2g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] } TASK [Print out volume information] ******************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-role-results.yml:7 Thursday 06 June 2024 13:31:41 +0000 (0:00:00.036) 0:02:39.763 ********* skipping: [sut] => { "false_condition": "_storage_volumes_list | length > 0" } TASK [Collect info about the volumes.] ***************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-role-results.yml:15 Thursday 06 June 2024 13:31:41 +0000 (0:00:00.031) 0:02:39.794 ********* ok: [sut] => { "changed": false, "info": { "/dev/mapper/vg1-lv1": { "fstype": "xfs", "label": "", "name": "/dev/mapper/vg1-lv1", "size": "2G", "type": "lvm", "uuid": "5f06f9c0-0449-4735-bed4-5b4526e915bb" }, "/dev/mapper/vg1-lv1_rimage_0": { "fstype": "", "label": "", "name": "/dev/mapper/vg1-lv1_rimage_0", "size": "2G", "type": "lvm", "uuid": "" }, "/dev/mapper/vg1-lv1_rimage_1": { "fstype": "", "label": "", "name": "/dev/mapper/vg1-lv1_rimage_1", "size": "2G", "type": "lvm", "uuid": "" }, "/dev/mapper/vg1-lv1_rmeta_0": { "fstype": "", "label": "", "name": "/dev/mapper/vg1-lv1_rmeta_0", "size": "4M", "type": "lvm", "uuid": "" }, "/dev/mapper/vg1-lv1_rmeta_1": { "fstype": "", "label": "", "name": "/dev/mapper/vg1-lv1_rmeta_1", "size": "4M", "type": "lvm", "uuid": "" }, "/dev/sda": { "fstype": "", "label": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sda1": { "fstype": "LVM2_member", "label": "", "name": "/dev/sda1", "size": "10G", "type": "partition", "uuid": "JIZsp3-7pTZ-tROk-MJPE-Vxdp-7X7s-qXsINA" }, "/dev/sdb": { "fstype": "", "label": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdb1": { "fstype": "LVM2_member", "label": "", "name": "/dev/sdb1", "size": "10G", "type": "partition", "uuid": "0uVOsM-UvoQ-eawD-6S3u-FCtc-iEac-KrkYTm" }, "/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": "82a26900-2b36-49b9-bc49-f4d2f0bb14b8" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-role-results.yml:20 Thursday 06 June 2024 13:31:41 +0000 (0:00:00.275) 0:02:40.070 ********* ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.003645", "end": "2024-06-06 13:31:41.964519", "rc": 0, "start": "2024-06-06 13:31:41.960874" } STDOUT: # # /etc/fstab # Created by anaconda on Tue May 28 13:15:44 2024 # # Accessible filesystems, by reference, are maintained under '/dev/disk/'. # See man pages fstab(5), findfs(8), mount(8) and/or blkid(8) for more info. # # After editing this file, run 'systemctl daemon-reload' to update systemd # units generated from this file. # UUID=82a26900-2b36-49b9-bc49-f4d2f0bb14b8 / xfs defaults 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat /mnt/redhat nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/qa /mnt/qa nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive /mnt/engarchive nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/tpsdist /mnt/tpsdist nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot /mnt/brew nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch /mnt/brew_scratch nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 /dev/mapper/vg1-lv1 /opt/test1 xfs defaults 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-role-results.yml:25 Thursday 06 June 2024 13:31:41 +0000 (0:00:00.291) 0:02:40.361 ********* ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:01.004496", "end": "2024-06-06 13:31:43.249948", "failed_when_result": false, "rc": 0, "start": "2024-06-06 13:31:42.245452" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-role-results.yml:34 Thursday 06 June 2024 13:31:43 +0000 (0:00:01.352) 0:02:41.714 ********* included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool.yml for sut => (item={'disks': ['sda', 'sdb'], 'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'name': 'vg1', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_metadata_version': None, 'raid_chunk_size': None, 'shared': False, 'state': 'present', 'type': 'lvm', 'volumes': [{'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'lv1', 'raid_level': 'raid1', 'size': '2g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': ['sda', 'sdb'], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': [], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/vg1-lv1', '_raw_device': '/dev/mapper/vg1-lv1', '_mount_id': '/dev/mapper/vg1-lv1', '_kernel_device': '/dev/dm-4', '_raw_kernel_device': '/dev/dm-4'}]}) TASK [Set _storage_pool_tests] ************************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool.yml:5 Thursday 06 June 2024 13:31:43 +0000 (0:00:00.056) 0:02:41.770 ********* ok: [sut] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool.yml:18 Thursday 06 June 2024 13:31:43 +0000 (0:00:00.025) 0:02:41.795 ********* ok: [sut] => { "changed": false, "cmd": [ "vgs", "--noheadings", "--binary", "-o", "shared", "vg1" ], "delta": "0:00:01.494781", "end": "2024-06-06 13:31:45.262481", "rc": 0, "start": "2024-06-06 13:31:43.767700" } STDOUT: 0 TASK [Verify that VG shared value checks out] ********************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool.yml:24 Thursday 06 June 2024 13:31:45 +0000 (0:00:01.864) 0:02:43.660 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify pool subset] ****************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool.yml:34 Thursday 06 June 2024 13:31:45 +0000 (0:00:00.027) 0:02:43.687 ********* included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool-members.yml for sut => (item=members) included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool-volumes.yml for sut => (item=volumes) TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool-members.yml:2 Thursday 06 June 2024 13:31:45 +0000 (0:00:00.044) 0:02:43.732 ********* ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_count": "2", "_storage_test_pool_pvs_lvm": [ "/dev/sda1", "/dev/sdb1" ] }, "changed": false } TASK [Get the canonical device path for each member device] ******************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool-members.yml:8 Thursday 06 June 2024 13:31:45 +0000 (0:00:00.041) 0:02:43.774 ********* ok: [sut] => (item=/dev/sda1) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/sda1", "pv": "/dev/sda1" } ok: [sut] => (item=/dev/sdb1) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/sdb1", "pv": "/dev/sdb1" } TASK [Set pvs lvm length] ****************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool-members.yml:17 Thursday 06 June 2024 13:31:45 +0000 (0:00:00.558) 0:02:44.332 ********* ok: [sut] => { "ansible_facts": { "__pvs_lvm_len": "2" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool-members.yml:22 Thursday 06 June 2024 13:31:46 +0000 (0:00:00.035) 0:02:44.368 ********* ok: [sut] => { "ansible_facts": { "_storage_test_pool_pvs": [ "/dev/sda1", "/dev/sdb1" ] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool-members.yml:27 Thursday 06 June 2024 13:31:46 +0000 (0:00:00.036) 0:02:44.405 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool-members.yml:36 Thursday 06 June 2024 13:31:46 +0000 (0:00:00.034) 0:02:44.439 ********* ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool-members.yml:41 Thursday 06 June 2024 13:31:46 +0000 (0:00:00.024) 0:02:44.464 ********* ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "partition" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool-members.yml:46 Thursday 06 June 2024 13:31:46 +0000 (0:00:00.034) 0:02:44.498 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'lvm' and storage_test_pool.raid_level", "skip_reason": "Conditional result was False" } TASK [Check the type of each PV] *********************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool-members.yml:51 Thursday 06 June 2024 13:31:46 +0000 (0:00:00.079) 0:02:44.577 ********* ok: [sut] => (item=/dev/sda1) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/sda1" } MSG: All assertions passed ok: [sut] => (item=/dev/sdb1) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/sdb1" } MSG: All assertions passed TASK [Check MD RAID] *********************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool-members.yml:64 Thursday 06 June 2024 13:31:46 +0000 (0:00:00.041) 0:02:44.619 ********* included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-md.yml for sut TASK [Get information about RAID] ********************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-md.yml:8 Thursday 06 June 2024 13:31:46 +0000 (0:00:00.042) 0:02:44.661 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-md.yml:14 Thursday 06 June 2024 13:31:46 +0000 (0:00:00.024) 0:02:44.686 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-md.yml:19 Thursday 06 June 2024 13:31:46 +0000 (0:00:00.022) 0:02:44.709 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-md.yml:24 Thursday 06 June 2024 13:31:46 +0000 (0:00:00.022) 0:02:44.731 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set md chunk size regex] ************************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-md.yml:29 Thursday 06 June 2024 13:31:46 +0000 (0:00:00.023) 0:02:44.754 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-md.yml:37 Thursday 06 June 2024 13:31:46 +0000 (0:00:00.026) 0:02:44.780 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-md.yml:46 Thursday 06 June 2024 13:31:46 +0000 (0:00:00.023) 0:02:44.803 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-md.yml:55 Thursday 06 June 2024 13:31:46 +0000 (0:00:00.020) 0:02:44.824 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-md.yml:64 Thursday 06 June 2024 13:31:46 +0000 (0:00:00.021) 0:02:44.846 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-md.yml:74 Thursday 06 June 2024 13:31:46 +0000 (0:00:00.022) 0:02:44.868 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Reset variables used by tests] ******************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-md.yml:83 Thursday 06 June 2024 13:31:46 +0000 (0:00:00.022) 0:02:44.890 ********* ok: [sut] => { "ansible_facts": { "storage_test_md_active_devices_re": null, "storage_test_md_chunk_size_re": null, "storage_test_md_metadata_version_re": null, "storage_test_md_spare_devices_re": null }, "changed": false } TASK [Check LVM RAID] ********************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool-members.yml:67 Thursday 06 June 2024 13:31:46 +0000 (0:00:00.020) 0:02:44.911 ********* included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-members-lvmraid.yml for sut TASK [Validate pool member LVM RAID settings] ********************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-members-lvmraid.yml:2 Thursday 06 June 2024 13:31:46 +0000 (0:00:00.094) 0:02:45.006 ********* included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-lvmraid.yml for sut => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'lv1', 'raid_level': 'raid1', 'size': '2g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': ['sda', 'sdb'], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': [], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/vg1-lv1', '_raw_device': '/dev/mapper/vg1-lv1', '_mount_id': '/dev/mapper/vg1-lv1', '_kernel_device': '/dev/dm-4', '_raw_kernel_device': '/dev/dm-4'}) TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-lvmraid.yml:8 Thursday 06 June 2024 13:31:46 +0000 (0:00:00.040) 0:02:45.046 ********* ok: [sut] => { "changed": false, "cmd": [ "lvs", "--noheadings", "--nameprefixes", "--units=b", "--nosuffix", "--unquoted", "-o", "name,segtype,stripe_size", "vg1/lv1" ], "delta": "0:00:00.489157", "end": "2024-06-06 13:31:47.485827", "rc": 0, "start": "2024-06-06 13:31:46.996670" } STDOUT: LVM2_LV_NAME=lv1 LVM2_SEGTYPE=raid1 LVM2_STRIPE_SIZE=0 TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-lvmraid.yml:16 Thursday 06 June 2024 13:31:47 +0000 (0:00:00.854) 0:02:45.901 ********* ok: [sut] => { "ansible_facts": { "storage_test_lv_segtype": [ "raid1" ] }, "changed": false } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-lvmraid.yml:20 Thursday 06 June 2024 13:31:47 +0000 (0:00:00.040) 0:02:45.942 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set LV stripe size] ****************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-lvmraid.yml:27 Thursday 06 June 2024 13:31:47 +0000 (0:00:00.031) 0:02:45.973 ********* ok: [sut] => { "ansible_facts": { "storage_test_lv_stripe_size": [ "0" ] }, "changed": false } TASK [Parse the requested stripe size] ***************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-lvmraid.yml:31 Thursday 06 June 2024 13:31:47 +0000 (0:00:00.038) 0:02:46.012 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_stripe_size is not none", "skip_reason": "Conditional result was False" } TASK [Set expected stripe size] ************************************************ task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-lvmraid.yml:37 Thursday 06 June 2024 13:31:47 +0000 (0:00:00.028) 0:02:46.040 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_stripe_size is not none", "skip_reason": "Conditional result was False" } TASK [Check stripe size] ******************************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-lvmraid.yml:42 Thursday 06 June 2024 13:31:47 +0000 (0:00:00.030) 0:02:46.071 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_stripe_size is not none", "skip_reason": "Conditional result was False" } TASK [Check Thin Pools] ******************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool-members.yml:70 Thursday 06 June 2024 13:31:47 +0000 (0:00:00.030) 0:02:46.102 ********* included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-members-thin.yml for sut TASK [Validate pool member thinpool settings] ********************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-members-thin.yml:2 Thursday 06 June 2024 13:31:47 +0000 (0:00:00.042) 0:02:46.144 ********* included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-thin.yml for sut => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'lv1', 'raid_level': 'raid1', 'size': '2g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': ['sda', 'sdb'], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': [], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/vg1-lv1', '_raw_device': '/dev/mapper/vg1-lv1', '_mount_id': '/dev/mapper/vg1-lv1', '_kernel_device': '/dev/dm-4', '_raw_kernel_device': '/dev/dm-4'}) TASK [Get information about thinpool] ****************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-thin.yml:8 Thursday 06 June 2024 13:31:47 +0000 (0:00:00.118) 0:02:46.263 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_thin_volume.thin", "skip_reason": "Conditional result was False" } TASK [Check that volume is in correct thinpool (when thinp name is provided)] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-thin.yml:16 Thursday 06 June 2024 13:31:47 +0000 (0:00:00.025) 0:02:46.288 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_thin_volume.thin", "skip_reason": "Conditional result was False" } TASK [Check that volume is in thinpool (when thinp name is not provided)] ****** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-thin.yml:22 Thursday 06 June 2024 13:31:47 +0000 (0:00:00.024) 0:02:46.312 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_thin_volume.thin", "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-thin.yml:26 Thursday 06 June 2024 13:31:47 +0000 (0:00:00.023) 0:02:46.336 ********* ok: [sut] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Check member encryption] ************************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool-members.yml:73 Thursday 06 June 2024 13:31:47 +0000 (0:00:00.023) 0:02:46.360 ********* included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-members-encryption.yml for sut TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-members-encryption.yml:5 Thursday 06 June 2024 13:31:48 +0000 (0:00:00.045) 0:02:46.405 ********* ok: [sut] => { "ansible_facts": { "_storage_test_expected_crypttab_entries": "0", "_storage_test_expected_crypttab_key_file": "-" }, "changed": false } TASK [Validate pool member LUKS settings] ************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-members-encryption.yml:10 Thursday 06 June 2024 13:31:48 +0000 (0:00:00.041) 0:02:46.447 ********* skipping: [sut] => (item=/dev/sda1) => { "_storage_test_pool_member_path": "/dev/sda1", "ansible_loop_var": "_storage_test_pool_member_path", "changed": false, "false_condition": "storage_test_pool.type == 'lvm' and storage_test_pool.encryption", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/dev/sdb1) => { "_storage_test_pool_member_path": "/dev/sdb1", "ansible_loop_var": "_storage_test_pool_member_path", "changed": false, "false_condition": "storage_test_pool.type == 'lvm' and storage_test_pool.encryption", "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [Validate pool member crypttab entries] *********************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-members-encryption.yml:17 Thursday 06 June 2024 13:31:48 +0000 (0:00:00.030) 0:02:46.477 ********* included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-crypttab.yml for sut => (item=/dev/sda1) included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-crypttab.yml for sut => (item=/dev/sdb1) TASK [Set variables used by tests] ********************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-crypttab.yml:2 Thursday 06 June 2024 13:31:48 +0000 (0:00:00.045) 0:02:46.522 ********* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-crypttab.yml:6 Thursday 06 June 2024 13:31:48 +0000 (0:00:00.037) 0:02:46.560 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-crypttab.yml:14 Thursday 06 June 2024 13:31:48 +0000 (0:00:00.042) 0:02:46.603 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-crypttab.yml:23 Thursday 06 June 2024 13:31:48 +0000 (0:00:00.031) 0:02:46.635 ********* skipping: [sut] => { "changed": false, "false_condition": "false and _storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-crypttab.yml:32 Thursday 06 June 2024 13:31:48 +0000 (0:00:00.031) 0:02:46.667 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-crypttab.yml:41 Thursday 06 June 2024 13:31:48 +0000 (0:00:00.105) 0:02:46.772 ********* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-crypttab.yml:2 Thursday 06 June 2024 13:31:48 +0000 (0:00:00.024) 0:02:46.797 ********* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-crypttab.yml:6 Thursday 06 June 2024 13:31:48 +0000 (0:00:00.036) 0:02:46.833 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-crypttab.yml:14 Thursday 06 June 2024 13:31:48 +0000 (0:00:00.036) 0:02:46.870 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-crypttab.yml:23 Thursday 06 June 2024 13:31:48 +0000 (0:00:00.034) 0:02:46.905 ********* skipping: [sut] => { "changed": false, "false_condition": "false and _storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-crypttab.yml:32 Thursday 06 June 2024 13:31:48 +0000 (0:00:00.033) 0:02:46.939 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-crypttab.yml:41 Thursday 06 June 2024 13:31:48 +0000 (0:00:00.034) 0:02:46.973 ********* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-members-encryption.yml:24 Thursday 06 June 2024 13:31:48 +0000 (0:00:00.023) 0:02:46.997 ********* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_crypttab_key_file": null }, "changed": false } TASK [Check VDO] *************************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool-members.yml:76 Thursday 06 June 2024 13:31:48 +0000 (0:00:00.031) 0:02:47.029 ********* included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-members-vdo.yml for sut TASK [Validate pool member VDO settings] *************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-members-vdo.yml:2 Thursday 06 June 2024 13:31:48 +0000 (0:00:00.042) 0:02:47.072 ********* included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-vdo.yml for sut => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'lv1', 'raid_level': 'raid1', 'size': '2g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': ['sda', 'sdb'], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': [], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/vg1-lv1', '_raw_device': '/dev/mapper/vg1-lv1', '_mount_id': '/dev/mapper/vg1-lv1', '_kernel_device': '/dev/dm-4', '_raw_kernel_device': '/dev/dm-4'}) TASK [Get information about VDO deduplication] ********************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-vdo.yml:8 Thursday 06 June 2024 13:31:48 +0000 (0:00:00.041) 0:02:47.113 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-vdo.yml:15 Thursday 06 June 2024 13:31:48 +0000 (0:00:00.023) 0:02:47.137 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-vdo.yml:21 Thursday 06 June 2024 13:31:48 +0000 (0:00:00.020) 0:02:47.158 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Get information about VDO compression] *********************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-vdo.yml:27 Thursday 06 June 2024 13:31:48 +0000 (0:00:00.085) 0:02:47.243 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-vdo.yml:34 Thursday 06 June 2024 13:31:48 +0000 (0:00:00.023) 0:02:47.267 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-vdo.yml:40 Thursday 06 June 2024 13:31:48 +0000 (0:00:00.022) 0:02:47.289 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-vdo.yml:46 Thursday 06 June 2024 13:31:48 +0000 (0:00:00.021) 0:02:47.311 ********* ok: [sut] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool-members.yml:79 Thursday 06 June 2024 13:31:48 +0000 (0:00:00.028) 0:02:47.339 ********* ok: [sut] => { "ansible_facts": { "__pvs_lvm_len": null, "_storage_test_expected_pv_count": null, "_storage_test_expected_pv_type": null, "_storage_test_pool_pvs": [], "_storage_test_pool_pvs_lvm": [] }, "changed": false } TASK [Verify the volumes] ****************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool-volumes.yml:3 Thursday 06 June 2024 13:31:48 +0000 (0:00:00.023) 0:02:47.362 ********* included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/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': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'lv1', 'raid_level': 'raid1', 'size': '2g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': ['sda', 'sdb'], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': [], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/vg1-lv1', '_raw_device': '/dev/mapper/vg1-lv1', '_mount_id': '/dev/mapper/vg1-lv1', '_kernel_device': '/dev/dm-4', '_raw_kernel_device': '/dev/dm-4'}) TASK [Set storage volume test variables] *************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume.yml:2 Thursday 06 June 2024 13:31:49 +0000 (0:00:00.041) 0:02:47.404 ********* ok: [sut] => { "ansible_facts": { "_storage_test_volume_present": true, "_storage_volume_tests": [ "mount", "fstab", "fs", "device", "encryption", "md", "size", "cache" ] }, "changed": false } TASK [Run test verify for {{ storage_test_volume_subset }}] ******************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume.yml:19 Thursday 06 June 2024 13:31:49 +0000 (0:00:00.035) 0:02:47.439 ********* included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-mount.yml for sut => (item=mount) included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-fstab.yml for sut => (item=fstab) included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-fs.yml for sut => (item=fs) included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-device.yml for sut => (item=device) included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml for sut => (item=encryption) included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-md.yml for sut => (item=md) included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml for sut => (item=size) included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-cache.yml for sut => (item=cache) TASK [Get expected mount device based on device type] ************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-mount.yml:7 Thursday 06 June 2024 13:31:49 +0000 (0:00:00.074) 0:02:47.513 ********* ok: [sut] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/vg1-lv1" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-mount.yml:11 Thursday 06 June 2024 13:31:49 +0000 (0:00:00.032) 0:02:47.545 ********* ok: [sut] => { "ansible_facts": { "storage_test_mount_device_matches": [ { "block_available": 495086, "block_size": 4096, "block_total": 506880, "block_used": 11794, "device": "/dev/mapper/vg1-lv1", "fstype": "xfs", "inode_available": 1046525, "inode_total": 1046528, "inode_used": 3, "mount": "/opt/test1", "options": "rw,seclabel,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota", "size_available": 2027872256, "size_total": 2076180480, "uuid": "5f06f9c0-0449-4735-bed4-5b4526e915bb" } ], "storage_test_mount_expected_match_count": "1", "storage_test_mount_point_matches": [ { "block_available": 495086, "block_size": 4096, "block_total": 506880, "block_used": 11794, "device": "/dev/mapper/vg1-lv1", "fstype": "xfs", "inode_available": 1046525, "inode_total": 1046528, "inode_used": 3, "mount": "/opt/test1", "options": "rw,seclabel,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota", "size_available": 2027872256, "size_total": 2076180480, "uuid": "5f06f9c0-0449-4735-bed4-5b4526e915bb" } ], "storage_test_swap_expected_matches": "0" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-mount.yml:21 Thursday 06 June 2024 13:31:49 +0000 (0:00:00.041) 0:02:47.586 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and (storage_test_volume.mount_user or storage_test_volume.mount_group or storage_test_volume.mount_mode)", "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-mount.yml:30 Thursday 06 June 2024 13:31:49 +0000 (0:00:00.021) 0:02:47.608 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the current mount state by mount point] *************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-mount.yml:41 Thursday 06 June 2024 13:31:49 +0000 (0:00:00.105) 0:02:47.714 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-mount.yml:48 Thursday 06 June 2024 13:31:49 +0000 (0:00:00.037) 0:02:47.751 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_user", "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-mount.yml:54 Thursday 06 June 2024 13:31:49 +0000 (0:00:00.023) 0:02:47.774 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_group", "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-mount.yml:60 Thursday 06 June 2024 13:31:49 +0000 (0:00:00.021) 0:02:47.796 ********* 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-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-mount.yml:69 Thursday 06 June 2024 13:31:49 +0000 (0:00:00.021) 0:02:47.818 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get path of test volume device] ****************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-mount.yml:80 Thursday 06 June 2024 13:31:49 +0000 (0:00:00.035) 0:02:47.853 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-mount.yml:86 Thursday 06 June 2024 13:31:49 +0000 (0:00:00.022) 0:02:47.876 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-mount.yml:92 Thursday 06 June 2024 13:31:49 +0000 (0:00:00.021) 0:02:47.897 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-mount.yml:102 Thursday 06 June 2024 13:31:49 +0000 (0:00:00.021) 0:02:47.919 ********* 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-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-fstab.yml:2 Thursday 06 June 2024 13:31:49 +0000 (0:00:00.025) 0:02:47.944 ********* ok: [sut] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": "1", "storage_test_fstab_expected_mount_options_matches": "1", "storage_test_fstab_expected_mount_point_matches": "1", "storage_test_fstab_id_matches": [ "/dev/mapper/vg1-lv1 " ], "storage_test_fstab_mount_options_matches": [ " /opt/test1 xfs defaults " ], "storage_test_fstab_mount_point_matches": [ " /opt/test1 " ] }, "changed": false } TASK [Verify that the device identifier appears in /etc/fstab] ***************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-fstab.yml:17 Thursday 06 June 2024 13:31:49 +0000 (0:00:00.060) 0:02:48.005 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-fstab.yml:24 Thursday 06 June 2024 13:31:49 +0000 (0:00:00.038) 0:02:48.044 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-fstab.yml:33 Thursday 06 June 2024 13:31:49 +0000 (0:00:00.037) 0:02:48.081 ********* skipping: [sut] => { "changed": false, "false_condition": "__storage_verify_mount_options | d(false)", "skip_reason": "Conditional result was False" } TASK [Clean up variables] ****************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-fstab.yml:45 Thursday 06 June 2024 13:31:49 +0000 (0:00:00.031) 0:02:48.113 ********* ok: [sut] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": null, "storage_test_fstab_expected_mount_options_matches": null, "storage_test_fstab_expected_mount_point_matches": null, "storage_test_fstab_id_matches": null, "storage_test_fstab_mount_options_matches": null, "storage_test_fstab_mount_point_matches": null }, "changed": false } TASK [Verify fs type] ********************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-fs.yml:3 Thursday 06 June 2024 13:31:49 +0000 (0:00:00.127) 0:02:48.241 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-fs.yml:9 Thursday 06 June 2024 13:31:49 +0000 (0:00:00.037) 0:02:48.279 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-device.yml:3 Thursday 06 June 2024 13:31:49 +0000 (0:00:00.036) 0:02:48.315 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1717680697.341533, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1717680697.341533, "dev": 5, "device_type": 64772, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 1506, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/symlink", "mode": "0660", "mtime": 1717680697.341533, "nlink": 1, "path": "/dev/mapper/vg1-lv1", "pw_name": "root", "readable": true, "rgrp": true, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": null, "wgrp": true, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-device.yml:9 Thursday 06 June 2024 13:31:50 +0000 (0:00:00.307) 0:02:48.622 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-device.yml:16 Thursday 06 June 2024 13:31:50 +0000 (0:00:00.024) 0:02:48.647 ********* skipping: [sut] => { "changed": false, "false_condition": "not (_storage_test_volume_present or storage_test_volume.type == 'disk')", "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-device.yml:23 Thursday 06 June 2024 13:31:50 +0000 (0:00:00.021) 0:02:48.668 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-device.yml:29 Thursday 06 June 2024 13:31:50 +0000 (0:00:00.024) 0:02:48.693 ********* ok: [sut] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-device.yml:33 Thursday 06 June 2024 13:31:50 +0000 (0:00:00.023) 0:02:48.716 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == \"raid\"", "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-device.yml:38 Thursday 06 June 2024 13:31:50 +0000 (0:00:00.020) 0:02:48.737 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:3 Thursday 06 June 2024 13:31:50 +0000 (0:00:00.024) 0:02:48.762 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:10 Thursday 06 June 2024 13:31:50 +0000 (0:00:00.021) 0:02:48.783 ********* ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Collect LUKS info for this volume] *************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:16 Thursday 06 June 2024 13:31:51 +0000 (0:00:01.255) 0:02:50.039 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:22 Thursday 06 June 2024 13:31:51 +0000 (0:00:00.020) 0:02:50.059 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Verify that the raw device is the same as the device if not encrypted] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:29 Thursday 06 June 2024 13:31:51 +0000 (0:00:00.020) 0:02:50.080 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:40 Thursday 06 June 2024 13:31:51 +0000 (0:00:00.034) 0:02:50.115 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:46 Thursday 06 June 2024 13:31:51 +0000 (0:00:00.082) 0:02:50.197 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:51 Thursday 06 June 2024 13:31:51 +0000 (0:00:00.021) 0:02:50.218 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:63 Thursday 06 June 2024 13:31:51 +0000 (0:00:00.021) 0:02:50.240 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:75 Thursday 06 June 2024 13:31:51 +0000 (0:00:00.021) 0:02:50.261 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:87 Thursday 06 June 2024 13:31:51 +0000 (0:00:00.022) 0:02:50.284 ********* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [], "_storage_test_expected_crypttab_entries": "0", "_storage_test_expected_crypttab_key_file": "-" }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:93 Thursday 06 June 2024 13:31:51 +0000 (0:00:00.034) 0:02:50.319 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:100 Thursday 06 June 2024 13:31:51 +0000 (0:00:00.035) 0:02:50.354 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:108 Thursday 06 June 2024 13:31:52 +0000 (0:00:00.031) 0:02:50.385 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:116 Thursday 06 June 2024 13:31:52 +0000 (0:00:00.031) 0:02:50.417 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:124 Thursday 06 June 2024 13:31:52 +0000 (0:00:00.029) 0:02:50.446 ********* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_expected_crypttab_entries": null, "_storage_test_expected_crypttab_key_file": null }, "changed": false } TASK [Get information about RAID] ********************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-md.yml:8 Thursday 06 June 2024 13:31:52 +0000 (0:00:00.022) 0:02:50.469 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-md.yml:14 Thursday 06 June 2024 13:31:52 +0000 (0:00:00.021) 0:02:50.490 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-md.yml:19 Thursday 06 June 2024 13:31:52 +0000 (0:00:00.020) 0:02:50.511 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-md.yml:24 Thursday 06 June 2024 13:31:52 +0000 (0:00:00.020) 0:02:50.532 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-md.yml:29 Thursday 06 June 2024 13:31:52 +0000 (0:00:00.022) 0:02:50.554 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-md.yml:37 Thursday 06 June 2024 13:31:52 +0000 (0:00:00.077) 0:02:50.632 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-md.yml:46 Thursday 06 June 2024 13:31:52 +0000 (0:00:00.022) 0:02:50.654 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-md.yml:54 Thursday 06 June 2024 13:31:52 +0000 (0:00:00.020) 0:02:50.675 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-md.yml:62 Thursday 06 June 2024 13:31:52 +0000 (0:00:00.021) 0:02:50.696 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-md.yml:70 Thursday 06 June 2024 13:31:52 +0000 (0:00:00.021) 0:02:50.717 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:3 Thursday 06 June 2024 13:31:52 +0000 (0:00:00.020) 0:02:50.738 ********* ok: [sut] => { "bytes": 2147483648, "changed": false, "lvm": "2g", "parted": "2GiB", "size": "2 GiB" } TASK [Parse the requested size of the volume] ********************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:11 Thursday 06 June 2024 13:31:52 +0000 (0:00:00.324) 0:02:51.063 ********* ok: [sut] => { "bytes": 2147483648, "changed": false, "lvm": "2g", "parted": "2GiB", "size": "2 GiB" } TASK [Establish base value for expected size] ********************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:20 Thursday 06 June 2024 13:31:53 +0000 (0:00:00.310) 0:02:51.373 ********* ok: [sut] => { "ansible_facts": { "storage_test_expected_size": "2147483648" }, "changed": false } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:28 Thursday 06 June 2024 13:31:53 +0000 (0:00:00.037) 0:02:51.411 ********* ok: [sut] => { "storage_test_expected_size": "2147483648" } TASK [Get the size of parent/pool device] ************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:32 Thursday 06 June 2024 13:31:53 +0000 (0:00:00.023) 0:02:51.435 ********* ok: [sut] => { "bytes": 21442624225, "changed": false, "lvm": "19g", "parted": "19GiB", "size": "19 GiB" } TASK [Show test pool] ********************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:46 Thursday 06 June 2024 13:31:53 +0000 (0:00:00.292) 0:02:51.727 ********* skipping: [sut] => { "false_condition": "'%' in storage_test_volume.size | string" } TASK [Show test blockinfo] ***************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:50 Thursday 06 June 2024 13:31:53 +0000 (0:00:00.040) 0:02:51.768 ********* skipping: [sut] => { "false_condition": "'%' in storage_test_volume.size | string" } TASK [Show test pool size] ***************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:54 Thursday 06 June 2024 13:31:53 +0000 (0:00:00.045) 0:02:51.814 ********* skipping: [sut] => { "false_condition": "'%' in storage_test_volume.size | string" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:58 Thursday 06 June 2024 13:31:53 +0000 (0:00:00.034) 0:02:51.848 ********* skipping: [sut] => { "changed": false, "false_condition": "'%' in storage_test_volume.size | string", "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:67 Thursday 06 June 2024 13:31:53 +0000 (0:00:00.040) 0:02:51.888 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:71 Thursday 06 June 2024 13:31:53 +0000 (0:00:00.110) 0:02:51.999 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:76 Thursday 06 June 2024 13:31:53 +0000 (0:00:00.025) 0:02:52.024 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:82 Thursday 06 June 2024 13:31:53 +0000 (0:00:00.021) 0:02:52.046 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:86 Thursday 06 June 2024 13:31:53 +0000 (0:00:00.021) 0:02:52.068 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:91 Thursday 06 June 2024 13:31:53 +0000 (0:00:00.022) 0:02:52.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-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:96 Thursday 06 June 2024 13:31:53 +0000 (0:00:00.022) 0:02:52.113 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:101 Thursday 06 June 2024 13:31:53 +0000 (0:00:00.021) 0:02:52.134 ********* skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Show volume thin pool size] ********************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:105 Thursday 06 June 2024 13:31:53 +0000 (0:00:00.024) 0:02:52.159 ********* skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:109 Thursday 06 June 2024 13:31:53 +0000 (0:00:00.024) 0:02:52.183 ********* skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Establish base value for expected thin pool size] ************************ task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:113 Thursday 06 June 2024 13:31:53 +0000 (0:00:00.021) 0:02:52.204 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:120 Thursday 06 June 2024 13:31:53 +0000 (0:00:00.021) 0:02:52.226 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:127 Thursday 06 June 2024 13:31:53 +0000 (0:00:00.020) 0:02:52.246 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:131 Thursday 06 June 2024 13:31:53 +0000 (0:00:00.020) 0:02:52.267 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:137 Thursday 06 June 2024 13:31:53 +0000 (0:00:00.020) 0:02:52.288 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:143 Thursday 06 June 2024 13:31:53 +0000 (0:00:00.019) 0:02:52.308 ********* ok: [sut] => { "storage_test_actual_size": { "bytes": 2147483648, "changed": false, "failed": false, "lvm": "2g", "parted": "2GiB", "size": "2 GiB" } } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:147 Thursday 06 June 2024 13:31:54 +0000 (0:00:00.082) 0:02:52.390 ********* ok: [sut] => { "storage_test_expected_size": "2147483648" } TASK [Assert expected size is actual size] ************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:151 Thursday 06 June 2024 13:31:54 +0000 (0:00:00.026) 0:02:52.416 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-cache.yml:5 Thursday 06 June 2024 13:31:54 +0000 (0:00:00.037) 0:02:52.454 ********* ok: [sut] => { "changed": false, "cmd": [ "lvs", "--noheadings", "--nameprefixes", "--units=b", "--nosuffix", "--unquoted", "-o", "name,attr,cache_total_blocks,chunk_size,segtype", "vg1/lv1" ], "delta": "0:00:01.678264", "end": "2024-06-06 13:31:56.078314", "rc": 0, "start": "2024-06-06 13:31:54.400050" } STDOUT: LVM2_LV_NAME=lv1 LVM2_LV_ATTR=rwi-aor--- LVM2_CACHE_TOTAL_BLOCKS= LVM2_CHUNK_SIZE=0 LVM2_SEGTYPE=raid1 TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-cache.yml:13 Thursday 06 June 2024 13:31:56 +0000 (0:00:02.045) 0:02:54.499 ********* ok: [sut] => { "ansible_facts": { "storage_test_lv_segtype": [ "raid1" ] }, "changed": false } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-cache.yml:17 Thursday 06 June 2024 13:31:56 +0000 (0:00:00.036) 0:02:54.535 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set LV cache size] ******************************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-cache.yml:24 Thursday 06 June 2024 13:31:56 +0000 (0:00:00.036) 0:02:54.572 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.cached | bool", "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-cache.yml:31 Thursday 06 June 2024 13:31:56 +0000 (0:00:00.030) 0:02:54.602 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.cached | bool", "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-cache.yml:37 Thursday 06 June 2024 13:31:56 +0000 (0:00:00.032) 0:02:54.634 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.cached | bool", "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-cache.yml:42 Thursday 06 June 2024 13:31:56 +0000 (0:00:00.031) 0:02:54.666 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.cached | bool", "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume.yml:25 Thursday 06 June 2024 13:31:56 +0000 (0:00:00.031) 0:02:54.698 ********* ok: [sut] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-role-results.yml:44 Thursday 06 June 2024 13:31:56 +0000 (0:00:00.021) 0:02:54.720 ********* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Clean up variable namespace] ********************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-role-results.yml:54 Thursday 06 June 2024 13:31:56 +0000 (0:00:00.019) 0:02:54.739 ********* ok: [sut] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } TASK [Repeat the previous invocation to verify idempotence] ******************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/tests_create_raid_pool_then_remove.yml:143 Thursday 06 June 2024 13:31:56 +0000 (0:00:00.022) 0:02:54.762 ********* TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Thursday 06 June 2024 13:31:56 +0000 (0:00:00.127) 0:02:54.889 ********* included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Thursday 06 June 2024 13:31:56 +0000 (0:00:00.036) 0:02:54.926 ********* skipping: [sut] => { "changed": false, "false_condition": "__storage_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Thursday 06 June 2024 13:31:56 +0000 (0:00:00.040) 0:02:54.966 ********* skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_9.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs" ] }, "ansible_included_var_files": [ "/WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } ok: [sut] => (item=CentOS_9.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs" ] }, "ansible_included_var_files": [ "/WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Thursday 06 June 2024 13:31:56 +0000 (0:00:00.056) 0:02:55.022 ********* skipping: [sut] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Thursday 06 June 2024 13:31:56 +0000 (0:00:00.025) 0:02:55.048 ********* skipping: [sut] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Thursday 06 June 2024 13:31:56 +0000 (0:00:00.024) 0:02:55.073 ********* ok: [sut] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Thursday 06 June 2024 13:31:56 +0000 (0:00:00.024) 0:02:55.098 ********* ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Thursday 06 June 2024 13:31:56 +0000 (0:00:00.025) 0:02:55.123 ********* redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for sut TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Thursday 06 June 2024 13:31:56 +0000 (0:00:00.047) 0:02:55.170 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"blivet_available\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Thursday 06 June 2024 13:31:56 +0000 (0:00:00.027) 0:02:55.197 ********* ok: [sut] => { "storage_pools": [ { "disks": [ "sda", "sdb" ], "name": "vg1", "state": "present", "type": "lvm", "volumes": [ { "mount_point": "/opt/test1", "name": "lv1", "raid_disks": [ "sda", "sdb" ], "raid_level": "raid1", "size": "2g" } ] } ] } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Thursday 06 June 2024 13:31:56 +0000 (0:00:00.031) 0:02:55.229 ********* ok: [sut] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined. 'storage_volumes' is undefined" } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Thursday 06 June 2024 13:31:56 +0000 (0:00:00.026) 0:02:55.256 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Thursday 06 June 2024 13:31:56 +0000 (0:00:00.028) 0:02:55.284 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Thursday 06 June 2024 13:31:57 +0000 (0:00:00.092) 0:02:55.376 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Thursday 06 June 2024 13:31:57 +0000 (0:00:00.026) 0:02:55.403 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"service_facts\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Thursday 06 June 2024 13:31:57 +0000 (0:00:00.027) 0:02:55.431 ********* ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Thursday 06 June 2024 13:31:57 +0000 (0:00:00.045) 0:02:55.476 ********* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Thursday 06 June 2024 13:31:57 +0000 (0:00:00.020) 0:02:55.497 ********* changed: [sut] => { "actions": [ { "action": "resize device", "device": "/dev/mapper/vg1-lv1", "fs_type": null }, { "action": "resize format", "device": "/dev/mapper/vg1-lv1", "fs_type": "xfs" } ], "changed": true, "crypts": [], "leaves": [ "/dev/mapper/vg1-lv1", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [ { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/vg1-lv1", "state": "mounted" } ], "packages": [ "lvm2", "xfsprogs" ], "pools": [ { "disks": [ "sda", "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "vg1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/vg1-lv1", "_kernel_device": "/dev/dm-4", "_mount_id": "/dev/mapper/vg1-lv1", "_raw_device": "/dev/mapper/vg1-lv1", "_raw_kernel_device": "/dev/dm-4", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "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": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "lv1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [ "sda", "sdb" ], "raid_level": "raid1", "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "2g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Thursday 06 June 2024 13:32:07 +0000 (0:00:10.598) 0:03:06.095 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_udevadm_trigger | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Thursday 06 June 2024 13:32:07 +0000 (0:00:00.047) 0:03:06.142 ********* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:101 Thursday 06 June 2024 13:32:07 +0000 (0:00:00.020) 0:03:06.163 ********* ok: [sut] => { "blivet_output": { "actions": [ { "action": "resize device", "device": "/dev/mapper/vg1-lv1", "fs_type": null }, { "action": "resize format", "device": "/dev/mapper/vg1-lv1", "fs_type": "xfs" } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/mapper/vg1-lv1", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [ { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/vg1-lv1", "state": "mounted" } ], "packages": [ "lvm2", "xfsprogs" ], "pools": [ { "disks": [ "sda", "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "vg1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/vg1-lv1", "_kernel_device": "/dev/dm-4", "_mount_id": "/dev/mapper/vg1-lv1", "_raw_device": "/dev/mapper/vg1-lv1", "_raw_kernel_device": "/dev/dm-4", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "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": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "lv1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [ "sda", "sdb" ], "raid_level": "raid1", "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "2g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:110 Thursday 06 June 2024 13:32:07 +0000 (0:00:00.028) 0:03:06.192 ********* ok: [sut] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "sda", "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "vg1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/vg1-lv1", "_kernel_device": "/dev/dm-4", "_mount_id": "/dev/mapper/vg1-lv1", "_raw_device": "/dev/mapper/vg1-lv1", "_raw_kernel_device": "/dev/dm-4", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "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": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "lv1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [ "sda", "sdb" ], "raid_level": "raid1", "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "2g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] }, "changed": false } TASK [fedora.linux_system_roles.storage : Set the list of volumes for test verification] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:114 Thursday 06 June 2024 13:32:07 +0000 (0:00:00.029) 0:03:06.222 ********* ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:130 Thursday 06 June 2024 13:32:07 +0000 (0:00:00.025) 0:03:06.248 ********* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:141 Thursday 06 June 2024 13:32:07 +0000 (0:00:00.032) 0:03:06.281 ********* ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:146 Thursday 06 June 2024 13:32:08 +0000 (0:00:00.598) 0:03:06.880 ********* redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount ok: [sut] => (item={'src': '/dev/mapper/vg1-lv1', 'path': '/opt/test1', 'fstype': 'xfs', '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": "xfs", "mount_info": { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/vg1-lv1", "state": "mounted" }, "name": "/opt/test1", "opts": "defaults", "passno": "0", "src": "/dev/mapper/vg1-lv1" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:157 Thursday 06 June 2024 13:32:08 +0000 (0:00:00.232) 0:03:07.112 ********* skipping: [sut] => (item={'src': '/dev/mapper/vg1-lv1', 'path': '/opt/test1', 'fstype': 'xfs', 'opts': 'defaults', 'dump': 0, 'passno': 0, 'state': 'mounted', 'owner': None, 'group': None, 'mode': None}) => { "ansible_loop_var": "mount_info", "changed": false, "false_condition": "mount_info['owner'] != none or mount_info['group'] != none or mount_info['mode'] != none", "mount_info": { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/vg1-lv1", "state": "mounted" }, "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:169 Thursday 06 June 2024 13:32:08 +0000 (0:00:00.037) 0:03:07.150 ********* ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:177 Thursday 06 June 2024 13:32:09 +0000 (0:00:00.658) 0:03:07.809 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1717680394.2913754, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1716902420.402, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 2097284, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "inode/x-empty", "mode": "0600", "mtime": 1716902144.521, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "3342962587", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:182 Thursday 06 June 2024 13:32:09 +0000 (0:00:00.227) 0:03:08.036 ********* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:204 Thursday 06 June 2024 13:32:09 +0000 (0:00:00.021) 0:03:08.057 ********* ok: [sut] TASK [Verify role results] ***************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/tests_create_raid_pool_then_remove.yml:159 Thursday 06 June 2024 13:32:10 +0000 (0:00:00.883) 0:03:08.941 ********* included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-role-results.yml for sut TASK [Print out pool information] ********************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-role-results.yml:2 Thursday 06 June 2024 13:32:10 +0000 (0:00:00.046) 0:03:08.987 ********* ok: [sut] => { "_storage_pools_list": [ { "disks": [ "sda", "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "vg1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/vg1-lv1", "_kernel_device": "/dev/dm-4", "_mount_id": "/dev/mapper/vg1-lv1", "_raw_device": "/dev/mapper/vg1-lv1", "_raw_kernel_device": "/dev/dm-4", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "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": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "lv1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [ "sda", "sdb" ], "raid_level": "raid1", "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "2g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] } TASK [Print out volume information] ******************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-role-results.yml:7 Thursday 06 June 2024 13:32:10 +0000 (0:00:00.035) 0:03:09.023 ********* skipping: [sut] => { "false_condition": "_storage_volumes_list | length > 0" } TASK [Collect info about the volumes.] ***************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-role-results.yml:15 Thursday 06 June 2024 13:32:10 +0000 (0:00:00.030) 0:03:09.053 ********* ok: [sut] => { "changed": false, "info": { "/dev/mapper/vg1-lv1": { "fstype": "xfs", "label": "", "name": "/dev/mapper/vg1-lv1", "size": "2G", "type": "lvm", "uuid": "5f06f9c0-0449-4735-bed4-5b4526e915bb" }, "/dev/mapper/vg1-lv1_rimage_0": { "fstype": "", "label": "", "name": "/dev/mapper/vg1-lv1_rimage_0", "size": "2G", "type": "lvm", "uuid": "" }, "/dev/mapper/vg1-lv1_rimage_1": { "fstype": "", "label": "", "name": "/dev/mapper/vg1-lv1_rimage_1", "size": "2G", "type": "lvm", "uuid": "" }, "/dev/mapper/vg1-lv1_rmeta_0": { "fstype": "", "label": "", "name": "/dev/mapper/vg1-lv1_rmeta_0", "size": "4M", "type": "lvm", "uuid": "" }, "/dev/mapper/vg1-lv1_rmeta_1": { "fstype": "", "label": "", "name": "/dev/mapper/vg1-lv1_rmeta_1", "size": "4M", "type": "lvm", "uuid": "" }, "/dev/sda": { "fstype": "", "label": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sda1": { "fstype": "LVM2_member", "label": "", "name": "/dev/sda1", "size": "10G", "type": "partition", "uuid": "JIZsp3-7pTZ-tROk-MJPE-Vxdp-7X7s-qXsINA" }, "/dev/sdb": { "fstype": "", "label": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdb1": { "fstype": "LVM2_member", "label": "", "name": "/dev/sdb1", "size": "10G", "type": "partition", "uuid": "0uVOsM-UvoQ-eawD-6S3u-FCtc-iEac-KrkYTm" }, "/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": "82a26900-2b36-49b9-bc49-f4d2f0bb14b8" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-role-results.yml:20 Thursday 06 June 2024 13:32:10 +0000 (0:00:00.221) 0:03:09.275 ********* ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.003345", "end": "2024-06-06 13:32:11.097009", "rc": 0, "start": "2024-06-06 13:32:11.093664" } STDOUT: # # /etc/fstab # Created by anaconda on Tue May 28 13:15:44 2024 # # Accessible filesystems, by reference, are maintained under '/dev/disk/'. # See man pages fstab(5), findfs(8), mount(8) and/or blkid(8) for more info. # # After editing this file, run 'systemctl daemon-reload' to update systemd # units generated from this file. # UUID=82a26900-2b36-49b9-bc49-f4d2f0bb14b8 / xfs defaults 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat /mnt/redhat nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/qa /mnt/qa nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive /mnt/engarchive nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/tpsdist /mnt/tpsdist nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot /mnt/brew nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch /mnt/brew_scratch nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 /dev/mapper/vg1-lv1 /opt/test1 xfs defaults 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-role-results.yml:25 Thursday 06 June 2024 13:32:11 +0000 (0:00:00.216) 0:03:09.491 ********* ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.003294", "end": "2024-06-06 13:32:11.310113", "failed_when_result": false, "rc": 0, "start": "2024-06-06 13:32:11.306819" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-role-results.yml:34 Thursday 06 June 2024 13:32:11 +0000 (0:00:00.212) 0:03:09.704 ********* included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool.yml for sut => (item={'disks': ['sda', 'sdb'], 'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'name': 'vg1', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_metadata_version': None, 'raid_chunk_size': None, 'shared': False, 'state': 'present', 'type': 'lvm', 'volumes': [{'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'lv1', 'raid_level': 'raid1', 'size': '2g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': ['sda', 'sdb'], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda', 'sdb'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/vg1-lv1', '_raw_device': '/dev/mapper/vg1-lv1', '_mount_id': '/dev/mapper/vg1-lv1', '_kernel_device': '/dev/dm-4', '_raw_kernel_device': '/dev/dm-4'}]}) TASK [Set _storage_pool_tests] ************************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool.yml:5 Thursday 06 June 2024 13:32:11 +0000 (0:00:00.049) 0:03:09.754 ********* ok: [sut] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool.yml:18 Thursday 06 June 2024 13:32:11 +0000 (0:00:00.086) 0:03:09.841 ********* ok: [sut] => { "changed": false, "cmd": [ "vgs", "--noheadings", "--binary", "-o", "shared", "vg1" ], "delta": "0:00:00.032192", "end": "2024-06-06 13:32:11.690544", "rc": 0, "start": "2024-06-06 13:32:11.658352" } STDOUT: 0 TASK [Verify that VG shared value checks out] ********************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool.yml:24 Thursday 06 June 2024 13:32:11 +0000 (0:00:00.244) 0:03:10.086 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify pool subset] ****************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool.yml:34 Thursday 06 June 2024 13:32:11 +0000 (0:00:00.028) 0:03:10.114 ********* included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool-members.yml for sut => (item=members) included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool-volumes.yml for sut => (item=volumes) TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool-members.yml:2 Thursday 06 June 2024 13:32:11 +0000 (0:00:00.041) 0:03:10.156 ********* ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_count": "2", "_storage_test_pool_pvs_lvm": [ "/dev/sda1", "/dev/sdb1" ] }, "changed": false } TASK [Get the canonical device path for each member device] ******************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool-members.yml:8 Thursday 06 June 2024 13:32:11 +0000 (0:00:00.040) 0:03:10.196 ********* ok: [sut] => (item=/dev/sda1) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/sda1", "pv": "/dev/sda1" } ok: [sut] => (item=/dev/sdb1) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/sdb1", "pv": "/dev/sdb1" } TASK [Set pvs lvm length] ****************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool-members.yml:17 Thursday 06 June 2024 13:32:12 +0000 (0:00:00.404) 0:03:10.601 ********* ok: [sut] => { "ansible_facts": { "__pvs_lvm_len": "2" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool-members.yml:22 Thursday 06 June 2024 13:32:12 +0000 (0:00:00.034) 0:03:10.635 ********* ok: [sut] => { "ansible_facts": { "_storage_test_pool_pvs": [ "/dev/sda1", "/dev/sdb1" ] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool-members.yml:27 Thursday 06 June 2024 13:32:12 +0000 (0:00:00.038) 0:03:10.673 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool-members.yml:36 Thursday 06 June 2024 13:32:12 +0000 (0:00:00.035) 0:03:10.709 ********* ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool-members.yml:41 Thursday 06 June 2024 13:32:12 +0000 (0:00:00.025) 0:03:10.735 ********* ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "partition" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool-members.yml:46 Thursday 06 June 2024 13:32:12 +0000 (0:00:00.032) 0:03:10.768 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'lvm' and storage_test_pool.raid_level", "skip_reason": "Conditional result was False" } TASK [Check the type of each PV] *********************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool-members.yml:51 Thursday 06 June 2024 13:32:12 +0000 (0:00:00.021) 0:03:10.789 ********* ok: [sut] => (item=/dev/sda1) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/sda1" } MSG: All assertions passed ok: [sut] => (item=/dev/sdb1) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/sdb1" } MSG: All assertions passed TASK [Check MD RAID] *********************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool-members.yml:64 Thursday 06 June 2024 13:32:12 +0000 (0:00:00.031) 0:03:10.821 ********* included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-md.yml for sut TASK [Get information about RAID] ********************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-md.yml:8 Thursday 06 June 2024 13:32:12 +0000 (0:00:00.120) 0:03:10.941 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-md.yml:14 Thursday 06 June 2024 13:32:12 +0000 (0:00:00.024) 0:03:10.966 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-md.yml:19 Thursday 06 June 2024 13:32:12 +0000 (0:00:00.024) 0:03:10.991 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-md.yml:24 Thursday 06 June 2024 13:32:12 +0000 (0:00:00.025) 0:03:11.016 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set md chunk size regex] ************************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-md.yml:29 Thursday 06 June 2024 13:32:12 +0000 (0:00:00.023) 0:03:11.039 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-md.yml:37 Thursday 06 June 2024 13:32:12 +0000 (0:00:00.023) 0:03:11.062 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-md.yml:46 Thursday 06 June 2024 13:32:12 +0000 (0:00:00.023) 0:03:11.085 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-md.yml:55 Thursday 06 June 2024 13:32:12 +0000 (0:00:00.023) 0:03:11.109 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-md.yml:64 Thursday 06 June 2024 13:32:12 +0000 (0:00:00.022) 0:03:11.131 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-md.yml:74 Thursday 06 June 2024 13:32:12 +0000 (0:00:00.024) 0:03:11.156 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Reset variables used by tests] ******************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-md.yml:83 Thursday 06 June 2024 13:32:12 +0000 (0:00:00.023) 0:03:11.179 ********* ok: [sut] => { "ansible_facts": { "storage_test_md_active_devices_re": null, "storage_test_md_chunk_size_re": null, "storage_test_md_metadata_version_re": null, "storage_test_md_spare_devices_re": null }, "changed": false } TASK [Check LVM RAID] ********************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool-members.yml:67 Thursday 06 June 2024 13:32:12 +0000 (0:00:00.023) 0:03:11.202 ********* included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-members-lvmraid.yml for sut TASK [Validate pool member LVM RAID settings] ********************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-members-lvmraid.yml:2 Thursday 06 June 2024 13:32:12 +0000 (0:00:00.051) 0:03:11.253 ********* included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-lvmraid.yml for sut => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'lv1', 'raid_level': 'raid1', 'size': '2g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': ['sda', 'sdb'], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda', 'sdb'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/vg1-lv1', '_raw_device': '/dev/mapper/vg1-lv1', '_mount_id': '/dev/mapper/vg1-lv1', '_kernel_device': '/dev/dm-4', '_raw_kernel_device': '/dev/dm-4'}) TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-lvmraid.yml:8 Thursday 06 June 2024 13:32:13 +0000 (0:00:00.147) 0:03:11.400 ********* ok: [sut] => { "changed": false, "cmd": [ "lvs", "--noheadings", "--nameprefixes", "--units=b", "--nosuffix", "--unquoted", "-o", "name,segtype,stripe_size", "vg1/lv1" ], "delta": "0:00:00.033319", "end": "2024-06-06 13:32:13.258330", "rc": 0, "start": "2024-06-06 13:32:13.225011" } STDOUT: LVM2_LV_NAME=lv1 LVM2_SEGTYPE=raid1 LVM2_STRIPE_SIZE=0 TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-lvmraid.yml:16 Thursday 06 June 2024 13:32:13 +0000 (0:00:00.252) 0:03:11.653 ********* ok: [sut] => { "ansible_facts": { "storage_test_lv_segtype": [ "raid1" ] }, "changed": false } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-lvmraid.yml:20 Thursday 06 June 2024 13:32:13 +0000 (0:00:00.039) 0:03:11.693 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set LV stripe size] ****************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-lvmraid.yml:27 Thursday 06 June 2024 13:32:13 +0000 (0:00:00.030) 0:03:11.724 ********* ok: [sut] => { "ansible_facts": { "storage_test_lv_stripe_size": [ "0" ] }, "changed": false } TASK [Parse the requested stripe size] ***************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-lvmraid.yml:31 Thursday 06 June 2024 13:32:13 +0000 (0:00:00.038) 0:03:11.762 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_stripe_size is not none", "skip_reason": "Conditional result was False" } TASK [Set expected stripe size] ************************************************ task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-lvmraid.yml:37 Thursday 06 June 2024 13:32:13 +0000 (0:00:00.029) 0:03:11.791 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_stripe_size is not none", "skip_reason": "Conditional result was False" } TASK [Check stripe size] ******************************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-lvmraid.yml:42 Thursday 06 June 2024 13:32:13 +0000 (0:00:00.028) 0:03:11.819 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_stripe_size is not none", "skip_reason": "Conditional result was False" } TASK [Check Thin Pools] ******************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool-members.yml:70 Thursday 06 June 2024 13:32:13 +0000 (0:00:00.027) 0:03:11.847 ********* included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-members-thin.yml for sut TASK [Validate pool member thinpool settings] ********************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-members-thin.yml:2 Thursday 06 June 2024 13:32:13 +0000 (0:00:00.043) 0:03:11.891 ********* included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-thin.yml for sut => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'lv1', 'raid_level': 'raid1', 'size': '2g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': ['sda', 'sdb'], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda', 'sdb'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/vg1-lv1', '_raw_device': '/dev/mapper/vg1-lv1', '_mount_id': '/dev/mapper/vg1-lv1', '_kernel_device': '/dev/dm-4', '_raw_kernel_device': '/dev/dm-4'}) TASK [Get information about thinpool] ****************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-thin.yml:8 Thursday 06 June 2024 13:32:13 +0000 (0:00:00.044) 0:03:11.935 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_thin_volume.thin", "skip_reason": "Conditional result was False" } TASK [Check that volume is in correct thinpool (when thinp name is provided)] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-thin.yml:16 Thursday 06 June 2024 13:32:13 +0000 (0:00:00.023) 0:03:11.958 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_thin_volume.thin", "skip_reason": "Conditional result was False" } TASK [Check that volume is in thinpool (when thinp name is not provided)] ****** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-thin.yml:22 Thursday 06 June 2024 13:32:13 +0000 (0:00:00.024) 0:03:11.982 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_thin_volume.thin", "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-thin.yml:26 Thursday 06 June 2024 13:32:13 +0000 (0:00:00.093) 0:03:12.076 ********* ok: [sut] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Check member encryption] ************************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool-members.yml:73 Thursday 06 June 2024 13:32:13 +0000 (0:00:00.023) 0:03:12.099 ********* included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-members-encryption.yml for sut TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-members-encryption.yml:5 Thursday 06 June 2024 13:32:13 +0000 (0:00:00.043) 0:03:12.143 ********* ok: [sut] => { "ansible_facts": { "_storage_test_expected_crypttab_entries": "0", "_storage_test_expected_crypttab_key_file": "-" }, "changed": false } TASK [Validate pool member LUKS settings] ************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-members-encryption.yml:10 Thursday 06 June 2024 13:32:13 +0000 (0:00:00.034) 0:03:12.177 ********* skipping: [sut] => (item=/dev/sda1) => { "_storage_test_pool_member_path": "/dev/sda1", "ansible_loop_var": "_storage_test_pool_member_path", "changed": false, "false_condition": "storage_test_pool.type == 'lvm' and storage_test_pool.encryption", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/dev/sdb1) => { "_storage_test_pool_member_path": "/dev/sdb1", "ansible_loop_var": "_storage_test_pool_member_path", "changed": false, "false_condition": "storage_test_pool.type == 'lvm' and storage_test_pool.encryption", "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [Validate pool member crypttab entries] *********************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-members-encryption.yml:17 Thursday 06 June 2024 13:32:13 +0000 (0:00:00.026) 0:03:12.204 ********* included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-crypttab.yml for sut => (item=/dev/sda1) included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-crypttab.yml for sut => (item=/dev/sdb1) TASK [Set variables used by tests] ********************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-crypttab.yml:2 Thursday 06 June 2024 13:32:13 +0000 (0:00:00.058) 0:03:12.262 ********* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-crypttab.yml:6 Thursday 06 June 2024 13:32:13 +0000 (0:00:00.038) 0:03:12.300 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-crypttab.yml:14 Thursday 06 June 2024 13:32:13 +0000 (0:00:00.035) 0:03:12.335 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-crypttab.yml:23 Thursday 06 June 2024 13:32:14 +0000 (0:00:00.031) 0:03:12.367 ********* skipping: [sut] => { "changed": false, "false_condition": "false and _storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-crypttab.yml:32 Thursday 06 June 2024 13:32:14 +0000 (0:00:00.035) 0:03:12.402 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-crypttab.yml:41 Thursday 06 June 2024 13:32:14 +0000 (0:00:00.033) 0:03:12.436 ********* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-crypttab.yml:2 Thursday 06 June 2024 13:32:14 +0000 (0:00:00.023) 0:03:12.459 ********* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-crypttab.yml:6 Thursday 06 June 2024 13:32:14 +0000 (0:00:00.103) 0:03:12.563 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-crypttab.yml:14 Thursday 06 June 2024 13:32:14 +0000 (0:00:00.035) 0:03:12.598 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-crypttab.yml:23 Thursday 06 June 2024 13:32:14 +0000 (0:00:00.031) 0:03:12.630 ********* skipping: [sut] => { "changed": false, "false_condition": "false and _storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-crypttab.yml:32 Thursday 06 June 2024 13:32:14 +0000 (0:00:00.031) 0:03:12.662 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-crypttab.yml:41 Thursday 06 June 2024 13:32:14 +0000 (0:00:00.032) 0:03:12.694 ********* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-members-encryption.yml:24 Thursday 06 June 2024 13:32:14 +0000 (0:00:00.023) 0:03:12.718 ********* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_crypttab_key_file": null }, "changed": false } TASK [Check VDO] *************************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool-members.yml:76 Thursday 06 June 2024 13:32:14 +0000 (0:00:00.023) 0:03:12.741 ********* included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-members-vdo.yml for sut TASK [Validate pool member VDO settings] *************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-members-vdo.yml:2 Thursday 06 June 2024 13:32:14 +0000 (0:00:00.047) 0:03:12.788 ********* included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-vdo.yml for sut => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'lv1', 'raid_level': 'raid1', 'size': '2g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': ['sda', 'sdb'], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda', 'sdb'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/vg1-lv1', '_raw_device': '/dev/mapper/vg1-lv1', '_mount_id': '/dev/mapper/vg1-lv1', '_kernel_device': '/dev/dm-4', '_raw_kernel_device': '/dev/dm-4'}) TASK [Get information about VDO deduplication] ********************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-vdo.yml:8 Thursday 06 June 2024 13:32:14 +0000 (0:00:00.044) 0:03:12.833 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-vdo.yml:15 Thursday 06 June 2024 13:32:14 +0000 (0:00:00.024) 0:03:12.857 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-vdo.yml:21 Thursday 06 June 2024 13:32:14 +0000 (0:00:00.029) 0:03:12.886 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Get information about VDO compression] *********************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-vdo.yml:27 Thursday 06 June 2024 13:32:14 +0000 (0:00:00.022) 0:03:12.909 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-vdo.yml:34 Thursday 06 June 2024 13:32:14 +0000 (0:00:00.022) 0:03:12.932 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-vdo.yml:40 Thursday 06 June 2024 13:32:14 +0000 (0:00:00.093) 0:03:13.026 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-vdo.yml:46 Thursday 06 June 2024 13:32:14 +0000 (0:00:00.024) 0:03:13.050 ********* ok: [sut] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool-members.yml:79 Thursday 06 June 2024 13:32:14 +0000 (0:00:00.022) 0:03:13.073 ********* ok: [sut] => { "ansible_facts": { "__pvs_lvm_len": null, "_storage_test_expected_pv_count": null, "_storage_test_expected_pv_type": null, "_storage_test_pool_pvs": [], "_storage_test_pool_pvs_lvm": [] }, "changed": false } TASK [Verify the volumes] ****************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool-volumes.yml:3 Thursday 06 June 2024 13:32:14 +0000 (0:00:00.023) 0:03:13.097 ********* included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/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': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'lv1', 'raid_level': 'raid1', 'size': '2g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': ['sda', 'sdb'], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda', 'sdb'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/vg1-lv1', '_raw_device': '/dev/mapper/vg1-lv1', '_mount_id': '/dev/mapper/vg1-lv1', '_kernel_device': '/dev/dm-4', '_raw_kernel_device': '/dev/dm-4'}) TASK [Set storage volume test variables] *************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume.yml:2 Thursday 06 June 2024 13:32:14 +0000 (0:00:00.042) 0:03:13.140 ********* ok: [sut] => { "ansible_facts": { "_storage_test_volume_present": true, "_storage_volume_tests": [ "mount", "fstab", "fs", "device", "encryption", "md", "size", "cache" ] }, "changed": false } TASK [Run test verify for {{ storage_test_volume_subset }}] ******************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume.yml:19 Thursday 06 June 2024 13:32:14 +0000 (0:00:00.036) 0:03:13.176 ********* included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-mount.yml for sut => (item=mount) included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-fstab.yml for sut => (item=fstab) included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-fs.yml for sut => (item=fs) included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-device.yml for sut => (item=device) included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml for sut => (item=encryption) included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-md.yml for sut => (item=md) included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml for sut => (item=size) included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-cache.yml for sut => (item=cache) TASK [Get expected mount device based on device type] ************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-mount.yml:7 Thursday 06 June 2024 13:32:14 +0000 (0:00:00.081) 0:03:13.258 ********* ok: [sut] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/vg1-lv1" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-mount.yml:11 Thursday 06 June 2024 13:32:14 +0000 (0:00:00.031) 0:03:13.290 ********* ok: [sut] => { "ansible_facts": { "storage_test_mount_device_matches": [ { "block_available": 496087, "block_size": 4096, "block_total": 507904, "block_used": 11817, "device": "/dev/mapper/vg1-lv1", "fstype": "xfs", "inode_available": 1048573, "inode_total": 1048576, "inode_used": 3, "mount": "/opt/test1", "options": "rw,seclabel,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota", "size_available": 2031972352, "size_total": 2080374784, "uuid": "5f06f9c0-0449-4735-bed4-5b4526e915bb" } ], "storage_test_mount_expected_match_count": "1", "storage_test_mount_point_matches": [ { "block_available": 496087, "block_size": 4096, "block_total": 507904, "block_used": 11817, "device": "/dev/mapper/vg1-lv1", "fstype": "xfs", "inode_available": 1048573, "inode_total": 1048576, "inode_used": 3, "mount": "/opt/test1", "options": "rw,seclabel,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota", "size_available": 2031972352, "size_total": 2080374784, "uuid": "5f06f9c0-0449-4735-bed4-5b4526e915bb" } ], "storage_test_swap_expected_matches": "0" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-mount.yml:21 Thursday 06 June 2024 13:32:14 +0000 (0:00:00.059) 0:03:13.350 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and (storage_test_volume.mount_user or storage_test_volume.mount_group or storage_test_volume.mount_mode)", "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-mount.yml:30 Thursday 06 June 2024 13:32:15 +0000 (0:00:00.028) 0:03:13.378 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the current mount state by mount point] *************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-mount.yml:41 Thursday 06 June 2024 13:32:15 +0000 (0:00:00.037) 0:03:13.416 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-mount.yml:48 Thursday 06 June 2024 13:32:15 +0000 (0:00:00.033) 0:03:13.450 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_user", "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-mount.yml:54 Thursday 06 June 2024 13:32:15 +0000 (0:00:00.098) 0:03:13.549 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_group", "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-mount.yml:60 Thursday 06 June 2024 13:32:15 +0000 (0:00:00.026) 0:03:13.575 ********* 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-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-mount.yml:69 Thursday 06 June 2024 13:32:15 +0000 (0:00:00.024) 0:03:13.600 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get path of test volume device] ****************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-mount.yml:80 Thursday 06 June 2024 13:32:15 +0000 (0:00:00.042) 0:03:13.642 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-mount.yml:86 Thursday 06 June 2024 13:32:15 +0000 (0:00:00.032) 0:03:13.675 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-mount.yml:92 Thursday 06 June 2024 13:32:15 +0000 (0:00:00.023) 0:03:13.698 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-mount.yml:102 Thursday 06 June 2024 13:32:15 +0000 (0:00:00.022) 0:03:13.720 ********* 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-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-fstab.yml:2 Thursday 06 June 2024 13:32:15 +0000 (0:00:00.023) 0:03:13.744 ********* ok: [sut] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": "1", "storage_test_fstab_expected_mount_options_matches": "1", "storage_test_fstab_expected_mount_point_matches": "1", "storage_test_fstab_id_matches": [ "/dev/mapper/vg1-lv1 " ], "storage_test_fstab_mount_options_matches": [ " /opt/test1 xfs defaults " ], "storage_test_fstab_mount_point_matches": [ " /opt/test1 " ] }, "changed": false } TASK [Verify that the device identifier appears in /etc/fstab] ***************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-fstab.yml:17 Thursday 06 June 2024 13:32:15 +0000 (0:00:00.047) 0:03:13.792 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-fstab.yml:24 Thursday 06 June 2024 13:32:15 +0000 (0:00:00.035) 0:03:13.827 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-fstab.yml:33 Thursday 06 June 2024 13:32:15 +0000 (0:00:00.033) 0:03:13.861 ********* skipping: [sut] => { "changed": false, "false_condition": "__storage_verify_mount_options | d(false)", "skip_reason": "Conditional result was False" } TASK [Clean up variables] ****************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-fstab.yml:45 Thursday 06 June 2024 13:32:15 +0000 (0:00:00.033) 0:03:13.895 ********* ok: [sut] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": null, "storage_test_fstab_expected_mount_options_matches": null, "storage_test_fstab_expected_mount_point_matches": null, "storage_test_fstab_id_matches": null, "storage_test_fstab_mount_options_matches": null, "storage_test_fstab_mount_point_matches": null }, "changed": false } TASK [Verify fs type] ********************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-fs.yml:3 Thursday 06 June 2024 13:32:15 +0000 (0:00:00.024) 0:03:13.920 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-fs.yml:9 Thursday 06 June 2024 13:32:15 +0000 (0:00:00.034) 0:03:13.955 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-device.yml:3 Thursday 06 June 2024 13:32:15 +0000 (0:00:00.033) 0:03:13.988 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1717680727.5451443, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1717680727.4741454, "dev": 5, "device_type": 64772, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 1506, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/symlink", "mode": "0660", "mtime": 1717680727.4741454, "nlink": 1, "path": "/dev/mapper/vg1-lv1", "pw_name": "root", "readable": true, "rgrp": true, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": null, "wgrp": true, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-device.yml:9 Thursday 06 June 2024 13:32:15 +0000 (0:00:00.281) 0:03:14.269 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-device.yml:16 Thursday 06 June 2024 13:32:15 +0000 (0:00:00.027) 0:03:14.297 ********* skipping: [sut] => { "changed": false, "false_condition": "not (_storage_test_volume_present or storage_test_volume.type == 'disk')", "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-device.yml:23 Thursday 06 June 2024 13:32:15 +0000 (0:00:00.023) 0:03:14.321 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-device.yml:29 Thursday 06 June 2024 13:32:15 +0000 (0:00:00.026) 0:03:14.347 ********* ok: [sut] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-device.yml:33 Thursday 06 June 2024 13:32:16 +0000 (0:00:00.024) 0:03:14.372 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == \"raid\"", "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-device.yml:38 Thursday 06 June 2024 13:32:16 +0000 (0:00:00.023) 0:03:14.395 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:3 Thursday 06 June 2024 13:32:16 +0000 (0:00:00.025) 0:03:14.421 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:10 Thursday 06 June 2024 13:32:16 +0000 (0:00:00.020) 0:03:14.442 ********* ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Collect LUKS info for this volume] *************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:16 Thursday 06 June 2024 13:32:17 +0000 (0:00:01.049) 0:03:15.491 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:22 Thursday 06 June 2024 13:32:17 +0000 (0:00:00.024) 0:03:15.515 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Verify that the raw device is the same as the device if not encrypted] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:29 Thursday 06 June 2024 13:32:17 +0000 (0:00:00.024) 0:03:15.540 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:40 Thursday 06 June 2024 13:32:17 +0000 (0:00:00.035) 0:03:15.575 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:46 Thursday 06 June 2024 13:32:17 +0000 (0:00:00.021) 0:03:15.597 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:51 Thursday 06 June 2024 13:32:17 +0000 (0:00:00.023) 0:03:15.621 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:63 Thursday 06 June 2024 13:32:17 +0000 (0:00:00.091) 0:03:15.713 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:75 Thursday 06 June 2024 13:32:17 +0000 (0:00:00.022) 0:03:15.735 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:87 Thursday 06 June 2024 13:32:17 +0000 (0:00:00.021) 0:03:15.757 ********* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [], "_storage_test_expected_crypttab_entries": "0", "_storage_test_expected_crypttab_key_file": "-" }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:93 Thursday 06 June 2024 13:32:17 +0000 (0:00:00.037) 0:03:15.795 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:100 Thursday 06 June 2024 13:32:17 +0000 (0:00:00.035) 0:03:15.831 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:108 Thursday 06 June 2024 13:32:17 +0000 (0:00:00.034) 0:03:15.865 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:116 Thursday 06 June 2024 13:32:17 +0000 (0:00:00.032) 0:03:15.898 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:124 Thursday 06 June 2024 13:32:17 +0000 (0:00:00.032) 0:03:15.930 ********* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_expected_crypttab_entries": null, "_storage_test_expected_crypttab_key_file": null }, "changed": false } TASK [Get information about RAID] ********************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-md.yml:8 Thursday 06 June 2024 13:32:17 +0000 (0:00:00.024) 0:03:15.954 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-md.yml:14 Thursday 06 June 2024 13:32:17 +0000 (0:00:00.022) 0:03:15.977 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-md.yml:19 Thursday 06 June 2024 13:32:17 +0000 (0:00:00.022) 0:03:15.999 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-md.yml:24 Thursday 06 June 2024 13:32:17 +0000 (0:00:00.023) 0:03:16.023 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-md.yml:29 Thursday 06 June 2024 13:32:17 +0000 (0:00:00.022) 0:03:16.045 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-md.yml:37 Thursday 06 June 2024 13:32:17 +0000 (0:00:00.024) 0:03:16.070 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-md.yml:46 Thursday 06 June 2024 13:32:17 +0000 (0:00:00.024) 0:03:16.094 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-md.yml:54 Thursday 06 June 2024 13:32:17 +0000 (0:00:00.104) 0:03:16.198 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-md.yml:62 Thursday 06 June 2024 13:32:17 +0000 (0:00:00.028) 0:03:16.227 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-md.yml:70 Thursday 06 June 2024 13:32:17 +0000 (0:00:00.024) 0:03:16.251 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:3 Thursday 06 June 2024 13:32:17 +0000 (0:00:00.022) 0:03:16.274 ********* ok: [sut] => { "bytes": 2147483648, "changed": false, "lvm": "2g", "parted": "2GiB", "size": "2 GiB" } TASK [Parse the requested size of the volume] ********************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:11 Thursday 06 June 2024 13:32:18 +0000 (0:00:00.220) 0:03:16.495 ********* ok: [sut] => { "bytes": 2147483648, "changed": false, "lvm": "2g", "parted": "2GiB", "size": "2 GiB" } TASK [Establish base value for expected size] ********************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:20 Thursday 06 June 2024 13:32:18 +0000 (0:00:00.218) 0:03:16.714 ********* ok: [sut] => { "ansible_facts": { "storage_test_expected_size": "2147483648" }, "changed": false } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:28 Thursday 06 June 2024 13:32:18 +0000 (0:00:00.041) 0:03:16.755 ********* ok: [sut] => { "storage_test_expected_size": "2147483648" } TASK [Get the size of parent/pool device] ************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:32 Thursday 06 June 2024 13:32:18 +0000 (0:00:00.033) 0:03:16.789 ********* ok: [sut] => { "bytes": 21442624225, "changed": false, "lvm": "19g", "parted": "19GiB", "size": "19 GiB" } TASK [Show test pool] ********************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:46 Thursday 06 June 2024 13:32:18 +0000 (0:00:00.215) 0:03:17.004 ********* skipping: [sut] => { "false_condition": "'%' in storage_test_volume.size | string" } TASK [Show test blockinfo] ***************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:50 Thursday 06 June 2024 13:32:18 +0000 (0:00:00.031) 0:03:17.036 ********* skipping: [sut] => { "false_condition": "'%' in storage_test_volume.size | string" } TASK [Show test pool size] ***************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:54 Thursday 06 June 2024 13:32:18 +0000 (0:00:00.032) 0:03:17.068 ********* skipping: [sut] => { "false_condition": "'%' in storage_test_volume.size | string" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:58 Thursday 06 June 2024 13:32:18 +0000 (0:00:00.032) 0:03:17.100 ********* skipping: [sut] => { "changed": false, "false_condition": "'%' in storage_test_volume.size | string", "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:67 Thursday 06 June 2024 13:32:18 +0000 (0:00:00.032) 0:03:17.132 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:71 Thursday 06 June 2024 13:32:18 +0000 (0:00:00.022) 0:03:17.155 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:76 Thursday 06 June 2024 13:32:18 +0000 (0:00:00.023) 0:03:17.179 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:82 Thursday 06 June 2024 13:32:18 +0000 (0:00:00.101) 0:03:17.280 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:86 Thursday 06 June 2024 13:32:18 +0000 (0:00:00.027) 0:03:17.308 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:91 Thursday 06 June 2024 13:32:18 +0000 (0:00:00.026) 0:03:17.335 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:96 Thursday 06 June 2024 13:32:18 +0000 (0:00:00.025) 0:03:17.360 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:101 Thursday 06 June 2024 13:32:19 +0000 (0:00:00.024) 0:03:17.385 ********* skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Show volume thin pool size] ********************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:105 Thursday 06 June 2024 13:32:19 +0000 (0:00:00.028) 0:03:17.413 ********* skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:109 Thursday 06 June 2024 13:32:19 +0000 (0:00:00.024) 0:03:17.438 ********* skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Establish base value for expected thin pool size] ************************ task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:113 Thursday 06 June 2024 13:32:19 +0000 (0:00:00.023) 0:03:17.461 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:120 Thursday 06 June 2024 13:32:19 +0000 (0:00:00.026) 0:03:17.488 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:127 Thursday 06 June 2024 13:32:19 +0000 (0:00:00.023) 0:03:17.511 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:131 Thursday 06 June 2024 13:32:19 +0000 (0:00:00.024) 0:03:17.535 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:137 Thursday 06 June 2024 13:32:19 +0000 (0:00:00.022) 0:03:17.558 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:143 Thursday 06 June 2024 13:32:19 +0000 (0:00:00.024) 0:03:17.582 ********* ok: [sut] => { "storage_test_actual_size": { "bytes": 2147483648, "changed": false, "failed": false, "lvm": "2g", "parted": "2GiB", "size": "2 GiB" } } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:147 Thursday 06 June 2024 13:32:19 +0000 (0:00:00.027) 0:03:17.610 ********* ok: [sut] => { "storage_test_expected_size": "2147483648" } TASK [Assert expected size is actual size] ************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:151 Thursday 06 June 2024 13:32:19 +0000 (0:00:00.024) 0:03:17.634 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-cache.yml:5 Thursday 06 June 2024 13:32:19 +0000 (0:00:00.117) 0:03:17.752 ********* ok: [sut] => { "changed": false, "cmd": [ "lvs", "--noheadings", "--nameprefixes", "--units=b", "--nosuffix", "--unquoted", "-o", "name,attr,cache_total_blocks,chunk_size,segtype", "vg1/lv1" ], "delta": "0:00:00.031851", "end": "2024-06-06 13:32:19.598132", "rc": 0, "start": "2024-06-06 13:32:19.566281" } STDOUT: LVM2_LV_NAME=lv1 LVM2_LV_ATTR=rwi-aor--- LVM2_CACHE_TOTAL_BLOCKS= LVM2_CHUNK_SIZE=0 LVM2_SEGTYPE=raid1 TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-cache.yml:13 Thursday 06 June 2024 13:32:19 +0000 (0:00:00.242) 0:03:17.994 ********* ok: [sut] => { "ansible_facts": { "storage_test_lv_segtype": [ "raid1" ] }, "changed": false } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-cache.yml:17 Thursday 06 June 2024 13:32:19 +0000 (0:00:00.036) 0:03:18.031 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set LV cache size] ******************************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-cache.yml:24 Thursday 06 June 2024 13:32:19 +0000 (0:00:00.036) 0:03:18.067 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.cached | bool", "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-cache.yml:31 Thursday 06 June 2024 13:32:19 +0000 (0:00:00.031) 0:03:18.099 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.cached | bool", "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-cache.yml:37 Thursday 06 June 2024 13:32:19 +0000 (0:00:00.031) 0:03:18.130 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.cached | bool", "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-cache.yml:42 Thursday 06 June 2024 13:32:19 +0000 (0:00:00.030) 0:03:18.161 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.cached | bool", "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume.yml:25 Thursday 06 June 2024 13:32:19 +0000 (0:00:00.032) 0:03:18.193 ********* ok: [sut] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-role-results.yml:44 Thursday 06 June 2024 13:32:19 +0000 (0:00:00.024) 0:03:18.217 ********* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Clean up variable namespace] ********************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-role-results.yml:54 Thursday 06 June 2024 13:32:19 +0000 (0:00:00.020) 0:03:18.237 ********* ok: [sut] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } TASK [Remove the device created above] ***************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/tests_create_raid_pool_then_remove.yml:162 Thursday 06 June 2024 13:32:19 +0000 (0:00:00.021) 0:03:18.259 ********* TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Thursday 06 June 2024 13:32:19 +0000 (0:00:00.061) 0:03:18.320 ********* included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Thursday 06 June 2024 13:32:20 +0000 (0:00:00.099) 0:03:18.420 ********* skipping: [sut] => { "changed": false, "false_condition": "__storage_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Thursday 06 June 2024 13:32:20 +0000 (0:00:00.037) 0:03:18.457 ********* skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_9.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs" ] }, "ansible_included_var_files": [ "/WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } ok: [sut] => (item=CentOS_9.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs" ] }, "ansible_included_var_files": [ "/WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Thursday 06 June 2024 13:32:20 +0000 (0:00:00.054) 0:03:18.511 ********* skipping: [sut] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Thursday 06 June 2024 13:32:20 +0000 (0:00:00.026) 0:03:18.538 ********* skipping: [sut] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Thursday 06 June 2024 13:32:20 +0000 (0:00:00.026) 0:03:18.564 ********* ok: [sut] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Thursday 06 June 2024 13:32:20 +0000 (0:00:00.023) 0:03:18.588 ********* ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Thursday 06 June 2024 13:32:20 +0000 (0:00:00.023) 0:03:18.612 ********* redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for sut TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Thursday 06 June 2024 13:32:20 +0000 (0:00:00.047) 0:03:18.659 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"blivet_available\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Thursday 06 June 2024 13:32:20 +0000 (0:00:00.027) 0:03:18.686 ********* ok: [sut] => { "storage_pools": [ { "disks": [ "sda", "sdb" ], "name": "vg1", "state": "absent", "type": "lvm", "volumes": [ { "mount_point": "/opt/test1", "name": "lv1", "raid_disks": [ "sda", "sdb" ], "raid_level": "raid1", "size": "2g" } ] } ] } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Thursday 06 June 2024 13:32:20 +0000 (0:00:00.027) 0:03:18.714 ********* ok: [sut] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined. 'storage_volumes' is undefined" } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Thursday 06 June 2024 13:32:20 +0000 (0:00:00.025) 0:03:18.740 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Thursday 06 June 2024 13:32:20 +0000 (0:00:00.026) 0:03:18.766 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Thursday 06 June 2024 13:32:20 +0000 (0:00:00.025) 0:03:18.791 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Thursday 06 June 2024 13:32:20 +0000 (0:00:00.024) 0:03:18.815 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"service_facts\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Thursday 06 June 2024 13:32:20 +0000 (0:00:00.091) 0:03:18.906 ********* ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Thursday 06 June 2024 13:32:20 +0000 (0:00:00.047) 0:03:18.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-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Thursday 06 June 2024 13:32:20 +0000 (0:00:00.021) 0:03:18.975 ********* changed: [sut] => { "actions": [ { "action": "destroy format", "device": "/dev/mapper/vg1-lv1", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/vg1-lv1", "fs_type": null }, { "action": "destroy device", "device": "/dev/vg1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sda1", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/sda1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sda", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/sdb1", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/sdb1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdb", "fs_type": "disklabel" } ], "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": "xfs", "path": "/opt/test1", "src": "/dev/mapper/vg1-lv1", "state": "absent" } ], "packages": [ "xfsprogs" ], "pools": [ { "disks": [ "sda", "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "vg1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "absent", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/vg1-lv1", "_mount_id": "/dev/mapper/vg1-lv1", "_raw_device": "/dev/mapper/vg1-lv1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "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": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "lv1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [ "sda", "sdb" ], "raid_level": "raid1", "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "2g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Thursday 06 June 2024 13:32:24 +0000 (0:00:03.497) 0:03:22.472 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_udevadm_trigger | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Thursday 06 June 2024 13:32:24 +0000 (0:00:00.031) 0:03:22.504 ********* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:101 Thursday 06 June 2024 13:32:24 +0000 (0:00:00.020) 0:03:22.524 ********* ok: [sut] => { "blivet_output": { "actions": [ { "action": "destroy format", "device": "/dev/mapper/vg1-lv1", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/vg1-lv1", "fs_type": null }, { "action": "destroy device", "device": "/dev/vg1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sda1", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/sda1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sda", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/sdb1", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/sdb1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdb", "fs_type": "disklabel" } ], "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": "xfs", "path": "/opt/test1", "src": "/dev/mapper/vg1-lv1", "state": "absent" } ], "packages": [ "xfsprogs" ], "pools": [ { "disks": [ "sda", "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "vg1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "absent", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/vg1-lv1", "_mount_id": "/dev/mapper/vg1-lv1", "_raw_device": "/dev/mapper/vg1-lv1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "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": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "lv1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [ "sda", "sdb" ], "raid_level": "raid1", "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "2g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:110 Thursday 06 June 2024 13:32:24 +0000 (0:00:00.029) 0:03:22.553 ********* ok: [sut] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "sda", "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "vg1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "absent", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/vg1-lv1", "_mount_id": "/dev/mapper/vg1-lv1", "_raw_device": "/dev/mapper/vg1-lv1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "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": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "lv1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [ "sda", "sdb" ], "raid_level": "raid1", "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "2g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] }, "changed": false } TASK [fedora.linux_system_roles.storage : Set the list of volumes for test verification] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:114 Thursday 06 June 2024 13:32:24 +0000 (0:00:00.025) 0:03:22.579 ********* ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:130 Thursday 06 June 2024 13:32:24 +0000 (0:00:00.025) 0:03:22.605 ********* redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount changed: [sut] => (item={'src': '/dev/mapper/vg1-lv1', 'path': '/opt/test1', 'state': 'absent', 'fstype': 'xfs'}) => { "ansible_loop_var": "mount_info", "backup_file": "", "boot": "yes", "changed": true, "dump": "0", "fstab": "/etc/fstab", "fstype": "xfs", "mount_info": { "fstype": "xfs", "path": "/opt/test1", "src": "/dev/mapper/vg1-lv1", "state": "absent" }, "name": "/opt/test1", "opts": "defaults", "passno": "0", "src": "/dev/mapper/vg1-lv1" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:141 Thursday 06 June 2024 13:32:24 +0000 (0:00:00.235) 0:03:22.841 ********* ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:146 Thursday 06 June 2024 13:32:25 +0000 (0:00:00.571) 0:03:23.413 ********* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:157 Thursday 06 June 2024 13:32:25 +0000 (0:00:00.033) 0:03:23.446 ********* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:169 Thursday 06 June 2024 13:32:25 +0000 (0:00:00.036) 0:03:23.482 ********* ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:177 Thursday 06 June 2024 13:32:25 +0000 (0:00:00.565) 0:03:24.047 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1717680394.2913754, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1716902420.402, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 2097284, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "inode/x-empty", "mode": "0600", "mtime": 1716902144.521, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "3342962587", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:182 Thursday 06 June 2024 13:32:25 +0000 (0:00:00.299) 0:03:24.347 ********* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:204 Thursday 06 June 2024 13:32:26 +0000 (0:00:00.020) 0:03:24.368 ********* ok: [sut] TASK [Verify role results] ***************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/tests_create_raid_pool_then_remove.yml:178 Thursday 06 June 2024 13:32:26 +0000 (0:00:00.789) 0:03:25.158 ********* included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-role-results.yml for sut TASK [Print out pool information] ********************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-role-results.yml:2 Thursday 06 June 2024 13:32:26 +0000 (0:00:00.047) 0:03:25.205 ********* ok: [sut] => { "_storage_pools_list": [ { "disks": [ "sda", "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "vg1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "absent", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/vg1-lv1", "_mount_id": "/dev/mapper/vg1-lv1", "_raw_device": "/dev/mapper/vg1-lv1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "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": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "lv1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [ "sda", "sdb" ], "raid_level": "raid1", "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "2g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] } TASK [Print out volume information] ******************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-role-results.yml:7 Thursday 06 June 2024 13:32:26 +0000 (0:00:00.036) 0:03:25.242 ********* skipping: [sut] => { "false_condition": "_storage_volumes_list | length > 0" } TASK [Collect info about the volumes.] ***************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-role-results.yml:15 Thursday 06 June 2024 13:32:26 +0000 (0:00:00.031) 0:03:25.273 ********* 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": "82a26900-2b36-49b9-bc49-f4d2f0bb14b8" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-role-results.yml:20 Thursday 06 June 2024 13:32:27 +0000 (0:00:00.212) 0:03:25.486 ********* ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.003331", "end": "2024-06-06 13:32:27.300593", "rc": 0, "start": "2024-06-06 13:32:27.297262" } STDOUT: # # /etc/fstab # Created by anaconda on Tue May 28 13:15:44 2024 # # Accessible filesystems, by reference, are maintained under '/dev/disk/'. # See man pages fstab(5), findfs(8), mount(8) and/or blkid(8) for more info. # # After editing this file, run 'systemctl daemon-reload' to update systemd # units generated from this file. # UUID=82a26900-2b36-49b9-bc49-f4d2f0bb14b8 / xfs defaults 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat /mnt/redhat nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/qa /mnt/qa nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive /mnt/engarchive nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/tpsdist /mnt/tpsdist nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot /mnt/brew nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch /mnt/brew_scratch nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-role-results.yml:25 Thursday 06 June 2024 13:32:27 +0000 (0:00:00.207) 0:03:25.694 ********* ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.003372", "end": "2024-06-06 13:32:27.507090", "failed_when_result": false, "rc": 0, "start": "2024-06-06 13:32:27.503718" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-role-results.yml:34 Thursday 06 June 2024 13:32:27 +0000 (0:00:00.207) 0:03:25.902 ********* included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool.yml for sut => (item={'disks': ['sda', 'sdb'], 'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'name': 'vg1', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_metadata_version': None, 'raid_chunk_size': None, 'shared': False, 'state': 'absent', 'type': 'lvm', 'volumes': [{'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'lv1', 'raid_level': 'raid1', 'size': '2g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': ['sda', 'sdb'], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda', 'sdb'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/vg1-lv1', '_raw_device': '/dev/mapper/vg1-lv1', '_mount_id': '/dev/mapper/vg1-lv1'}]}) TASK [Set _storage_pool_tests] ************************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool.yml:5 Thursday 06 June 2024 13:32:27 +0000 (0:00:00.051) 0:03:25.954 ********* ok: [sut] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool.yml:18 Thursday 06 June 2024 13:32:27 +0000 (0:00:00.022) 0:03:25.977 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'lvm' and storage_test_pool.state == 'present'", "skip_reason": "Conditional result was False" } TASK [Verify that VG shared value checks out] ********************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool.yml:24 Thursday 06 June 2024 13:32:27 +0000 (0:00:00.021) 0:03:25.998 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'lvm' and storage_test_pool.state == 'present'", "skip_reason": "Conditional result was False" } TASK [Verify pool subset] ****************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool.yml:34 Thursday 06 June 2024 13:32:27 +0000 (0:00:00.021) 0:03:26.019 ********* included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool-members.yml for sut => (item=members) included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool-volumes.yml for sut => (item=volumes) TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool-members.yml:2 Thursday 06 June 2024 13:32:27 +0000 (0:00:00.122) 0:03:26.141 ********* ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_count": "0", "_storage_test_pool_pvs_lvm": [] }, "changed": false } TASK [Get the canonical device path for each member device] ******************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool-members.yml:8 Thursday 06 June 2024 13:32:27 +0000 (0:00:00.038) 0:03:26.180 ********* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Set pvs lvm length] ****************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool-members.yml:17 Thursday 06 June 2024 13:32:27 +0000 (0:00:00.019) 0:03:26.200 ********* ok: [sut] => { "ansible_facts": { "__pvs_lvm_len": "0" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool-members.yml:22 Thursday 06 June 2024 13:32:27 +0000 (0:00:00.033) 0:03:26.234 ********* ok: [sut] => { "ansible_facts": { "_storage_test_pool_pvs": [] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool-members.yml:27 Thursday 06 June 2024 13:32:27 +0000 (0:00:00.035) 0:03:26.269 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool-members.yml:36 Thursday 06 June 2024 13:32:27 +0000 (0:00:00.038) 0:03:26.308 ********* ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool-members.yml:41 Thursday 06 June 2024 13:32:27 +0000 (0:00:00.026) 0:03:26.334 ********* ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "partition" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool-members.yml:46 Thursday 06 June 2024 13:32:28 +0000 (0:00:00.034) 0:03:26.368 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'lvm' and storage_test_pool.raid_level", "skip_reason": "Conditional result was False" } TASK [Check the type of each PV] *********************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool-members.yml:51 Thursday 06 June 2024 13:32:28 +0000 (0:00:00.023) 0:03:26.392 ********* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check MD RAID] *********************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool-members.yml:64 Thursday 06 June 2024 13:32:28 +0000 (0:00:00.020) 0:03:26.412 ********* included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-md.yml for sut TASK [Get information about RAID] ********************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-md.yml:8 Thursday 06 June 2024 13:32:28 +0000 (0:00:00.040) 0:03:26.453 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-md.yml:14 Thursday 06 June 2024 13:32:28 +0000 (0:00:00.024) 0:03:26.477 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-md.yml:19 Thursday 06 June 2024 13:32:28 +0000 (0:00:00.022) 0:03:26.500 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-md.yml:24 Thursday 06 June 2024 13:32:28 +0000 (0:00:00.021) 0:03:26.521 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set md chunk size regex] ************************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-md.yml:29 Thursday 06 June 2024 13:32:28 +0000 (0:00:00.106) 0:03:26.628 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-md.yml:37 Thursday 06 June 2024 13:32:28 +0000 (0:00:00.024) 0:03:26.653 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-md.yml:46 Thursday 06 June 2024 13:32:28 +0000 (0:00:00.021) 0:03:26.674 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-md.yml:55 Thursday 06 June 2024 13:32:28 +0000 (0:00:00.022) 0:03:26.697 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-md.yml:64 Thursday 06 June 2024 13:32:28 +0000 (0:00:00.021) 0:03:26.718 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-md.yml:74 Thursday 06 June 2024 13:32:28 +0000 (0:00:00.021) 0:03:26.739 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Reset variables used by tests] ******************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-md.yml:83 Thursday 06 June 2024 13:32:28 +0000 (0:00:00.022) 0:03:26.762 ********* ok: [sut] => { "ansible_facts": { "storage_test_md_active_devices_re": null, "storage_test_md_chunk_size_re": null, "storage_test_md_metadata_version_re": null, "storage_test_md_spare_devices_re": null }, "changed": false } TASK [Check LVM RAID] ********************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool-members.yml:67 Thursday 06 June 2024 13:32:28 +0000 (0:00:00.023) 0:03:26.785 ********* included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-members-lvmraid.yml for sut TASK [Validate pool member LVM RAID settings] ********************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-members-lvmraid.yml:2 Thursday 06 June 2024 13:32:28 +0000 (0:00:00.041) 0:03:26.826 ********* included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-lvmraid.yml for sut => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'lv1', 'raid_level': 'raid1', 'size': '2g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': ['sda', 'sdb'], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda', 'sdb'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/vg1-lv1', '_raw_device': '/dev/mapper/vg1-lv1', '_mount_id': '/dev/mapper/vg1-lv1'}) TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-lvmraid.yml:8 Thursday 06 June 2024 13:32:28 +0000 (0:00:00.040) 0:03:26.867 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.state != \"absent\"", "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-lvmraid.yml:16 Thursday 06 June 2024 13:32:28 +0000 (0:00:00.025) 0:03:26.893 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.state != \"absent\"", "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-lvmraid.yml:20 Thursday 06 June 2024 13:32:28 +0000 (0:00:00.025) 0:03:26.919 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.state != \"absent\"", "skip_reason": "Conditional result was False" } TASK [Set LV stripe size] ****************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-lvmraid.yml:27 Thursday 06 June 2024 13:32:28 +0000 (0:00:00.025) 0:03:26.944 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.state != \"absent\"", "skip_reason": "Conditional result was False" } TASK [Parse the requested stripe size] ***************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-lvmraid.yml:31 Thursday 06 June 2024 13:32:28 +0000 (0:00:00.025) 0:03:26.970 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.state != \"absent\"", "skip_reason": "Conditional result was False" } TASK [Set expected stripe size] ************************************************ task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-lvmraid.yml:37 Thursday 06 June 2024 13:32:28 +0000 (0:00:00.108) 0:03:27.079 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.state != \"absent\"", "skip_reason": "Conditional result was False" } TASK [Check stripe size] ******************************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-lvmraid.yml:42 Thursday 06 June 2024 13:32:28 +0000 (0:00:00.026) 0:03:27.105 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.state != \"absent\"", "skip_reason": "Conditional result was False" } TASK [Check Thin Pools] ******************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool-members.yml:70 Thursday 06 June 2024 13:32:28 +0000 (0:00:00.027) 0:03:27.133 ********* included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-members-thin.yml for sut TASK [Validate pool member thinpool settings] ********************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-members-thin.yml:2 Thursday 06 June 2024 13:32:28 +0000 (0:00:00.042) 0:03:27.175 ********* included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-thin.yml for sut => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'lv1', 'raid_level': 'raid1', 'size': '2g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': ['sda', 'sdb'], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda', 'sdb'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/vg1-lv1', '_raw_device': '/dev/mapper/vg1-lv1', '_mount_id': '/dev/mapper/vg1-lv1'}) TASK [Get information about thinpool] ****************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-thin.yml:8 Thursday 06 June 2024 13:32:28 +0000 (0:00:00.039) 0:03:27.215 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_thin_volume.thin", "skip_reason": "Conditional result was False" } TASK [Check that volume is in correct thinpool (when thinp name is provided)] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-thin.yml:16 Thursday 06 June 2024 13:32:28 +0000 (0:00:00.022) 0:03:27.238 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_thin_volume.thin", "skip_reason": "Conditional result was False" } TASK [Check that volume is in thinpool (when thinp name is not provided)] ****** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-thin.yml:22 Thursday 06 June 2024 13:32:28 +0000 (0:00:00.021) 0:03:27.259 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_thin_volume.thin", "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-thin.yml:26 Thursday 06 June 2024 13:32:28 +0000 (0:00:00.021) 0:03:27.281 ********* ok: [sut] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Check member encryption] ************************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool-members.yml:73 Thursday 06 June 2024 13:32:28 +0000 (0:00:00.023) 0:03:27.304 ********* included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-members-encryption.yml for sut TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-members-encryption.yml:5 Thursday 06 June 2024 13:32:28 +0000 (0:00:00.043) 0:03:27.348 ********* ok: [sut] => { "ansible_facts": { "_storage_test_expected_crypttab_entries": "0", "_storage_test_expected_crypttab_key_file": "-" }, "changed": false } TASK [Validate pool member LUKS settings] ************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-members-encryption.yml:10 Thursday 06 June 2024 13:32:29 +0000 (0:00:00.033) 0:03:27.381 ********* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Validate pool member crypttab entries] *********************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-members-encryption.yml:17 Thursday 06 June 2024 13:32:29 +0000 (0:00:00.020) 0:03:27.401 ********* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-members-encryption.yml:24 Thursday 06 June 2024 13:32:29 +0000 (0:00:00.020) 0:03:27.422 ********* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_crypttab_key_file": null }, "changed": false } TASK [Check VDO] *************************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool-members.yml:76 Thursday 06 June 2024 13:32:29 +0000 (0:00:00.104) 0:03:27.527 ********* included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-members-vdo.yml for sut TASK [Validate pool member VDO settings] *************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-members-vdo.yml:2 Thursday 06 June 2024 13:32:29 +0000 (0:00:00.043) 0:03:27.571 ********* included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-vdo.yml for sut => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'lv1', 'raid_level': 'raid1', 'size': '2g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': ['sda', 'sdb'], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda', 'sdb'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/vg1-lv1', '_raw_device': '/dev/mapper/vg1-lv1', '_mount_id': '/dev/mapper/vg1-lv1'}) TASK [Get information about VDO deduplication] ********************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-vdo.yml:8 Thursday 06 June 2024 13:32:29 +0000 (0:00:00.041) 0:03:27.613 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-vdo.yml:15 Thursday 06 June 2024 13:32:29 +0000 (0:00:00.022) 0:03:27.635 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-vdo.yml:21 Thursday 06 June 2024 13:32:29 +0000 (0:00:00.022) 0:03:27.657 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Get information about VDO compression] *********************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-vdo.yml:27 Thursday 06 June 2024 13:32:29 +0000 (0:00:00.023) 0:03:27.681 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-vdo.yml:34 Thursday 06 June 2024 13:32:29 +0000 (0:00:00.021) 0:03:27.702 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-vdo.yml:40 Thursday 06 June 2024 13:32:29 +0000 (0:00:00.022) 0:03:27.724 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-vdo.yml:46 Thursday 06 June 2024 13:32:29 +0000 (0:00:00.024) 0:03:27.749 ********* ok: [sut] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool-members.yml:79 Thursday 06 June 2024 13:32:29 +0000 (0:00:00.022) 0:03:27.772 ********* ok: [sut] => { "ansible_facts": { "__pvs_lvm_len": null, "_storage_test_expected_pv_count": null, "_storage_test_expected_pv_type": null, "_storage_test_pool_pvs": [], "_storage_test_pool_pvs_lvm": [] }, "changed": false } TASK [Verify the volumes] ****************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool-volumes.yml:3 Thursday 06 June 2024 13:32:29 +0000 (0:00:00.022) 0:03:27.795 ********* included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/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': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'lv1', 'raid_level': 'raid1', 'size': '2g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': ['sda', 'sdb'], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda', 'sdb'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/vg1-lv1', '_raw_device': '/dev/mapper/vg1-lv1', '_mount_id': '/dev/mapper/vg1-lv1'}) TASK [Set storage volume test variables] *************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume.yml:2 Thursday 06 June 2024 13:32:29 +0000 (0:00:00.039) 0:03:27.834 ********* ok: [sut] => { "ansible_facts": { "_storage_test_volume_present": false, "_storage_volume_tests": [ "mount", "fstab", "fs", "device", "encryption", "md", "size", "cache" ] }, "changed": false } TASK [Run test verify for {{ storage_test_volume_subset }}] ******************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume.yml:19 Thursday 06 June 2024 13:32:29 +0000 (0:00:00.035) 0:03:27.870 ********* included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-mount.yml for sut => (item=mount) included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-fstab.yml for sut => (item=fstab) included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-fs.yml for sut => (item=fs) included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-device.yml for sut => (item=device) included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml for sut => (item=encryption) included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-md.yml for sut => (item=md) included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml for sut => (item=size) included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-cache.yml for sut => (item=cache) TASK [Get expected mount device based on device type] ************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-mount.yml:7 Thursday 06 June 2024 13:32:29 +0000 (0:00:00.151) 0:03:28.021 ********* ok: [sut] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/vg1-lv1" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-mount.yml:11 Thursday 06 June 2024 13:32:29 +0000 (0:00:00.029) 0:03:28.050 ********* 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-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-mount.yml:21 Thursday 06 June 2024 13:32:29 +0000 (0:00:00.041) 0:03:28.092 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and (storage_test_volume.mount_user or storage_test_volume.mount_group or storage_test_volume.mount_mode)", "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-mount.yml:30 Thursday 06 June 2024 13:32:29 +0000 (0:00:00.021) 0:03:28.114 ********* 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-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-mount.yml:41 Thursday 06 June 2024 13:32:29 +0000 (0:00:00.022) 0:03:28.136 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-mount.yml:48 Thursday 06 June 2024 13:32:29 +0000 (0:00:00.034) 0:03:28.171 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_user", "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-mount.yml:54 Thursday 06 June 2024 13:32:29 +0000 (0:00:00.023) 0:03:28.195 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_group", "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-mount.yml:60 Thursday 06 June 2024 13:32:29 +0000 (0:00:00.021) 0:03:28.216 ********* 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-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-mount.yml:69 Thursday 06 June 2024 13:32:29 +0000 (0:00:00.021) 0:03:28.238 ********* 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-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-mount.yml:80 Thursday 06 June 2024 13:32:29 +0000 (0:00:00.029) 0:03:28.268 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-mount.yml:86 Thursday 06 June 2024 13:32:29 +0000 (0:00:00.020) 0:03:28.289 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-mount.yml:92 Thursday 06 June 2024 13:32:29 +0000 (0:00:00.019) 0:03:28.309 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-mount.yml:102 Thursday 06 June 2024 13:32:29 +0000 (0:00:00.020) 0:03:28.329 ********* 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-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-fstab.yml:2 Thursday 06 June 2024 13:32:29 +0000 (0:00:00.022) 0:03:28.352 ********* ok: [sut] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": "0", "storage_test_fstab_expected_mount_options_matches": "0", "storage_test_fstab_expected_mount_point_matches": "0", "storage_test_fstab_id_matches": [], "storage_test_fstab_mount_options_matches": [], "storage_test_fstab_mount_point_matches": [] }, "changed": false } TASK [Verify that the device identifier appears in /etc/fstab] ***************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-fstab.yml:17 Thursday 06 June 2024 13:32:30 +0000 (0:00:00.046) 0:03:28.398 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False" } TASK [Verify the fstab mount point] ******************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-fstab.yml:24 Thursday 06 June 2024 13:32:30 +0000 (0:00:00.128) 0:03:28.526 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-fstab.yml:33 Thursday 06 June 2024 13:32:30 +0000 (0:00:00.035) 0:03:28.562 ********* skipping: [sut] => { "changed": false, "false_condition": "__storage_verify_mount_options | d(false)", "skip_reason": "Conditional result was False" } TASK [Clean up variables] ****************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-fstab.yml:45 Thursday 06 June 2024 13:32:30 +0000 (0:00:00.031) 0:03:28.594 ********* ok: [sut] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": null, "storage_test_fstab_expected_mount_options_matches": null, "storage_test_fstab_expected_mount_point_matches": null, "storage_test_fstab_id_matches": null, "storage_test_fstab_mount_options_matches": null, "storage_test_fstab_mount_point_matches": null }, "changed": false } TASK [Verify fs type] ********************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-fs.yml:3 Thursday 06 June 2024 13:32:30 +0000 (0:00:00.024) 0:03:28.618 ********* 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-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-fs.yml:9 Thursday 06 June 2024 13:32:30 +0000 (0:00:00.023) 0:03:28.642 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False" } TASK [See whether the device node is present] ********************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-device.yml:3 Thursday 06 June 2024 13:32:30 +0000 (0:00:00.030) 0:03:28.672 ********* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-device.yml:9 Thursday 06 June 2024 13:32:30 +0000 (0:00:00.203) 0:03:28.876 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present or storage_test_volume.type == 'disk'", "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-device.yml:16 Thursday 06 June 2024 13:32:30 +0000 (0:00:00.022) 0:03:28.899 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about this volume] ********************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-device.yml:23 Thursday 06 June 2024 13:32:30 +0000 (0:00:00.025) 0:03:28.924 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Process volume type (set initial value) (1/2)] *************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-device.yml:29 Thursday 06 June 2024 13:32:30 +0000 (0:00:00.021) 0:03:28.946 ********* ok: [sut] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-device.yml:33 Thursday 06 June 2024 13:32:30 +0000 (0:00:00.025) 0:03:28.972 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == \"raid\"", "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-device.yml:38 Thursday 06 June 2024 13:32:30 +0000 (0:00:00.022) 0:03:28.994 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Stat the LUKS device, if encrypted] ************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:3 Thursday 06 June 2024 13:32:30 +0000 (0:00:00.021) 0:03:29.015 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:10 Thursday 06 June 2024 13:32:30 +0000 (0:00:00.021) 0:03:29.037 ********* ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Collect LUKS info for this volume] *************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:16 Thursday 06 June 2024 13:32:31 +0000 (0:00:00.900) 0:03:29.938 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:22 Thursday 06 June 2024 13:32:31 +0000 (0:00:00.023) 0:03:29.961 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Verify that the raw device is the same as the device if not encrypted] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:29 Thursday 06 June 2024 13:32:31 +0000 (0:00:00.022) 0:03:29.984 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:40 Thursday 06 June 2024 13:32:31 +0000 (0:00:00.113) 0:03:30.097 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:46 Thursday 06 June 2024 13:32:31 +0000 (0:00:00.023) 0:03:30.120 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:51 Thursday 06 June 2024 13:32:31 +0000 (0:00:00.023) 0:03:30.144 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:63 Thursday 06 June 2024 13:32:31 +0000 (0:00:00.023) 0:03:30.168 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:75 Thursday 06 June 2024 13:32:31 +0000 (0:00:00.027) 0:03:30.195 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:87 Thursday 06 June 2024 13:32:31 +0000 (0:00:00.021) 0:03:30.217 ********* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [], "_storage_test_expected_crypttab_entries": "0", "_storage_test_expected_crypttab_key_file": "-" }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:93 Thursday 06 June 2024 13:32:31 +0000 (0:00:00.040) 0:03:30.258 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:100 Thursday 06 June 2024 13:32:31 +0000 (0:00:00.039) 0:03:30.297 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:108 Thursday 06 June 2024 13:32:31 +0000 (0:00:00.031) 0:03:30.329 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:116 Thursday 06 June 2024 13:32:32 +0000 (0:00:00.034) 0:03:30.363 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:124 Thursday 06 June 2024 13:32:32 +0000 (0:00:00.033) 0:03:30.396 ********* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_expected_crypttab_entries": null, "_storage_test_expected_crypttab_key_file": null }, "changed": false } TASK [Get information about RAID] ********************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-md.yml:8 Thursday 06 June 2024 13:32:32 +0000 (0:00:00.022) 0:03:30.419 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-md.yml:14 Thursday 06 June 2024 13:32:32 +0000 (0:00:00.022) 0:03:30.441 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-md.yml:19 Thursday 06 June 2024 13:32:32 +0000 (0:00:00.024) 0:03:30.466 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-md.yml:24 Thursday 06 June 2024 13:32:32 +0000 (0:00:00.024) 0:03:30.491 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-md.yml:29 Thursday 06 June 2024 13:32:32 +0000 (0:00:00.022) 0:03:30.513 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-md.yml:37 Thursday 06 June 2024 13:32:32 +0000 (0:00:00.115) 0:03:30.629 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-md.yml:46 Thursday 06 June 2024 13:32:32 +0000 (0:00:00.024) 0:03:30.653 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-md.yml:54 Thursday 06 June 2024 13:32:32 +0000 (0:00:00.024) 0:03:30.678 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-md.yml:62 Thursday 06 June 2024 13:32:32 +0000 (0:00:00.027) 0:03:30.706 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-md.yml:70 Thursday 06 June 2024 13:32:32 +0000 (0:00:00.023) 0:03:30.729 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:3 Thursday 06 June 2024 13:32:32 +0000 (0:00:00.030) 0:03:30.759 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False" } TASK [Parse the requested size of the volume] ********************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:11 Thursday 06 June 2024 13:32:32 +0000 (0:00:00.031) 0:03:30.790 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False" } TASK [Establish base value for expected size] ********************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:20 Thursday 06 June 2024 13:32:32 +0000 (0:00:00.030) 0:03:30.820 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False" } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:28 Thursday 06 June 2024 13:32:32 +0000 (0:00:00.036) 0:03:30.857 ********* ok: [sut] => { "storage_test_expected_size": "2147483648" } TASK [Get the size of parent/pool device] ************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:32 Thursday 06 June 2024 13:32:32 +0000 (0:00:00.026) 0:03:30.884 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False" } TASK [Show test pool] ********************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:46 Thursday 06 June 2024 13:32:32 +0000 (0:00:00.030) 0:03:30.914 ********* skipping: [sut] => { "false_condition": "_storage_test_volume_present | bool" } TASK [Show test blockinfo] ***************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:50 Thursday 06 June 2024 13:32:32 +0000 (0:00:00.030) 0:03:30.944 ********* skipping: [sut] => { "false_condition": "_storage_test_volume_present | bool" } TASK [Show test pool size] ***************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:54 Thursday 06 June 2024 13:32:32 +0000 (0:00:00.030) 0:03:30.975 ********* skipping: [sut] => { "false_condition": "_storage_test_volume_present | bool" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:58 Thursday 06 June 2024 13:32:32 +0000 (0:00:00.030) 0:03:31.006 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:67 Thursday 06 June 2024 13:32:32 +0000 (0:00:00.030) 0:03:31.037 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:71 Thursday 06 June 2024 13:32:32 +0000 (0:00:00.022) 0:03:31.059 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:76 Thursday 06 June 2024 13:32:32 +0000 (0:00:00.021) 0:03:31.081 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:82 Thursday 06 June 2024 13:32:32 +0000 (0:00:00.116) 0:03:31.197 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:86 Thursday 06 June 2024 13:32:32 +0000 (0:00:00.023) 0:03:31.221 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:91 Thursday 06 June 2024 13:32:32 +0000 (0:00:00.021) 0:03:31.243 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:96 Thursday 06 June 2024 13:32:32 +0000 (0:00:00.023) 0:03:31.266 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:101 Thursday 06 June 2024 13:32:32 +0000 (0:00:00.022) 0:03:31.289 ********* skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Show volume thin pool size] ********************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:105 Thursday 06 June 2024 13:32:32 +0000 (0:00:00.024) 0:03:31.314 ********* skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:109 Thursday 06 June 2024 13:32:32 +0000 (0:00:00.023) 0:03:31.337 ********* skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Establish base value for expected thin pool size] ************************ task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:113 Thursday 06 June 2024 13:32:32 +0000 (0:00:00.023) 0:03:31.361 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:120 Thursday 06 June 2024 13:32:33 +0000 (0:00:00.022) 0:03:31.383 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:127 Thursday 06 June 2024 13:32:33 +0000 (0:00:00.023) 0:03:31.407 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:131 Thursday 06 June 2024 13:32:33 +0000 (0:00:00.023) 0:03:31.430 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:137 Thursday 06 June 2024 13:32:33 +0000 (0:00:00.021) 0:03:31.452 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:143 Thursday 06 June 2024 13:32:33 +0000 (0:00:00.023) 0:03:31.476 ********* ok: [sut] => { "storage_test_actual_size": { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False", "skipped": true } } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:147 Thursday 06 June 2024 13:32:33 +0000 (0:00:00.032) 0:03:31.508 ********* ok: [sut] => { "storage_test_expected_size": "2147483648" } TASK [Assert expected size is actual size] ************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:151 Thursday 06 June 2024 13:32:33 +0000 (0:00:00.024) 0:03:31.533 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-cache.yml:5 Thursday 06 June 2024 13:32:33 +0000 (0:00:00.034) 0:03:31.567 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-cache.yml:13 Thursday 06 June 2024 13:32:33 +0000 (0:00:00.114) 0:03:31.681 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-cache.yml:17 Thursday 06 June 2024 13:32:33 +0000 (0:00:00.023) 0:03:31.704 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Set LV cache size] ******************************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-cache.yml:24 Thursday 06 June 2024 13:32:33 +0000 (0:00:00.023) 0:03:31.728 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-cache.yml:31 Thursday 06 June 2024 13:32:33 +0000 (0:00:00.023) 0:03:31.752 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-cache.yml:37 Thursday 06 June 2024 13:32:33 +0000 (0:00:00.022) 0:03:31.774 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-cache.yml:42 Thursday 06 June 2024 13:32:33 +0000 (0:00:00.023) 0:03:31.798 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume.yml:25 Thursday 06 June 2024 13:32:33 +0000 (0:00:00.023) 0:03:31.822 ********* ok: [sut] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-role-results.yml:44 Thursday 06 June 2024 13:32:33 +0000 (0:00:00.022) 0:03:31.844 ********* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Clean up variable namespace] ********************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-role-results.yml:54 Thursday 06 June 2024 13:32:33 +0000 (0:00:00.021) 0:03:31.865 ********* ok: [sut] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } TASK [Create a RAID0 lvm raid device] ****************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/tests_create_raid_pool_then_remove.yml:181 Thursday 06 June 2024 13:32:33 +0000 (0:00:00.024) 0:03:31.890 ********* TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Thursday 06 June 2024 13:32:33 +0000 (0:00:00.070) 0:03:31.961 ********* included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Thursday 06 June 2024 13:32:33 +0000 (0:00:00.039) 0:03:32.001 ********* skipping: [sut] => { "changed": false, "false_condition": "__storage_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Thursday 06 June 2024 13:32:33 +0000 (0:00:00.037) 0:03:32.039 ********* skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_9.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs" ] }, "ansible_included_var_files": [ "/WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } ok: [sut] => (item=CentOS_9.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs" ] }, "ansible_included_var_files": [ "/WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Thursday 06 June 2024 13:32:33 +0000 (0:00:00.052) 0:03:32.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-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Thursday 06 June 2024 13:32:33 +0000 (0:00:00.120) 0:03:32.212 ********* skipping: [sut] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Thursday 06 June 2024 13:32:33 +0000 (0:00:00.027) 0:03:32.239 ********* ok: [sut] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Thursday 06 June 2024 13:32:33 +0000 (0:00:00.023) 0:03:32.263 ********* ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Thursday 06 June 2024 13:32:33 +0000 (0:00:00.024) 0:03:32.287 ********* redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for sut TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Thursday 06 June 2024 13:32:33 +0000 (0:00:00.048) 0:03:32.335 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"blivet_available\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Thursday 06 June 2024 13:32:34 +0000 (0:00:00.027) 0:03:32.363 ********* ok: [sut] => { "storage_pools": [ { "disks": [ "sda", "sdb" ], "name": "vg1", "state": "present", "type": "lvm", "volumes": [ { "mount_point": "/opt/test1", "name": "lv1", "raid_disks": [ "sda", "sdb" ], "raid_level": "raid0", "size": "2g" } ] } ] } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Thursday 06 June 2024 13:32:34 +0000 (0:00:00.028) 0:03:32.392 ********* ok: [sut] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined. 'storage_volumes' is undefined" } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Thursday 06 June 2024 13:32:34 +0000 (0:00:00.025) 0:03:32.417 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Thursday 06 June 2024 13:32:34 +0000 (0:00:00.026) 0:03:32.443 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Thursday 06 June 2024 13:32:34 +0000 (0:00:00.026) 0:03:32.470 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Thursday 06 June 2024 13:32:34 +0000 (0:00:00.025) 0:03:32.495 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"service_facts\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Thursday 06 June 2024 13:32:34 +0000 (0:00:00.026) 0:03:32.522 ********* ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Thursday 06 June 2024 13:32:34 +0000 (0:00:00.048) 0:03:32.570 ********* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Thursday 06 June 2024 13:32:34 +0000 (0:00:00.020) 0:03:32.590 ********* changed: [sut] => { "actions": [ { "action": "create format", "device": "/dev/sdb", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdb1", "fs_type": null }, { "action": "create format", "device": "/dev/sdb1", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sda", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sda1", "fs_type": null }, { "action": "create format", "device": "/dev/sda1", "fs_type": "lvmpv" }, { "action": "create device", "device": "/dev/vg1", "fs_type": null }, { "action": "create device", "device": "/dev/mapper/vg1-lv1", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/vg1-lv1", "fs_type": "xfs" } ], "changed": true, "crypts": [], "leaves": [ "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/mapper/vg1-lv1" ], "mounts": [ { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/vg1-lv1", "state": "mounted" } ], "packages": [ "lvm2", "xfsprogs" ], "pools": [ { "disks": [ "sda", "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "vg1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/vg1-lv1", "_kernel_device": "/dev/dm-2", "_mount_id": "/dev/mapper/vg1-lv1", "_raw_device": "/dev/mapper/vg1-lv1", "_raw_kernel_device": "/dev/dm-2", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "lv1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [ "sda", "sdb" ], "raid_level": "raid0", "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "2g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Thursday 06 June 2024 13:32:37 +0000 (0:00:03.289) 0:03:35.879 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_udevadm_trigger | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Thursday 06 June 2024 13:32:37 +0000 (0:00:00.110) 0:03:35.990 ********* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:101 Thursday 06 June 2024 13:32:37 +0000 (0:00:00.020) 0:03:36.010 ********* ok: [sut] => { "blivet_output": { "actions": [ { "action": "create format", "device": "/dev/sdb", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdb1", "fs_type": null }, { "action": "create format", "device": "/dev/sdb1", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sda", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sda1", "fs_type": null }, { "action": "create format", "device": "/dev/sda1", "fs_type": "lvmpv" }, { "action": "create device", "device": "/dev/vg1", "fs_type": null }, { "action": "create device", "device": "/dev/mapper/vg1-lv1", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/vg1-lv1", "fs_type": "xfs" } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/mapper/vg1-lv1" ], "mounts": [ { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/vg1-lv1", "state": "mounted" } ], "packages": [ "lvm2", "xfsprogs" ], "pools": [ { "disks": [ "sda", "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "vg1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/vg1-lv1", "_kernel_device": "/dev/dm-2", "_mount_id": "/dev/mapper/vg1-lv1", "_raw_device": "/dev/mapper/vg1-lv1", "_raw_kernel_device": "/dev/dm-2", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "lv1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [ "sda", "sdb" ], "raid_level": "raid0", "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "2g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:110 Thursday 06 June 2024 13:32:37 +0000 (0:00:00.030) 0:03:36.041 ********* ok: [sut] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "sda", "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "vg1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/vg1-lv1", "_kernel_device": "/dev/dm-2", "_mount_id": "/dev/mapper/vg1-lv1", "_raw_device": "/dev/mapper/vg1-lv1", "_raw_kernel_device": "/dev/dm-2", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "lv1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [ "sda", "sdb" ], "raid_level": "raid0", "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "2g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] }, "changed": false } TASK [fedora.linux_system_roles.storage : Set the list of volumes for test verification] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:114 Thursday 06 June 2024 13:32:37 +0000 (0:00:00.028) 0:03:36.070 ********* ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:130 Thursday 06 June 2024 13:32:37 +0000 (0:00:00.025) 0:03:36.095 ********* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:141 Thursday 06 June 2024 13:32:37 +0000 (0:00:00.034) 0:03:36.130 ********* ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:146 Thursday 06 June 2024 13:32:38 +0000 (0:00:00.575) 0:03:36.705 ********* redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount changed: [sut] => (item={'src': '/dev/mapper/vg1-lv1', 'path': '/opt/test1', 'fstype': 'xfs', '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": "xfs", "mount_info": { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/vg1-lv1", "state": "mounted" }, "name": "/opt/test1", "opts": "defaults", "passno": "0", "src": "/dev/mapper/vg1-lv1" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:157 Thursday 06 June 2024 13:32:38 +0000 (0:00:00.249) 0:03:36.955 ********* skipping: [sut] => (item={'src': '/dev/mapper/vg1-lv1', 'path': '/opt/test1', 'fstype': 'xfs', 'opts': 'defaults', 'dump': 0, 'passno': 0, 'state': 'mounted', 'owner': None, 'group': None, 'mode': None}) => { "ansible_loop_var": "mount_info", "changed": false, "false_condition": "mount_info['owner'] != none or mount_info['group'] != none or mount_info['mode'] != none", "mount_info": { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/vg1-lv1", "state": "mounted" }, "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:169 Thursday 06 June 2024 13:32:38 +0000 (0:00:00.043) 0:03:36.998 ********* ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:177 Thursday 06 June 2024 13:32:39 +0000 (0:00:00.576) 0:03:37.575 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1717680394.2913754, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1716902420.402, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 2097284, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "inode/x-empty", "mode": "0600", "mtime": 1716902144.521, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "3342962587", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:182 Thursday 06 June 2024 13:32:39 +0000 (0:00:00.219) 0:03:37.795 ********* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:204 Thursday 06 June 2024 13:32:39 +0000 (0:00:00.019) 0:03:37.815 ********* ok: [sut] TASK [Verify role results] ***************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/tests_create_raid_pool_then_remove.yml:197 Thursday 06 June 2024 13:32:40 +0000 (0:00:00.874) 0:03:38.689 ********* included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-role-results.yml for sut TASK [Print out pool information] ********************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-role-results.yml:2 Thursday 06 June 2024 13:32:40 +0000 (0:00:00.051) 0:03:38.741 ********* ok: [sut] => { "_storage_pools_list": [ { "disks": [ "sda", "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "vg1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/vg1-lv1", "_kernel_device": "/dev/dm-2", "_mount_id": "/dev/mapper/vg1-lv1", "_raw_device": "/dev/mapper/vg1-lv1", "_raw_kernel_device": "/dev/dm-2", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "lv1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [ "sda", "sdb" ], "raid_level": "raid0", "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "2g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] } TASK [Print out volume information] ******************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-role-results.yml:7 Thursday 06 June 2024 13:32:40 +0000 (0:00:00.207) 0:03:38.948 ********* skipping: [sut] => { "false_condition": "_storage_volumes_list | length > 0" } TASK [Collect info about the volumes.] ***************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-role-results.yml:15 Thursday 06 June 2024 13:32:40 +0000 (0:00:00.033) 0:03:38.981 ********* ok: [sut] => { "changed": false, "info": { "/dev/mapper/vg1-lv1": { "fstype": "xfs", "label": "", "name": "/dev/mapper/vg1-lv1", "size": "2G", "type": "lvm", "uuid": "29e28f96-2964-4cf7-91a8-11f73eb4c58f" }, "/dev/mapper/vg1-lv1_rimage_0": { "fstype": "", "label": "", "name": "/dev/mapper/vg1-lv1_rimage_0", "size": "1G", "type": "lvm", "uuid": "" }, "/dev/mapper/vg1-lv1_rimage_1": { "fstype": "", "label": "", "name": "/dev/mapper/vg1-lv1_rimage_1", "size": "1G", "type": "lvm", "uuid": "" }, "/dev/sda": { "fstype": "", "label": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sda1": { "fstype": "LVM2_member", "label": "", "name": "/dev/sda1", "size": "10G", "type": "partition", "uuid": "fvtiDB-vLuT-4pQs-TcQe-qUYs-Df0X-Wnyv03" }, "/dev/sdb": { "fstype": "", "label": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdb1": { "fstype": "LVM2_member", "label": "", "name": "/dev/sdb1", "size": "10G", "type": "partition", "uuid": "f0dXsv-POLX-Fla6-p9Yi-fZKc-83GM-xb5m7p" }, "/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": "82a26900-2b36-49b9-bc49-f4d2f0bb14b8" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-role-results.yml:20 Thursday 06 June 2024 13:32:40 +0000 (0:00:00.218) 0:03:39.200 ********* ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:01.004331", "end": "2024-06-06 13:32:42.018897", "rc": 0, "start": "2024-06-06 13:32:41.014566" } STDOUT: # # /etc/fstab # Created by anaconda on Tue May 28 13:15:44 2024 # # Accessible filesystems, by reference, are maintained under '/dev/disk/'. # See man pages fstab(5), findfs(8), mount(8) and/or blkid(8) for more info. # # After editing this file, run 'systemctl daemon-reload' to update systemd # units generated from this file. # UUID=82a26900-2b36-49b9-bc49-f4d2f0bb14b8 / xfs defaults 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat /mnt/redhat nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/qa /mnt/qa nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive /mnt/engarchive nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/tpsdist /mnt/tpsdist nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot /mnt/brew nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch /mnt/brew_scratch nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 /dev/mapper/vg1-lv1 /opt/test1 xfs defaults 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-role-results.yml:25 Thursday 06 June 2024 13:32:42 +0000 (0:00:01.214) 0:03:40.415 ********* ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.003442", "end": "2024-06-06 13:32:42.229134", "failed_when_result": false, "rc": 0, "start": "2024-06-06 13:32:42.225692" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-role-results.yml:34 Thursday 06 June 2024 13:32:42 +0000 (0:00:00.228) 0:03:40.643 ********* included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool.yml for sut => (item={'disks': ['sda', 'sdb'], 'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'name': 'vg1', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_metadata_version': None, 'raid_chunk_size': None, 'shared': False, 'state': 'present', 'type': 'lvm', 'volumes': [{'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'lv1', 'raid_level': 'raid0', 'size': '2g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': ['sda', 'sdb'], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': [], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/vg1-lv1', '_raw_device': '/dev/mapper/vg1-lv1', '_mount_id': '/dev/mapper/vg1-lv1', '_kernel_device': '/dev/dm-2', '_raw_kernel_device': '/dev/dm-2'}]}) TASK [Set _storage_pool_tests] ************************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool.yml:5 Thursday 06 June 2024 13:32:42 +0000 (0:00:00.058) 0:03:40.702 ********* ok: [sut] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool.yml:18 Thursday 06 June 2024 13:32:42 +0000 (0:00:00.023) 0:03:40.725 ********* ok: [sut] => { "changed": false, "cmd": [ "vgs", "--noheadings", "--binary", "-o", "shared", "vg1" ], "delta": "0:00:00.029643", "end": "2024-06-06 13:32:42.566408", "rc": 0, "start": "2024-06-06 13:32:42.536765" } STDOUT: 0 TASK [Verify that VG shared value checks out] ********************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool.yml:24 Thursday 06 June 2024 13:32:42 +0000 (0:00:00.236) 0:03:40.962 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify pool subset] ****************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool.yml:34 Thursday 06 June 2024 13:32:42 +0000 (0:00:00.027) 0:03:40.990 ********* included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool-members.yml for sut => (item=members) included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool-volumes.yml for sut => (item=volumes) TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool-members.yml:2 Thursday 06 June 2024 13:32:42 +0000 (0:00:00.044) 0:03:41.035 ********* ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_count": "2", "_storage_test_pool_pvs_lvm": [ "/dev/sda1", "/dev/sdb1" ] }, "changed": false } TASK [Get the canonical device path for each member device] ******************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool-members.yml:8 Thursday 06 June 2024 13:32:42 +0000 (0:00:00.041) 0:03:41.076 ********* ok: [sut] => (item=/dev/sda1) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/sda1", "pv": "/dev/sda1" } ok: [sut] => (item=/dev/sdb1) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/sdb1", "pv": "/dev/sdb1" } TASK [Set pvs lvm length] ****************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool-members.yml:17 Thursday 06 June 2024 13:32:43 +0000 (0:00:00.391) 0:03:41.467 ********* ok: [sut] => { "ansible_facts": { "__pvs_lvm_len": "2" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool-members.yml:22 Thursday 06 June 2024 13:32:43 +0000 (0:00:00.125) 0:03:41.593 ********* ok: [sut] => { "ansible_facts": { "_storage_test_pool_pvs": [ "/dev/sda1", "/dev/sdb1" ] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool-members.yml:27 Thursday 06 June 2024 13:32:43 +0000 (0:00:00.039) 0:03:41.632 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool-members.yml:36 Thursday 06 June 2024 13:32:43 +0000 (0:00:00.035) 0:03:41.668 ********* ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool-members.yml:41 Thursday 06 June 2024 13:32:43 +0000 (0:00:00.031) 0:03:41.699 ********* ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "partition" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool-members.yml:46 Thursday 06 June 2024 13:32:43 +0000 (0:00:00.041) 0:03:41.741 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'lvm' and storage_test_pool.raid_level", "skip_reason": "Conditional result was False" } TASK [Check the type of each PV] *********************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool-members.yml:51 Thursday 06 June 2024 13:32:43 +0000 (0:00:00.024) 0:03:41.766 ********* ok: [sut] => (item=/dev/sda1) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/sda1" } MSG: All assertions passed ok: [sut] => (item=/dev/sdb1) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/sdb1" } MSG: All assertions passed TASK [Check MD RAID] *********************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool-members.yml:64 Thursday 06 June 2024 13:32:43 +0000 (0:00:00.035) 0:03:41.801 ********* included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-md.yml for sut TASK [Get information about RAID] ********************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-md.yml:8 Thursday 06 June 2024 13:32:43 +0000 (0:00:00.042) 0:03:41.844 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-md.yml:14 Thursday 06 June 2024 13:32:43 +0000 (0:00:00.030) 0:03:41.875 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-md.yml:19 Thursday 06 June 2024 13:32:43 +0000 (0:00:00.033) 0:03:41.909 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-md.yml:24 Thursday 06 June 2024 13:32:43 +0000 (0:00:00.024) 0:03:41.933 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set md chunk size regex] ************************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-md.yml:29 Thursday 06 June 2024 13:32:43 +0000 (0:00:00.030) 0:03:41.963 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-md.yml:37 Thursday 06 June 2024 13:32:43 +0000 (0:00:00.025) 0:03:41.988 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-md.yml:46 Thursday 06 June 2024 13:32:43 +0000 (0:00:00.025) 0:03:42.014 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-md.yml:55 Thursday 06 June 2024 13:32:43 +0000 (0:00:00.130) 0:03:42.144 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-md.yml:64 Thursday 06 June 2024 13:32:43 +0000 (0:00:00.021) 0:03:42.166 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-md.yml:74 Thursday 06 June 2024 13:32:43 +0000 (0:00:00.026) 0:03:42.193 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Reset variables used by tests] ******************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-md.yml:83 Thursday 06 June 2024 13:32:43 +0000 (0:00:00.022) 0:03:42.215 ********* ok: [sut] => { "ansible_facts": { "storage_test_md_active_devices_re": null, "storage_test_md_chunk_size_re": null, "storage_test_md_metadata_version_re": null, "storage_test_md_spare_devices_re": null }, "changed": false } TASK [Check LVM RAID] ********************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool-members.yml:67 Thursday 06 June 2024 13:32:43 +0000 (0:00:00.023) 0:03:42.238 ********* included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-members-lvmraid.yml for sut TASK [Validate pool member LVM RAID settings] ********************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-members-lvmraid.yml:2 Thursday 06 June 2024 13:32:43 +0000 (0:00:00.042) 0:03:42.280 ********* included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-lvmraid.yml for sut => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'lv1', 'raid_level': 'raid0', 'size': '2g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': ['sda', 'sdb'], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': [], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/vg1-lv1', '_raw_device': '/dev/mapper/vg1-lv1', '_mount_id': '/dev/mapper/vg1-lv1', '_kernel_device': '/dev/dm-2', '_raw_kernel_device': '/dev/dm-2'}) TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-lvmraid.yml:8 Thursday 06 June 2024 13:32:43 +0000 (0:00:00.041) 0:03:42.322 ********* ok: [sut] => { "changed": false, "cmd": [ "lvs", "--noheadings", "--nameprefixes", "--units=b", "--nosuffix", "--unquoted", "-o", "name,segtype,stripe_size", "vg1/lv1" ], "delta": "0:00:00.029444", "end": "2024-06-06 13:32:44.170514", "rc": 0, "start": "2024-06-06 13:32:44.141070" } STDOUT: LVM2_LV_NAME=lv1 LVM2_SEGTYPE=raid0 LVM2_STRIPE_SIZE=65536 TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-lvmraid.yml:16 Thursday 06 June 2024 13:32:44 +0000 (0:00:00.244) 0:03:42.567 ********* ok: [sut] => { "ansible_facts": { "storage_test_lv_segtype": [ "raid0" ] }, "changed": false } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-lvmraid.yml:20 Thursday 06 June 2024 13:32:44 +0000 (0:00:00.041) 0:03:42.608 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set LV stripe size] ****************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-lvmraid.yml:27 Thursday 06 June 2024 13:32:44 +0000 (0:00:00.030) 0:03:42.638 ********* ok: [sut] => { "ansible_facts": { "storage_test_lv_stripe_size": [ "65536" ] }, "changed": false } TASK [Parse the requested stripe size] ***************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-lvmraid.yml:31 Thursday 06 June 2024 13:32:44 +0000 (0:00:00.039) 0:03:42.677 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_stripe_size is not none", "skip_reason": "Conditional result was False" } TASK [Set expected stripe size] ************************************************ task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-lvmraid.yml:37 Thursday 06 June 2024 13:32:44 +0000 (0:00:00.026) 0:03:42.704 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_stripe_size is not none", "skip_reason": "Conditional result was False" } TASK [Check stripe size] ******************************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-lvmraid.yml:42 Thursday 06 June 2024 13:32:44 +0000 (0:00:00.027) 0:03:42.732 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_stripe_size is not none", "skip_reason": "Conditional result was False" } TASK [Check Thin Pools] ******************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool-members.yml:70 Thursday 06 June 2024 13:32:44 +0000 (0:00:00.121) 0:03:42.853 ********* included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-members-thin.yml for sut TASK [Validate pool member thinpool settings] ********************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-members-thin.yml:2 Thursday 06 June 2024 13:32:44 +0000 (0:00:00.042) 0:03:42.896 ********* included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-thin.yml for sut => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'lv1', 'raid_level': 'raid0', 'size': '2g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': ['sda', 'sdb'], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': [], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/vg1-lv1', '_raw_device': '/dev/mapper/vg1-lv1', '_mount_id': '/dev/mapper/vg1-lv1', '_kernel_device': '/dev/dm-2', '_raw_kernel_device': '/dev/dm-2'}) TASK [Get information about thinpool] ****************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-thin.yml:8 Thursday 06 June 2024 13:32:44 +0000 (0:00:00.041) 0:03:42.938 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_thin_volume.thin", "skip_reason": "Conditional result was False" } TASK [Check that volume is in correct thinpool (when thinp name is provided)] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-thin.yml:16 Thursday 06 June 2024 13:32:44 +0000 (0:00:00.021) 0:03:42.959 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_thin_volume.thin", "skip_reason": "Conditional result was False" } TASK [Check that volume is in thinpool (when thinp name is not provided)] ****** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-thin.yml:22 Thursday 06 June 2024 13:32:44 +0000 (0:00:00.022) 0:03:42.982 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_thin_volume.thin", "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-thin.yml:26 Thursday 06 June 2024 13:32:44 +0000 (0:00:00.026) 0:03:43.009 ********* ok: [sut] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Check member encryption] ************************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool-members.yml:73 Thursday 06 June 2024 13:32:44 +0000 (0:00:00.023) 0:03:43.032 ********* included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-members-encryption.yml for sut TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-members-encryption.yml:5 Thursday 06 June 2024 13:32:44 +0000 (0:00:00.042) 0:03:43.075 ********* ok: [sut] => { "ansible_facts": { "_storage_test_expected_crypttab_entries": "0", "_storage_test_expected_crypttab_key_file": "-" }, "changed": false } TASK [Validate pool member LUKS settings] ************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-members-encryption.yml:10 Thursday 06 June 2024 13:32:44 +0000 (0:00:00.033) 0:03:43.108 ********* skipping: [sut] => (item=/dev/sda1) => { "_storage_test_pool_member_path": "/dev/sda1", "ansible_loop_var": "_storage_test_pool_member_path", "changed": false, "false_condition": "storage_test_pool.type == 'lvm' and storage_test_pool.encryption", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/dev/sdb1) => { "_storage_test_pool_member_path": "/dev/sdb1", "ansible_loop_var": "_storage_test_pool_member_path", "changed": false, "false_condition": "storage_test_pool.type == 'lvm' and storage_test_pool.encryption", "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [Validate pool member crypttab entries] *********************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-members-encryption.yml:17 Thursday 06 June 2024 13:32:44 +0000 (0:00:00.024) 0:03:43.133 ********* included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-crypttab.yml for sut => (item=/dev/sda1) included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-crypttab.yml for sut => (item=/dev/sdb1) TASK [Set variables used by tests] ********************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-crypttab.yml:2 Thursday 06 June 2024 13:32:44 +0000 (0:00:00.040) 0:03:43.174 ********* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-crypttab.yml:6 Thursday 06 June 2024 13:32:44 +0000 (0:00:00.134) 0:03:43.308 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-crypttab.yml:14 Thursday 06 June 2024 13:32:44 +0000 (0:00:00.035) 0:03:43.343 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-crypttab.yml:23 Thursday 06 June 2024 13:32:45 +0000 (0:00:00.029) 0:03:43.373 ********* skipping: [sut] => { "changed": false, "false_condition": "false and _storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-crypttab.yml:32 Thursday 06 June 2024 13:32:45 +0000 (0:00:00.033) 0:03:43.406 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-crypttab.yml:41 Thursday 06 June 2024 13:32:45 +0000 (0:00:00.032) 0:03:43.438 ********* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-crypttab.yml:2 Thursday 06 June 2024 13:32:45 +0000 (0:00:00.023) 0:03:43.462 ********* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-crypttab.yml:6 Thursday 06 June 2024 13:32:45 +0000 (0:00:00.035) 0:03:43.498 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-crypttab.yml:14 Thursday 06 June 2024 13:32:45 +0000 (0:00:00.039) 0:03:43.537 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-crypttab.yml:23 Thursday 06 June 2024 13:32:45 +0000 (0:00:00.032) 0:03:43.570 ********* skipping: [sut] => { "changed": false, "false_condition": "false and _storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-crypttab.yml:32 Thursday 06 June 2024 13:32:45 +0000 (0:00:00.031) 0:03:43.602 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-crypttab.yml:41 Thursday 06 June 2024 13:32:45 +0000 (0:00:00.033) 0:03:43.636 ********* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-members-encryption.yml:24 Thursday 06 June 2024 13:32:45 +0000 (0:00:00.023) 0:03:43.659 ********* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_crypttab_key_file": null }, "changed": false } TASK [Check VDO] *************************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool-members.yml:76 Thursday 06 June 2024 13:32:45 +0000 (0:00:00.023) 0:03:43.683 ********* included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-members-vdo.yml for sut TASK [Validate pool member VDO settings] *************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-members-vdo.yml:2 Thursday 06 June 2024 13:32:45 +0000 (0:00:00.043) 0:03:43.726 ********* included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-vdo.yml for sut => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'lv1', 'raid_level': 'raid0', 'size': '2g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': ['sda', 'sdb'], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': [], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/vg1-lv1', '_raw_device': '/dev/mapper/vg1-lv1', '_mount_id': '/dev/mapper/vg1-lv1', '_kernel_device': '/dev/dm-2', '_raw_kernel_device': '/dev/dm-2'}) TASK [Get information about VDO deduplication] ********************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-vdo.yml:8 Thursday 06 June 2024 13:32:45 +0000 (0:00:00.119) 0:03:43.845 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-vdo.yml:15 Thursday 06 June 2024 13:32:45 +0000 (0:00:00.024) 0:03:43.870 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-vdo.yml:21 Thursday 06 June 2024 13:32:45 +0000 (0:00:00.023) 0:03:43.893 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Get information about VDO compression] *********************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-vdo.yml:27 Thursday 06 June 2024 13:32:45 +0000 (0:00:00.021) 0:03:43.915 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-vdo.yml:34 Thursday 06 June 2024 13:32:45 +0000 (0:00:00.021) 0:03:43.937 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-vdo.yml:40 Thursday 06 June 2024 13:32:45 +0000 (0:00:00.021) 0:03:43.958 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-vdo.yml:46 Thursday 06 June 2024 13:32:45 +0000 (0:00:00.020) 0:03:43.979 ********* ok: [sut] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool-members.yml:79 Thursday 06 June 2024 13:32:45 +0000 (0:00:00.022) 0:03:44.001 ********* ok: [sut] => { "ansible_facts": { "__pvs_lvm_len": null, "_storage_test_expected_pv_count": null, "_storage_test_expected_pv_type": null, "_storage_test_pool_pvs": [], "_storage_test_pool_pvs_lvm": [] }, "changed": false } TASK [Verify the volumes] ****************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool-volumes.yml:3 Thursday 06 June 2024 13:32:45 +0000 (0:00:00.022) 0:03:44.024 ********* included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/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': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'lv1', 'raid_level': 'raid0', 'size': '2g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': ['sda', 'sdb'], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': [], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/vg1-lv1', '_raw_device': '/dev/mapper/vg1-lv1', '_mount_id': '/dev/mapper/vg1-lv1', '_kernel_device': '/dev/dm-2', '_raw_kernel_device': '/dev/dm-2'}) TASK [Set storage volume test variables] *************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume.yml:2 Thursday 06 June 2024 13:32:45 +0000 (0:00:00.037) 0:03:44.061 ********* ok: [sut] => { "ansible_facts": { "_storage_test_volume_present": true, "_storage_volume_tests": [ "mount", "fstab", "fs", "device", "encryption", "md", "size", "cache" ] }, "changed": false } TASK [Run test verify for {{ storage_test_volume_subset }}] ******************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume.yml:19 Thursday 06 June 2024 13:32:45 +0000 (0:00:00.034) 0:03:44.095 ********* included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-mount.yml for sut => (item=mount) included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-fstab.yml for sut => (item=fstab) included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-fs.yml for sut => (item=fs) included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-device.yml for sut => (item=device) included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml for sut => (item=encryption) included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-md.yml for sut => (item=md) included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml for sut => (item=size) included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-cache.yml for sut => (item=cache) TASK [Get expected mount device based on device type] ************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-mount.yml:7 Thursday 06 June 2024 13:32:45 +0000 (0:00:00.139) 0:03:44.235 ********* ok: [sut] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/vg1-lv1" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-mount.yml:11 Thursday 06 June 2024 13:32:45 +0000 (0:00:00.029) 0:03:44.264 ********* ok: [sut] => { "ansible_facts": { "storage_test_mount_device_matches": [ { "block_available": 495921, "block_size": 4096, "block_total": 507776, "block_used": 11855, "device": "/dev/mapper/vg1-lv1", "fstype": "xfs", "inode_available": 1048317, "inode_total": 1048320, "inode_used": 3, "mount": "/opt/test1", "options": "rw,seclabel,relatime,attr2,inode64,logbufs=8,logbsize=64k,sunit=128,swidth=256,noquota", "size_available": 2031292416, "size_total": 2079850496, "uuid": "29e28f96-2964-4cf7-91a8-11f73eb4c58f" } ], "storage_test_mount_expected_match_count": "1", "storage_test_mount_point_matches": [ { "block_available": 495921, "block_size": 4096, "block_total": 507776, "block_used": 11855, "device": "/dev/mapper/vg1-lv1", "fstype": "xfs", "inode_available": 1048317, "inode_total": 1048320, "inode_used": 3, "mount": "/opt/test1", "options": "rw,seclabel,relatime,attr2,inode64,logbufs=8,logbsize=64k,sunit=128,swidth=256,noquota", "size_available": 2031292416, "size_total": 2079850496, "uuid": "29e28f96-2964-4cf7-91a8-11f73eb4c58f" } ], "storage_test_swap_expected_matches": "0" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-mount.yml:21 Thursday 06 June 2024 13:32:45 +0000 (0:00:00.041) 0:03:44.305 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and (storage_test_volume.mount_user or storage_test_volume.mount_group or storage_test_volume.mount_mode)", "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-mount.yml:30 Thursday 06 June 2024 13:32:45 +0000 (0:00:00.021) 0:03:44.327 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the current mount state by mount point] *************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-mount.yml:41 Thursday 06 June 2024 13:32:45 +0000 (0:00:00.034) 0:03:44.361 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-mount.yml:48 Thursday 06 June 2024 13:32:46 +0000 (0:00:00.034) 0:03:44.395 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_user", "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-mount.yml:54 Thursday 06 June 2024 13:32:46 +0000 (0:00:00.021) 0:03:44.416 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_group", "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-mount.yml:60 Thursday 06 June 2024 13:32:46 +0000 (0:00:00.021) 0:03:44.438 ********* 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-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-mount.yml:69 Thursday 06 June 2024 13:32:46 +0000 (0:00:00.021) 0:03:44.460 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get path of test volume device] ****************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-mount.yml:80 Thursday 06 June 2024 13:32:46 +0000 (0:00:00.033) 0:03:44.493 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-mount.yml:86 Thursday 06 June 2024 13:32:46 +0000 (0:00:00.022) 0:03:44.515 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-mount.yml:92 Thursday 06 June 2024 13:32:46 +0000 (0:00:00.020) 0:03:44.536 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-mount.yml:102 Thursday 06 June 2024 13:32:46 +0000 (0:00:00.020) 0:03:44.557 ********* 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-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-fstab.yml:2 Thursday 06 June 2024 13:32:46 +0000 (0:00:00.022) 0:03:44.579 ********* ok: [sut] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": "1", "storage_test_fstab_expected_mount_options_matches": "1", "storage_test_fstab_expected_mount_point_matches": "1", "storage_test_fstab_id_matches": [ "/dev/mapper/vg1-lv1 " ], "storage_test_fstab_mount_options_matches": [ " /opt/test1 xfs defaults " ], "storage_test_fstab_mount_point_matches": [ " /opt/test1 " ] }, "changed": false } TASK [Verify that the device identifier appears in /etc/fstab] ***************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-fstab.yml:17 Thursday 06 June 2024 13:32:46 +0000 (0:00:00.142) 0:03:44.721 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-fstab.yml:24 Thursday 06 June 2024 13:32:46 +0000 (0:00:00.037) 0:03:44.758 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-fstab.yml:33 Thursday 06 June 2024 13:32:46 +0000 (0:00:00.041) 0:03:44.800 ********* skipping: [sut] => { "changed": false, "false_condition": "__storage_verify_mount_options | d(false)", "skip_reason": "Conditional result was False" } TASK [Clean up variables] ****************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-fstab.yml:45 Thursday 06 June 2024 13:32:46 +0000 (0:00:00.039) 0:03:44.840 ********* ok: [sut] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": null, "storage_test_fstab_expected_mount_options_matches": null, "storage_test_fstab_expected_mount_point_matches": null, "storage_test_fstab_id_matches": null, "storage_test_fstab_mount_options_matches": null, "storage_test_fstab_mount_point_matches": null }, "changed": false } TASK [Verify fs type] ********************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-fs.yml:3 Thursday 06 June 2024 13:32:46 +0000 (0:00:00.025) 0:03:44.865 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-fs.yml:9 Thursday 06 June 2024 13:32:46 +0000 (0:00:00.036) 0:03:44.902 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-device.yml:3 Thursday 06 June 2024 13:32:46 +0000 (0:00:00.040) 0:03:44.942 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1717680757.42176, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1717680757.42176, "dev": 5, "device_type": 64770, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 2092, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/symlink", "mode": "0660", "mtime": 1717680757.42176, "nlink": 1, "path": "/dev/mapper/vg1-lv1", "pw_name": "root", "readable": true, "rgrp": true, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": null, "wgrp": true, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-device.yml:9 Thursday 06 June 2024 13:32:46 +0000 (0:00:00.223) 0:03:45.165 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-device.yml:16 Thursday 06 June 2024 13:32:46 +0000 (0:00:00.028) 0:03:45.194 ********* skipping: [sut] => { "changed": false, "false_condition": "not (_storage_test_volume_present or storage_test_volume.type == 'disk')", "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-device.yml:23 Thursday 06 June 2024 13:32:46 +0000 (0:00:00.023) 0:03:45.218 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-device.yml:29 Thursday 06 June 2024 13:32:46 +0000 (0:00:00.027) 0:03:45.245 ********* ok: [sut] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-device.yml:33 Thursday 06 June 2024 13:32:46 +0000 (0:00:00.042) 0:03:45.287 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == \"raid\"", "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-device.yml:38 Thursday 06 June 2024 13:32:46 +0000 (0:00:00.032) 0:03:45.320 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:3 Thursday 06 June 2024 13:32:46 +0000 (0:00:00.027) 0:03:45.347 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:10 Thursday 06 June 2024 13:32:47 +0000 (0:00:00.037) 0:03:45.384 ********* ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Collect LUKS info for this volume] *************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:16 Thursday 06 June 2024 13:32:48 +0000 (0:00:01.032) 0:03:46.417 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:22 Thursday 06 June 2024 13:32:48 +0000 (0:00:00.026) 0:03:46.444 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Verify that the raw device is the same as the device if not encrypted] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:29 Thursday 06 June 2024 13:32:48 +0000 (0:00:00.023) 0:03:46.468 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:40 Thursday 06 June 2024 13:32:48 +0000 (0:00:00.045) 0:03:46.513 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:46 Thursday 06 June 2024 13:32:48 +0000 (0:00:00.024) 0:03:46.537 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:51 Thursday 06 June 2024 13:32:48 +0000 (0:00:00.024) 0:03:46.562 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:63 Thursday 06 June 2024 13:32:48 +0000 (0:00:00.023) 0:03:46.586 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:75 Thursday 06 June 2024 13:32:48 +0000 (0:00:00.023) 0:03:46.609 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:87 Thursday 06 June 2024 13:32:48 +0000 (0:00:00.023) 0:03:46.633 ********* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [], "_storage_test_expected_crypttab_entries": "0", "_storage_test_expected_crypttab_key_file": "-" }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:93 Thursday 06 June 2024 13:32:48 +0000 (0:00:00.048) 0:03:46.682 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:100 Thursday 06 June 2024 13:32:48 +0000 (0:00:00.051) 0:03:46.733 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:108 Thursday 06 June 2024 13:32:48 +0000 (0:00:00.032) 0:03:46.766 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:116 Thursday 06 June 2024 13:32:48 +0000 (0:00:00.034) 0:03:46.801 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:124 Thursday 06 June 2024 13:32:48 +0000 (0:00:00.036) 0:03:46.838 ********* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_expected_crypttab_entries": null, "_storage_test_expected_crypttab_key_file": null }, "changed": false } TASK [Get information about RAID] ********************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-md.yml:8 Thursday 06 June 2024 13:32:48 +0000 (0:00:00.023) 0:03:46.861 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-md.yml:14 Thursday 06 June 2024 13:32:48 +0000 (0:00:00.120) 0:03:46.982 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-md.yml:19 Thursday 06 June 2024 13:32:48 +0000 (0:00:00.023) 0:03:47.006 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-md.yml:24 Thursday 06 June 2024 13:32:48 +0000 (0:00:00.022) 0:03:47.028 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-md.yml:29 Thursday 06 June 2024 13:32:48 +0000 (0:00:00.025) 0:03:47.054 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-md.yml:37 Thursday 06 June 2024 13:32:48 +0000 (0:00:00.025) 0:03:47.079 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-md.yml:46 Thursday 06 June 2024 13:32:48 +0000 (0:00:00.023) 0:03:47.102 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-md.yml:54 Thursday 06 June 2024 13:32:48 +0000 (0:00:00.021) 0:03:47.124 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-md.yml:62 Thursday 06 June 2024 13:32:48 +0000 (0:00:00.022) 0:03:47.147 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-md.yml:70 Thursday 06 June 2024 13:32:48 +0000 (0:00:00.022) 0:03:47.169 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:3 Thursday 06 June 2024 13:32:48 +0000 (0:00:00.022) 0:03:47.192 ********* ok: [sut] => { "bytes": 2147483648, "changed": false, "lvm": "2g", "parted": "2GiB", "size": "2 GiB" } TASK [Parse the requested size of the volume] ********************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:11 Thursday 06 June 2024 13:32:49 +0000 (0:00:00.223) 0:03:47.415 ********* ok: [sut] => { "bytes": 2147483648, "changed": false, "lvm": "2g", "parted": "2GiB", "size": "2 GiB" } TASK [Establish base value for expected size] ********************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:20 Thursday 06 June 2024 13:32:49 +0000 (0:00:00.218) 0:03:47.634 ********* ok: [sut] => { "ansible_facts": { "storage_test_expected_size": "2147483648" }, "changed": false } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:28 Thursday 06 June 2024 13:32:49 +0000 (0:00:00.037) 0:03:47.671 ********* ok: [sut] => { "storage_test_expected_size": "2147483648" } TASK [Get the size of parent/pool device] ************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:32 Thursday 06 June 2024 13:32:49 +0000 (0:00:00.026) 0:03:47.698 ********* ok: [sut] => { "bytes": 21442624225, "changed": false, "lvm": "19g", "parted": "19GiB", "size": "19 GiB" } TASK [Show test pool] ********************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:46 Thursday 06 June 2024 13:32:49 +0000 (0:00:00.213) 0:03:47.912 ********* skipping: [sut] => { "false_condition": "'%' in storage_test_volume.size | string" } TASK [Show test blockinfo] ***************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:50 Thursday 06 June 2024 13:32:49 +0000 (0:00:00.123) 0:03:48.035 ********* skipping: [sut] => { "false_condition": "'%' in storage_test_volume.size | string" } TASK [Show test pool size] ***************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:54 Thursday 06 June 2024 13:32:49 +0000 (0:00:00.037) 0:03:48.073 ********* skipping: [sut] => { "false_condition": "'%' in storage_test_volume.size | string" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:58 Thursday 06 June 2024 13:32:49 +0000 (0:00:00.033) 0:03:48.107 ********* skipping: [sut] => { "changed": false, "false_condition": "'%' in storage_test_volume.size | string", "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:67 Thursday 06 June 2024 13:32:49 +0000 (0:00:00.032) 0:03:48.140 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:71 Thursday 06 June 2024 13:32:49 +0000 (0:00:00.023) 0:03:48.164 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:76 Thursday 06 June 2024 13:32:49 +0000 (0:00:00.023) 0:03:48.187 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:82 Thursday 06 June 2024 13:32:49 +0000 (0:00:00.021) 0:03:48.208 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:86 Thursday 06 June 2024 13:32:49 +0000 (0:00:00.022) 0:03:48.231 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:91 Thursday 06 June 2024 13:32:49 +0000 (0:00:00.024) 0:03:48.255 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:96 Thursday 06 June 2024 13:32:49 +0000 (0:00:00.023) 0:03:48.278 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:101 Thursday 06 June 2024 13:32:49 +0000 (0:00:00.021) 0:03:48.300 ********* skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Show volume thin pool size] ********************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:105 Thursday 06 June 2024 13:32:49 +0000 (0:00:00.023) 0:03:48.323 ********* skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:109 Thursday 06 June 2024 13:32:49 +0000 (0:00:00.021) 0:03:48.345 ********* skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Establish base value for expected thin pool size] ************************ task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:113 Thursday 06 June 2024 13:32:50 +0000 (0:00:00.021) 0:03:48.366 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:120 Thursday 06 June 2024 13:32:50 +0000 (0:00:00.021) 0:03:48.388 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:127 Thursday 06 June 2024 13:32:50 +0000 (0:00:00.109) 0:03:48.497 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:131 Thursday 06 June 2024 13:32:50 +0000 (0:00:00.023) 0:03:48.520 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:137 Thursday 06 June 2024 13:32:50 +0000 (0:00:00.022) 0:03:48.543 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:143 Thursday 06 June 2024 13:32:50 +0000 (0:00:00.020) 0:03:48.564 ********* ok: [sut] => { "storage_test_actual_size": { "bytes": 2147483648, "changed": false, "failed": false, "lvm": "2g", "parted": "2GiB", "size": "2 GiB" } } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:147 Thursday 06 June 2024 13:32:50 +0000 (0:00:00.024) 0:03:48.589 ********* ok: [sut] => { "storage_test_expected_size": "2147483648" } TASK [Assert expected size is actual size] ************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:151 Thursday 06 June 2024 13:32:50 +0000 (0:00:00.024) 0:03:48.613 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-cache.yml:5 Thursday 06 June 2024 13:32:50 +0000 (0:00:00.037) 0:03:48.651 ********* ok: [sut] => { "changed": false, "cmd": [ "lvs", "--noheadings", "--nameprefixes", "--units=b", "--nosuffix", "--unquoted", "-o", "name,attr,cache_total_blocks,chunk_size,segtype", "vg1/lv1" ], "delta": "0:00:00.030944", "end": "2024-06-06 13:32:50.493038", "rc": 0, "start": "2024-06-06 13:32:50.462094" } STDOUT: LVM2_LV_NAME=lv1 LVM2_LV_ATTR=rwi-aor--- LVM2_CACHE_TOTAL_BLOCKS= LVM2_CHUNK_SIZE=0 LVM2_SEGTYPE=raid0 TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-cache.yml:13 Thursday 06 June 2024 13:32:50 +0000 (0:00:00.237) 0:03:48.888 ********* ok: [sut] => { "ansible_facts": { "storage_test_lv_segtype": [ "raid0" ] }, "changed": false } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-cache.yml:17 Thursday 06 June 2024 13:32:50 +0000 (0:00:00.033) 0:03:48.921 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set LV cache size] ******************************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-cache.yml:24 Thursday 06 June 2024 13:32:50 +0000 (0:00:00.035) 0:03:48.957 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.cached | bool", "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-cache.yml:31 Thursday 06 June 2024 13:32:50 +0000 (0:00:00.031) 0:03:48.988 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.cached | bool", "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-cache.yml:37 Thursday 06 June 2024 13:32:50 +0000 (0:00:00.030) 0:03:49.018 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.cached | bool", "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-cache.yml:42 Thursday 06 June 2024 13:32:50 +0000 (0:00:00.031) 0:03:49.050 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.cached | bool", "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume.yml:25 Thursday 06 June 2024 13:32:50 +0000 (0:00:00.031) 0:03:49.081 ********* ok: [sut] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-role-results.yml:44 Thursday 06 June 2024 13:32:50 +0000 (0:00:00.022) 0:03:49.104 ********* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Clean up variable namespace] ********************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-role-results.yml:54 Thursday 06 June 2024 13:32:50 +0000 (0:00:00.103) 0:03:49.208 ********* ok: [sut] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } TASK [Repeat the previous invocation to verify idempotence] ******************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/tests_create_raid_pool_then_remove.yml:200 Thursday 06 June 2024 13:32:50 +0000 (0:00:00.023) 0:03:49.231 ********* TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Thursday 06 June 2024 13:32:50 +0000 (0:00:00.070) 0:03:49.302 ********* included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Thursday 06 June 2024 13:32:50 +0000 (0:00:00.035) 0:03:49.338 ********* skipping: [sut] => { "changed": false, "false_condition": "__storage_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Thursday 06 June 2024 13:32:51 +0000 (0:00:00.038) 0:03:49.376 ********* skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_9.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs" ] }, "ansible_included_var_files": [ "/WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } ok: [sut] => (item=CentOS_9.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs" ] }, "ansible_included_var_files": [ "/WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Thursday 06 June 2024 13:32:51 +0000 (0:00:00.056) 0:03:49.432 ********* skipping: [sut] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Thursday 06 June 2024 13:32:51 +0000 (0:00:00.025) 0:03:49.458 ********* skipping: [sut] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Thursday 06 June 2024 13:32:51 +0000 (0:00:00.024) 0:03:49.483 ********* ok: [sut] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Thursday 06 June 2024 13:32:51 +0000 (0:00:00.023) 0:03:49.506 ********* ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Thursday 06 June 2024 13:32:51 +0000 (0:00:00.024) 0:03:49.531 ********* redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for sut TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Thursday 06 June 2024 13:32:51 +0000 (0:00:00.047) 0:03:49.578 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"blivet_available\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Thursday 06 June 2024 13:32:51 +0000 (0:00:00.106) 0:03:49.684 ********* ok: [sut] => { "storage_pools": [ { "disks": [ "sda", "sdb" ], "name": "vg1", "state": "present", "type": "lvm", "volumes": [ { "mount_point": "/opt/test1", "name": "lv1", "raid_disks": [ "sda", "sdb" ], "raid_level": "raid0", "size": "2g" } ] } ] } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Thursday 06 June 2024 13:32:51 +0000 (0:00:00.029) 0:03:49.714 ********* ok: [sut] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined. 'storage_volumes' is undefined" } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Thursday 06 June 2024 13:32:51 +0000 (0:00:00.026) 0:03:49.740 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Thursday 06 June 2024 13:32:51 +0000 (0:00:00.025) 0:03:49.766 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Thursday 06 June 2024 13:32:51 +0000 (0:00:00.025) 0:03:49.791 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Thursday 06 June 2024 13:32:51 +0000 (0:00:00.026) 0:03:49.818 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"service_facts\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Thursday 06 June 2024 13:32:51 +0000 (0:00:00.025) 0:03:49.843 ********* ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Thursday 06 June 2024 13:32:51 +0000 (0:00:00.049) 0:03:49.893 ********* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Thursday 06 June 2024 13:32:51 +0000 (0:00:00.020) 0:03:49.913 ********* ok: [sut] => { "actions": [], "changed": false, "crypts": [], "leaves": [ "/dev/mapper/vg1-lv1", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [ { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/vg1-lv1", "state": "mounted" } ], "packages": [ "xfsprogs", "lvm2" ], "pools": [ { "disks": [ "sda", "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "vg1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/vg1-lv1", "_kernel_device": "/dev/dm-2", "_mount_id": "/dev/mapper/vg1-lv1", "_raw_device": "/dev/mapper/vg1-lv1", "_raw_kernel_device": "/dev/dm-2", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "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": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "lv1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [ "sda", "sdb" ], "raid_level": "raid0", "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "2g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Thursday 06 June 2024 13:32:53 +0000 (0:00:02.231) 0:03:52.145 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_udevadm_trigger | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Thursday 06 June 2024 13:32:53 +0000 (0:00:00.030) 0:03:52.176 ********* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:101 Thursday 06 June 2024 13:32:53 +0000 (0:00:00.019) 0:03:52.196 ********* ok: [sut] => { "blivet_output": { "actions": [], "changed": false, "crypts": [], "failed": false, "leaves": [ "/dev/mapper/vg1-lv1", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [ { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/vg1-lv1", "state": "mounted" } ], "packages": [ "xfsprogs", "lvm2" ], "pools": [ { "disks": [ "sda", "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "vg1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/vg1-lv1", "_kernel_device": "/dev/dm-2", "_mount_id": "/dev/mapper/vg1-lv1", "_raw_device": "/dev/mapper/vg1-lv1", "_raw_kernel_device": "/dev/dm-2", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "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": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "lv1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [ "sda", "sdb" ], "raid_level": "raid0", "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "2g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:110 Thursday 06 June 2024 13:32:53 +0000 (0:00:00.026) 0:03:52.223 ********* ok: [sut] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "sda", "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "vg1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/vg1-lv1", "_kernel_device": "/dev/dm-2", "_mount_id": "/dev/mapper/vg1-lv1", "_raw_device": "/dev/mapper/vg1-lv1", "_raw_kernel_device": "/dev/dm-2", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "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": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "lv1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [ "sda", "sdb" ], "raid_level": "raid0", "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "2g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] }, "changed": false } TASK [fedora.linux_system_roles.storage : Set the list of volumes for test verification] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:114 Thursday 06 June 2024 13:32:53 +0000 (0:00:00.027) 0:03:52.250 ********* ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:130 Thursday 06 June 2024 13:32:53 +0000 (0:00:00.025) 0:03:52.275 ********* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:141 Thursday 06 June 2024 13:32:54 +0000 (0:00:00.115) 0:03:52.391 ********* ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:146 Thursday 06 June 2024 13:32:54 +0000 (0:00:00.575) 0:03:52.966 ********* redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount ok: [sut] => (item={'src': '/dev/mapper/vg1-lv1', 'path': '/opt/test1', 'fstype': 'xfs', '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": "xfs", "mount_info": { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/vg1-lv1", "state": "mounted" }, "name": "/opt/test1", "opts": "defaults", "passno": "0", "src": "/dev/mapper/vg1-lv1" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:157 Thursday 06 June 2024 13:32:54 +0000 (0:00:00.238) 0:03:53.205 ********* skipping: [sut] => (item={'src': '/dev/mapper/vg1-lv1', 'path': '/opt/test1', 'fstype': 'xfs', 'opts': 'defaults', 'dump': 0, 'passno': 0, 'state': 'mounted', 'owner': None, 'group': None, 'mode': None}) => { "ansible_loop_var": "mount_info", "changed": false, "false_condition": "mount_info['owner'] != none or mount_info['group'] != none or mount_info['mode'] != none", "mount_info": { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/vg1-lv1", "state": "mounted" }, "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:169 Thursday 06 June 2024 13:32:54 +0000 (0:00:00.042) 0:03:53.248 ********* ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:177 Thursday 06 June 2024 13:32:55 +0000 (0:00:00.581) 0:03:53.830 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1717680394.2913754, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1716902420.402, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 2097284, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "inode/x-empty", "mode": "0600", "mtime": 1716902144.521, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "3342962587", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:182 Thursday 06 June 2024 13:32:55 +0000 (0:00:00.212) 0:03:54.043 ********* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:204 Thursday 06 June 2024 13:32:55 +0000 (0:00:00.021) 0:03:54.064 ********* ok: [sut] TASK [Verify role results] ***************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/tests_create_raid_pool_then_remove.yml:216 Thursday 06 June 2024 13:32:56 +0000 (0:00:00.829) 0:03:54.893 ********* included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-role-results.yml for sut TASK [Print out pool information] ********************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-role-results.yml:2 Thursday 06 June 2024 13:32:56 +0000 (0:00:00.054) 0:03:54.948 ********* ok: [sut] => { "_storage_pools_list": [ { "disks": [ "sda", "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "vg1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/vg1-lv1", "_kernel_device": "/dev/dm-2", "_mount_id": "/dev/mapper/vg1-lv1", "_raw_device": "/dev/mapper/vg1-lv1", "_raw_kernel_device": "/dev/dm-2", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "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": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "lv1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [ "sda", "sdb" ], "raid_level": "raid0", "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "2g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] } TASK [Print out volume information] ******************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-role-results.yml:7 Thursday 06 June 2024 13:32:56 +0000 (0:00:00.034) 0:03:54.983 ********* skipping: [sut] => { "false_condition": "_storage_volumes_list | length > 0" } TASK [Collect info about the volumes.] ***************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-role-results.yml:15 Thursday 06 June 2024 13:32:56 +0000 (0:00:00.033) 0:03:55.016 ********* ok: [sut] => { "changed": false, "info": { "/dev/mapper/vg1-lv1": { "fstype": "xfs", "label": "", "name": "/dev/mapper/vg1-lv1", "size": "2G", "type": "lvm", "uuid": "29e28f96-2964-4cf7-91a8-11f73eb4c58f" }, "/dev/mapper/vg1-lv1_rimage_0": { "fstype": "", "label": "", "name": "/dev/mapper/vg1-lv1_rimage_0", "size": "1G", "type": "lvm", "uuid": "" }, "/dev/mapper/vg1-lv1_rimage_1": { "fstype": "", "label": "", "name": "/dev/mapper/vg1-lv1_rimage_1", "size": "1G", "type": "lvm", "uuid": "" }, "/dev/sda": { "fstype": "", "label": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sda1": { "fstype": "LVM2_member", "label": "", "name": "/dev/sda1", "size": "10G", "type": "partition", "uuid": "fvtiDB-vLuT-4pQs-TcQe-qUYs-Df0X-Wnyv03" }, "/dev/sdb": { "fstype": "", "label": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdb1": { "fstype": "LVM2_member", "label": "", "name": "/dev/sdb1", "size": "10G", "type": "partition", "uuid": "f0dXsv-POLX-Fla6-p9Yi-fZKc-83GM-xb5m7p" }, "/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": "82a26900-2b36-49b9-bc49-f4d2f0bb14b8" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-role-results.yml:20 Thursday 06 June 2024 13:32:56 +0000 (0:00:00.212) 0:03:55.228 ********* ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.003229", "end": "2024-06-06 13:32:57.041274", "rc": 0, "start": "2024-06-06 13:32:57.038045" } STDOUT: # # /etc/fstab # Created by anaconda on Tue May 28 13:15:44 2024 # # Accessible filesystems, by reference, are maintained under '/dev/disk/'. # See man pages fstab(5), findfs(8), mount(8) and/or blkid(8) for more info. # # After editing this file, run 'systemctl daemon-reload' to update systemd # units generated from this file. # UUID=82a26900-2b36-49b9-bc49-f4d2f0bb14b8 / xfs defaults 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat /mnt/redhat nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/qa /mnt/qa nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive /mnt/engarchive nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/tpsdist /mnt/tpsdist nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot /mnt/brew nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch /mnt/brew_scratch nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 /dev/mapper/vg1-lv1 /opt/test1 xfs defaults 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-role-results.yml:25 Thursday 06 June 2024 13:32:57 +0000 (0:00:00.303) 0:03:55.532 ********* ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.003172", "end": "2024-06-06 13:32:57.343552", "failed_when_result": false, "rc": 0, "start": "2024-06-06 13:32:57.340380" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-role-results.yml:34 Thursday 06 June 2024 13:32:57 +0000 (0:00:00.207) 0:03:55.740 ********* included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool.yml for sut => (item={'disks': ['sda', 'sdb'], 'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'name': 'vg1', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_metadata_version': None, 'raid_chunk_size': None, 'shared': False, 'state': 'present', 'type': 'lvm', 'volumes': [{'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'lv1', 'raid_level': 'raid0', 'size': '2g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': ['sda', 'sdb'], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda', 'sdb'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/vg1-lv1', '_raw_device': '/dev/mapper/vg1-lv1', '_mount_id': '/dev/mapper/vg1-lv1', '_kernel_device': '/dev/dm-2', '_raw_kernel_device': '/dev/dm-2'}]}) TASK [Set _storage_pool_tests] ************************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool.yml:5 Thursday 06 June 2024 13:32:57 +0000 (0:00:00.056) 0:03:55.796 ********* ok: [sut] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool.yml:18 Thursday 06 June 2024 13:32:57 +0000 (0:00:00.023) 0:03:55.819 ********* ok: [sut] => { "changed": false, "cmd": [ "vgs", "--noheadings", "--binary", "-o", "shared", "vg1" ], "delta": "0:00:00.031082", "end": "2024-06-06 13:32:57.660935", "rc": 0, "start": "2024-06-06 13:32:57.629853" } STDOUT: 0 TASK [Verify that VG shared value checks out] ********************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool.yml:24 Thursday 06 June 2024 13:32:57 +0000 (0:00:00.237) 0:03:56.056 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify pool subset] ****************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool.yml:34 Thursday 06 June 2024 13:32:57 +0000 (0:00:00.029) 0:03:56.086 ********* included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool-members.yml for sut => (item=members) included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool-volumes.yml for sut => (item=volumes) TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool-members.yml:2 Thursday 06 June 2024 13:32:57 +0000 (0:00:00.043) 0:03:56.130 ********* ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_count": "2", "_storage_test_pool_pvs_lvm": [ "/dev/sda1", "/dev/sdb1" ] }, "changed": false } TASK [Get the canonical device path for each member device] ******************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool-members.yml:8 Thursday 06 June 2024 13:32:57 +0000 (0:00:00.041) 0:03:56.172 ********* ok: [sut] => (item=/dev/sda1) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/sda1", "pv": "/dev/sda1" } ok: [sut] => (item=/dev/sdb1) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/sdb1", "pv": "/dev/sdb1" } TASK [Set pvs lvm length] ****************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool-members.yml:17 Thursday 06 June 2024 13:32:58 +0000 (0:00:00.396) 0:03:56.569 ********* ok: [sut] => { "ansible_facts": { "__pvs_lvm_len": "2" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool-members.yml:22 Thursday 06 June 2024 13:32:58 +0000 (0:00:00.034) 0:03:56.603 ********* ok: [sut] => { "ansible_facts": { "_storage_test_pool_pvs": [ "/dev/sda1", "/dev/sdb1" ] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool-members.yml:27 Thursday 06 June 2024 13:32:58 +0000 (0:00:00.035) 0:03:56.639 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool-members.yml:36 Thursday 06 June 2024 13:32:58 +0000 (0:00:00.038) 0:03:56.677 ********* ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool-members.yml:41 Thursday 06 June 2024 13:32:58 +0000 (0:00:00.026) 0:03:56.704 ********* ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "partition" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool-members.yml:46 Thursday 06 June 2024 13:32:58 +0000 (0:00:00.134) 0:03:56.838 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'lvm' and storage_test_pool.raid_level", "skip_reason": "Conditional result was False" } TASK [Check the type of each PV] *********************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool-members.yml:51 Thursday 06 June 2024 13:32:58 +0000 (0:00:00.025) 0:03:56.864 ********* ok: [sut] => (item=/dev/sda1) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/sda1" } MSG: All assertions passed ok: [sut] => (item=/dev/sdb1) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/sdb1" } MSG: All assertions passed TASK [Check MD RAID] *********************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool-members.yml:64 Thursday 06 June 2024 13:32:58 +0000 (0:00:00.033) 0:03:56.897 ********* included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-md.yml for sut TASK [Get information about RAID] ********************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-md.yml:8 Thursday 06 June 2024 13:32:58 +0000 (0:00:00.042) 0:03:56.940 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-md.yml:14 Thursday 06 June 2024 13:32:58 +0000 (0:00:00.023) 0:03:56.964 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-md.yml:19 Thursday 06 June 2024 13:32:58 +0000 (0:00:00.023) 0:03:56.988 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-md.yml:24 Thursday 06 June 2024 13:32:58 +0000 (0:00:00.023) 0:03:57.012 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set md chunk size regex] ************************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-md.yml:29 Thursday 06 June 2024 13:32:58 +0000 (0:00:00.025) 0:03:57.037 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-md.yml:37 Thursday 06 June 2024 13:32:58 +0000 (0:00:00.023) 0:03:57.061 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-md.yml:46 Thursday 06 June 2024 13:32:58 +0000 (0:00:00.023) 0:03:57.084 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-md.yml:55 Thursday 06 June 2024 13:32:58 +0000 (0:00:00.023) 0:03:57.108 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-md.yml:64 Thursday 06 June 2024 13:32:58 +0000 (0:00:00.022) 0:03:57.131 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-md.yml:74 Thursday 06 June 2024 13:32:58 +0000 (0:00:00.022) 0:03:57.154 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Reset variables used by tests] ******************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-md.yml:83 Thursday 06 June 2024 13:32:58 +0000 (0:00:00.023) 0:03:57.177 ********* ok: [sut] => { "ansible_facts": { "storage_test_md_active_devices_re": null, "storage_test_md_chunk_size_re": null, "storage_test_md_metadata_version_re": null, "storage_test_md_spare_devices_re": null }, "changed": false } TASK [Check LVM RAID] ********************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool-members.yml:67 Thursday 06 June 2024 13:32:58 +0000 (0:00:00.121) 0:03:57.299 ********* included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-members-lvmraid.yml for sut TASK [Validate pool member LVM RAID settings] ********************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-members-lvmraid.yml:2 Thursday 06 June 2024 13:32:58 +0000 (0:00:00.046) 0:03:57.345 ********* included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-lvmraid.yml for sut => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'lv1', 'raid_level': 'raid0', 'size': '2g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': ['sda', 'sdb'], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda', 'sdb'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/vg1-lv1', '_raw_device': '/dev/mapper/vg1-lv1', '_mount_id': '/dev/mapper/vg1-lv1', '_kernel_device': '/dev/dm-2', '_raw_kernel_device': '/dev/dm-2'}) TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-lvmraid.yml:8 Thursday 06 June 2024 13:32:59 +0000 (0:00:00.043) 0:03:57.389 ********* ok: [sut] => { "changed": false, "cmd": [ "lvs", "--noheadings", "--nameprefixes", "--units=b", "--nosuffix", "--unquoted", "-o", "name,segtype,stripe_size", "vg1/lv1" ], "delta": "0:00:00.030979", "end": "2024-06-06 13:32:59.236244", "rc": 0, "start": "2024-06-06 13:32:59.205265" } STDOUT: LVM2_LV_NAME=lv1 LVM2_SEGTYPE=raid0 LVM2_STRIPE_SIZE=65536 TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-lvmraid.yml:16 Thursday 06 June 2024 13:32:59 +0000 (0:00:00.244) 0:03:57.633 ********* ok: [sut] => { "ansible_facts": { "storage_test_lv_segtype": [ "raid0" ] }, "changed": false } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-lvmraid.yml:20 Thursday 06 June 2024 13:32:59 +0000 (0:00:00.039) 0:03:57.673 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set LV stripe size] ****************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-lvmraid.yml:27 Thursday 06 June 2024 13:32:59 +0000 (0:00:00.031) 0:03:57.705 ********* ok: [sut] => { "ansible_facts": { "storage_test_lv_stripe_size": [ "65536" ] }, "changed": false } TASK [Parse the requested stripe size] ***************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-lvmraid.yml:31 Thursday 06 June 2024 13:32:59 +0000 (0:00:00.039) 0:03:57.745 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_stripe_size is not none", "skip_reason": "Conditional result was False" } TASK [Set expected stripe size] ************************************************ task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-lvmraid.yml:37 Thursday 06 June 2024 13:32:59 +0000 (0:00:00.028) 0:03:57.773 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_stripe_size is not none", "skip_reason": "Conditional result was False" } TASK [Check stripe size] ******************************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-lvmraid.yml:42 Thursday 06 June 2024 13:32:59 +0000 (0:00:00.027) 0:03:57.801 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_stripe_size is not none", "skip_reason": "Conditional result was False" } TASK [Check Thin Pools] ******************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool-members.yml:70 Thursday 06 June 2024 13:32:59 +0000 (0:00:00.028) 0:03:57.830 ********* included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-members-thin.yml for sut TASK [Validate pool member thinpool settings] ********************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-members-thin.yml:2 Thursday 06 June 2024 13:32:59 +0000 (0:00:00.043) 0:03:57.873 ********* included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-thin.yml for sut => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'lv1', 'raid_level': 'raid0', 'size': '2g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': ['sda', 'sdb'], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda', 'sdb'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/vg1-lv1', '_raw_device': '/dev/mapper/vg1-lv1', '_mount_id': '/dev/mapper/vg1-lv1', '_kernel_device': '/dev/dm-2', '_raw_kernel_device': '/dev/dm-2'}) TASK [Get information about thinpool] ****************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-thin.yml:8 Thursday 06 June 2024 13:32:59 +0000 (0:00:00.132) 0:03:58.006 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_thin_volume.thin", "skip_reason": "Conditional result was False" } TASK [Check that volume is in correct thinpool (when thinp name is provided)] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-thin.yml:16 Thursday 06 June 2024 13:32:59 +0000 (0:00:00.023) 0:03:58.029 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_thin_volume.thin", "skip_reason": "Conditional result was False" } TASK [Check that volume is in thinpool (when thinp name is not provided)] ****** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-thin.yml:22 Thursday 06 June 2024 13:32:59 +0000 (0:00:00.023) 0:03:58.053 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_thin_volume.thin", "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-thin.yml:26 Thursday 06 June 2024 13:32:59 +0000 (0:00:00.021) 0:03:58.074 ********* ok: [sut] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Check member encryption] ************************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool-members.yml:73 Thursday 06 June 2024 13:32:59 +0000 (0:00:00.028) 0:03:58.102 ********* included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-members-encryption.yml for sut TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-members-encryption.yml:5 Thursday 06 June 2024 13:32:59 +0000 (0:00:00.045) 0:03:58.148 ********* ok: [sut] => { "ansible_facts": { "_storage_test_expected_crypttab_entries": "0", "_storage_test_expected_crypttab_key_file": "-" }, "changed": false } TASK [Validate pool member LUKS settings] ************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-members-encryption.yml:10 Thursday 06 June 2024 13:32:59 +0000 (0:00:00.039) 0:03:58.187 ********* skipping: [sut] => (item=/dev/sda1) => { "_storage_test_pool_member_path": "/dev/sda1", "ansible_loop_var": "_storage_test_pool_member_path", "changed": false, "false_condition": "storage_test_pool.type == 'lvm' and storage_test_pool.encryption", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/dev/sdb1) => { "_storage_test_pool_member_path": "/dev/sdb1", "ansible_loop_var": "_storage_test_pool_member_path", "changed": false, "false_condition": "storage_test_pool.type == 'lvm' and storage_test_pool.encryption", "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [Validate pool member crypttab entries] *********************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-members-encryption.yml:17 Thursday 06 June 2024 13:32:59 +0000 (0:00:00.026) 0:03:58.213 ********* included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-crypttab.yml for sut => (item=/dev/sda1) included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-crypttab.yml for sut => (item=/dev/sdb1) TASK [Set variables used by tests] ********************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-crypttab.yml:2 Thursday 06 June 2024 13:32:59 +0000 (0:00:00.055) 0:03:58.269 ********* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-crypttab.yml:6 Thursday 06 June 2024 13:32:59 +0000 (0:00:00.036) 0:03:58.305 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-crypttab.yml:14 Thursday 06 June 2024 13:32:59 +0000 (0:00:00.042) 0:03:58.348 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-crypttab.yml:23 Thursday 06 June 2024 13:33:00 +0000 (0:00:00.033) 0:03:58.381 ********* skipping: [sut] => { "changed": false, "false_condition": "false and _storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-crypttab.yml:32 Thursday 06 June 2024 13:33:00 +0000 (0:00:00.030) 0:03:58.412 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-crypttab.yml:41 Thursday 06 June 2024 13:33:00 +0000 (0:00:00.134) 0:03:58.547 ********* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-crypttab.yml:2 Thursday 06 June 2024 13:33:00 +0000 (0:00:00.024) 0:03:58.572 ********* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-crypttab.yml:6 Thursday 06 June 2024 13:33:00 +0000 (0:00:00.044) 0:03:58.616 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-crypttab.yml:14 Thursday 06 June 2024 13:33:00 +0000 (0:00:00.038) 0:03:58.655 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-crypttab.yml:23 Thursday 06 June 2024 13:33:00 +0000 (0:00:00.032) 0:03:58.687 ********* skipping: [sut] => { "changed": false, "false_condition": "false and _storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-crypttab.yml:32 Thursday 06 June 2024 13:33:00 +0000 (0:00:00.031) 0:03:58.719 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-crypttab.yml:41 Thursday 06 June 2024 13:33:00 +0000 (0:00:00.031) 0:03:58.750 ********* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-members-encryption.yml:24 Thursday 06 June 2024 13:33:00 +0000 (0:00:00.022) 0:03:58.772 ********* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_crypttab_key_file": null }, "changed": false } TASK [Check VDO] *************************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool-members.yml:76 Thursday 06 June 2024 13:33:00 +0000 (0:00:00.022) 0:03:58.795 ********* included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-members-vdo.yml for sut TASK [Validate pool member VDO settings] *************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-members-vdo.yml:2 Thursday 06 June 2024 13:33:00 +0000 (0:00:00.045) 0:03:58.840 ********* included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-vdo.yml for sut => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'lv1', 'raid_level': 'raid0', 'size': '2g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': ['sda', 'sdb'], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda', 'sdb'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/vg1-lv1', '_raw_device': '/dev/mapper/vg1-lv1', '_mount_id': '/dev/mapper/vg1-lv1', '_kernel_device': '/dev/dm-2', '_raw_kernel_device': '/dev/dm-2'}) TASK [Get information about VDO deduplication] ********************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-vdo.yml:8 Thursday 06 June 2024 13:33:00 +0000 (0:00:00.041) 0:03:58.882 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-vdo.yml:15 Thursday 06 June 2024 13:33:00 +0000 (0:00:00.022) 0:03:58.905 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-vdo.yml:21 Thursday 06 June 2024 13:33:00 +0000 (0:00:00.141) 0:03:59.046 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Get information about VDO compression] *********************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-vdo.yml:27 Thursday 06 June 2024 13:33:00 +0000 (0:00:00.024) 0:03:59.070 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-vdo.yml:34 Thursday 06 June 2024 13:33:00 +0000 (0:00:00.032) 0:03:59.103 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-vdo.yml:40 Thursday 06 June 2024 13:33:00 +0000 (0:00:00.025) 0:03:59.128 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-vdo.yml:46 Thursday 06 June 2024 13:33:00 +0000 (0:00:00.034) 0:03:59.162 ********* ok: [sut] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool-members.yml:79 Thursday 06 June 2024 13:33:00 +0000 (0:00:00.040) 0:03:59.203 ********* ok: [sut] => { "ansible_facts": { "__pvs_lvm_len": null, "_storage_test_expected_pv_count": null, "_storage_test_expected_pv_type": null, "_storage_test_pool_pvs": [], "_storage_test_pool_pvs_lvm": [] }, "changed": false } TASK [Verify the volumes] ****************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool-volumes.yml:3 Thursday 06 June 2024 13:33:00 +0000 (0:00:00.033) 0:03:59.237 ********* included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/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': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'lv1', 'raid_level': 'raid0', 'size': '2g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': ['sda', 'sdb'], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda', 'sdb'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/vg1-lv1', '_raw_device': '/dev/mapper/vg1-lv1', '_mount_id': '/dev/mapper/vg1-lv1', '_kernel_device': '/dev/dm-2', '_raw_kernel_device': '/dev/dm-2'}) TASK [Set storage volume test variables] *************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume.yml:2 Thursday 06 June 2024 13:33:00 +0000 (0:00:00.043) 0:03:59.280 ********* ok: [sut] => { "ansible_facts": { "_storage_test_volume_present": true, "_storage_volume_tests": [ "mount", "fstab", "fs", "device", "encryption", "md", "size", "cache" ] }, "changed": false } TASK [Run test verify for {{ storage_test_volume_subset }}] ******************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume.yml:19 Thursday 06 June 2024 13:33:00 +0000 (0:00:00.036) 0:03:59.316 ********* included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-mount.yml for sut => (item=mount) included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-fstab.yml for sut => (item=fstab) included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-fs.yml for sut => (item=fs) included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-device.yml for sut => (item=device) included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml for sut => (item=encryption) included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-md.yml for sut => (item=md) included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml for sut => (item=size) included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-cache.yml for sut => (item=cache) TASK [Get expected mount device based on device type] ************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-mount.yml:7 Thursday 06 June 2024 13:33:01 +0000 (0:00:00.071) 0:03:59.388 ********* ok: [sut] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/vg1-lv1" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-mount.yml:11 Thursday 06 June 2024 13:33:01 +0000 (0:00:00.029) 0:03:59.417 ********* ok: [sut] => { "ansible_facts": { "storage_test_mount_device_matches": [ { "block_available": 495921, "block_size": 4096, "block_total": 507776, "block_used": 11855, "device": "/dev/mapper/vg1-lv1", "fstype": "xfs", "inode_available": 1048317, "inode_total": 1048320, "inode_used": 3, "mount": "/opt/test1", "options": "rw,seclabel,relatime,attr2,inode64,logbufs=8,logbsize=64k,sunit=128,swidth=256,noquota", "size_available": 2031292416, "size_total": 2079850496, "uuid": "29e28f96-2964-4cf7-91a8-11f73eb4c58f" } ], "storage_test_mount_expected_match_count": "1", "storage_test_mount_point_matches": [ { "block_available": 495921, "block_size": 4096, "block_total": 507776, "block_used": 11855, "device": "/dev/mapper/vg1-lv1", "fstype": "xfs", "inode_available": 1048317, "inode_total": 1048320, "inode_used": 3, "mount": "/opt/test1", "options": "rw,seclabel,relatime,attr2,inode64,logbufs=8,logbsize=64k,sunit=128,swidth=256,noquota", "size_available": 2031292416, "size_total": 2079850496, "uuid": "29e28f96-2964-4cf7-91a8-11f73eb4c58f" } ], "storage_test_swap_expected_matches": "0" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-mount.yml:21 Thursday 06 June 2024 13:33:01 +0000 (0:00:00.041) 0:03:59.459 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and (storage_test_volume.mount_user or storage_test_volume.mount_group or storage_test_volume.mount_mode)", "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-mount.yml:30 Thursday 06 June 2024 13:33:01 +0000 (0:00:00.117) 0:03:59.576 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the current mount state by mount point] *************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-mount.yml:41 Thursday 06 June 2024 13:33:01 +0000 (0:00:00.037) 0:03:59.614 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-mount.yml:48 Thursday 06 June 2024 13:33:01 +0000 (0:00:00.036) 0:03:59.651 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_user", "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-mount.yml:54 Thursday 06 June 2024 13:33:01 +0000 (0:00:00.023) 0:03:59.674 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_group", "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-mount.yml:60 Thursday 06 June 2024 13:33:01 +0000 (0:00:00.023) 0:03:59.697 ********* 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-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-mount.yml:69 Thursday 06 June 2024 13:33:01 +0000 (0:00:00.021) 0:03:59.719 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get path of test volume device] ****************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-mount.yml:80 Thursday 06 June 2024 13:33:01 +0000 (0:00:00.036) 0:03:59.755 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-mount.yml:86 Thursday 06 June 2024 13:33:01 +0000 (0:00:00.023) 0:03:59.779 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-mount.yml:92 Thursday 06 June 2024 13:33:01 +0000 (0:00:00.022) 0:03:59.802 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-mount.yml:102 Thursday 06 June 2024 13:33:01 +0000 (0:00:00.021) 0:03:59.824 ********* 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-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-fstab.yml:2 Thursday 06 June 2024 13:33:01 +0000 (0:00:00.023) 0:03:59.848 ********* ok: [sut] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": "1", "storage_test_fstab_expected_mount_options_matches": "1", "storage_test_fstab_expected_mount_point_matches": "1", "storage_test_fstab_id_matches": [ "/dev/mapper/vg1-lv1 " ], "storage_test_fstab_mount_options_matches": [ " /opt/test1 xfs defaults " ], "storage_test_fstab_mount_point_matches": [ " /opt/test1 " ] }, "changed": false } TASK [Verify that the device identifier appears in /etc/fstab] ***************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-fstab.yml:17 Thursday 06 June 2024 13:33:01 +0000 (0:00:00.052) 0:03:59.900 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-fstab.yml:24 Thursday 06 June 2024 13:33:01 +0000 (0:00:00.037) 0:03:59.938 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-fstab.yml:33 Thursday 06 June 2024 13:33:01 +0000 (0:00:00.036) 0:03:59.974 ********* skipping: [sut] => { "changed": false, "false_condition": "__storage_verify_mount_options | d(false)", "skip_reason": "Conditional result was False" } TASK [Clean up variables] ****************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-fstab.yml:45 Thursday 06 June 2024 13:33:01 +0000 (0:00:00.032) 0:04:00.006 ********* ok: [sut] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": null, "storage_test_fstab_expected_mount_options_matches": null, "storage_test_fstab_expected_mount_point_matches": null, "storage_test_fstab_id_matches": null, "storage_test_fstab_mount_options_matches": null, "storage_test_fstab_mount_point_matches": null }, "changed": false } TASK [Verify fs type] ********************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-fs.yml:3 Thursday 06 June 2024 13:33:01 +0000 (0:00:00.138) 0:04:00.145 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-fs.yml:9 Thursday 06 June 2024 13:33:01 +0000 (0:00:00.038) 0:04:00.183 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-device.yml:3 Thursday 06 June 2024 13:33:01 +0000 (0:00:00.037) 0:04:00.220 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1717680757.42176, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1717680757.42176, "dev": 5, "device_type": 64770, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 2092, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/symlink", "mode": "0660", "mtime": 1717680757.42176, "nlink": 1, "path": "/dev/mapper/vg1-lv1", "pw_name": "root", "readable": true, "rgrp": true, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": null, "wgrp": true, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-device.yml:9 Thursday 06 June 2024 13:33:02 +0000 (0:00:00.217) 0:04:00.438 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-device.yml:16 Thursday 06 June 2024 13:33:02 +0000 (0:00:00.031) 0:04:00.469 ********* skipping: [sut] => { "changed": false, "false_condition": "not (_storage_test_volume_present or storage_test_volume.type == 'disk')", "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-device.yml:23 Thursday 06 June 2024 13:33:02 +0000 (0:00:00.027) 0:04:00.497 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-device.yml:29 Thursday 06 June 2024 13:33:02 +0000 (0:00:00.027) 0:04:00.525 ********* ok: [sut] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-device.yml:33 Thursday 06 June 2024 13:33:02 +0000 (0:00:00.034) 0:04:00.559 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == \"raid\"", "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-device.yml:38 Thursday 06 June 2024 13:33:02 +0000 (0:00:00.024) 0:04:00.583 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:3 Thursday 06 June 2024 13:33:02 +0000 (0:00:00.026) 0:04:00.609 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:10 Thursday 06 June 2024 13:33:02 +0000 (0:00:00.022) 0:04:00.632 ********* ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Collect LUKS info for this volume] *************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:16 Thursday 06 June 2024 13:33:03 +0000 (0:00:00.929) 0:04:01.562 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:22 Thursday 06 June 2024 13:33:03 +0000 (0:00:00.023) 0:04:01.585 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Verify that the raw device is the same as the device if not encrypted] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:29 Thursday 06 June 2024 13:33:03 +0000 (0:00:00.023) 0:04:01.609 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:40 Thursday 06 June 2024 13:33:03 +0000 (0:00:00.043) 0:04:01.653 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:46 Thursday 06 June 2024 13:33:03 +0000 (0:00:00.120) 0:04:01.773 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:51 Thursday 06 June 2024 13:33:03 +0000 (0:00:00.023) 0:04:01.797 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:63 Thursday 06 June 2024 13:33:03 +0000 (0:00:00.022) 0:04:01.820 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:75 Thursday 06 June 2024 13:33:03 +0000 (0:00:00.026) 0:04:01.846 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:87 Thursday 06 June 2024 13:33:03 +0000 (0:00:00.024) 0:04:01.871 ********* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [], "_storage_test_expected_crypttab_entries": "0", "_storage_test_expected_crypttab_key_file": "-" }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:93 Thursday 06 June 2024 13:33:03 +0000 (0:00:00.037) 0:04:01.908 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:100 Thursday 06 June 2024 13:33:03 +0000 (0:00:00.038) 0:04:01.947 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:108 Thursday 06 June 2024 13:33:03 +0000 (0:00:00.032) 0:04:01.980 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:116 Thursday 06 June 2024 13:33:03 +0000 (0:00:00.032) 0:04:02.013 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:124 Thursday 06 June 2024 13:33:03 +0000 (0:00:00.032) 0:04:02.045 ********* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_expected_crypttab_entries": null, "_storage_test_expected_crypttab_key_file": null }, "changed": false } TASK [Get information about RAID] ********************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-md.yml:8 Thursday 06 June 2024 13:33:03 +0000 (0:00:00.025) 0:04:02.070 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-md.yml:14 Thursday 06 June 2024 13:33:03 +0000 (0:00:00.024) 0:04:02.095 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-md.yml:19 Thursday 06 June 2024 13:33:03 +0000 (0:00:00.022) 0:04:02.117 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-md.yml:24 Thursday 06 June 2024 13:33:03 +0000 (0:00:00.021) 0:04:02.139 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-md.yml:29 Thursday 06 June 2024 13:33:03 +0000 (0:00:00.021) 0:04:02.160 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-md.yml:37 Thursday 06 June 2024 13:33:03 +0000 (0:00:00.112) 0:04:02.272 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-md.yml:46 Thursday 06 June 2024 13:33:03 +0000 (0:00:00.023) 0:04:02.296 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-md.yml:54 Thursday 06 June 2024 13:33:03 +0000 (0:00:00.022) 0:04:02.318 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-md.yml:62 Thursday 06 June 2024 13:33:03 +0000 (0:00:00.022) 0:04:02.340 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-md.yml:70 Thursday 06 June 2024 13:33:03 +0000 (0:00:00.022) 0:04:02.363 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:3 Thursday 06 June 2024 13:33:04 +0000 (0:00:00.021) 0:04:02.385 ********* ok: [sut] => { "bytes": 2147483648, "changed": false, "lvm": "2g", "parted": "2GiB", "size": "2 GiB" } TASK [Parse the requested size of the volume] ********************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:11 Thursday 06 June 2024 13:33:04 +0000 (0:00:00.220) 0:04:02.605 ********* ok: [sut] => { "bytes": 2147483648, "changed": false, "lvm": "2g", "parted": "2GiB", "size": "2 GiB" } TASK [Establish base value for expected size] ********************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:20 Thursday 06 June 2024 13:33:04 +0000 (0:00:00.224) 0:04:02.830 ********* ok: [sut] => { "ansible_facts": { "storage_test_expected_size": "2147483648" }, "changed": false } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:28 Thursday 06 June 2024 13:33:04 +0000 (0:00:00.036) 0:04:02.867 ********* ok: [sut] => { "storage_test_expected_size": "2147483648" } TASK [Get the size of parent/pool device] ************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:32 Thursday 06 June 2024 13:33:04 +0000 (0:00:00.025) 0:04:02.892 ********* ok: [sut] => { "bytes": 21442624225, "changed": false, "lvm": "19g", "parted": "19GiB", "size": "19 GiB" } TASK [Show test pool] ********************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:46 Thursday 06 June 2024 13:33:04 +0000 (0:00:00.215) 0:04:03.108 ********* skipping: [sut] => { "false_condition": "'%' in storage_test_volume.size | string" } TASK [Show test blockinfo] ***************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:50 Thursday 06 June 2024 13:33:04 +0000 (0:00:00.032) 0:04:03.141 ********* skipping: [sut] => { "false_condition": "'%' in storage_test_volume.size | string" } TASK [Show test pool size] ***************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:54 Thursday 06 June 2024 13:33:04 +0000 (0:00:00.032) 0:04:03.174 ********* skipping: [sut] => { "false_condition": "'%' in storage_test_volume.size | string" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:58 Thursday 06 June 2024 13:33:04 +0000 (0:00:00.031) 0:04:03.206 ********* skipping: [sut] => { "changed": false, "false_condition": "'%' in storage_test_volume.size | string", "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:67 Thursday 06 June 2024 13:33:04 +0000 (0:00:00.030) 0:04:03.236 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:71 Thursday 06 June 2024 13:33:04 +0000 (0:00:00.106) 0:04:03.343 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:76 Thursday 06 June 2024 13:33:05 +0000 (0:00:00.023) 0:04:03.366 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:82 Thursday 06 June 2024 13:33:05 +0000 (0:00:00.021) 0:04:03.388 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:86 Thursday 06 June 2024 13:33:05 +0000 (0:00:00.021) 0:04:03.409 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:91 Thursday 06 June 2024 13:33:05 +0000 (0:00:00.022) 0:04:03.432 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:96 Thursday 06 June 2024 13:33:05 +0000 (0:00:00.022) 0:04:03.455 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:101 Thursday 06 June 2024 13:33:05 +0000 (0:00:00.021) 0:04:03.476 ********* skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Show volume thin pool size] ********************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:105 Thursday 06 June 2024 13:33:05 +0000 (0:00:00.022) 0:04:03.499 ********* skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:109 Thursday 06 June 2024 13:33:05 +0000 (0:00:00.022) 0:04:03.522 ********* skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Establish base value for expected thin pool size] ************************ task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:113 Thursday 06 June 2024 13:33:05 +0000 (0:00:00.021) 0:04:03.544 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:120 Thursday 06 June 2024 13:33:05 +0000 (0:00:00.021) 0:04:03.566 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:127 Thursday 06 June 2024 13:33:05 +0000 (0:00:00.023) 0:04:03.589 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:131 Thursday 06 June 2024 13:33:05 +0000 (0:00:00.023) 0:04:03.613 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:137 Thursday 06 June 2024 13:33:05 +0000 (0:00:00.022) 0:04:03.635 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:143 Thursday 06 June 2024 13:33:05 +0000 (0:00:00.021) 0:04:03.657 ********* ok: [sut] => { "storage_test_actual_size": { "bytes": 2147483648, "changed": false, "failed": false, "lvm": "2g", "parted": "2GiB", "size": "2 GiB" } } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:147 Thursday 06 June 2024 13:33:05 +0000 (0:00:00.115) 0:04:03.772 ********* ok: [sut] => { "storage_test_expected_size": "2147483648" } TASK [Assert expected size is actual size] ************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:151 Thursday 06 June 2024 13:33:05 +0000 (0:00:00.025) 0:04:03.797 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-cache.yml:5 Thursday 06 June 2024 13:33:05 +0000 (0:00:00.037) 0:04:03.835 ********* ok: [sut] => { "changed": false, "cmd": [ "lvs", "--noheadings", "--nameprefixes", "--units=b", "--nosuffix", "--unquoted", "-o", "name,attr,cache_total_blocks,chunk_size,segtype", "vg1/lv1" ], "delta": "0:00:00.031044", "end": "2024-06-06 13:33:05.684379", "rc": 0, "start": "2024-06-06 13:33:05.653335" } STDOUT: LVM2_LV_NAME=lv1 LVM2_LV_ATTR=rwi-aor--- LVM2_CACHE_TOTAL_BLOCKS= LVM2_CHUNK_SIZE=0 LVM2_SEGTYPE=raid0 TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-cache.yml:13 Thursday 06 June 2024 13:33:05 +0000 (0:00:00.245) 0:04:04.080 ********* ok: [sut] => { "ansible_facts": { "storage_test_lv_segtype": [ "raid0" ] }, "changed": false } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-cache.yml:17 Thursday 06 June 2024 13:33:05 +0000 (0:00:00.034) 0:04:04.115 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set LV cache size] ******************************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-cache.yml:24 Thursday 06 June 2024 13:33:05 +0000 (0:00:00.035) 0:04:04.150 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.cached | bool", "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-cache.yml:31 Thursday 06 June 2024 13:33:05 +0000 (0:00:00.031) 0:04:04.181 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.cached | bool", "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-cache.yml:37 Thursday 06 June 2024 13:33:05 +0000 (0:00:00.029) 0:04:04.211 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.cached | bool", "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-cache.yml:42 Thursday 06 June 2024 13:33:05 +0000 (0:00:00.030) 0:04:04.241 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.cached | bool", "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume.yml:25 Thursday 06 June 2024 13:33:05 +0000 (0:00:00.030) 0:04:04.271 ********* ok: [sut] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-role-results.yml:44 Thursday 06 June 2024 13:33:05 +0000 (0:00:00.021) 0:04:04.293 ********* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Clean up variable namespace] ********************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-role-results.yml:54 Thursday 06 June 2024 13:33:05 +0000 (0:00:00.019) 0:04:04.313 ********* ok: [sut] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } TASK [Remove the device created above] ***************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/tests_create_raid_pool_then_remove.yml:219 Thursday 06 June 2024 13:33:05 +0000 (0:00:00.022) 0:04:04.336 ********* TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Thursday 06 June 2024 13:33:06 +0000 (0:00:00.172) 0:04:04.508 ********* included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Thursday 06 June 2024 13:33:06 +0000 (0:00:00.037) 0:04:04.546 ********* skipping: [sut] => { "changed": false, "false_condition": "__storage_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Thursday 06 June 2024 13:33:06 +0000 (0:00:00.039) 0:04:04.586 ********* skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_9.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs" ] }, "ansible_included_var_files": [ "/WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } ok: [sut] => (item=CentOS_9.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs" ] }, "ansible_included_var_files": [ "/WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Thursday 06 June 2024 13:33:06 +0000 (0:00:00.056) 0:04:04.643 ********* skipping: [sut] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Thursday 06 June 2024 13:33:06 +0000 (0:00:00.029) 0:04:04.672 ********* skipping: [sut] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Thursday 06 June 2024 13:33:06 +0000 (0:00:00.028) 0:04:04.700 ********* ok: [sut] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Thursday 06 June 2024 13:33:06 +0000 (0:00:00.025) 0:04:04.726 ********* ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Thursday 06 June 2024 13:33:06 +0000 (0:00:00.026) 0:04:04.753 ********* redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for sut TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Thursday 06 June 2024 13:33:06 +0000 (0:00:00.048) 0:04:04.801 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"blivet_available\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Thursday 06 June 2024 13:33:06 +0000 (0:00:00.026) 0:04:04.827 ********* ok: [sut] => { "storage_pools": [ { "disks": [ "sda", "sdb" ], "name": "vg1", "state": "absent", "type": "lvm", "volumes": [ { "mount_point": "/opt/test1", "name": "lv1", "raid_disks": [ "sda", "sdb" ], "raid_level": "raid0", "size": "2g" } ] } ] } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Thursday 06 June 2024 13:33:06 +0000 (0:00:00.027) 0:04:04.855 ********* ok: [sut] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined. 'storage_volumes' is undefined" } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Thursday 06 June 2024 13:33:06 +0000 (0:00:00.025) 0:04:04.881 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Thursday 06 June 2024 13:33:06 +0000 (0:00:00.025) 0:04:04.906 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Thursday 06 June 2024 13:33:06 +0000 (0:00:00.114) 0:04:05.020 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Thursday 06 June 2024 13:33:06 +0000 (0:00:00.027) 0:04:05.047 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"service_facts\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Thursday 06 June 2024 13:33:06 +0000 (0:00:00.026) 0:04:05.074 ********* ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Thursday 06 June 2024 13:33:06 +0000 (0:00:00.047) 0:04:05.121 ********* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Thursday 06 June 2024 13:33:06 +0000 (0:00:00.021) 0:04:05.143 ********* changed: [sut] => { "actions": [ { "action": "destroy format", "device": "/dev/mapper/vg1-lv1", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/vg1-lv1", "fs_type": null }, { "action": "destroy device", "device": "/dev/vg1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sda1", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/sda1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sda", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/sdb1", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/sdb1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdb", "fs_type": "disklabel" } ], "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": "xfs", "path": "/opt/test1", "src": "/dev/mapper/vg1-lv1", "state": "absent" } ], "packages": [ "xfsprogs" ], "pools": [ { "disks": [ "sda", "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "vg1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "absent", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/vg1-lv1", "_mount_id": "/dev/mapper/vg1-lv1", "_raw_device": "/dev/mapper/vg1-lv1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "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": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "lv1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [ "sda", "sdb" ], "raid_level": "raid0", "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "2g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Thursday 06 June 2024 13:33:10 +0000 (0:00:03.249) 0:04:08.392 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_udevadm_trigger | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Thursday 06 June 2024 13:33:10 +0000 (0:00:00.032) 0:04:08.424 ********* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:101 Thursday 06 June 2024 13:33:10 +0000 (0:00:00.020) 0:04:08.444 ********* ok: [sut] => { "blivet_output": { "actions": [ { "action": "destroy format", "device": "/dev/mapper/vg1-lv1", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/vg1-lv1", "fs_type": null }, { "action": "destroy device", "device": "/dev/vg1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sda1", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/sda1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sda", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/sdb1", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/sdb1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdb", "fs_type": "disklabel" } ], "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": "xfs", "path": "/opt/test1", "src": "/dev/mapper/vg1-lv1", "state": "absent" } ], "packages": [ "xfsprogs" ], "pools": [ { "disks": [ "sda", "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "vg1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "absent", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/vg1-lv1", "_mount_id": "/dev/mapper/vg1-lv1", "_raw_device": "/dev/mapper/vg1-lv1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "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": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "lv1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [ "sda", "sdb" ], "raid_level": "raid0", "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "2g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:110 Thursday 06 June 2024 13:33:10 +0000 (0:00:00.028) 0:04:08.473 ********* ok: [sut] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "sda", "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "vg1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "absent", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/vg1-lv1", "_mount_id": "/dev/mapper/vg1-lv1", "_raw_device": "/dev/mapper/vg1-lv1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "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": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "lv1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [ "sda", "sdb" ], "raid_level": "raid0", "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "2g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] }, "changed": false } TASK [fedora.linux_system_roles.storage : Set the list of volumes for test verification] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:114 Thursday 06 June 2024 13:33:10 +0000 (0:00:00.028) 0:04:08.501 ********* ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:130 Thursday 06 June 2024 13:33:10 +0000 (0:00:00.026) 0:04:08.527 ********* redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount changed: [sut] => (item={'src': '/dev/mapper/vg1-lv1', 'path': '/opt/test1', 'state': 'absent', 'fstype': 'xfs'}) => { "ansible_loop_var": "mount_info", "backup_file": "", "boot": "yes", "changed": true, "dump": "0", "fstab": "/etc/fstab", "fstype": "xfs", "mount_info": { "fstype": "xfs", "path": "/opt/test1", "src": "/dev/mapper/vg1-lv1", "state": "absent" }, "name": "/opt/test1", "opts": "defaults", "passno": "0", "src": "/dev/mapper/vg1-lv1" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:141 Thursday 06 June 2024 13:33:10 +0000 (0:00:00.232) 0:04:08.760 ********* ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:146 Thursday 06 June 2024 13:33:10 +0000 (0:00:00.570) 0:04:09.331 ********* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:157 Thursday 06 June 2024 13:33:11 +0000 (0:00:00.035) 0:04:09.366 ********* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:169 Thursday 06 June 2024 13:33:11 +0000 (0:00:00.036) 0:04:09.403 ********* ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:177 Thursday 06 June 2024 13:33:11 +0000 (0:00:00.662) 0:04:10.065 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1717680394.2913754, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1716902420.402, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 2097284, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "inode/x-empty", "mode": "0600", "mtime": 1716902144.521, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "3342962587", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:182 Thursday 06 June 2024 13:33:11 +0000 (0:00:00.219) 0:04:10.285 ********* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:204 Thursday 06 June 2024 13:33:11 +0000 (0:00:00.023) 0:04:10.308 ********* ok: [sut] TASK [Verify role results] ***************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/tests_create_raid_pool_then_remove.yml:235 Thursday 06 June 2024 13:33:12 +0000 (0:00:00.797) 0:04:11.106 ********* included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-role-results.yml for sut TASK [Print out pool information] ********************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-role-results.yml:2 Thursday 06 June 2024 13:33:12 +0000 (0:00:00.054) 0:04:11.160 ********* ok: [sut] => { "_storage_pools_list": [ { "disks": [ "sda", "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "vg1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "absent", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/vg1-lv1", "_mount_id": "/dev/mapper/vg1-lv1", "_raw_device": "/dev/mapper/vg1-lv1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "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": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "lv1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [ "sda", "sdb" ], "raid_level": "raid0", "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "2g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] } TASK [Print out volume information] ******************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-role-results.yml:7 Thursday 06 June 2024 13:33:12 +0000 (0:00:00.036) 0:04:11.196 ********* skipping: [sut] => { "false_condition": "_storage_volumes_list | length > 0" } TASK [Collect info about the volumes.] ***************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-role-results.yml:15 Thursday 06 June 2024 13:33:12 +0000 (0:00:00.030) 0:04:11.226 ********* 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": "82a26900-2b36-49b9-bc49-f4d2f0bb14b8" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-role-results.yml:20 Thursday 06 June 2024 13:33:13 +0000 (0:00:00.225) 0:04:11.451 ********* ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.003440", "end": "2024-06-06 13:33:13.272607", "rc": 0, "start": "2024-06-06 13:33:13.269167" } STDOUT: # # /etc/fstab # Created by anaconda on Tue May 28 13:15:44 2024 # # Accessible filesystems, by reference, are maintained under '/dev/disk/'. # See man pages fstab(5), findfs(8), mount(8) and/or blkid(8) for more info. # # After editing this file, run 'systemctl daemon-reload' to update systemd # units generated from this file. # UUID=82a26900-2b36-49b9-bc49-f4d2f0bb14b8 / xfs defaults 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat /mnt/redhat nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/qa /mnt/qa nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive /mnt/engarchive nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/tpsdist /mnt/tpsdist nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot /mnt/brew nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch /mnt/brew_scratch nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-role-results.yml:25 Thursday 06 June 2024 13:33:13 +0000 (0:00:00.217) 0:04:11.669 ********* ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.003444", "end": "2024-06-06 13:33:13.488598", "failed_when_result": false, "rc": 0, "start": "2024-06-06 13:33:13.485154" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-role-results.yml:34 Thursday 06 June 2024 13:33:13 +0000 (0:00:00.213) 0:04:11.882 ********* included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool.yml for sut => (item={'disks': ['sda', 'sdb'], 'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'name': 'vg1', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_metadata_version': None, 'raid_chunk_size': None, 'shared': False, 'state': 'absent', 'type': 'lvm', 'volumes': [{'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'lv1', 'raid_level': 'raid0', 'size': '2g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': ['sda', 'sdb'], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda', 'sdb'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/vg1-lv1', '_raw_device': '/dev/mapper/vg1-lv1', '_mount_id': '/dev/mapper/vg1-lv1'}]}) TASK [Set _storage_pool_tests] ************************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool.yml:5 Thursday 06 June 2024 13:33:13 +0000 (0:00:00.053) 0:04:11.935 ********* ok: [sut] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool.yml:18 Thursday 06 June 2024 13:33:13 +0000 (0:00:00.023) 0:04:11.959 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'lvm' and storage_test_pool.state == 'present'", "skip_reason": "Conditional result was False" } TASK [Verify that VG shared value checks out] ********************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool.yml:24 Thursday 06 June 2024 13:33:13 +0000 (0:00:00.116) 0:04:12.075 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'lvm' and storage_test_pool.state == 'present'", "skip_reason": "Conditional result was False" } TASK [Verify pool subset] ****************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool.yml:34 Thursday 06 June 2024 13:33:13 +0000 (0:00:00.023) 0:04:12.099 ********* included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool-members.yml for sut => (item=members) included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool-volumes.yml for sut => (item=volumes) TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool-members.yml:2 Thursday 06 June 2024 13:33:13 +0000 (0:00:00.041) 0:04:12.140 ********* ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_count": "0", "_storage_test_pool_pvs_lvm": [] }, "changed": false } TASK [Get the canonical device path for each member device] ******************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool-members.yml:8 Thursday 06 June 2024 13:33:13 +0000 (0:00:00.039) 0:04:12.180 ********* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Set pvs lvm length] ****************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool-members.yml:17 Thursday 06 June 2024 13:33:13 +0000 (0:00:00.020) 0:04:12.201 ********* ok: [sut] => { "ansible_facts": { "__pvs_lvm_len": "0" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool-members.yml:22 Thursday 06 June 2024 13:33:13 +0000 (0:00:00.034) 0:04:12.235 ********* ok: [sut] => { "ansible_facts": { "_storage_test_pool_pvs": [] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool-members.yml:27 Thursday 06 June 2024 13:33:13 +0000 (0:00:00.036) 0:04:12.272 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool-members.yml:36 Thursday 06 June 2024 13:33:13 +0000 (0:00:00.033) 0:04:12.306 ********* ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool-members.yml:41 Thursday 06 June 2024 13:33:13 +0000 (0:00:00.024) 0:04:12.330 ********* ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "partition" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool-members.yml:46 Thursday 06 June 2024 13:33:14 +0000 (0:00:00.034) 0:04:12.364 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'lvm' and storage_test_pool.raid_level", "skip_reason": "Conditional result was False" } TASK [Check the type of each PV] *********************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool-members.yml:51 Thursday 06 June 2024 13:33:14 +0000 (0:00:00.021) 0:04:12.386 ********* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check MD RAID] *********************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool-members.yml:64 Thursday 06 June 2024 13:33:14 +0000 (0:00:00.019) 0:04:12.406 ********* included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-md.yml for sut TASK [Get information about RAID] ********************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-md.yml:8 Thursday 06 June 2024 13:33:14 +0000 (0:00:00.039) 0:04:12.445 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-md.yml:14 Thursday 06 June 2024 13:33:14 +0000 (0:00:00.020) 0:04:12.466 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-md.yml:19 Thursday 06 June 2024 13:33:14 +0000 (0:00:00.106) 0:04:12.572 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-md.yml:24 Thursday 06 June 2024 13:33:14 +0000 (0:00:00.022) 0:04:12.595 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set md chunk size regex] ************************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-md.yml:29 Thursday 06 June 2024 13:33:14 +0000 (0:00:00.022) 0:04:12.617 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-md.yml:37 Thursday 06 June 2024 13:33:14 +0000 (0:00:00.021) 0:04:12.639 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-md.yml:46 Thursday 06 June 2024 13:33:14 +0000 (0:00:00.021) 0:04:12.661 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-md.yml:55 Thursday 06 June 2024 13:33:14 +0000 (0:00:00.021) 0:04:12.682 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-md.yml:64 Thursday 06 June 2024 13:33:14 +0000 (0:00:00.022) 0:04:12.704 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-md.yml:74 Thursday 06 June 2024 13:33:14 +0000 (0:00:00.020) 0:04:12.725 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Reset variables used by tests] ******************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-md.yml:83 Thursday 06 June 2024 13:33:14 +0000 (0:00:00.021) 0:04:12.747 ********* ok: [sut] => { "ansible_facts": { "storage_test_md_active_devices_re": null, "storage_test_md_chunk_size_re": null, "storage_test_md_metadata_version_re": null, "storage_test_md_spare_devices_re": null }, "changed": false } TASK [Check LVM RAID] ********************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool-members.yml:67 Thursday 06 June 2024 13:33:14 +0000 (0:00:00.022) 0:04:12.769 ********* included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-members-lvmraid.yml for sut TASK [Validate pool member LVM RAID settings] ********************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-members-lvmraid.yml:2 Thursday 06 June 2024 13:33:14 +0000 (0:00:00.040) 0:04:12.810 ********* included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-lvmraid.yml for sut => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'lv1', 'raid_level': 'raid0', 'size': '2g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': ['sda', 'sdb'], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda', 'sdb'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/vg1-lv1', '_raw_device': '/dev/mapper/vg1-lv1', '_mount_id': '/dev/mapper/vg1-lv1'}) TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-lvmraid.yml:8 Thursday 06 June 2024 13:33:14 +0000 (0:00:00.040) 0:04:12.851 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.state != \"absent\"", "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-lvmraid.yml:16 Thursday 06 June 2024 13:33:14 +0000 (0:00:00.025) 0:04:12.876 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.state != \"absent\"", "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-lvmraid.yml:20 Thursday 06 June 2024 13:33:14 +0000 (0:00:00.025) 0:04:12.902 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.state != \"absent\"", "skip_reason": "Conditional result was False" } TASK [Set LV stripe size] ****************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-lvmraid.yml:27 Thursday 06 June 2024 13:33:14 +0000 (0:00:00.120) 0:04:13.023 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.state != \"absent\"", "skip_reason": "Conditional result was False" } TASK [Parse the requested stripe size] ***************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-lvmraid.yml:31 Thursday 06 June 2024 13:33:14 +0000 (0:00:00.026) 0:04:13.049 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.state != \"absent\"", "skip_reason": "Conditional result was False" } TASK [Set expected stripe size] ************************************************ task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-lvmraid.yml:37 Thursday 06 June 2024 13:33:14 +0000 (0:00:00.026) 0:04:13.076 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.state != \"absent\"", "skip_reason": "Conditional result was False" } TASK [Check stripe size] ******************************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-lvmraid.yml:42 Thursday 06 June 2024 13:33:14 +0000 (0:00:00.025) 0:04:13.101 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.state != \"absent\"", "skip_reason": "Conditional result was False" } TASK [Check Thin Pools] ******************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool-members.yml:70 Thursday 06 June 2024 13:33:14 +0000 (0:00:00.025) 0:04:13.126 ********* included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-members-thin.yml for sut TASK [Validate pool member thinpool settings] ********************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-members-thin.yml:2 Thursday 06 June 2024 13:33:14 +0000 (0:00:00.041) 0:04:13.168 ********* included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-thin.yml for sut => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'lv1', 'raid_level': 'raid0', 'size': '2g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': ['sda', 'sdb'], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda', 'sdb'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/vg1-lv1', '_raw_device': '/dev/mapper/vg1-lv1', '_mount_id': '/dev/mapper/vg1-lv1'}) TASK [Get information about thinpool] ****************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-thin.yml:8 Thursday 06 June 2024 13:33:14 +0000 (0:00:00.039) 0:04:13.207 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_thin_volume.thin", "skip_reason": "Conditional result was False" } TASK [Check that volume is in correct thinpool (when thinp name is provided)] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-thin.yml:16 Thursday 06 June 2024 13:33:14 +0000 (0:00:00.021) 0:04:13.229 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_thin_volume.thin", "skip_reason": "Conditional result was False" } TASK [Check that volume is in thinpool (when thinp name is not provided)] ****** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-thin.yml:22 Thursday 06 June 2024 13:33:14 +0000 (0:00:00.021) 0:04:13.250 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_thin_volume.thin", "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-thin.yml:26 Thursday 06 June 2024 13:33:14 +0000 (0:00:00.020) 0:04:13.271 ********* ok: [sut] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Check member encryption] ************************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool-members.yml:73 Thursday 06 June 2024 13:33:14 +0000 (0:00:00.022) 0:04:13.293 ********* included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-members-encryption.yml for sut TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-members-encryption.yml:5 Thursday 06 June 2024 13:33:14 +0000 (0:00:00.041) 0:04:13.335 ********* ok: [sut] => { "ansible_facts": { "_storage_test_expected_crypttab_entries": "0", "_storage_test_expected_crypttab_key_file": "-" }, "changed": false } TASK [Validate pool member LUKS settings] ************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-members-encryption.yml:10 Thursday 06 June 2024 13:33:15 +0000 (0:00:00.033) 0:04:13.368 ********* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Validate pool member crypttab entries] *********************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-members-encryption.yml:17 Thursday 06 June 2024 13:33:15 +0000 (0:00:00.110) 0:04:13.478 ********* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-members-encryption.yml:24 Thursday 06 June 2024 13:33:15 +0000 (0:00:00.019) 0:04:13.498 ********* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_crypttab_key_file": null }, "changed": false } TASK [Check VDO] *************************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool-members.yml:76 Thursday 06 June 2024 13:33:15 +0000 (0:00:00.022) 0:04:13.520 ********* included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-members-vdo.yml for sut TASK [Validate pool member VDO settings] *************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-members-vdo.yml:2 Thursday 06 June 2024 13:33:15 +0000 (0:00:00.042) 0:04:13.563 ********* included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-vdo.yml for sut => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'lv1', 'raid_level': 'raid0', 'size': '2g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': ['sda', 'sdb'], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda', 'sdb'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/vg1-lv1', '_raw_device': '/dev/mapper/vg1-lv1', '_mount_id': '/dev/mapper/vg1-lv1'}) TASK [Get information about VDO deduplication] ********************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-vdo.yml:8 Thursday 06 June 2024 13:33:15 +0000 (0:00:00.041) 0:04:13.605 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-vdo.yml:15 Thursday 06 June 2024 13:33:15 +0000 (0:00:00.022) 0:04:13.628 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-vdo.yml:21 Thursday 06 June 2024 13:33:15 +0000 (0:00:00.022) 0:04:13.650 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Get information about VDO compression] *********************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-vdo.yml:27 Thursday 06 June 2024 13:33:15 +0000 (0:00:00.022) 0:04:13.673 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-vdo.yml:34 Thursday 06 June 2024 13:33:15 +0000 (0:00:00.021) 0:04:13.694 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-vdo.yml:40 Thursday 06 June 2024 13:33:15 +0000 (0:00:00.021) 0:04:13.715 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-vdo.yml:46 Thursday 06 June 2024 13:33:15 +0000 (0:00:00.021) 0:04:13.737 ********* ok: [sut] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool-members.yml:79 Thursday 06 June 2024 13:33:15 +0000 (0:00:00.021) 0:04:13.759 ********* ok: [sut] => { "ansible_facts": { "__pvs_lvm_len": null, "_storage_test_expected_pv_count": null, "_storage_test_expected_pv_type": null, "_storage_test_pool_pvs": [], "_storage_test_pool_pvs_lvm": [] }, "changed": false } TASK [Verify the volumes] ****************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool-volumes.yml:3 Thursday 06 June 2024 13:33:15 +0000 (0:00:00.022) 0:04:13.782 ********* included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/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': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'lv1', 'raid_level': 'raid0', 'size': '2g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': ['sda', 'sdb'], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda', 'sdb'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/vg1-lv1', '_raw_device': '/dev/mapper/vg1-lv1', '_mount_id': '/dev/mapper/vg1-lv1'}) TASK [Set storage volume test variables] *************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume.yml:2 Thursday 06 June 2024 13:33:15 +0000 (0:00:00.039) 0:04:13.821 ********* ok: [sut] => { "ansible_facts": { "_storage_test_volume_present": false, "_storage_volume_tests": [ "mount", "fstab", "fs", "device", "encryption", "md", "size", "cache" ] }, "changed": false } TASK [Run test verify for {{ storage_test_volume_subset }}] ******************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume.yml:19 Thursday 06 June 2024 13:33:15 +0000 (0:00:00.229) 0:04:14.051 ********* included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-mount.yml for sut => (item=mount) included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-fstab.yml for sut => (item=fstab) included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-fs.yml for sut => (item=fs) included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-device.yml for sut => (item=device) included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml for sut => (item=encryption) included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-md.yml for sut => (item=md) included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml for sut => (item=size) included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-cache.yml for sut => (item=cache) TASK [Get expected mount device based on device type] ************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-mount.yml:7 Thursday 06 June 2024 13:33:15 +0000 (0:00:00.073) 0:04:14.125 ********* ok: [sut] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/vg1-lv1" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-mount.yml:11 Thursday 06 June 2024 13:33:15 +0000 (0:00:00.030) 0:04:14.155 ********* 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-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-mount.yml:21 Thursday 06 June 2024 13:33:15 +0000 (0:00:00.041) 0:04:14.196 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and (storage_test_volume.mount_user or storage_test_volume.mount_group or storage_test_volume.mount_mode)", "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-mount.yml:30 Thursday 06 June 2024 13:33:15 +0000 (0:00:00.023) 0:04:14.219 ********* 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-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-mount.yml:41 Thursday 06 June 2024 13:33:15 +0000 (0:00:00.022) 0:04:14.242 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-mount.yml:48 Thursday 06 June 2024 13:33:15 +0000 (0:00:00.036) 0:04:14.278 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_user", "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-mount.yml:54 Thursday 06 June 2024 13:33:15 +0000 (0:00:00.022) 0:04:14.301 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_group", "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-mount.yml:60 Thursday 06 June 2024 13:33:15 +0000 (0:00:00.024) 0:04:14.326 ********* 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-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-mount.yml:69 Thursday 06 June 2024 13:33:15 +0000 (0:00:00.024) 0:04:14.350 ********* 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-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-mount.yml:80 Thursday 06 June 2024 13:33:16 +0000 (0:00:00.030) 0:04:14.380 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-mount.yml:86 Thursday 06 June 2024 13:33:16 +0000 (0:00:00.021) 0:04:14.402 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-mount.yml:92 Thursday 06 June 2024 13:33:16 +0000 (0:00:00.021) 0:04:14.423 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-mount.yml:102 Thursday 06 June 2024 13:33:16 +0000 (0:00:00.019) 0:04:14.443 ********* 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-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-fstab.yml:2 Thursday 06 June 2024 13:33:16 +0000 (0:00:00.123) 0:04:14.566 ********* ok: [sut] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": "0", "storage_test_fstab_expected_mount_options_matches": "0", "storage_test_fstab_expected_mount_point_matches": "0", "storage_test_fstab_id_matches": [], "storage_test_fstab_mount_options_matches": [], "storage_test_fstab_mount_point_matches": [] }, "changed": false } TASK [Verify that the device identifier appears in /etc/fstab] ***************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-fstab.yml:17 Thursday 06 June 2024 13:33:16 +0000 (0:00:00.048) 0:04:14.615 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False" } TASK [Verify the fstab mount point] ******************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-fstab.yml:24 Thursday 06 June 2024 13:33:16 +0000 (0:00:00.030) 0:04:14.645 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-fstab.yml:33 Thursday 06 June 2024 13:33:16 +0000 (0:00:00.036) 0:04:14.681 ********* skipping: [sut] => { "changed": false, "false_condition": "__storage_verify_mount_options | d(false)", "skip_reason": "Conditional result was False" } TASK [Clean up variables] ****************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-fstab.yml:45 Thursday 06 June 2024 13:33:16 +0000 (0:00:00.031) 0:04:14.713 ********* ok: [sut] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": null, "storage_test_fstab_expected_mount_options_matches": null, "storage_test_fstab_expected_mount_point_matches": null, "storage_test_fstab_id_matches": null, "storage_test_fstab_mount_options_matches": null, "storage_test_fstab_mount_point_matches": null }, "changed": false } TASK [Verify fs type] ********************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-fs.yml:3 Thursday 06 June 2024 13:33:16 +0000 (0:00:00.022) 0:04:14.736 ********* 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-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-fs.yml:9 Thursday 06 June 2024 13:33:16 +0000 (0:00:00.022) 0:04:14.758 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False" } TASK [See whether the device node is present] ********************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-device.yml:3 Thursday 06 June 2024 13:33:16 +0000 (0:00:00.030) 0:04:14.789 ********* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-device.yml:9 Thursday 06 June 2024 13:33:16 +0000 (0:00:00.204) 0:04:14.993 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present or storage_test_volume.type == 'disk'", "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-device.yml:16 Thursday 06 June 2024 13:33:16 +0000 (0:00:00.022) 0:04:15.016 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about this volume] ********************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-device.yml:23 Thursday 06 June 2024 13:33:16 +0000 (0:00:00.026) 0:04:15.043 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Process volume type (set initial value) (1/2)] *************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-device.yml:29 Thursday 06 June 2024 13:33:16 +0000 (0:00:00.020) 0:04:15.063 ********* ok: [sut] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-device.yml:33 Thursday 06 June 2024 13:33:16 +0000 (0:00:00.023) 0:04:15.086 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == \"raid\"", "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-device.yml:38 Thursday 06 June 2024 13:33:16 +0000 (0:00:00.021) 0:04:15.108 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Stat the LUKS device, if encrypted] ************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:3 Thursday 06 June 2024 13:33:16 +0000 (0:00:00.019) 0:04:15.128 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:10 Thursday 06 June 2024 13:33:16 +0000 (0:00:00.021) 0:04:15.149 ********* ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Collect LUKS info for this volume] *************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:16 Thursday 06 June 2024 13:33:17 +0000 (0:00:00.918) 0:04:16.067 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:22 Thursday 06 June 2024 13:33:17 +0000 (0:00:00.116) 0:04:16.184 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Verify that the raw device is the same as the device if not encrypted] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:29 Thursday 06 June 2024 13:33:17 +0000 (0:00:00.023) 0:04:16.207 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:40 Thursday 06 June 2024 13:33:17 +0000 (0:00:00.022) 0:04:16.229 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:46 Thursday 06 June 2024 13:33:17 +0000 (0:00:00.023) 0:04:16.253 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:51 Thursday 06 June 2024 13:33:17 +0000 (0:00:00.023) 0:04:16.277 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:63 Thursday 06 June 2024 13:33:17 +0000 (0:00:00.022) 0:04:16.299 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:75 Thursday 06 June 2024 13:33:17 +0000 (0:00:00.022) 0:04:16.322 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:87 Thursday 06 June 2024 13:33:17 +0000 (0:00:00.022) 0:04:16.344 ********* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [], "_storage_test_expected_crypttab_entries": "0", "_storage_test_expected_crypttab_key_file": "-" }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:93 Thursday 06 June 2024 13:33:18 +0000 (0:00:00.037) 0:04:16.381 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:100 Thursday 06 June 2024 13:33:18 +0000 (0:00:00.038) 0:04:16.420 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:108 Thursday 06 June 2024 13:33:18 +0000 (0:00:00.033) 0:04:16.453 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:116 Thursday 06 June 2024 13:33:18 +0000 (0:00:00.031) 0:04:16.484 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:124 Thursday 06 June 2024 13:33:18 +0000 (0:00:00.034) 0:04:16.519 ********* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_expected_crypttab_entries": null, "_storage_test_expected_crypttab_key_file": null }, "changed": false } TASK [Get information about RAID] ********************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-md.yml:8 Thursday 06 June 2024 13:33:18 +0000 (0:00:00.024) 0:04:16.543 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-md.yml:14 Thursday 06 June 2024 13:33:18 +0000 (0:00:00.020) 0:04:16.564 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-md.yml:19 Thursday 06 June 2024 13:33:18 +0000 (0:00:00.021) 0:04:16.585 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-md.yml:24 Thursday 06 June 2024 13:33:18 +0000 (0:00:00.118) 0:04:16.704 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-md.yml:29 Thursday 06 June 2024 13:33:18 +0000 (0:00:00.022) 0:04:16.726 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-md.yml:37 Thursday 06 June 2024 13:33:18 +0000 (0:00:00.022) 0:04:16.749 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-md.yml:46 Thursday 06 June 2024 13:33:18 +0000 (0:00:00.021) 0:04:16.771 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-md.yml:54 Thursday 06 June 2024 13:33:18 +0000 (0:00:00.022) 0:04:16.793 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-md.yml:62 Thursday 06 June 2024 13:33:18 +0000 (0:00:00.022) 0:04:16.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-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-md.yml:70 Thursday 06 June 2024 13:33:18 +0000 (0:00:00.021) 0:04:16.837 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:3 Thursday 06 June 2024 13:33:18 +0000 (0:00:00.021) 0:04:16.858 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False" } TASK [Parse the requested size of the volume] ********************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:11 Thursday 06 June 2024 13:33:18 +0000 (0:00:00.032) 0:04:16.891 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False" } TASK [Establish base value for expected size] ********************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:20 Thursday 06 June 2024 13:33:18 +0000 (0:00:00.031) 0:04:16.922 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False" } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:28 Thursday 06 June 2024 13:33:18 +0000 (0:00:00.029) 0:04:16.952 ********* ok: [sut] => { "storage_test_expected_size": "2147483648" } TASK [Get the size of parent/pool device] ************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:32 Thursday 06 June 2024 13:33:18 +0000 (0:00:00.024) 0:04:16.976 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False" } TASK [Show test pool] ********************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:46 Thursday 06 June 2024 13:33:18 +0000 (0:00:00.030) 0:04:17.007 ********* skipping: [sut] => { "false_condition": "_storage_test_volume_present | bool" } TASK [Show test blockinfo] ***************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:50 Thursday 06 June 2024 13:33:18 +0000 (0:00:00.028) 0:04:17.035 ********* skipping: [sut] => { "false_condition": "_storage_test_volume_present | bool" } TASK [Show test pool size] ***************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:54 Thursday 06 June 2024 13:33:18 +0000 (0:00:00.029) 0:04:17.064 ********* skipping: [sut] => { "false_condition": "_storage_test_volume_present | bool" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:58 Thursday 06 June 2024 13:33:18 +0000 (0:00:00.029) 0:04:17.094 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:67 Thursday 06 June 2024 13:33:18 +0000 (0:00:00.027) 0:04:17.122 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:71 Thursday 06 June 2024 13:33:18 +0000 (0:00:00.119) 0:04:17.241 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:76 Thursday 06 June 2024 13:33:18 +0000 (0:00:00.023) 0:04:17.265 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:82 Thursday 06 June 2024 13:33:18 +0000 (0:00:00.021) 0:04:17.286 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:86 Thursday 06 June 2024 13:33:18 +0000 (0:00:00.021) 0:04:17.307 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:91 Thursday 06 June 2024 13:33:18 +0000 (0:00:00.021) 0:04:17.329 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:96 Thursday 06 June 2024 13:33:18 +0000 (0:00:00.021) 0:04:17.350 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:101 Thursday 06 June 2024 13:33:19 +0000 (0:00:00.021) 0:04:17.372 ********* skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Show volume thin pool size] ********************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:105 Thursday 06 June 2024 13:33:19 +0000 (0:00:00.021) 0:04:17.393 ********* skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:109 Thursday 06 June 2024 13:33:19 +0000 (0:00:00.020) 0:04:17.414 ********* skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Establish base value for expected thin pool size] ************************ task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:113 Thursday 06 June 2024 13:33:19 +0000 (0:00:00.020) 0:04:17.434 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:120 Thursday 06 June 2024 13:33:19 +0000 (0:00:00.021) 0:04:17.456 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:127 Thursday 06 June 2024 13:33:19 +0000 (0:00:00.021) 0:04:17.477 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:131 Thursday 06 June 2024 13:33:19 +0000 (0:00:00.023) 0:04:17.500 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:137 Thursday 06 June 2024 13:33:19 +0000 (0:00:00.022) 0:04:17.522 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:143 Thursday 06 June 2024 13:33:19 +0000 (0:00:00.020) 0:04:17.543 ********* ok: [sut] => { "storage_test_actual_size": { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False", "skipped": true } } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:147 Thursday 06 June 2024 13:33:19 +0000 (0:00:00.025) 0:04:17.568 ********* ok: [sut] => { "storage_test_expected_size": "2147483648" } TASK [Assert expected size is actual size] ************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:151 Thursday 06 June 2024 13:33:19 +0000 (0:00:00.122) 0:04:17.690 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-cache.yml:5 Thursday 06 June 2024 13:33:19 +0000 (0:00:00.030) 0:04:17.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-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-cache.yml:13 Thursday 06 June 2024 13:33:19 +0000 (0:00:00.023) 0:04:17.744 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-cache.yml:17 Thursday 06 June 2024 13:33:19 +0000 (0:00:00.023) 0:04:17.767 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Set LV cache size] ******************************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-cache.yml:24 Thursday 06 June 2024 13:33:19 +0000 (0:00:00.023) 0:04:17.791 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-cache.yml:31 Thursday 06 June 2024 13:33:19 +0000 (0:00:00.022) 0:04:17.813 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-cache.yml:37 Thursday 06 June 2024 13:33:19 +0000 (0:00:00.023) 0:04:17.837 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-cache.yml:42 Thursday 06 June 2024 13:33:19 +0000 (0:00:00.022) 0:04:17.859 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume.yml:25 Thursday 06 June 2024 13:33:19 +0000 (0:00:00.022) 0:04:17.882 ********* ok: [sut] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-role-results.yml:44 Thursday 06 June 2024 13:33:19 +0000 (0:00:00.023) 0:04:17.905 ********* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Clean up variable namespace] ********************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-role-results.yml:54 Thursday 06 June 2024 13:33:19 +0000 (0:00:00.019) 0:04:17.925 ********* ok: [sut] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } TASK [Create a RAID0 lvm raid device with custom stripe size] ****************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/tests_create_raid_pool_then_remove.yml:241 Thursday 06 June 2024 13:33:19 +0000 (0:00:00.022) 0:04:17.947 ********* TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Thursday 06 June 2024 13:33:19 +0000 (0:00:00.041) 0:04:17.988 ********* included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Thursday 06 June 2024 13:33:19 +0000 (0:00:00.041) 0:04:18.030 ********* skipping: [sut] => { "changed": false, "false_condition": "__storage_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Thursday 06 June 2024 13:33:19 +0000 (0:00:00.043) 0:04:18.074 ********* skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_9.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs" ] }, "ansible_included_var_files": [ "/WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } ok: [sut] => (item=CentOS_9.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs" ] }, "ansible_included_var_files": [ "/WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Thursday 06 June 2024 13:33:19 +0000 (0:00:00.277) 0:04:18.351 ********* skipping: [sut] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Thursday 06 June 2024 13:33:20 +0000 (0:00:00.029) 0:04:18.381 ********* skipping: [sut] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Thursday 06 June 2024 13:33:20 +0000 (0:00:00.027) 0:04:18.409 ********* ok: [sut] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Thursday 06 June 2024 13:33:20 +0000 (0:00:00.032) 0:04:18.441 ********* ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Thursday 06 June 2024 13:33:20 +0000 (0:00:00.029) 0:04:18.471 ********* redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for sut TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Thursday 06 June 2024 13:33:20 +0000 (0:00:00.051) 0:04:18.522 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"blivet_available\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Thursday 06 June 2024 13:33:20 +0000 (0:00:00.028) 0:04:18.551 ********* ok: [sut] => { "storage_pools": [ { "disks": [ "sda", "sdb" ], "name": "vg1", "state": "present", "type": "lvm", "volumes": [ { "mount_point": "/opt/test1", "name": "lv1", "raid_disks": [ "sda", "sdb" ], "raid_level": "raid0", "raid_stripe_size": "256 KiB", "size": "2g" } ] } ] } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Thursday 06 June 2024 13:33:20 +0000 (0:00:00.031) 0:04:18.583 ********* ok: [sut] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined. 'storage_volumes' is undefined" } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Thursday 06 June 2024 13:33:20 +0000 (0:00:00.028) 0:04:18.611 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Thursday 06 June 2024 13:33:20 +0000 (0:00:00.028) 0:04:18.639 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Thursday 06 June 2024 13:33:20 +0000 (0:00:00.027) 0:04:18.667 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Thursday 06 June 2024 13:33:20 +0000 (0:00:00.026) 0:04:18.694 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"service_facts\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Thursday 06 June 2024 13:33:20 +0000 (0:00:00.027) 0:04:18.722 ********* ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Thursday 06 June 2024 13:33:20 +0000 (0:00:00.048) 0:04:18.770 ********* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Thursday 06 June 2024 13:33:20 +0000 (0:00:00.018) 0:04:18.789 ********* changed: [sut] => { "actions": [ { "action": "create format", "device": "/dev/sdb", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdb1", "fs_type": null }, { "action": "create format", "device": "/dev/sdb1", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sda", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sda1", "fs_type": null }, { "action": "create format", "device": "/dev/sda1", "fs_type": "lvmpv" }, { "action": "create device", "device": "/dev/vg1", "fs_type": null }, { "action": "create device", "device": "/dev/mapper/vg1-lv1", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/vg1-lv1", "fs_type": "xfs" } ], "changed": true, "crypts": [], "leaves": [ "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/mapper/vg1-lv1" ], "mounts": [ { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/vg1-lv1", "state": "mounted" } ], "packages": [ "lvm2", "xfsprogs" ], "pools": [ { "disks": [ "sda", "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "vg1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/vg1-lv1", "_kernel_device": "/dev/dm-2", "_mount_id": "/dev/mapper/vg1-lv1", "_raw_device": "/dev/mapper/vg1-lv1", "_raw_kernel_device": "/dev/dm-2", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "lv1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [ "sda", "sdb" ], "raid_level": "raid0", "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": "256 KiB", "size": "2g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Thursday 06 June 2024 13:33:24 +0000 (0:00:03.607) 0:04:22.396 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_udevadm_trigger | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Thursday 06 June 2024 13:33:24 +0000 (0:00:00.038) 0:04:22.435 ********* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:101 Thursday 06 June 2024 13:33:24 +0000 (0:00:00.022) 0:04:22.457 ********* ok: [sut] => { "blivet_output": { "actions": [ { "action": "create format", "device": "/dev/sdb", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdb1", "fs_type": null }, { "action": "create format", "device": "/dev/sdb1", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sda", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sda1", "fs_type": null }, { "action": "create format", "device": "/dev/sda1", "fs_type": "lvmpv" }, { "action": "create device", "device": "/dev/vg1", "fs_type": null }, { "action": "create device", "device": "/dev/mapper/vg1-lv1", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/vg1-lv1", "fs_type": "xfs" } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/mapper/vg1-lv1" ], "mounts": [ { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/vg1-lv1", "state": "mounted" } ], "packages": [ "lvm2", "xfsprogs" ], "pools": [ { "disks": [ "sda", "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "vg1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/vg1-lv1", "_kernel_device": "/dev/dm-2", "_mount_id": "/dev/mapper/vg1-lv1", "_raw_device": "/dev/mapper/vg1-lv1", "_raw_kernel_device": "/dev/dm-2", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "lv1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [ "sda", "sdb" ], "raid_level": "raid0", "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": "256 KiB", "size": "2g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:110 Thursday 06 June 2024 13:33:24 +0000 (0:00:00.039) 0:04:22.496 ********* ok: [sut] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "sda", "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "vg1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/vg1-lv1", "_kernel_device": "/dev/dm-2", "_mount_id": "/dev/mapper/vg1-lv1", "_raw_device": "/dev/mapper/vg1-lv1", "_raw_kernel_device": "/dev/dm-2", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "lv1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [ "sda", "sdb" ], "raid_level": "raid0", "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": "256 KiB", "size": "2g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] }, "changed": false } TASK [fedora.linux_system_roles.storage : Set the list of volumes for test verification] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:114 Thursday 06 June 2024 13:33:24 +0000 (0:00:00.033) 0:04:22.529 ********* ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:130 Thursday 06 June 2024 13:33:24 +0000 (0:00:00.031) 0:04:22.561 ********* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:141 Thursday 06 June 2024 13:33:24 +0000 (0:00:00.035) 0:04:22.596 ********* ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:146 Thursday 06 June 2024 13:33:24 +0000 (0:00:00.594) 0:04:23.190 ********* redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount changed: [sut] => (item={'src': '/dev/mapper/vg1-lv1', 'path': '/opt/test1', 'fstype': 'xfs', '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": "xfs", "mount_info": { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/vg1-lv1", "state": "mounted" }, "name": "/opt/test1", "opts": "defaults", "passno": "0", "src": "/dev/mapper/vg1-lv1" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:157 Thursday 06 June 2024 13:33:25 +0000 (0:00:00.260) 0:04:23.451 ********* skipping: [sut] => (item={'src': '/dev/mapper/vg1-lv1', 'path': '/opt/test1', 'fstype': 'xfs', 'opts': 'defaults', 'dump': 0, 'passno': 0, 'state': 'mounted', 'owner': None, 'group': None, 'mode': None}) => { "ansible_loop_var": "mount_info", "changed": false, "false_condition": "mount_info['owner'] != none or mount_info['group'] != none or mount_info['mode'] != none", "mount_info": { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/vg1-lv1", "state": "mounted" }, "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:169 Thursday 06 June 2024 13:33:25 +0000 (0:00:00.043) 0:04:23.494 ********* ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:177 Thursday 06 June 2024 13:33:25 +0000 (0:00:00.599) 0:04:24.093 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1717680394.2913754, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1716902420.402, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 2097284, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "inode/x-empty", "mode": "0600", "mtime": 1716902144.521, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "3342962587", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:182 Thursday 06 June 2024 13:33:25 +0000 (0:00:00.229) 0:04:24.323 ********* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:204 Thursday 06 June 2024 13:33:25 +0000 (0:00:00.021) 0:04:24.345 ********* ok: [sut] TASK [Verify role results] ***************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/tests_create_raid_pool_then_remove.yml:258 Thursday 06 June 2024 13:33:26 +0000 (0:00:00.853) 0:04:25.199 ********* included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-role-results.yml for sut TASK [Print out pool information] ********************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-role-results.yml:2 Thursday 06 June 2024 13:33:26 +0000 (0:00:00.131) 0:04:25.330 ********* ok: [sut] => { "_storage_pools_list": [ { "disks": [ "sda", "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "vg1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/vg1-lv1", "_kernel_device": "/dev/dm-2", "_mount_id": "/dev/mapper/vg1-lv1", "_raw_device": "/dev/mapper/vg1-lv1", "_raw_kernel_device": "/dev/dm-2", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "lv1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [ "sda", "sdb" ], "raid_level": "raid0", "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": "256 KiB", "size": "2g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] } TASK [Print out volume information] ******************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-role-results.yml:7 Thursday 06 June 2024 13:33:27 +0000 (0:00:00.041) 0:04:25.371 ********* skipping: [sut] => { "false_condition": "_storage_volumes_list | length > 0" } TASK [Collect info about the volumes.] ***************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-role-results.yml:15 Thursday 06 June 2024 13:33:27 +0000 (0:00:00.036) 0:04:25.408 ********* ok: [sut] => { "changed": false, "info": { "/dev/mapper/vg1-lv1": { "fstype": "xfs", "label": "", "name": "/dev/mapper/vg1-lv1", "size": "2G", "type": "lvm", "uuid": "b007b54c-7289-4181-9c67-f5d3722624a7" }, "/dev/mapper/vg1-lv1_rimage_0": { "fstype": "", "label": "", "name": "/dev/mapper/vg1-lv1_rimage_0", "size": "1G", "type": "lvm", "uuid": "" }, "/dev/mapper/vg1-lv1_rimage_1": { "fstype": "", "label": "", "name": "/dev/mapper/vg1-lv1_rimage_1", "size": "1G", "type": "lvm", "uuid": "" }, "/dev/sda": { "fstype": "", "label": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sda1": { "fstype": "LVM2_member", "label": "", "name": "/dev/sda1", "size": "10G", "type": "partition", "uuid": "waQAzW-Fsfp-u1k4-yIDg-DEjE-9YsQ-0Hmisy" }, "/dev/sdb": { "fstype": "", "label": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdb1": { "fstype": "LVM2_member", "label": "", "name": "/dev/sdb1", "size": "10G", "type": "partition", "uuid": "ER6G9k-AWQY-nzy4-jXYw-GctU-hyNT-92fD42" }, "/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": "82a26900-2b36-49b9-bc49-f4d2f0bb14b8" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-role-results.yml:20 Thursday 06 June 2024 13:33:27 +0000 (0:00:00.229) 0:04:25.637 ********* ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:01.004665", "end": "2024-06-06 13:33:28.468857", "rc": 0, "start": "2024-06-06 13:33:27.464192" } STDOUT: # # /etc/fstab # Created by anaconda on Tue May 28 13:15:44 2024 # # Accessible filesystems, by reference, are maintained under '/dev/disk/'. # See man pages fstab(5), findfs(8), mount(8) and/or blkid(8) for more info. # # After editing this file, run 'systemctl daemon-reload' to update systemd # units generated from this file. # UUID=82a26900-2b36-49b9-bc49-f4d2f0bb14b8 / xfs defaults 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat /mnt/redhat nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/qa /mnt/qa nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive /mnt/engarchive nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/tpsdist /mnt/tpsdist nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot /mnt/brew nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch /mnt/brew_scratch nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 /dev/mapper/vg1-lv1 /opt/test1 xfs defaults 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-role-results.yml:25 Thursday 06 June 2024 13:33:28 +0000 (0:00:01.227) 0:04:26.865 ********* ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.003407", "end": "2024-06-06 13:33:28.690089", "failed_when_result": false, "rc": 0, "start": "2024-06-06 13:33:28.686682" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-role-results.yml:34 Thursday 06 June 2024 13:33:28 +0000 (0:00:00.220) 0:04:27.086 ********* included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool.yml for sut => (item={'disks': ['sda', 'sdb'], 'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'name': 'vg1', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_metadata_version': None, 'raid_chunk_size': None, 'shared': False, 'state': 'present', 'type': 'lvm', 'volumes': [{'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'lv1', 'raid_level': 'raid0', 'size': '2g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': ['sda', 'sdb'], 'raid_stripe_size': '256 KiB', 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': [], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/vg1-lv1', '_raw_device': '/dev/mapper/vg1-lv1', '_mount_id': '/dev/mapper/vg1-lv1', '_kernel_device': '/dev/dm-2', '_raw_kernel_device': '/dev/dm-2'}]}) TASK [Set _storage_pool_tests] ************************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool.yml:5 Thursday 06 June 2024 13:33:28 +0000 (0:00:00.058) 0:04:27.144 ********* ok: [sut] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool.yml:18 Thursday 06 June 2024 13:33:28 +0000 (0:00:00.029) 0:04:27.174 ********* ok: [sut] => { "changed": false, "cmd": [ "vgs", "--noheadings", "--binary", "-o", "shared", "vg1" ], "delta": "0:00:00.030572", "end": "2024-06-06 13:33:29.022540", "rc": 0, "start": "2024-06-06 13:33:28.991968" } STDOUT: 0 TASK [Verify that VG shared value checks out] ********************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool.yml:24 Thursday 06 June 2024 13:33:29 +0000 (0:00:00.244) 0:04:27.418 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify pool subset] ****************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool.yml:34 Thursday 06 June 2024 13:33:29 +0000 (0:00:00.031) 0:04:27.450 ********* included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool-members.yml for sut => (item=members) included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool-volumes.yml for sut => (item=volumes) TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool-members.yml:2 Thursday 06 June 2024 13:33:29 +0000 (0:00:00.048) 0:04:27.498 ********* ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_count": "2", "_storage_test_pool_pvs_lvm": [ "/dev/sda1", "/dev/sdb1" ] }, "changed": false } TASK [Get the canonical device path for each member device] ******************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool-members.yml:8 Thursday 06 June 2024 13:33:29 +0000 (0:00:00.041) 0:04:27.539 ********* ok: [sut] => (item=/dev/sda1) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/sda1", "pv": "/dev/sda1" } ok: [sut] => (item=/dev/sdb1) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/sdb1", "pv": "/dev/sdb1" } TASK [Set pvs lvm length] ****************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool-members.yml:17 Thursday 06 June 2024 13:33:29 +0000 (0:00:00.490) 0:04:28.030 ********* ok: [sut] => { "ansible_facts": { "__pvs_lvm_len": "2" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool-members.yml:22 Thursday 06 June 2024 13:33:29 +0000 (0:00:00.038) 0:04:28.069 ********* ok: [sut] => { "ansible_facts": { "_storage_test_pool_pvs": [ "/dev/sda1", "/dev/sdb1" ] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool-members.yml:27 Thursday 06 June 2024 13:33:29 +0000 (0:00:00.043) 0:04:28.112 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool-members.yml:36 Thursday 06 June 2024 13:33:29 +0000 (0:00:00.039) 0:04:28.151 ********* ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool-members.yml:41 Thursday 06 June 2024 13:33:29 +0000 (0:00:00.030) 0:04:28.181 ********* ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "partition" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool-members.yml:46 Thursday 06 June 2024 13:33:29 +0000 (0:00:00.037) 0:04:28.219 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'lvm' and storage_test_pool.raid_level", "skip_reason": "Conditional result was False" } TASK [Check the type of each PV] *********************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool-members.yml:51 Thursday 06 June 2024 13:33:29 +0000 (0:00:00.030) 0:04:28.250 ********* ok: [sut] => (item=/dev/sda1) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/sda1" } MSG: All assertions passed ok: [sut] => (item=/dev/sdb1) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/sdb1" } MSG: All assertions passed TASK [Check MD RAID] *********************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool-members.yml:64 Thursday 06 June 2024 13:33:29 +0000 (0:00:00.038) 0:04:28.288 ********* included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-md.yml for sut TASK [Get information about RAID] ********************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-md.yml:8 Thursday 06 June 2024 13:33:29 +0000 (0:00:00.047) 0:04:28.336 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-md.yml:14 Thursday 06 June 2024 13:33:29 +0000 (0:00:00.026) 0:04:28.363 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-md.yml:19 Thursday 06 June 2024 13:33:30 +0000 (0:00:00.027) 0:04:28.390 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-md.yml:24 Thursday 06 June 2024 13:33:30 +0000 (0:00:00.026) 0:04:28.416 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set md chunk size regex] ************************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-md.yml:29 Thursday 06 June 2024 13:33:30 +0000 (0:00:00.026) 0:04:28.443 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-md.yml:37 Thursday 06 June 2024 13:33:30 +0000 (0:00:00.027) 0:04:28.471 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-md.yml:46 Thursday 06 June 2024 13:33:30 +0000 (0:00:00.123) 0:04:28.594 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-md.yml:55 Thursday 06 June 2024 13:33:30 +0000 (0:00:00.027) 0:04:28.622 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-md.yml:64 Thursday 06 June 2024 13:33:30 +0000 (0:00:00.026) 0:04:28.649 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-md.yml:74 Thursday 06 June 2024 13:33:30 +0000 (0:00:00.027) 0:04:28.676 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Reset variables used by tests] ******************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-md.yml:83 Thursday 06 June 2024 13:33:30 +0000 (0:00:00.027) 0:04:28.704 ********* ok: [sut] => { "ansible_facts": { "storage_test_md_active_devices_re": null, "storage_test_md_chunk_size_re": null, "storage_test_md_metadata_version_re": null, "storage_test_md_spare_devices_re": null }, "changed": false } TASK [Check LVM RAID] ********************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool-members.yml:67 Thursday 06 June 2024 13:33:30 +0000 (0:00:00.029) 0:04:28.733 ********* included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-members-lvmraid.yml for sut TASK [Validate pool member LVM RAID settings] ********************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-members-lvmraid.yml:2 Thursday 06 June 2024 13:33:30 +0000 (0:00:00.046) 0:04:28.779 ********* included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-lvmraid.yml for sut => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'lv1', 'raid_level': 'raid0', 'size': '2g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': ['sda', 'sdb'], 'raid_stripe_size': '256 KiB', 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': [], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/vg1-lv1', '_raw_device': '/dev/mapper/vg1-lv1', '_mount_id': '/dev/mapper/vg1-lv1', '_kernel_device': '/dev/dm-2', '_raw_kernel_device': '/dev/dm-2'}) TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-lvmraid.yml:8 Thursday 06 June 2024 13:33:30 +0000 (0:00:00.046) 0:04:28.826 ********* ok: [sut] => { "changed": false, "cmd": [ "lvs", "--noheadings", "--nameprefixes", "--units=b", "--nosuffix", "--unquoted", "-o", "name,segtype,stripe_size", "vg1/lv1" ], "delta": "0:00:00.034463", "end": "2024-06-06 13:33:30.681285", "rc": 0, "start": "2024-06-06 13:33:30.646822" } STDOUT: LVM2_LV_NAME=lv1 LVM2_SEGTYPE=raid0 LVM2_STRIPE_SIZE=262144 TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-lvmraid.yml:16 Thursday 06 June 2024 13:33:30 +0000 (0:00:00.251) 0:04:29.077 ********* ok: [sut] => { "ansible_facts": { "storage_test_lv_segtype": [ "raid0" ] }, "changed": false } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-lvmraid.yml:20 Thursday 06 June 2024 13:33:30 +0000 (0:00:00.042) 0:04:29.119 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set LV stripe size] ****************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-lvmraid.yml:27 Thursday 06 June 2024 13:33:30 +0000 (0:00:00.032) 0:04:29.152 ********* ok: [sut] => { "ansible_facts": { "storage_test_lv_stripe_size": [ "262144" ] }, "changed": false } TASK [Parse the requested stripe size] ***************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-lvmraid.yml:31 Thursday 06 June 2024 13:33:30 +0000 (0:00:00.038) 0:04:29.191 ********* ok: [sut] => { "bytes": 262144, "changed": false, "lvm": "256k", "parted": "256KiB", "size": "256 KiB" } TASK [Set expected stripe size] ************************************************ task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-lvmraid.yml:37 Thursday 06 June 2024 13:33:31 +0000 (0:00:00.210) 0:04:29.402 ********* ok: [sut] => { "ansible_facts": { "storage_test_expected_stripe_size": "262144" }, "changed": false } TASK [Check stripe size] ******************************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-lvmraid.yml:42 Thursday 06 June 2024 13:33:31 +0000 (0:00:00.141) 0:04:29.543 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Check Thin Pools] ******************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool-members.yml:70 Thursday 06 June 2024 13:33:31 +0000 (0:00:00.043) 0:04:29.587 ********* included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-members-thin.yml for sut TASK [Validate pool member thinpool settings] ********************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-members-thin.yml:2 Thursday 06 June 2024 13:33:31 +0000 (0:00:00.047) 0:04:29.635 ********* included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-thin.yml for sut => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'lv1', 'raid_level': 'raid0', 'size': '2g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': ['sda', 'sdb'], 'raid_stripe_size': '256 KiB', 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': [], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/vg1-lv1', '_raw_device': '/dev/mapper/vg1-lv1', '_mount_id': '/dev/mapper/vg1-lv1', '_kernel_device': '/dev/dm-2', '_raw_kernel_device': '/dev/dm-2'}) TASK [Get information about thinpool] ****************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-thin.yml:8 Thursday 06 June 2024 13:33:31 +0000 (0:00:00.047) 0:04:29.682 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_thin_volume.thin", "skip_reason": "Conditional result was False" } TASK [Check that volume is in correct thinpool (when thinp name is provided)] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-thin.yml:16 Thursday 06 June 2024 13:33:31 +0000 (0:00:00.026) 0:04:29.709 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_thin_volume.thin", "skip_reason": "Conditional result was False" } TASK [Check that volume is in thinpool (when thinp name is not provided)] ****** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-thin.yml:22 Thursday 06 June 2024 13:33:31 +0000 (0:00:00.026) 0:04:29.736 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_thin_volume.thin", "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-thin.yml:26 Thursday 06 June 2024 13:33:31 +0000 (0:00:00.027) 0:04:29.763 ********* ok: [sut] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Check member encryption] ************************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool-members.yml:73 Thursday 06 June 2024 13:33:31 +0000 (0:00:00.028) 0:04:29.791 ********* included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-members-encryption.yml for sut TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-members-encryption.yml:5 Thursday 06 June 2024 13:33:31 +0000 (0:00:00.047) 0:04:29.839 ********* ok: [sut] => { "ansible_facts": { "_storage_test_expected_crypttab_entries": "0", "_storage_test_expected_crypttab_key_file": "-" }, "changed": false } TASK [Validate pool member LUKS settings] ************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-members-encryption.yml:10 Thursday 06 June 2024 13:33:31 +0000 (0:00:00.037) 0:04:29.876 ********* skipping: [sut] => (item=/dev/sda1) => { "_storage_test_pool_member_path": "/dev/sda1", "ansible_loop_var": "_storage_test_pool_member_path", "changed": false, "false_condition": "storage_test_pool.type == 'lvm' and storage_test_pool.encryption", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/dev/sdb1) => { "_storage_test_pool_member_path": "/dev/sdb1", "ansible_loop_var": "_storage_test_pool_member_path", "changed": false, "false_condition": "storage_test_pool.type == 'lvm' and storage_test_pool.encryption", "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [Validate pool member crypttab entries] *********************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-members-encryption.yml:17 Thursday 06 June 2024 13:33:31 +0000 (0:00:00.030) 0:04:29.907 ********* included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-crypttab.yml for sut => (item=/dev/sda1) included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-crypttab.yml for sut => (item=/dev/sdb1) TASK [Set variables used by tests] ********************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-crypttab.yml:2 Thursday 06 June 2024 13:33:31 +0000 (0:00:00.149) 0:04:30.057 ********* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-crypttab.yml:6 Thursday 06 June 2024 13:33:31 +0000 (0:00:00.041) 0:04:30.098 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-crypttab.yml:14 Thursday 06 June 2024 13:33:31 +0000 (0:00:00.040) 0:04:30.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-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-crypttab.yml:23 Thursday 06 June 2024 13:33:31 +0000 (0:00:00.035) 0:04:30.174 ********* skipping: [sut] => { "changed": false, "false_condition": "false and _storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-crypttab.yml:32 Thursday 06 June 2024 13:33:31 +0000 (0:00:00.039) 0:04:30.214 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-crypttab.yml:41 Thursday 06 June 2024 13:33:31 +0000 (0:00:00.036) 0:04:30.250 ********* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-crypttab.yml:2 Thursday 06 June 2024 13:33:31 +0000 (0:00:00.030) 0:04:30.281 ********* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-crypttab.yml:6 Thursday 06 June 2024 13:33:31 +0000 (0:00:00.038) 0:04:30.319 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-crypttab.yml:14 Thursday 06 June 2024 13:33:31 +0000 (0:00:00.041) 0:04:30.361 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-crypttab.yml:23 Thursday 06 June 2024 13:33:32 +0000 (0:00:00.034) 0:04:30.395 ********* skipping: [sut] => { "changed": false, "false_condition": "false and _storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-crypttab.yml:32 Thursday 06 June 2024 13:33:32 +0000 (0:00:00.034) 0:04:30.430 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-crypttab.yml:41 Thursday 06 June 2024 13:33:32 +0000 (0:00:00.033) 0:04:30.464 ********* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-members-encryption.yml:24 Thursday 06 June 2024 13:33:32 +0000 (0:00:00.030) 0:04:30.494 ********* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_crypttab_key_file": null }, "changed": false } TASK [Check VDO] *************************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool-members.yml:76 Thursday 06 June 2024 13:33:32 +0000 (0:00:00.027) 0:04:30.522 ********* included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-members-vdo.yml for sut TASK [Validate pool member VDO settings] *************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-members-vdo.yml:2 Thursday 06 June 2024 13:33:32 +0000 (0:00:00.143) 0:04:30.665 ********* included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-vdo.yml for sut => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'lv1', 'raid_level': 'raid0', 'size': '2g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': ['sda', 'sdb'], 'raid_stripe_size': '256 KiB', 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': [], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/vg1-lv1', '_raw_device': '/dev/mapper/vg1-lv1', '_mount_id': '/dev/mapper/vg1-lv1', '_kernel_device': '/dev/dm-2', '_raw_kernel_device': '/dev/dm-2'}) TASK [Get information about VDO deduplication] ********************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-vdo.yml:8 Thursday 06 June 2024 13:33:32 +0000 (0:00:00.045) 0:04:30.710 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-vdo.yml:15 Thursday 06 June 2024 13:33:32 +0000 (0:00:00.028) 0:04:30.738 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-vdo.yml:21 Thursday 06 June 2024 13:33:32 +0000 (0:00:00.026) 0:04:30.765 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Get information about VDO compression] *********************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-vdo.yml:27 Thursday 06 June 2024 13:33:32 +0000 (0:00:00.026) 0:04:30.791 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-vdo.yml:34 Thursday 06 June 2024 13:33:32 +0000 (0:00:00.026) 0:04:30.818 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-vdo.yml:40 Thursday 06 June 2024 13:33:32 +0000 (0:00:00.026) 0:04:30.845 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-vdo.yml:46 Thursday 06 June 2024 13:33:32 +0000 (0:00:00.025) 0:04:30.870 ********* ok: [sut] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool-members.yml:79 Thursday 06 June 2024 13:33:32 +0000 (0:00:00.027) 0:04:30.898 ********* ok: [sut] => { "ansible_facts": { "__pvs_lvm_len": null, "_storage_test_expected_pv_count": null, "_storage_test_expected_pv_type": null, "_storage_test_pool_pvs": [], "_storage_test_pool_pvs_lvm": [] }, "changed": false } TASK [Verify the volumes] ****************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool-volumes.yml:3 Thursday 06 June 2024 13:33:32 +0000 (0:00:00.027) 0:04:30.926 ********* included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/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': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'lv1', 'raid_level': 'raid0', 'size': '2g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': ['sda', 'sdb'], 'raid_stripe_size': '256 KiB', 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': [], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/vg1-lv1', '_raw_device': '/dev/mapper/vg1-lv1', '_mount_id': '/dev/mapper/vg1-lv1', '_kernel_device': '/dev/dm-2', '_raw_kernel_device': '/dev/dm-2'}) TASK [Set storage volume test variables] *************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume.yml:2 Thursday 06 June 2024 13:33:32 +0000 (0:00:00.043) 0:04:30.969 ********* ok: [sut] => { "ansible_facts": { "_storage_test_volume_present": true, "_storage_volume_tests": [ "mount", "fstab", "fs", "device", "encryption", "md", "size", "cache" ] }, "changed": false } TASK [Run test verify for {{ storage_test_volume_subset }}] ******************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume.yml:19 Thursday 06 June 2024 13:33:32 +0000 (0:00:00.038) 0:04:31.008 ********* included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-mount.yml for sut => (item=mount) included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-fstab.yml for sut => (item=fstab) included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-fs.yml for sut => (item=fs) included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-device.yml for sut => (item=device) included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml for sut => (item=encryption) included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-md.yml for sut => (item=md) included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml for sut => (item=size) included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-cache.yml for sut => (item=cache) TASK [Get expected mount device based on device type] ************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-mount.yml:7 Thursday 06 June 2024 13:33:32 +0000 (0:00:00.180) 0:04:31.189 ********* ok: [sut] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/vg1-lv1" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-mount.yml:11 Thursday 06 June 2024 13:33:32 +0000 (0:00:00.034) 0:04:31.223 ********* ok: [sut] => { "ansible_facts": { "storage_test_mount_device_matches": [ { "block_available": 495537, "block_size": 4096, "block_total": 507392, "block_used": 11855, "device": "/dev/mapper/vg1-lv1", "fstype": "xfs", "inode_available": 1047549, "inode_total": 1047552, "inode_used": 3, "mount": "/opt/test1", "options": "rw,seclabel,relatime,attr2,inode64,logbufs=8,logbsize=256k,sunit=512,swidth=1024,noquota", "size_available": 2029719552, "size_total": 2078277632, "uuid": "b007b54c-7289-4181-9c67-f5d3722624a7" } ], "storage_test_mount_expected_match_count": "1", "storage_test_mount_point_matches": [ { "block_available": 495537, "block_size": 4096, "block_total": 507392, "block_used": 11855, "device": "/dev/mapper/vg1-lv1", "fstype": "xfs", "inode_available": 1047549, "inode_total": 1047552, "inode_used": 3, "mount": "/opt/test1", "options": "rw,seclabel,relatime,attr2,inode64,logbufs=8,logbsize=256k,sunit=512,swidth=1024,noquota", "size_available": 2029719552, "size_total": 2078277632, "uuid": "b007b54c-7289-4181-9c67-f5d3722624a7" } ], "storage_test_swap_expected_matches": "0" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-mount.yml:21 Thursday 06 June 2024 13:33:32 +0000 (0:00:00.043) 0:04:31.266 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and (storage_test_volume.mount_user or storage_test_volume.mount_group or storage_test_volume.mount_mode)", "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-mount.yml:30 Thursday 06 June 2024 13:33:32 +0000 (0:00:00.027) 0:04:31.294 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the current mount state by mount point] *************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-mount.yml:41 Thursday 06 June 2024 13:33:32 +0000 (0:00:00.038) 0:04:31.332 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-mount.yml:48 Thursday 06 June 2024 13:33:33 +0000 (0:00:00.041) 0:04:31.373 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_user", "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-mount.yml:54 Thursday 06 June 2024 13:33:33 +0000 (0:00:00.027) 0:04:31.401 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_group", "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-mount.yml:60 Thursday 06 June 2024 13:33:33 +0000 (0:00:00.026) 0:04:31.428 ********* 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-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-mount.yml:69 Thursday 06 June 2024 13:33:33 +0000 (0:00:00.025) 0:04:31.453 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get path of test volume device] ****************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-mount.yml:80 Thursday 06 June 2024 13:33:33 +0000 (0:00:00.040) 0:04:31.494 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-mount.yml:86 Thursday 06 June 2024 13:33:33 +0000 (0:00:00.026) 0:04:31.520 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-mount.yml:92 Thursday 06 June 2024 13:33:33 +0000 (0:00:00.025) 0:04:31.545 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-mount.yml:102 Thursday 06 June 2024 13:33:33 +0000 (0:00:00.024) 0:04:31.570 ********* 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-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-fstab.yml:2 Thursday 06 June 2024 13:33:33 +0000 (0:00:00.121) 0:04:31.691 ********* ok: [sut] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": "1", "storage_test_fstab_expected_mount_options_matches": "1", "storage_test_fstab_expected_mount_point_matches": "1", "storage_test_fstab_id_matches": [ "/dev/mapper/vg1-lv1 " ], "storage_test_fstab_mount_options_matches": [ " /opt/test1 xfs defaults " ], "storage_test_fstab_mount_point_matches": [ " /opt/test1 " ] }, "changed": false } TASK [Verify that the device identifier appears in /etc/fstab] ***************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-fstab.yml:17 Thursday 06 June 2024 13:33:33 +0000 (0:00:00.052) 0:04:31.743 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-fstab.yml:24 Thursday 06 June 2024 13:33:33 +0000 (0:00:00.039) 0:04:31.783 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-fstab.yml:33 Thursday 06 June 2024 13:33:33 +0000 (0:00:00.038) 0:04:31.821 ********* skipping: [sut] => { "changed": false, "false_condition": "__storage_verify_mount_options | d(false)", "skip_reason": "Conditional result was False" } TASK [Clean up variables] ****************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-fstab.yml:45 Thursday 06 June 2024 13:33:33 +0000 (0:00:00.035) 0:04:31.856 ********* ok: [sut] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": null, "storage_test_fstab_expected_mount_options_matches": null, "storage_test_fstab_expected_mount_point_matches": null, "storage_test_fstab_id_matches": null, "storage_test_fstab_mount_options_matches": null, "storage_test_fstab_mount_point_matches": null }, "changed": false } TASK [Verify fs type] ********************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-fs.yml:3 Thursday 06 June 2024 13:33:33 +0000 (0:00:00.029) 0:04:31.885 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-fs.yml:9 Thursday 06 June 2024 13:33:33 +0000 (0:00:00.037) 0:04:31.923 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-device.yml:3 Thursday 06 June 2024 13:33:33 +0000 (0:00:00.040) 0:04:31.963 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1717680803.707163, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1717680803.707163, "dev": 5, "device_type": 64770, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 2628, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/symlink", "mode": "0660", "mtime": 1717680803.707163, "nlink": 1, "path": "/dev/mapper/vg1-lv1", "pw_name": "root", "readable": true, "rgrp": true, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": null, "wgrp": true, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-device.yml:9 Thursday 06 June 2024 13:33:33 +0000 (0:00:00.220) 0:04:32.183 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-device.yml:16 Thursday 06 June 2024 13:33:33 +0000 (0:00:00.030) 0:04:32.214 ********* skipping: [sut] => { "changed": false, "false_condition": "not (_storage_test_volume_present or storage_test_volume.type == 'disk')", "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-device.yml:23 Thursday 06 June 2024 13:33:33 +0000 (0:00:00.026) 0:04:32.241 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-device.yml:29 Thursday 06 June 2024 13:33:33 +0000 (0:00:00.032) 0:04:32.274 ********* ok: [sut] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-device.yml:33 Thursday 06 June 2024 13:33:33 +0000 (0:00:00.028) 0:04:32.302 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == \"raid\"", "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-device.yml:38 Thursday 06 June 2024 13:33:33 +0000 (0:00:00.025) 0:04:32.327 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:3 Thursday 06 June 2024 13:33:33 +0000 (0:00:00.027) 0:04:32.355 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:10 Thursday 06 June 2024 13:33:34 +0000 (0:00:00.128) 0:04:32.484 ********* ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Collect LUKS info for this volume] *************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:16 Thursday 06 June 2024 13:33:35 +0000 (0:00:00.912) 0:04:33.397 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:22 Thursday 06 June 2024 13:33:35 +0000 (0:00:00.030) 0:04:33.427 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Verify that the raw device is the same as the device if not encrypted] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:29 Thursday 06 June 2024 13:33:35 +0000 (0:00:00.026) 0:04:33.454 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:40 Thursday 06 June 2024 13:33:35 +0000 (0:00:00.039) 0:04:33.494 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:46 Thursday 06 June 2024 13:33:35 +0000 (0:00:00.027) 0:04:33.522 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:51 Thursday 06 June 2024 13:33:35 +0000 (0:00:00.026) 0:04:33.548 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:63 Thursday 06 June 2024 13:33:35 +0000 (0:00:00.030) 0:04:33.579 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:75 Thursday 06 June 2024 13:33:35 +0000 (0:00:00.027) 0:04:33.606 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:87 Thursday 06 June 2024 13:33:35 +0000 (0:00:00.027) 0:04:33.634 ********* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [], "_storage_test_expected_crypttab_entries": "0", "_storage_test_expected_crypttab_key_file": "-" }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:93 Thursday 06 June 2024 13:33:35 +0000 (0:00:00.039) 0:04:33.674 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:100 Thursday 06 June 2024 13:33:35 +0000 (0:00:00.042) 0:04:33.716 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:108 Thursday 06 June 2024 13:33:35 +0000 (0:00:00.035) 0:04:33.752 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:116 Thursday 06 June 2024 13:33:35 +0000 (0:00:00.034) 0:04:33.787 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:124 Thursday 06 June 2024 13:33:35 +0000 (0:00:00.034) 0:04:33.821 ********* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_expected_crypttab_entries": null, "_storage_test_expected_crypttab_key_file": null }, "changed": false } TASK [Get information about RAID] ********************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-md.yml:8 Thursday 06 June 2024 13:33:35 +0000 (0:00:00.127) 0:04:33.949 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-md.yml:14 Thursday 06 June 2024 13:33:35 +0000 (0:00:00.028) 0:04:33.978 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-md.yml:19 Thursday 06 June 2024 13:33:35 +0000 (0:00:00.029) 0:04:34.008 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-md.yml:24 Thursday 06 June 2024 13:33:35 +0000 (0:00:00.026) 0:04:34.034 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-md.yml:29 Thursday 06 June 2024 13:33:35 +0000 (0:00:00.026) 0:04:34.061 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-md.yml:37 Thursday 06 June 2024 13:33:35 +0000 (0:00:00.027) 0:04:34.088 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-md.yml:46 Thursday 06 June 2024 13:33:35 +0000 (0:00:00.027) 0:04:34.116 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-md.yml:54 Thursday 06 June 2024 13:33:35 +0000 (0:00:00.025) 0:04:34.141 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-md.yml:62 Thursday 06 June 2024 13:33:35 +0000 (0:00:00.026) 0:04:34.168 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-md.yml:70 Thursday 06 June 2024 13:33:35 +0000 (0:00:00.027) 0:04:34.196 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:3 Thursday 06 June 2024 13:33:35 +0000 (0:00:00.028) 0:04:34.224 ********* ok: [sut] => { "bytes": 2147483648, "changed": false, "lvm": "2g", "parted": "2GiB", "size": "2 GiB" } TASK [Parse the requested size of the volume] ********************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:11 Thursday 06 June 2024 13:33:36 +0000 (0:00:00.220) 0:04:34.445 ********* ok: [sut] => { "bytes": 2147483648, "changed": false, "lvm": "2g", "parted": "2GiB", "size": "2 GiB" } TASK [Establish base value for expected size] ********************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:20 Thursday 06 June 2024 13:33:36 +0000 (0:00:00.225) 0:04:34.670 ********* ok: [sut] => { "ansible_facts": { "storage_test_expected_size": "2147483648" }, "changed": false } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:28 Thursday 06 June 2024 13:33:36 +0000 (0:00:00.038) 0:04:34.708 ********* ok: [sut] => { "storage_test_expected_size": "2147483648" } TASK [Get the size of parent/pool device] ************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:32 Thursday 06 June 2024 13:33:36 +0000 (0:00:00.142) 0:04:34.850 ********* ok: [sut] => { "bytes": 21442624225, "changed": false, "lvm": "19g", "parted": "19GiB", "size": "19 GiB" } TASK [Show test pool] ********************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:46 Thursday 06 June 2024 13:33:36 +0000 (0:00:00.222) 0:04:35.073 ********* skipping: [sut] => { "false_condition": "'%' in storage_test_volume.size | string" } TASK [Show test blockinfo] ***************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:50 Thursday 06 June 2024 13:33:36 +0000 (0:00:00.040) 0:04:35.113 ********* skipping: [sut] => { "false_condition": "'%' in storage_test_volume.size | string" } TASK [Show test pool size] ***************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:54 Thursday 06 June 2024 13:33:36 +0000 (0:00:00.037) 0:04:35.151 ********* skipping: [sut] => { "false_condition": "'%' in storage_test_volume.size | string" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:58 Thursday 06 June 2024 13:33:36 +0000 (0:00:00.036) 0:04:35.187 ********* skipping: [sut] => { "changed": false, "false_condition": "'%' in storage_test_volume.size | string", "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:67 Thursday 06 June 2024 13:33:36 +0000 (0:00:00.040) 0:04:35.228 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:71 Thursday 06 June 2024 13:33:36 +0000 (0:00:00.027) 0:04:35.256 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:76 Thursday 06 June 2024 13:33:36 +0000 (0:00:00.027) 0:04:35.283 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:82 Thursday 06 June 2024 13:33:36 +0000 (0:00:00.026) 0:04:35.309 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:86 Thursday 06 June 2024 13:33:36 +0000 (0:00:00.028) 0:04:35.338 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:91 Thursday 06 June 2024 13:33:37 +0000 (0:00:00.026) 0:04:35.364 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:96 Thursday 06 June 2024 13:33:37 +0000 (0:00:00.027) 0:04:35.391 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:101 Thursday 06 June 2024 13:33:37 +0000 (0:00:00.026) 0:04:35.418 ********* skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Show volume thin pool size] ********************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:105 Thursday 06 June 2024 13:33:37 +0000 (0:00:00.029) 0:04:35.447 ********* skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:109 Thursday 06 June 2024 13:33:37 +0000 (0:00:00.027) 0:04:35.475 ********* skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Establish base value for expected thin pool size] ************************ task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:113 Thursday 06 June 2024 13:33:37 +0000 (0:00:00.130) 0:04:35.605 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:120 Thursday 06 June 2024 13:33:37 +0000 (0:00:00.026) 0:04:35.632 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:127 Thursday 06 June 2024 13:33:37 +0000 (0:00:00.026) 0:04:35.659 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:131 Thursday 06 June 2024 13:33:37 +0000 (0:00:00.027) 0:04:35.686 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:137 Thursday 06 June 2024 13:33:37 +0000 (0:00:00.027) 0:04:35.713 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:143 Thursday 06 June 2024 13:33:37 +0000 (0:00:00.026) 0:04:35.740 ********* ok: [sut] => { "storage_test_actual_size": { "bytes": 2147483648, "changed": false, "failed": false, "lvm": "2g", "parted": "2GiB", "size": "2 GiB" } } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:147 Thursday 06 June 2024 13:33:37 +0000 (0:00:00.030) 0:04:35.770 ********* ok: [sut] => { "storage_test_expected_size": "2147483648" } TASK [Assert expected size is actual size] ************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:151 Thursday 06 June 2024 13:33:37 +0000 (0:00:00.030) 0:04:35.801 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-cache.yml:5 Thursday 06 June 2024 13:33:37 +0000 (0:00:00.041) 0:04:35.843 ********* ok: [sut] => { "changed": false, "cmd": [ "lvs", "--noheadings", "--nameprefixes", "--units=b", "--nosuffix", "--unquoted", "-o", "name,attr,cache_total_blocks,chunk_size,segtype", "vg1/lv1" ], "delta": "0:00:00.031672", "end": "2024-06-06 13:33:37.692220", "rc": 0, "start": "2024-06-06 13:33:37.660548" } STDOUT: LVM2_LV_NAME=lv1 LVM2_LV_ATTR=rwi-aor--- LVM2_CACHE_TOTAL_BLOCKS= LVM2_CHUNK_SIZE=0 LVM2_SEGTYPE=raid0 TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-cache.yml:13 Thursday 06 June 2024 13:33:37 +0000 (0:00:00.245) 0:04:36.088 ********* ok: [sut] => { "ansible_facts": { "storage_test_lv_segtype": [ "raid0" ] }, "changed": false } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-cache.yml:17 Thursday 06 June 2024 13:33:37 +0000 (0:00:00.041) 0:04:36.129 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set LV cache size] ******************************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-cache.yml:24 Thursday 06 June 2024 13:33:37 +0000 (0:00:00.038) 0:04:36.168 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.cached | bool", "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-cache.yml:31 Thursday 06 June 2024 13:33:37 +0000 (0:00:00.034) 0:04:36.203 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.cached | bool", "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-cache.yml:37 Thursday 06 June 2024 13:33:37 +0000 (0:00:00.032) 0:04:36.236 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.cached | bool", "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-cache.yml:42 Thursday 06 June 2024 13:33:37 +0000 (0:00:00.033) 0:04:36.270 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.cached | bool", "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume.yml:25 Thursday 06 June 2024 13:33:38 +0000 (0:00:00.132) 0:04:36.402 ********* ok: [sut] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-role-results.yml:44 Thursday 06 June 2024 13:33:38 +0000 (0:00:00.028) 0:04:36.431 ********* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Clean up variable namespace] ********************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-role-results.yml:54 Thursday 06 June 2024 13:33:38 +0000 (0:00:00.020) 0:04:36.451 ********* ok: [sut] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } TASK [Remove the device created above] ***************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/tests_create_raid_pool_then_remove.yml:261 Thursday 06 June 2024 13:33:38 +0000 (0:00:00.028) 0:04:36.480 ********* TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Thursday 06 June 2024 13:33:38 +0000 (0:00:00.046) 0:04:36.526 ********* included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Thursday 06 June 2024 13:33:38 +0000 (0:00:00.041) 0:04:36.567 ********* skipping: [sut] => { "changed": false, "false_condition": "__storage_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Thursday 06 June 2024 13:33:38 +0000 (0:00:00.042) 0:04:36.610 ********* skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_9.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs" ] }, "ansible_included_var_files": [ "/WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } ok: [sut] => (item=CentOS_9.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs" ] }, "ansible_included_var_files": [ "/WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Thursday 06 June 2024 13:33:38 +0000 (0:00:00.058) 0:04:36.669 ********* skipping: [sut] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Thursday 06 June 2024 13:33:38 +0000 (0:00:00.028) 0:04:36.697 ********* skipping: [sut] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Thursday 06 June 2024 13:33:38 +0000 (0:00:00.029) 0:04:36.727 ********* ok: [sut] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Thursday 06 June 2024 13:33:38 +0000 (0:00:00.030) 0:04:36.758 ********* ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Thursday 06 June 2024 13:33:38 +0000 (0:00:00.029) 0:04:36.788 ********* redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for sut TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Thursday 06 June 2024 13:33:38 +0000 (0:00:00.168) 0:04:36.956 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"blivet_available\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Thursday 06 June 2024 13:33:38 +0000 (0:00:00.033) 0:04:36.990 ********* ok: [sut] => { "storage_pools": [ { "disks": [ "sda", "sdb" ], "name": "vg1", "state": "absent", "type": "lvm", "volumes": [ { "mount_point": "/opt/test1", "name": "lv1", "raid_disks": [ "sda", "sdb" ], "raid_level": "raid0", "size": "2g" } ] } ] } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Thursday 06 June 2024 13:33:38 +0000 (0:00:00.033) 0:04:37.023 ********* ok: [sut] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined. 'storage_volumes' is undefined" } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Thursday 06 June 2024 13:33:38 +0000 (0:00:00.034) 0:04:37.058 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Thursday 06 June 2024 13:33:38 +0000 (0:00:00.030) 0:04:37.088 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Thursday 06 June 2024 13:33:38 +0000 (0:00:00.029) 0:04:37.118 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Thursday 06 June 2024 13:33:38 +0000 (0:00:00.028) 0:04:37.146 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"service_facts\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Thursday 06 June 2024 13:33:38 +0000 (0:00:00.028) 0:04:37.175 ********* ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Thursday 06 June 2024 13:33:38 +0000 (0:00:00.049) 0:04:37.224 ********* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Thursday 06 June 2024 13:33:38 +0000 (0:00:00.020) 0:04:37.245 ********* changed: [sut] => { "actions": [ { "action": "destroy format", "device": "/dev/mapper/vg1-lv1", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/vg1-lv1", "fs_type": null }, { "action": "destroy device", "device": "/dev/vg1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sda1", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/sda1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sda", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/sdb1", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/sdb1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdb", "fs_type": "disklabel" } ], "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": "xfs", "path": "/opt/test1", "src": "/dev/mapper/vg1-lv1", "state": "absent" } ], "packages": [ "xfsprogs" ], "pools": [ { "disks": [ "sda", "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "vg1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "absent", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/vg1-lv1", "_mount_id": "/dev/mapper/vg1-lv1", "_raw_device": "/dev/mapper/vg1-lv1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "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": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "lv1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [ "sda", "sdb" ], "raid_level": "raid0", "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "2g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Thursday 06 June 2024 13:33:42 +0000 (0:00:03.232) 0:04:40.478 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_udevadm_trigger | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Thursday 06 June 2024 13:33:42 +0000 (0:00:00.038) 0:04:40.516 ********* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:101 Thursday 06 June 2024 13:33:42 +0000 (0:00:00.020) 0:04:40.537 ********* ok: [sut] => { "blivet_output": { "actions": [ { "action": "destroy format", "device": "/dev/mapper/vg1-lv1", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/vg1-lv1", "fs_type": null }, { "action": "destroy device", "device": "/dev/vg1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sda1", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/sda1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sda", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/sdb1", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/sdb1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdb", "fs_type": "disklabel" } ], "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": "xfs", "path": "/opt/test1", "src": "/dev/mapper/vg1-lv1", "state": "absent" } ], "packages": [ "xfsprogs" ], "pools": [ { "disks": [ "sda", "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "vg1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "absent", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/vg1-lv1", "_mount_id": "/dev/mapper/vg1-lv1", "_raw_device": "/dev/mapper/vg1-lv1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "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": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "lv1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [ "sda", "sdb" ], "raid_level": "raid0", "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "2g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:110 Thursday 06 June 2024 13:33:42 +0000 (0:00:00.031) 0:04:40.569 ********* ok: [sut] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "sda", "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "vg1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "absent", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/vg1-lv1", "_mount_id": "/dev/mapper/vg1-lv1", "_raw_device": "/dev/mapper/vg1-lv1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "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": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "lv1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [ "sda", "sdb" ], "raid_level": "raid0", "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "2g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] }, "changed": false } TASK [fedora.linux_system_roles.storage : Set the list of volumes for test verification] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:114 Thursday 06 June 2024 13:33:42 +0000 (0:00:00.030) 0:04:40.599 ********* ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:130 Thursday 06 June 2024 13:33:42 +0000 (0:00:00.139) 0:04:40.739 ********* redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount changed: [sut] => (item={'src': '/dev/mapper/vg1-lv1', 'path': '/opt/test1', 'state': 'absent', 'fstype': 'xfs'}) => { "ansible_loop_var": "mount_info", "backup_file": "", "boot": "yes", "changed": true, "dump": "0", "fstab": "/etc/fstab", "fstype": "xfs", "mount_info": { "fstype": "xfs", "path": "/opt/test1", "src": "/dev/mapper/vg1-lv1", "state": "absent" }, "name": "/opt/test1", "opts": "defaults", "passno": "0", "src": "/dev/mapper/vg1-lv1" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:141 Thursday 06 June 2024 13:33:42 +0000 (0:00:00.232) 0:04:40.971 ********* ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:146 Thursday 06 June 2024 13:33:43 +0000 (0:00:00.565) 0:04:41.537 ********* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:157 Thursday 06 June 2024 13:33:43 +0000 (0:00:00.036) 0:04:41.573 ********* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:169 Thursday 06 June 2024 13:33:43 +0000 (0:00:00.034) 0:04:41.608 ********* ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:177 Thursday 06 June 2024 13:33:43 +0000 (0:00:00.567) 0:04:42.176 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1717680394.2913754, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1716902420.402, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 2097284, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "inode/x-empty", "mode": "0600", "mtime": 1716902144.521, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "3342962587", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:182 Thursday 06 June 2024 13:33:44 +0000 (0:00:00.224) 0:04:42.400 ********* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:204 Thursday 06 June 2024 13:33:44 +0000 (0:00:00.022) 0:04:42.422 ********* ok: [sut] TASK [Verify role results] ***************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/tests_create_raid_pool_then_remove.yml:277 Thursday 06 June 2024 13:33:44 +0000 (0:00:00.800) 0:04:43.223 ********* included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-role-results.yml for sut TASK [Print out pool information] ********************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-role-results.yml:2 Thursday 06 June 2024 13:33:44 +0000 (0:00:00.042) 0:04:43.265 ********* ok: [sut] => { "_storage_pools_list": [ { "disks": [ "sda", "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "vg1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "absent", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/vg1-lv1", "_mount_id": "/dev/mapper/vg1-lv1", "_raw_device": "/dev/mapper/vg1-lv1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "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": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "lv1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [ "sda", "sdb" ], "raid_level": "raid0", "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "2g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] } TASK [Print out volume information] ******************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-role-results.yml:7 Thursday 06 June 2024 13:33:44 +0000 (0:00:00.039) 0:04:43.304 ********* skipping: [sut] => { "false_condition": "_storage_volumes_list | length > 0" } TASK [Collect info about the volumes.] ***************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-role-results.yml:15 Thursday 06 June 2024 13:33:44 +0000 (0:00:00.035) 0:04:43.339 ********* 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": "82a26900-2b36-49b9-bc49-f4d2f0bb14b8" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-role-results.yml:20 Thursday 06 June 2024 13:33:45 +0000 (0:00:00.222) 0:04:43.561 ********* ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.003402", "end": "2024-06-06 13:33:45.383879", "rc": 0, "start": "2024-06-06 13:33:45.380477" } STDOUT: # # /etc/fstab # Created by anaconda on Tue May 28 13:15:44 2024 # # Accessible filesystems, by reference, are maintained under '/dev/disk/'. # See man pages fstab(5), findfs(8), mount(8) and/or blkid(8) for more info. # # After editing this file, run 'systemctl daemon-reload' to update systemd # units generated from this file. # UUID=82a26900-2b36-49b9-bc49-f4d2f0bb14b8 / xfs defaults 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat /mnt/redhat nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/qa /mnt/qa nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive /mnt/engarchive nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/tpsdist /mnt/tpsdist nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot /mnt/brew nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch /mnt/brew_scratch nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-role-results.yml:25 Thursday 06 June 2024 13:33:45 +0000 (0:00:00.342) 0:04:43.904 ********* ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.003389", "end": "2024-06-06 13:33:45.727286", "failed_when_result": false, "rc": 0, "start": "2024-06-06 13:33:45.723897" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-role-results.yml:34 Thursday 06 June 2024 13:33:45 +0000 (0:00:00.217) 0:04:44.121 ********* included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool.yml for sut => (item={'disks': ['sda', 'sdb'], 'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'name': 'vg1', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_metadata_version': None, 'raid_chunk_size': None, 'shared': False, 'state': 'absent', 'type': 'lvm', 'volumes': [{'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'lv1', 'raid_level': 'raid0', 'size': '2g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': ['sda', 'sdb'], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda', 'sdb'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/vg1-lv1', '_raw_device': '/dev/mapper/vg1-lv1', '_mount_id': '/dev/mapper/vg1-lv1'}]}) TASK [Set _storage_pool_tests] ************************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool.yml:5 Thursday 06 June 2024 13:33:45 +0000 (0:00:00.054) 0:04:44.176 ********* ok: [sut] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool.yml:18 Thursday 06 June 2024 13:33:45 +0000 (0:00:00.028) 0:04:44.204 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'lvm' and storage_test_pool.state == 'present'", "skip_reason": "Conditional result was False" } TASK [Verify that VG shared value checks out] ********************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool.yml:24 Thursday 06 June 2024 13:33:45 +0000 (0:00:00.027) 0:04:44.231 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'lvm' and storage_test_pool.state == 'present'", "skip_reason": "Conditional result was False" } TASK [Verify pool subset] ****************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool.yml:34 Thursday 06 June 2024 13:33:45 +0000 (0:00:00.027) 0:04:44.259 ********* included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool-members.yml for sut => (item=members) included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool-volumes.yml for sut => (item=volumes) TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool-members.yml:2 Thursday 06 June 2024 13:33:45 +0000 (0:00:00.048) 0:04:44.308 ********* ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_count": "0", "_storage_test_pool_pvs_lvm": [] }, "changed": false } TASK [Get the canonical device path for each member device] ******************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool-members.yml:8 Thursday 06 June 2024 13:33:45 +0000 (0:00:00.044) 0:04:44.353 ********* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Set pvs lvm length] ****************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool-members.yml:17 Thursday 06 June 2024 13:33:46 +0000 (0:00:00.021) 0:04:44.375 ********* ok: [sut] => { "ansible_facts": { "__pvs_lvm_len": "0" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool-members.yml:22 Thursday 06 June 2024 13:33:46 +0000 (0:00:00.037) 0:04:44.412 ********* ok: [sut] => { "ansible_facts": { "_storage_test_pool_pvs": [] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool-members.yml:27 Thursday 06 June 2024 13:33:46 +0000 (0:00:00.039) 0:04:44.452 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool-members.yml:36 Thursday 06 June 2024 13:33:46 +0000 (0:00:00.039) 0:04:44.491 ********* ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool-members.yml:41 Thursday 06 June 2024 13:33:46 +0000 (0:00:00.028) 0:04:44.520 ********* ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "partition" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool-members.yml:46 Thursday 06 June 2024 13:33:46 +0000 (0:00:00.038) 0:04:44.559 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'lvm' and storage_test_pool.raid_level", "skip_reason": "Conditional result was False" } TASK [Check the type of each PV] *********************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool-members.yml:51 Thursday 06 June 2024 13:33:46 +0000 (0:00:00.026) 0:04:44.585 ********* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check MD RAID] *********************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool-members.yml:64 Thursday 06 June 2024 13:33:46 +0000 (0:00:00.125) 0:04:44.711 ********* included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-md.yml for sut TASK [Get information about RAID] ********************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-md.yml:8 Thursday 06 June 2024 13:33:46 +0000 (0:00:00.048) 0:04:44.759 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-md.yml:14 Thursday 06 June 2024 13:33:46 +0000 (0:00:00.027) 0:04:44.786 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-md.yml:19 Thursday 06 June 2024 13:33:46 +0000 (0:00:00.026) 0:04:44.813 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-md.yml:24 Thursday 06 June 2024 13:33:46 +0000 (0:00:00.026) 0:04:44.840 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set md chunk size regex] ************************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-md.yml:29 Thursday 06 June 2024 13:33:46 +0000 (0:00:00.025) 0:04:44.866 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-md.yml:37 Thursday 06 June 2024 13:33:46 +0000 (0:00:00.027) 0:04:44.893 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-md.yml:46 Thursday 06 June 2024 13:33:46 +0000 (0:00:00.027) 0:04:44.921 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-md.yml:55 Thursday 06 June 2024 13:33:46 +0000 (0:00:00.025) 0:04:44.946 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-md.yml:64 Thursday 06 June 2024 13:33:46 +0000 (0:00:00.026) 0:04:44.973 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-md.yml:74 Thursday 06 June 2024 13:33:46 +0000 (0:00:00.026) 0:04:44.999 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Reset variables used by tests] ******************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-md.yml:83 Thursday 06 June 2024 13:33:46 +0000 (0:00:00.025) 0:04:45.025 ********* ok: [sut] => { "ansible_facts": { "storage_test_md_active_devices_re": null, "storage_test_md_chunk_size_re": null, "storage_test_md_metadata_version_re": null, "storage_test_md_spare_devices_re": null }, "changed": false } TASK [Check LVM RAID] ********************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool-members.yml:67 Thursday 06 June 2024 13:33:46 +0000 (0:00:00.027) 0:04:45.052 ********* included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-members-lvmraid.yml for sut TASK [Validate pool member LVM RAID settings] ********************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-members-lvmraid.yml:2 Thursday 06 June 2024 13:33:46 +0000 (0:00:00.046) 0:04:45.099 ********* included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-lvmraid.yml for sut => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'lv1', 'raid_level': 'raid0', 'size': '2g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': ['sda', 'sdb'], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda', 'sdb'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/vg1-lv1', '_raw_device': '/dev/mapper/vg1-lv1', '_mount_id': '/dev/mapper/vg1-lv1'}) TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-lvmraid.yml:8 Thursday 06 June 2024 13:33:46 +0000 (0:00:00.142) 0:04:45.241 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.state != \"absent\"", "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-lvmraid.yml:16 Thursday 06 June 2024 13:33:46 +0000 (0:00:00.028) 0:04:45.270 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.state != \"absent\"", "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-lvmraid.yml:20 Thursday 06 June 2024 13:33:46 +0000 (0:00:00.031) 0:04:45.301 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.state != \"absent\"", "skip_reason": "Conditional result was False" } TASK [Set LV stripe size] ****************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-lvmraid.yml:27 Thursday 06 June 2024 13:33:46 +0000 (0:00:00.028) 0:04:45.329 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.state != \"absent\"", "skip_reason": "Conditional result was False" } TASK [Parse the requested stripe size] ***************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-lvmraid.yml:31 Thursday 06 June 2024 13:33:46 +0000 (0:00:00.028) 0:04:45.358 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.state != \"absent\"", "skip_reason": "Conditional result was False" } TASK [Set expected stripe size] ************************************************ task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-lvmraid.yml:37 Thursday 06 June 2024 13:33:47 +0000 (0:00:00.031) 0:04:45.390 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.state != \"absent\"", "skip_reason": "Conditional result was False" } TASK [Check stripe size] ******************************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-lvmraid.yml:42 Thursday 06 June 2024 13:33:47 +0000 (0:00:00.028) 0:04:45.418 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.state != \"absent\"", "skip_reason": "Conditional result was False" } TASK [Check Thin Pools] ******************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool-members.yml:70 Thursday 06 June 2024 13:33:47 +0000 (0:00:00.027) 0:04:45.446 ********* included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-members-thin.yml for sut TASK [Validate pool member thinpool settings] ********************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-members-thin.yml:2 Thursday 06 June 2024 13:33:47 +0000 (0:00:00.049) 0:04:45.496 ********* included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-thin.yml for sut => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'lv1', 'raid_level': 'raid0', 'size': '2g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': ['sda', 'sdb'], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda', 'sdb'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/vg1-lv1', '_raw_device': '/dev/mapper/vg1-lv1', '_mount_id': '/dev/mapper/vg1-lv1'}) TASK [Get information about thinpool] ****************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-thin.yml:8 Thursday 06 June 2024 13:33:47 +0000 (0:00:00.044) 0:04:45.541 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_thin_volume.thin", "skip_reason": "Conditional result was False" } TASK [Check that volume is in correct thinpool (when thinp name is provided)] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-thin.yml:16 Thursday 06 June 2024 13:33:47 +0000 (0:00:00.026) 0:04:45.567 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_thin_volume.thin", "skip_reason": "Conditional result was False" } TASK [Check that volume is in thinpool (when thinp name is not provided)] ****** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-thin.yml:22 Thursday 06 June 2024 13:33:47 +0000 (0:00:00.026) 0:04:45.593 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_thin_volume.thin", "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-thin.yml:26 Thursday 06 June 2024 13:33:47 +0000 (0:00:00.026) 0:04:45.619 ********* ok: [sut] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Check member encryption] ************************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool-members.yml:73 Thursday 06 June 2024 13:33:47 +0000 (0:00:00.133) 0:04:45.753 ********* included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-members-encryption.yml for sut TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-members-encryption.yml:5 Thursday 06 June 2024 13:33:47 +0000 (0:00:00.050) 0:04:45.804 ********* ok: [sut] => { "ansible_facts": { "_storage_test_expected_crypttab_entries": "0", "_storage_test_expected_crypttab_key_file": "-" }, "changed": false } TASK [Validate pool member LUKS settings] ************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-members-encryption.yml:10 Thursday 06 June 2024 13:33:47 +0000 (0:00:00.039) 0:04:45.843 ********* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Validate pool member crypttab entries] *********************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-members-encryption.yml:17 Thursday 06 June 2024 13:33:47 +0000 (0:00:00.020) 0:04:45.864 ********* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-members-encryption.yml:24 Thursday 06 June 2024 13:33:47 +0000 (0:00:00.019) 0:04:45.884 ********* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_crypttab_key_file": null }, "changed": false } TASK [Check VDO] *************************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool-members.yml:76 Thursday 06 June 2024 13:33:47 +0000 (0:00:00.032) 0:04:45.916 ********* included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-members-vdo.yml for sut TASK [Validate pool member VDO settings] *************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-members-vdo.yml:2 Thursday 06 June 2024 13:33:47 +0000 (0:00:00.049) 0:04:45.966 ********* included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-vdo.yml for sut => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'lv1', 'raid_level': 'raid0', 'size': '2g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': ['sda', 'sdb'], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda', 'sdb'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/vg1-lv1', '_raw_device': '/dev/mapper/vg1-lv1', '_mount_id': '/dev/mapper/vg1-lv1'}) TASK [Get information about VDO deduplication] ********************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-vdo.yml:8 Thursday 06 June 2024 13:33:47 +0000 (0:00:00.043) 0:04:46.009 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-vdo.yml:15 Thursday 06 June 2024 13:33:47 +0000 (0:00:00.027) 0:04:46.036 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-vdo.yml:21 Thursday 06 June 2024 13:33:47 +0000 (0:00:00.025) 0:04:46.062 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Get information about VDO compression] *********************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-vdo.yml:27 Thursday 06 June 2024 13:33:47 +0000 (0:00:00.027) 0:04:46.089 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-vdo.yml:34 Thursday 06 June 2024 13:33:47 +0000 (0:00:00.027) 0:04:46.116 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-vdo.yml:40 Thursday 06 June 2024 13:33:47 +0000 (0:00:00.025) 0:04:46.142 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-pool-member-vdo.yml:46 Thursday 06 June 2024 13:33:47 +0000 (0:00:00.122) 0:04:46.264 ********* ok: [sut] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool-members.yml:79 Thursday 06 June 2024 13:33:47 +0000 (0:00:00.029) 0:04:46.294 ********* ok: [sut] => { "ansible_facts": { "__pvs_lvm_len": null, "_storage_test_expected_pv_count": null, "_storage_test_expected_pv_type": null, "_storage_test_pool_pvs": [], "_storage_test_pool_pvs_lvm": [] }, "changed": false } TASK [Verify the volumes] ****************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool-volumes.yml:3 Thursday 06 June 2024 13:33:47 +0000 (0:00:00.028) 0:04:46.322 ********* included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/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': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'lv1', 'raid_level': 'raid0', 'size': '2g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': ['sda', 'sdb'], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda', 'sdb'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/vg1-lv1', '_raw_device': '/dev/mapper/vg1-lv1', '_mount_id': '/dev/mapper/vg1-lv1'}) TASK [Set storage volume test variables] *************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume.yml:2 Thursday 06 June 2024 13:33:48 +0000 (0:00:00.045) 0:04:46.368 ********* ok: [sut] => { "ansible_facts": { "_storage_test_volume_present": false, "_storage_volume_tests": [ "mount", "fstab", "fs", "device", "encryption", "md", "size", "cache" ] }, "changed": false } TASK [Run test verify for {{ storage_test_volume_subset }}] ******************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume.yml:19 Thursday 06 June 2024 13:33:48 +0000 (0:00:00.039) 0:04:46.407 ********* included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-mount.yml for sut => (item=mount) included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-fstab.yml for sut => (item=fstab) included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-fs.yml for sut => (item=fs) included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-device.yml for sut => (item=device) included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml for sut => (item=encryption) included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-md.yml for sut => (item=md) included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml for sut => (item=size) included: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-cache.yml for sut => (item=cache) TASK [Get expected mount device based on device type] ************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-mount.yml:7 Thursday 06 June 2024 13:33:48 +0000 (0:00:00.086) 0:04:46.493 ********* ok: [sut] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/vg1-lv1" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-mount.yml:11 Thursday 06 June 2024 13:33:48 +0000 (0:00:00.033) 0:04:46.526 ********* 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-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-mount.yml:21 Thursday 06 June 2024 13:33:48 +0000 (0:00:00.042) 0:04:46.568 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and (storage_test_volume.mount_user or storage_test_volume.mount_group or storage_test_volume.mount_mode)", "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-mount.yml:30 Thursday 06 June 2024 13:33:48 +0000 (0:00:00.025) 0:04:46.594 ********* 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-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-mount.yml:41 Thursday 06 June 2024 13:33:48 +0000 (0:00:00.026) 0:04:46.621 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-mount.yml:48 Thursday 06 June 2024 13:33:48 +0000 (0:00:00.038) 0:04:46.659 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_user", "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-mount.yml:54 Thursday 06 June 2024 13:33:48 +0000 (0:00:00.025) 0:04:46.685 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_group", "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-mount.yml:60 Thursday 06 June 2024 13:33:48 +0000 (0:00:00.027) 0:04:46.712 ********* 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-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-mount.yml:69 Thursday 06 June 2024 13:33:48 +0000 (0:00:00.133) 0:04:46.846 ********* 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-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-mount.yml:80 Thursday 06 June 2024 13:33:48 +0000 (0:00:00.034) 0:04:46.880 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-mount.yml:86 Thursday 06 June 2024 13:33:48 +0000 (0:00:00.027) 0:04:46.908 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-mount.yml:92 Thursday 06 June 2024 13:33:48 +0000 (0:00:00.027) 0:04:46.935 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-mount.yml:102 Thursday 06 June 2024 13:33:48 +0000 (0:00:00.027) 0:04:46.962 ********* 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-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-fstab.yml:2 Thursday 06 June 2024 13:33:48 +0000 (0:00:00.029) 0:04:46.991 ********* ok: [sut] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": "0", "storage_test_fstab_expected_mount_options_matches": "0", "storage_test_fstab_expected_mount_point_matches": "0", "storage_test_fstab_id_matches": [], "storage_test_fstab_mount_options_matches": [], "storage_test_fstab_mount_point_matches": [] }, "changed": false } TASK [Verify that the device identifier appears in /etc/fstab] ***************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-fstab.yml:17 Thursday 06 June 2024 13:33:48 +0000 (0:00:00.049) 0:04:47.041 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False" } TASK [Verify the fstab mount point] ******************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-fstab.yml:24 Thursday 06 June 2024 13:33:48 +0000 (0:00:00.032) 0:04:47.073 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-fstab.yml:33 Thursday 06 June 2024 13:33:48 +0000 (0:00:00.041) 0:04:47.114 ********* skipping: [sut] => { "changed": false, "false_condition": "__storage_verify_mount_options | d(false)", "skip_reason": "Conditional result was False" } TASK [Clean up variables] ****************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-fstab.yml:45 Thursday 06 June 2024 13:33:48 +0000 (0:00:00.034) 0:04:47.149 ********* ok: [sut] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": null, "storage_test_fstab_expected_mount_options_matches": null, "storage_test_fstab_expected_mount_point_matches": null, "storage_test_fstab_id_matches": null, "storage_test_fstab_mount_options_matches": null, "storage_test_fstab_mount_point_matches": null }, "changed": false } TASK [Verify fs type] ********************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-fs.yml:3 Thursday 06 June 2024 13:33:48 +0000 (0:00:00.027) 0:04:47.177 ********* 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-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-fs.yml:9 Thursday 06 June 2024 13:33:48 +0000 (0:00:00.026) 0:04:47.203 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False" } TASK [See whether the device node is present] ********************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-device.yml:3 Thursday 06 June 2024 13:33:48 +0000 (0:00:00.033) 0:04:47.237 ********* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-device.yml:9 Thursday 06 June 2024 13:33:49 +0000 (0:00:00.205) 0:04:47.442 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present or storage_test_volume.type == 'disk'", "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-device.yml:16 Thursday 06 June 2024 13:33:49 +0000 (0:00:00.026) 0:04:47.469 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about this volume] ********************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-device.yml:23 Thursday 06 June 2024 13:33:49 +0000 (0:00:00.029) 0:04:47.499 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Process volume type (set initial value) (1/2)] *************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-device.yml:29 Thursday 06 June 2024 13:33:49 +0000 (0:00:00.025) 0:04:47.524 ********* ok: [sut] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-device.yml:33 Thursday 06 June 2024 13:33:49 +0000 (0:00:00.135) 0:04:47.659 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == \"raid\"", "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-device.yml:38 Thursday 06 June 2024 13:33:49 +0000 (0:00:00.028) 0:04:47.688 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Stat the LUKS device, if encrypted] ************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:3 Thursday 06 June 2024 13:33:49 +0000 (0:00:00.026) 0:04:47.714 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:10 Thursday 06 June 2024 13:33:49 +0000 (0:00:00.027) 0:04:47.742 ********* ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Collect LUKS info for this volume] *************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:16 Thursday 06 June 2024 13:33:50 +0000 (0:00:00.884) 0:04:48.626 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:22 Thursday 06 June 2024 13:33:50 +0000 (0:00:00.028) 0:04:48.655 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Verify that the raw device is the same as the device if not encrypted] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:29 Thursday 06 June 2024 13:33:50 +0000 (0:00:00.027) 0:04:48.682 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:40 Thursday 06 June 2024 13:33:50 +0000 (0:00:00.027) 0:04:48.709 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:46 Thursday 06 June 2024 13:33:50 +0000 (0:00:00.026) 0:04:48.735 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:51 Thursday 06 June 2024 13:33:50 +0000 (0:00:00.027) 0:04:48.763 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:63 Thursday 06 June 2024 13:33:50 +0000 (0:00:00.027) 0:04:48.790 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:75 Thursday 06 June 2024 13:33:50 +0000 (0:00:00.025) 0:04:48.816 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:87 Thursday 06 June 2024 13:33:50 +0000 (0:00:00.025) 0:04:48.842 ********* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [], "_storage_test_expected_crypttab_entries": "0", "_storage_test_expected_crypttab_key_file": "-" }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:93 Thursday 06 June 2024 13:33:50 +0000 (0:00:00.041) 0:04:48.883 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:100 Thursday 06 June 2024 13:33:50 +0000 (0:00:00.036) 0:04:48.920 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:108 Thursday 06 June 2024 13:33:50 +0000 (0:00:00.033) 0:04:48.954 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:116 Thursday 06 June 2024 13:33:50 +0000 (0:00:00.146) 0:04:49.100 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:124 Thursday 06 June 2024 13:33:50 +0000 (0:00:00.035) 0:04:49.136 ********* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_expected_crypttab_entries": null, "_storage_test_expected_crypttab_key_file": null }, "changed": false } TASK [Get information about RAID] ********************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-md.yml:8 Thursday 06 June 2024 13:33:50 +0000 (0:00:00.030) 0:04:49.166 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-md.yml:14 Thursday 06 June 2024 13:33:50 +0000 (0:00:00.026) 0:04:49.192 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-md.yml:19 Thursday 06 June 2024 13:33:50 +0000 (0:00:00.026) 0:04:49.219 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-md.yml:24 Thursday 06 June 2024 13:33:50 +0000 (0:00:00.026) 0:04:49.245 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-md.yml:29 Thursday 06 June 2024 13:33:50 +0000 (0:00:00.026) 0:04:49.272 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-md.yml:37 Thursday 06 June 2024 13:33:50 +0000 (0:00:00.026) 0:04:49.299 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-md.yml:46 Thursday 06 June 2024 13:33:50 +0000 (0:00:00.027) 0:04:49.327 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-md.yml:54 Thursday 06 June 2024 13:33:50 +0000 (0:00:00.026) 0:04:49.354 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-md.yml:62 Thursday 06 June 2024 13:33:51 +0000 (0:00:00.026) 0:04:49.380 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-md.yml:70 Thursday 06 June 2024 13:33:51 +0000 (0:00:00.026) 0:04:49.406 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:3 Thursday 06 June 2024 13:33:51 +0000 (0:00:00.026) 0:04:49.433 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False" } TASK [Parse the requested size of the volume] ********************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:11 Thursday 06 June 2024 13:33:51 +0000 (0:00:00.032) 0:04:49.466 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False" } TASK [Establish base value for expected size] ********************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:20 Thursday 06 June 2024 13:33:51 +0000 (0:00:00.033) 0:04:49.500 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False" } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:28 Thursday 06 June 2024 13:33:51 +0000 (0:00:00.033) 0:04:49.533 ********* ok: [sut] => { "storage_test_expected_size": "2147483648" } TASK [Get the size of parent/pool device] ************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:32 Thursday 06 June 2024 13:33:51 +0000 (0:00:00.029) 0:04:49.562 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False" } TASK [Show test pool] ********************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:46 Thursday 06 June 2024 13:33:51 +0000 (0:00:00.140) 0:04:49.703 ********* skipping: [sut] => { "false_condition": "_storage_test_volume_present | bool" } TASK [Show test blockinfo] ***************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:50 Thursday 06 June 2024 13:33:51 +0000 (0:00:00.034) 0:04:49.737 ********* skipping: [sut] => { "false_condition": "_storage_test_volume_present | bool" } TASK [Show test pool size] ***************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:54 Thursday 06 June 2024 13:33:51 +0000 (0:00:00.035) 0:04:49.773 ********* skipping: [sut] => { "false_condition": "_storage_test_volume_present | bool" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:58 Thursday 06 June 2024 13:33:51 +0000 (0:00:00.033) 0:04:49.807 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:67 Thursday 06 June 2024 13:33:51 +0000 (0:00:00.032) 0:04:49.839 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:71 Thursday 06 June 2024 13:33:51 +0000 (0:00:00.029) 0:04:49.869 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:76 Thursday 06 June 2024 13:33:51 +0000 (0:00:00.027) 0:04:49.896 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:82 Thursday 06 June 2024 13:33:51 +0000 (0:00:00.026) 0:04:49.923 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:86 Thursday 06 June 2024 13:33:51 +0000 (0:00:00.030) 0:04:49.953 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:91 Thursday 06 June 2024 13:33:51 +0000 (0:00:00.027) 0:04:49.981 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:96 Thursday 06 June 2024 13:33:51 +0000 (0:00:00.025) 0:04:50.006 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:101 Thursday 06 June 2024 13:33:51 +0000 (0:00:00.029) 0:04:50.035 ********* skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Show volume thin pool size] ********************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:105 Thursday 06 June 2024 13:33:51 +0000 (0:00:00.026) 0:04:50.062 ********* skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:109 Thursday 06 June 2024 13:33:51 +0000 (0:00:00.024) 0:04:50.087 ********* skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Establish base value for expected thin pool size] ************************ task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:113 Thursday 06 June 2024 13:33:51 +0000 (0:00:00.028) 0:04:50.116 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:120 Thursday 06 June 2024 13:33:51 +0000 (0:00:00.026) 0:04:50.142 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:127 Thursday 06 June 2024 13:33:51 +0000 (0:00:00.025) 0:04:50.168 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:131 Thursday 06 June 2024 13:33:51 +0000 (0:00:00.128) 0:04:50.296 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:137 Thursday 06 June 2024 13:33:51 +0000 (0:00:00.027) 0:04:50.324 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:143 Thursday 06 June 2024 13:33:51 +0000 (0:00:00.026) 0:04:50.350 ********* ok: [sut] => { "storage_test_actual_size": { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False", "skipped": true } } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:147 Thursday 06 June 2024 13:33:52 +0000 (0:00:00.029) 0:04:50.379 ********* ok: [sut] => { "storage_test_expected_size": "2147483648" } TASK [Assert expected size is actual size] ************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-size.yml:151 Thursday 06 June 2024 13:33:52 +0000 (0:00:00.029) 0:04:50.408 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-cache.yml:5 Thursday 06 June 2024 13:33:52 +0000 (0:00:00.032) 0:04:50.441 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-cache.yml:13 Thursday 06 June 2024 13:33:52 +0000 (0:00:00.026) 0:04:50.468 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-cache.yml:17 Thursday 06 June 2024 13:33:52 +0000 (0:00:00.026) 0:04:50.495 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Set LV cache size] ******************************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-cache.yml:24 Thursday 06 June 2024 13:33:52 +0000 (0:00:00.026) 0:04:50.521 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-cache.yml:31 Thursday 06 June 2024 13:33:52 +0000 (0:00:00.026) 0:04:50.548 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-cache.yml:37 Thursday 06 June 2024 13:33:52 +0000 (0:00:00.027) 0:04:50.575 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-cache.yml:42 Thursday 06 June 2024 13:33:52 +0000 (0:00:00.026) 0:04:50.602 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume.yml:25 Thursday 06 June 2024 13:33:52 +0000 (0:00:00.026) 0:04:50.628 ********* ok: [sut] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-role-results.yml:44 Thursday 06 June 2024 13:33:52 +0000 (0:00:00.028) 0:04:50.657 ********* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Clean up variable namespace] ********************************************* task path: /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-role-results.yml:54 Thursday 06 June 2024 13:33:52 +0000 (0:00:00.018) 0:04:50.676 ********* ok: [sut] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } PLAY RECAP ********************************************************************* sut : ok=1349 changed=19 unreachable=0 failed=0 skipped=1625 rescued=0 ignored=0 Thursday 06 June 2024 13:33:52 +0000 (0:00:00.172) 0:04:50.848 ********* =============================================================================== fedora.linux_system_roles.storage : Make sure blivet is available ------ 50.32s /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.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 -- 10.95s /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.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 -- 10.60s /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.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.38s /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Find unused disks in the system ----------------------------------------- 5.32s /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/get_unused_disk.yml:11 ------ fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state --- 4.32s /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.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 --- 3.61s /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.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 --- 3.50s /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.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 --- 3.29s /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.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 --- 3.25s /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.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 --- 3.23s /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state --- 2.66s /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state --- 2.23s /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Get information about the LV -------------------------------------------- 2.05s /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-cache.yml:5 Get VG shared value status ---------------------------------------------- 1.86s /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-pool.yml:18 ----- Ensure cryptsetup is present -------------------------------------------- 1.74s /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:10 fedora.linux_system_roles.storage : Get service facts ------------------- 1.72s /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 fedora.linux_system_roles.storage : Update facts ------------------------ 1.53s /WORKDIR/git-main-min_size_test_fixy0_y4qbt/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:204 Read the /etc/crypttab file --------------------------------------------- 1.35s /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/verify-role-results.yml:25 -- Ensure cryptsetup is present -------------------------------------------- 1.26s /WORKDIR/git-main-min_size_test_fixy0_y4qbt/tests/test-verify-volume-encryption.yml:10 ---^---^---^---^---^--- # 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. ---^---^---^---^---^---