# STDOUT: ---v---v---v---v---v--- ansible-playbook [core 2.16.0] config file = /etc/ansible/ansible.cfg configured module search path = ['/home/jenkins/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /opt/ansible-2.16/lib/python3.11/site-packages/ansible ansible collection location = /WORKDIR/git-weekly-ciqd5hl47i/.collection executable location = /opt/ansible-2.16/bin/ansible-playbook python version = 3.11.5 (main, Sep 7 2023, 00:00:00) [GCC 11.4.1 20230605 (Red Hat 11.4.1-2)] (/opt/ansible-2.16/bin/python) jinja version = 3.1.2 libyaml = True Using /etc/ansible/ansible.cfg as config file Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'default', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. PLAYBOOK: tests_resize.yml ***************************************************** 1 plays in /WORKDIR/git-weekly-ciqd5hl47i/tests/tests_resize.yml PLAY [Test resize] ************************************************************* TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/tests_resize.yml:2 Sunday 23 June 2024 09:34:28 +0000 (0:00:00.012) 0:00:00.012 *********** ok: [sut] TASK [Run the role] ************************************************************ task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/tests_resize.yml:19 Sunday 23 June 2024 09:34:30 +0000 (0:00:02.349) 0:00:02.362 *********** TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Sunday 23 June 2024 09:34:30 +0000 (0:00:00.016) 0:00:02.378 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Sunday 23 June 2024 09:34:30 +0000 (0:00:00.013) 0:00:02.392 *********** skipping: [sut] => { "changed": false, "false_condition": "__storage_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Sunday 23 June 2024 09:34:30 +0000 (0:00:00.019) 0:00:02.412 *********** 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" } ok: [sut] => (item=Fedora.yml) => { "ansible_facts": { "_storage_copr_packages": [ { "packages": [ "vdo", "kmod-vdo" ], "repository": "rhawalsh/dm-vdo" } ], "_storage_copr_support_packages": [ "dnf-plugins-core" ], "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "stratisd", "stratis-cli" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/Fedora.yml" ], "ansible_loop_var": "item", "changed": false, "item": "Fedora.yml" } skipping: [sut] => (item=Fedora_40.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "Fedora_40.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora_40.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "Fedora_40.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Sunday 23 June 2024 09:34:31 +0000 (0:00:00.024) 0:00:02.437 *********** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.storage : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Sunday 23 June 2024 09:34:31 +0000 (0:00:00.276) 0:00:02.713 *********** ok: [sut] => { "ansible_facts": { "__storage_is_ostree": false }, "changed": false } TASK [fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Sunday 23 June 2024 09:34:31 +0000 (0:00:00.016) 0:00:02.730 *********** ok: [sut] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Sunday 23 June 2024 09:34:31 +0000 (0:00:00.011) 0:00:02.741 *********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Sunday 23 June 2024 09:34:31 +0000 (0:00:00.010) 0:00:02.752 *********** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for sut TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Sunday 23 June 2024 09:34:31 +0000 (0:00:00.027) 0:00:02.779 *********** changed: [sut] => { "changed": true, "rc": 0, "results": [ "Installed: jose-14-1.fc40.x86_64", "Installed: python3-pyparted-1:3.13.0-5.fc40.x86_64", "Installed: clevis-pin-tpm2-0.5.3-5.fc40.x86_64", "Installed: device-mapper-multipath-0.9.7-7.fc40.x86_64", "Installed: device-mapper-multipath-libs-0.9.7-7.fc40.x86_64", "Installed: cryptsetup-2.7.3-1.fc40.x86_64", "Installed: python3-psutil-5.9.8-1.fc40.x86_64", "Installed: python3-libmount-2.40.1-1.fc40.x86_64", "Installed: python3-bytesize-2.10-3.fc40.x86_64", "Installed: python3-blivet-1:3.10.0-1.fc40.noarch", "Installed: python3-blockdev-3.1.1-1.fc40.x86_64", "Installed: lsof-4.98.0-4.fc40.x86_64", "Installed: stratis-cli-3.6.2-1.fc40.noarch", "Installed: stratisd-3.6.7-1.fc40.x86_64", "Installed: libblockdev-btrfs-3.1.1-1.fc40.x86_64", "Installed: blivet-data-1:3.10.0-1.fc40.noarch", "Installed: libblockdev-dm-3.1.1-1.fc40.x86_64", "Installed: libluksmeta-9-22.fc40.x86_64", "Installed: clevis-20-2.fc40.x86_64", "Installed: libjose-14-1.fc40.x86_64", "Installed: clevis-luks-20-2.fc40.x86_64", "Installed: libblockdev-lvm-3.1.1-1.fc40.x86_64", "Installed: python3-packaging-23.2-4.fc40.noarch", "Installed: libblockdev-mpath-3.1.1-1.fc40.x86_64", "Installed: python3-justbases-0.15.2-7.fc40.noarch", "Installed: python3-justbytes-0.15.2-5.fc40.noarch", "Installed: python3-into-dbus-python-0.8.2-5.fc40.noarch", "Installed: luksmeta-9-22.fc40.x86_64", "Installed: python3-dbus-client-gen-0.5.1-6.fc40.noarch", "Installed: python3-dbus-python-client-gen-0.8.3-5.fc40.noarch", "Installed: python3-dbus-signature-pyparsing-0.4.1-7.fc40.noarch" ] } lsrpackages: libblockdev-crypto libblockdev-dm libblockdev-lvm libblockdev-mdraid libblockdev-swap python3-blivet stratis-cli stratisd TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Sunday 23 June 2024 09:34:44 +0000 (0:00:12.976) 0:00:15.755 *********** ok: [sut] => { "storage_pools": "VARIABLE IS NOT DEFINED!: 'storage_pools' is undefined. 'storage_pools' is undefined" } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Sunday 23 June 2024 09:34:44 +0000 (0:00:00.013) 0:00:15.768 *********** ok: [sut] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined. 'storage_volumes' is undefined" } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Sunday 23 June 2024 09:34:44 +0000 (0:00:00.014) 0:00:15.783 *********** ok: [sut] => { "actions": [], "changed": false, "crypts": [], "leaves": [], "mounts": [], "packages": [], "pools": [], "volumes": [] } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Sunday 23 June 2024 09:34:44 +0000 (0:00:00.575) 0:00:16.359 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml for sut TASK [fedora.linux_system_roles.storage : Check if the COPR support packages should be installed] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:2 Sunday 23 June 2024 09:34:44 +0000 (0:00:00.022) 0:00:16.382 *********** skipping: [sut] => (item={'repository': 'rhawalsh/dm-vdo', 'packages': ['vdo', 'kmod-vdo']}) => { "ansible_loop_var": "repo", "changed": false, "false_condition": "repo.packages | intersect(copr_packages) | length > 0", "repo": { "packages": [ "vdo", "kmod-vdo" ], "repository": "rhawalsh/dm-vdo" }, "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.storage : Make sure COPR support packages are present] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:13 Sunday 23 June 2024 09:34:44 +0000 (0:00:00.027) 0:00:16.409 *********** skipping: [sut] => { "changed": false, "false_condition": "install_copr | d(false) | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable COPRs] ************************ task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:19 Sunday 23 June 2024 09:34:45 +0000 (0:00:00.017) 0:00:16.426 *********** skipping: [sut] => (item={'repository': 'rhawalsh/dm-vdo', 'packages': ['vdo', 'kmod-vdo']}) => { "ansible_loop_var": "repo", "changed": false, "false_condition": "repo.packages | intersect(copr_packages) | length > 0", "repo": { "packages": [ "vdo", "kmod-vdo" ], "repository": "rhawalsh/dm-vdo" }, "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Sunday 23 June 2024 09:34:45 +0000 (0:00:00.024) 0:00:16.451 *********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: kpartx TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Sunday 23 June 2024 09:34:46 +0000 (0:00:01.417) 0:00:17.869 *********** 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" }, "arp-ethers.service": { "name": "arp-ethers.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "audit-rules.service": { "name": "audit-rules.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "auditd.service": { "name": "auditd.service", "source": "systemd", "state": "running", "status": "enabled" }, "auth-rpcgss-module.service": { "name": "auth-rpcgss-module.service", "source": "systemd", "state": "stopped", "status": "static" }, "autovt@.service": { "name": "autovt@.service", "source": "systemd", "state": "unknown", "status": "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" }, "bluetooth.service": { "name": "bluetooth.service", "source": "systemd", "state": "inactive", "status": "enabled" }, "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" }, "dbus-broker.service": { "name": "dbus-broker.service", "source": "systemd", "state": "running", "status": "enabled" }, "dbus-org.bluez.service": { "name": "dbus-org.bluez.service", "source": "systemd", "state": "inactive", "status": "alias" }, "dbus-org.freedesktop.home1.service": { "name": "dbus-org.freedesktop.home1.service", "source": "systemd", "state": "active", "status": "alias" }, "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.oom1.service": { "name": "dbus-org.freedesktop.oom1.service", "source": "systemd", "state": "active", "status": "alias" }, "dbus-org.freedesktop.portable1.service": { "name": "dbus-org.freedesktop.portable1.service", "source": "systemd", "state": "inactive", "status": "alias" }, "dbus-org.freedesktop.resolve1.service": { "name": "dbus-org.freedesktop.resolve1.service", "source": "systemd", "state": "active", "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" }, "dhcpcd.service": { "name": "dhcpcd.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "dhcpcd@.service": { "name": "dhcpcd@.service", "source": "systemd", "state": "unknown", "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" }, "fsidd.service": { "name": "fsidd.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "fstrim.service": { "name": "fstrim.service", "source": "systemd", "state": "stopped", "status": "static" }, "fwupd-offline-update.service": { "name": "fwupd-offline-update.service", "source": "systemd", "state": "inactive", "status": "static" }, "fwupd-refresh.service": { "name": "fwupd-refresh.service", "source": "systemd", "state": "inactive", "status": "static" }, "fwupd.service": { "name": "fwupd.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" }, "import-state.service": { "name": "import-state.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "initrd-cleanup.service": { "name": "initrd-cleanup.service", "source": "systemd", "state": "stopped", "status": "static" }, "initrd-parse-etc.service": { "name": "initrd-parse-etc.service", "source": "systemd", "state": "stopped", "status": "static" }, "initrd-switch-root.service": { "name": "initrd-switch-root.service", "source": "systemd", "state": "stopped", "status": "static" }, "initrd-udevadm-cleanup-db.service": { "name": "initrd-udevadm-cleanup-db.service", "source": "systemd", "state": "stopped", "status": "static" }, "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" }, "kmod-static-nodes.service": { "name": "kmod-static-nodes.service", "source": "systemd", "state": "stopped", "status": "static" }, "ldconfig.service": { "name": "ldconfig.service", "source": "systemd", "state": "stopped", "status": "static" }, "loadmodules.service": { "name": "loadmodules.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "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" }, "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@dm_mod.service": { "name": "modprobe@dm_mod.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "modprobe@dm_multipath.service": { "name": "modprobe@dm_multipath.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "modprobe@drm.service": { "name": "modprobe@drm.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "modprobe@efi_pstore.service": { "name": "modprobe@efi_pstore.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "modprobe@fuse.service": { "name": "modprobe@fuse.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "modprobe@loop.service": { "name": "modprobe@loop.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "multipathd.service": { "name": "multipathd.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "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": "inactive", "status": "disabled" }, "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" }, "pam_namespace.service": { "name": "pam_namespace.service", "source": "systemd", "state": "inactive", "status": "static" }, "passim.service": { "name": "passim.service", "source": "systemd", "state": "inactive", "status": "static" }, "pcscd.service": { "name": "pcscd.service", "source": "systemd", "state": "stopped", "status": "indirect" }, "plymouth-halt.service": { "name": "plymouth-halt.service", "source": "systemd", "state": "inactive", "status": "static" }, "plymouth-kexec.service": { "name": "plymouth-kexec.service", "source": "systemd", "state": "inactive", "status": "static" }, "plymouth-poweroff.service": { "name": "plymouth-poweroff.service", "source": "systemd", "state": "inactive", "status": "static" }, "plymouth-quit-wait.service": { "name": "plymouth-quit-wait.service", "source": "systemd", "state": "stopped", "status": "static" }, "plymouth-quit.service": { "name": "plymouth-quit.service", "source": "systemd", "state": "stopped", "status": "static" }, "plymouth-read-write.service": { "name": "plymouth-read-write.service", "source": "systemd", "state": "stopped", "status": "static" }, "plymouth-reboot.service": { "name": "plymouth-reboot.service", "source": "systemd", "state": "inactive", "status": "static" }, "plymouth-start.service": { "name": "plymouth-start.service", "source": "systemd", "state": "stopped", "status": "static" }, "plymouth-switch-root-initramfs.service": { "name": "plymouth-switch-root-initramfs.service", "source": "systemd", "state": "inactive", "status": "static" }, "plymouth-switch-root.service": { "name": "plymouth-switch-root.service", "source": "systemd", "state": "stopped", "status": "static" }, "polkit.service": { "name": "polkit.service", "source": "systemd", "state": "inactive", "status": "static" }, "quotaon.service": { "name": "quotaon.service", "source": "systemd", "state": "inactive", "status": "static" }, "raid-check.service": { "name": "raid-check.service", "source": "systemd", "state": "stopped", "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" }, "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": "stopped", "status": "disabled" }, "rpmdb-migrate.service": { "name": "rpmdb-migrate.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "rpmdb-rebuild.service": { "name": "rpmdb-rebuild.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "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" }, "sntp.service": { "name": "sntp.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "ssh-host-keys-migration.service": { "name": "ssh-host-keys-migration.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "sshd-keygen.service": { "name": "sshd-keygen.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "sshd-keygen@.service": { "name": "sshd-keygen@.service", "source": "systemd", "state": "unknown", "status": "disabled" }, "sshd-keygen@ecdsa.service": { "name": "sshd-keygen@ecdsa.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "sshd-keygen@ed25519.service": { "name": "sshd-keygen@ed25519.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "sshd-keygen@rsa.service": { "name": "sshd-keygen@rsa.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "sshd.service": { "name": "sshd.service", "source": "systemd", "state": "running", "status": "enabled" }, "sshd@.service": { "name": "sshd@.service", "source": "systemd", "state": "unknown", "status": "static" }, "sssd-autofs.service": { "name": "sssd-autofs.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-kcm.service": { "name": "sssd-kcm.service", "source": "systemd", "state": "stopped", "status": "indirect" }, "sssd-nss.service": { "name": "sssd-nss.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-pac.service": { "name": "sssd-pac.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-pam.service": { "name": "sssd-pam.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-ssh.service": { "name": "sssd-ssh.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-sudo.service": { "name": "sssd-sudo.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd.service": { "name": "sssd.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "stratis-fstab-setup@.service": { "name": "stratis-fstab-setup@.service", "source": "systemd", "state": "unknown", "status": "static" }, "stratisd-min-postinitrd.service": { "name": "stratisd-min-postinitrd.service", "source": "systemd", "state": "inactive", "status": "static" }, "stratisd.service": { "name": "stratisd.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "syslog.service": { "name": "syslog.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "system-update-cleanup.service": { "name": "system-update-cleanup.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-ask-password-console.service": { "name": "systemd-ask-password-console.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-ask-password-plymouth.service": { "name": "systemd-ask-password-plymouth.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-ask-password-wall.service": { "name": "systemd-ask-password-wall.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-backlight@.service": { "name": "systemd-backlight@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-battery-check.service": { "name": "systemd-battery-check.service", "source": "systemd", "state": "stopped", "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": "inactive", "status": "disabled" }, "systemd-bsod.service": { "name": "systemd-bsod.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-confext.service": { "name": "systemd-confext.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": "enabled-runtime" }, "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": "stopped", "status": "static" }, "systemd-hibernate.service": { "name": "systemd-hibernate.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-homed-activate.service": { "name": "systemd-homed-activate.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "systemd-homed.service": { "name": "systemd-homed.service", "source": "systemd", "state": "running", "status": "enabled" }, "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": "disabled" }, "systemd-networkd-wait-online@.service": { "name": "systemd-networkd-wait-online@.service", "source": "systemd", "state": "unknown", "status": "disabled" }, "systemd-networkd.service": { "name": "systemd-networkd.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "systemd-oomd.service": { "name": "systemd-oomd.service", "source": "systemd", "state": "running", "status": "enabled" }, "systemd-pcrextend@.service": { "name": "systemd-pcrextend@.service", "source": "systemd", "state": "unknown", "status": "static" }, "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-pcrlock-file-system.service": { "name": "systemd-pcrlock-file-system.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "systemd-pcrlock-firmware-code.service": { "name": "systemd-pcrlock-firmware-code.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "systemd-pcrlock-firmware-config.service": { "name": "systemd-pcrlock-firmware-config.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "systemd-pcrlock-machine-id.service": { "name": "systemd-pcrlock-machine-id.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "systemd-pcrlock-make-policy.service": { "name": "systemd-pcrlock-make-policy.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "systemd-pcrlock-secureboot-authority.service": { "name": "systemd-pcrlock-secureboot-authority.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "systemd-pcrlock-secureboot-policy.service": { "name": "systemd-pcrlock-secureboot-policy.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "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-portabled.service": { "name": "systemd-portabled.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-poweroff.service": { "name": "systemd-poweroff.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-pstore.service": { "name": "systemd-pstore.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "systemd-quotacheck.service": { "name": "systemd-quotacheck.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-random-seed.service": { "name": "systemd-random-seed.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-reboot.service": { "name": "systemd-reboot.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-remount-fs.service": { "name": "systemd-remount-fs.service", "source": "systemd", "state": "stopped", "status": "enabled-runtime" }, "systemd-repart.service": { "name": "systemd-repart.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-resolved.service": { "name": "systemd-resolved.service", "source": "systemd", "state": "running", "status": "enabled" }, "systemd-rfkill.service": { "name": "systemd-rfkill.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-soft-reboot.service": { "name": "systemd-soft-reboot.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-storagetm.service": { "name": "systemd-storagetm.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-suspend-then-hibernate.service": { "name": "systemd-suspend-then-hibernate.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-suspend.service": { "name": "systemd-suspend.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-sysctl.service": { "name": "systemd-sysctl.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-sysext.service": { "name": "systemd-sysext.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "systemd-sysext@.service": { "name": "systemd-sysext@.service", "source": "systemd", "state": "unknown", "status": "static" }, "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-time-wait-sync.service": { "name": "systemd-time-wait-sync.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "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": "disabled" }, "systemd-tmpfiles-clean.service": { "name": "systemd-tmpfiles-clean.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-tmpfiles-setup-dev-early.service": { "name": "systemd-tmpfiles-setup-dev-early.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-tpm2-setup-early.service": { "name": "systemd-tpm2-setup-early.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-tpm2-setup.service": { "name": "systemd-tpm2-setup.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-udev-settle.service": { "name": "systemd-udev-settle.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-udev-trigger.service": { "name": "systemd-udev-trigger.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-udevd.service": { "name": "systemd-udevd.service", "source": "systemd", "state": "running", "status": "static" }, "systemd-update-done.service": { "name": "systemd-update-done.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-update-utmp-runlevel.service": { "name": "systemd-update-utmp-runlevel.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-update-utmp.service": { "name": "systemd-update-utmp.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-user-sessions.service": { "name": "systemd-user-sessions.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-userdbd.service": { "name": "systemd-userdbd.service", "source": "systemd", "state": "running", "status": "indirect" }, "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" }, "systemd-zram-setup@.service": { "name": "systemd-zram-setup@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-zram-setup@zram0.service": { "name": "systemd-zram-setup@zram0.service", "source": "systemd", "state": "stopped", "status": "active" }, "target.service": { "name": "target.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "targetclid.service": { "name": "targetclid.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "udisks2.service": { "name": "udisks2.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "unbound-anchor.service": { "name": "unbound-anchor.service", "source": "systemd", "state": "stopped", "status": "static" }, "user-runtime-dir@.service": { "name": "user-runtime-dir@.service", "source": "systemd", "state": "unknown", "status": "static" }, "user-runtime-dir@0.service": { "name": "user-runtime-dir@0.service", "source": "systemd", "state": "stopped", "status": "active" }, "user@.service": { "name": "user@.service", "source": "systemd", "state": "unknown", "status": "static" }, "user@0.service": { "name": "user@0.service", "source": "systemd", "state": "running", "status": "active" } } }, "changed": false } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Sunday 23 June 2024 09:34:49 +0000 (0:00:02.556) 0:00:20.425 *********** ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Sunday 23 June 2024 09:34:49 +0000 (0:00:00.032) 0:00:20.458 *********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Sunday 23 June 2024 09:34:49 +0000 (0:00:00.010) 0:00:20.468 *********** ok: [sut] => { "actions": [], "changed": false, "crypts": [], "leaves": [], "mounts": [], "packages": [], "pools": [], "volumes": [] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Sunday 23 June 2024 09:34:49 +0000 (0:00:00.412) 0:00:20.881 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_udevadm_trigger | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Sunday 23 June 2024 09:34:49 +0000 (0:00:00.020) 0:00:20.902 *********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:101 Sunday 23 June 2024 09:34:49 +0000 (0:00:00.010) 0:00:20.912 *********** ok: [sut] => { "blivet_output": { "actions": [], "changed": false, "crypts": [], "failed": false, "leaves": [], "mounts": [], "packages": [], "pools": [], "volumes": [] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:110 Sunday 23 June 2024 09:34:49 +0000 (0:00:00.016) 0:00:20.928 *********** ok: [sut] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Set the list of volumes for test verification] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:114 Sunday 23 June 2024 09:34:49 +0000 (0:00:00.014) 0:00:20.942 *********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:130 Sunday 23 June 2024 09:34:49 +0000 (0:00:00.013) 0:00:20.956 *********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:141 Sunday 23 June 2024 09:34:49 +0000 (0:00:00.020) 0:00:20.976 *********** skipping: [sut] => { "changed": false, "false_condition": "blivet_output['mounts']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:146 Sunday 23 June 2024 09:34:49 +0000 (0:00:00.010) 0:00:20.987 *********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:157 Sunday 23 June 2024 09:34:49 +0000 (0:00:00.020) 0:00:21.007 *********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:169 Sunday 23 June 2024 09:34:49 +0000 (0:00:00.022) 0:00:21.030 *********** skipping: [sut] => { "changed": false, "false_condition": "blivet_output['mounts']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:177 Sunday 23 June 2024 09:34:49 +0000 (0:00:00.010) 0:00:21.041 *********** ok: [sut] => { "changed": false, "stat": { "atime": 1718879088.616, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1718879485.835, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 131081, "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": 1718879088.616, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "4073972972", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:182 Sunday 23 June 2024 09:34:49 +0000 (0:00:00.228) 0:00:21.270 *********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:204 Sunday 23 June 2024 09:34:49 +0000 (0:00:00.011) 0:00:21.282 *********** ok: [sut] TASK [Mark tasks to be skipped] ************************************************ task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/tests_resize.yml:23 Sunday 23 June 2024 09:34:52 +0000 (0:00:02.329) 0:00:23.612 *********** ok: [sut] => { "ansible_facts": { "storage_skip_checks": [ "blivet_available", "packages_installed", "service_facts" ] }, "changed": false } TASK [Get unused disks] ******************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/tests_resize.yml:30 Sunday 23 June 2024 09:34:52 +0000 (0:00:00.023) 0:00:23.635 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/tests/get_unused_disk.yml for sut TASK [Ensure test packages] **************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/get_unused_disk.yml:2 Sunday 23 June 2024 09:34:52 +0000 (0:00:00.019) 0:00:23.654 *********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: util-linux-core TASK [Find unused disks in the system] ***************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/get_unused_disk.yml:11 Sunday 23 June 2024 09:34:53 +0000 (0:00:01.417) 0:00:25.072 *********** ok: [sut] => { "changed": false, "disks": [ "sda" ] } TASK [Debug why there are no unused disks] ************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/get_unused_disk.yml:20 Sunday 23 June 2024 09:34:53 +0000 (0:00:00.329) 0:00:25.401 *********** 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-weekly-ciqd5hl47i/tests/get_unused_disk.yml:29 Sunday 23 June 2024 09:34:53 +0000 (0:00:00.012) 0:00:25.414 *********** ok: [sut] => { "ansible_facts": { "unused_disks": [ "sda" ] }, "changed": false } TASK [Exit playbook when there's not enough unused disks in the system] ******** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/get_unused_disk.yml:34 Sunday 23 June 2024 09:34:54 +0000 (0:00:00.013) 0:00:25.428 *********** skipping: [sut] => { "changed": false, "false_condition": "unused_disks | d([]) | length < disks_needed | d(1)", "skip_reason": "Conditional result was False" } TASK [Print unused disks] ****************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/get_unused_disk.yml:39 Sunday 23 June 2024 09:34:54 +0000 (0:00:00.020) 0:00:25.448 *********** ok: [sut] => { "unused_disks": [ "sda" ] } TASK [Create one LVM logical volume under one volume group with size 5g] ******* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/tests_resize.yml:38 Sunday 23 June 2024 09:34:54 +0000 (0:00:00.013) 0:00:25.461 *********** TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Sunday 23 June 2024 09:34:54 +0000 (0:00:00.022) 0:00:25.484 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Sunday 23 June 2024 09:34:54 +0000 (0:00:00.017) 0:00:25.502 *********** skipping: [sut] => { "changed": false, "false_condition": "__storage_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Sunday 23 June 2024 09:34:54 +0000 (0:00:00.023) 0:00:25.525 *********** 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" } ok: [sut] => (item=Fedora.yml) => { "ansible_facts": { "_storage_copr_packages": [ { "packages": [ "vdo", "kmod-vdo" ], "repository": "rhawalsh/dm-vdo" } ], "_storage_copr_support_packages": [ "dnf-plugins-core" ], "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "stratisd", "stratis-cli" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/Fedora.yml" ], "ansible_loop_var": "item", "changed": false, "item": "Fedora.yml" } skipping: [sut] => (item=Fedora_40.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "Fedora_40.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora_40.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "Fedora_40.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Sunday 23 June 2024 09:34:54 +0000 (0:00:00.030) 0:00:25.556 *********** skipping: [sut] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Sunday 23 June 2024 09:34:54 +0000 (0:00:00.014) 0:00:25.570 *********** skipping: [sut] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Sunday 23 June 2024 09:34:54 +0000 (0:00:00.040) 0:00:25.610 *********** ok: [sut] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Sunday 23 June 2024 09:34:54 +0000 (0:00:00.014) 0:00:25.625 *********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Sunday 23 June 2024 09:34:54 +0000 (0:00:00.014) 0:00:25.639 *********** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for sut TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Sunday 23 June 2024 09:34:54 +0000 (0:00:00.028) 0:00:25.668 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"blivet_available\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Sunday 23 June 2024 09:34:54 +0000 (0:00:00.016) 0:00:25.685 *********** ok: [sut] => { "storage_pools": [ { "disks": [ "sda" ], "name": "foo", "type": "lvm", "volumes": [ { "fs_type": "ext4", "mount_point": "/opt/test1", "name": "test1", "size": "5g" } ] } ] } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Sunday 23 June 2024 09:34:54 +0000 (0:00:00.016) 0:00:25.702 *********** ok: [sut] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined. 'storage_volumes' is undefined" } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Sunday 23 June 2024 09:34:54 +0000 (0:00:00.014) 0:00:25.716 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Sunday 23 June 2024 09:34:54 +0000 (0:00:00.014) 0:00:25.730 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Sunday 23 June 2024 09:34:54 +0000 (0:00:00.015) 0:00:25.745 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Sunday 23 June 2024 09:34:54 +0000 (0:00:00.015) 0:00:25.761 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"service_facts\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Sunday 23 June 2024 09:34:54 +0000 (0:00:00.016) 0:00:25.777 *********** ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Sunday 23 June 2024 09:34:54 +0000 (0:00:00.032) 0:00:25.810 *********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Sunday 23 June 2024 09:34:54 +0000 (0:00:00.010) 0:00:25.821 *********** changed: [sut] => { "actions": [ { "action": "create format", "device": "/dev/sda", "fs_type": "lvmpv" }, { "action": "create device", "device": "/dev/foo", "fs_type": null }, { "action": "create device", "device": "/dev/mapper/foo-test1", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/foo-test1", "fs_type": "ext4" } ], "changed": true, "crypts": [], "leaves": [ "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/xvda2", "/dev/zram0", "/dev/mapper/foo-test1" ], "mounts": [ { "dump": 0, "fstype": "ext4", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "UUID=1172bacf-c124-4023-862f-576143a87b52", "state": "mounted" } ], "packages": [ "e2fsprogs", "lvm2" ], "pools": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "UUID=1172bacf-c124-4023-862f-576143a87b52", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext4", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "5g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Sunday 23 June 2024 09:34:56 +0000 (0:00:02.529) 0:00:28.351 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_udevadm_trigger | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Sunday 23 June 2024 09:34:56 +0000 (0:00:00.020) 0:00:28.372 *********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:101 Sunday 23 June 2024 09:34:56 +0000 (0:00:00.011) 0:00:28.383 *********** ok: [sut] => { "blivet_output": { "actions": [ { "action": "create format", "device": "/dev/sda", "fs_type": "lvmpv" }, { "action": "create device", "device": "/dev/foo", "fs_type": null }, { "action": "create device", "device": "/dev/mapper/foo-test1", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/foo-test1", "fs_type": "ext4" } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/xvda2", "/dev/zram0", "/dev/mapper/foo-test1" ], "mounts": [ { "dump": 0, "fstype": "ext4", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "UUID=1172bacf-c124-4023-862f-576143a87b52", "state": "mounted" } ], "packages": [ "e2fsprogs", "lvm2" ], "pools": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "UUID=1172bacf-c124-4023-862f-576143a87b52", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext4", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "5g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:110 Sunday 23 June 2024 09:34:56 +0000 (0:00:00.018) 0:00:28.401 *********** ok: [sut] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "UUID=1172bacf-c124-4023-862f-576143a87b52", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext4", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "5g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] }, "changed": false } TASK [fedora.linux_system_roles.storage : Set the list of volumes for test verification] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:114 Sunday 23 June 2024 09:34:57 +0000 (0:00:00.017) 0:00:28.419 *********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:130 Sunday 23 June 2024 09:34:57 +0000 (0:00:00.015) 0:00:28.434 *********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:141 Sunday 23 June 2024 09:34:57 +0000 (0:00:00.025) 0:00:28.460 *********** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:146 Sunday 23 June 2024 09:34:57 +0000 (0:00:00.870) 0:00:29.331 *********** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount changed: [sut] => (item={'src': 'UUID=1172bacf-c124-4023-862f-576143a87b52', 'path': '/opt/test1', 'fstype': 'ext4', 'opts': 'defaults', 'dump': 0, 'passno': 0, 'state': 'mounted', 'owner': None, 'group': None, 'mode': None}) => { "ansible_loop_var": "mount_info", "backup_file": "", "boot": "yes", "changed": true, "dump": "0", "fstab": "/etc/fstab", "fstype": "ext4", "mount_info": { "dump": 0, "fstype": "ext4", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "UUID=1172bacf-c124-4023-862f-576143a87b52", "state": "mounted" }, "name": "/opt/test1", "opts": "defaults", "passno": "0", "src": "UUID=1172bacf-c124-4023-862f-576143a87b52" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:157 Sunday 23 June 2024 09:34:58 +0000 (0:00:00.370) 0:00:29.702 *********** skipping: [sut] => (item={'src': 'UUID=1172bacf-c124-4023-862f-576143a87b52', 'path': '/opt/test1', 'fstype': 'ext4', 'opts': 'defaults', 'dump': 0, 'passno': 0, 'state': 'mounted', 'owner': None, 'group': None, 'mode': None}) => { "ansible_loop_var": "mount_info", "changed": false, "false_condition": "mount_info['owner'] != none or mount_info['group'] != none or mount_info['mode'] != none", "mount_info": { "dump": 0, "fstype": "ext4", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "UUID=1172bacf-c124-4023-862f-576143a87b52", "state": "mounted" }, "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:169 Sunday 23 June 2024 09:34:58 +0000 (0:00:00.030) 0:00:29.732 *********** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:177 Sunday 23 June 2024 09:34:59 +0000 (0:00:00.699) 0:00:30.431 *********** ok: [sut] => { "changed": false, "stat": { "atime": 1719135289.8187745, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1718879485.835, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 131081, "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": 1718879088.616, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "4073972972", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:182 Sunday 23 June 2024 09:34:59 +0000 (0:00:00.225) 0:00:30.656 *********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:204 Sunday 23 June 2024 09:34:59 +0000 (0:00:00.010) 0:00:30.667 *********** ok: [sut] TASK [Verify role results] ***************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/tests_resize.yml:55 Sunday 23 June 2024 09:35:01 +0000 (0:00:02.198) 0:00:32.865 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-role-results.yml for sut TASK [Print out pool information] ********************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-role-results.yml:2 Sunday 23 June 2024 09:35:01 +0000 (0:00:00.020) 0:00:32.886 *********** ok: [sut] => { "_storage_pools_list": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "UUID=1172bacf-c124-4023-862f-576143a87b52", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext4", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "5g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] } TASK [Print out volume information] ******************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-role-results.yml:7 Sunday 23 June 2024 09:35:01 +0000 (0:00:00.027) 0:00:32.914 *********** skipping: [sut] => { "false_condition": "_storage_volumes_list | length > 0" } TASK [Collect info about the volumes.] ***************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-role-results.yml:15 Sunday 23 June 2024 09:35:01 +0000 (0:00:00.023) 0:00:32.937 *********** ok: [sut] => { "changed": false, "info": { "/dev/mapper/foo-test1": { "fstype": "ext4", "label": "", "mountpoint": "/opt/test1", "name": "/dev/mapper/foo-test1", "size": "5G", "type": "lvm", "uuid": "1172bacf-c124-4023-862f-576143a87b52" }, "/dev/sda": { "fstype": "LVM2_member", "label": "", "mountpoint": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "kTq1Tu-ccrX-lN3F-h3TA-qCgO-GUcQ-8u6gpj" }, "/dev/sdb": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdc": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdc", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdd": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdd", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sde": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sde", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdf": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdf", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdg": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdg", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdh": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdh", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdi": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdi", "size": "10G", "type": "disk", "uuid": "" }, "/dev/xvda": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/xvda", "size": "250G", "type": "disk", "uuid": "" }, "/dev/xvda1": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/xvda1", "size": "1M", "type": "partition", "uuid": "" }, "/dev/xvda2": { "fstype": "ext4", "label": "", "mountpoint": "/", "name": "/dev/xvda2", "size": "250G", "type": "partition", "uuid": "d41e114e-2033-4553-824b-87c952ea3ae7" }, "/dev/zram0": { "fstype": "", "label": "", "mountpoint": "[SWAP]", "name": "/dev/zram0", "size": "3.6G", "type": "disk", "uuid": "" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-role-results.yml:20 Sunday 23 June 2024 09:35:01 +0000 (0:00:00.351) 0:00:33.289 *********** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.004822", "end": "2024-06-23 09:35:02.186951", "rc": 0, "start": "2024-06-23 09:35:02.182129" } STDOUT: # # /etc/fstab # Created by anaconda on Thu Jun 20 10:24:48 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=d41e114e-2033-4553-824b-87c952ea3ae7 / ext4 defaults 1 1 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat /mnt/redhat nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/qa /mnt/qa nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive /mnt/engarchive nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/tpsdist /mnt/tpsdist nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot /mnt/brew nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch /mnt/brew_scratch nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 UUID=1172bacf-c124-4023-862f-576143a87b52 /opt/test1 ext4 defaults 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-role-results.yml:25 Sunday 23 June 2024 09:35:02 +0000 (0:00:00.343) 0:00:33.633 *********** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.003301", "end": "2024-06-23 09:35:02.412045", "failed_when_result": false, "rc": 0, "start": "2024-06-23 09:35:02.408744" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-role-results.yml:34 Sunday 23 June 2024 09:35:02 +0000 (0:00:00.247) 0:00:33.880 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool.yml for sut => (item={'disks': ['sda'], 'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'encryption_clevis_pin': None, 'encryption_tang_url': None, 'encryption_tang_thumbprint': None, 'grow_to_fill': False, 'name': 'foo', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_metadata_version': None, 'raid_chunk_size': None, 'shared': False, 'state': 'present', 'type': 'lvm', 'volumes': [{'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'ext4', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test1', 'raid_level': None, 'size': '5g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': [], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/foo-test1', '_raw_device': '/dev/mapper/foo-test1', '_mount_id': 'UUID=1172bacf-c124-4023-862f-576143a87b52', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}]}) TASK [Set _storage_pool_tests] ************************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool.yml:5 Sunday 23 June 2024 09:35:02 +0000 (0:00:00.044) 0:00:33.924 *********** ok: [sut] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool.yml:18 Sunday 23 June 2024 09:35:02 +0000 (0:00:00.016) 0:00:33.941 *********** ok: [sut] => { "changed": false, "cmd": [ "vgs", "--noheadings", "--binary", "-o", "shared", "foo" ], "delta": "0:00:00.033898", "end": "2024-06-23 09:35:02.762318", "rc": 0, "start": "2024-06-23 09:35:02.728420" } STDOUT: 0 TASK [Verify that VG shared value checks out] ********************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool.yml:24 Sunday 23 June 2024 09:35:02 +0000 (0:00:00.266) 0:00:34.207 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify pool subset] ****************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool.yml:34 Sunday 23 June 2024 09:35:02 +0000 (0:00:00.019) 0:00:34.226 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml for sut => (item=members) included: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-volumes.yml for sut => (item=volumes) TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:2 Sunday 23 June 2024 09:35:02 +0000 (0:00:00.029) 0:00:34.256 *********** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_count": "1", "_storage_test_pool_pvs_lvm": [ "/dev/sda" ] }, "changed": false } TASK [Get the canonical device path for each member device] ******************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:8 Sunday 23 June 2024 09:35:02 +0000 (0:00:00.036) 0:00:34.292 *********** ok: [sut] => (item=/dev/sda) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/sda", "pv": "/dev/sda" } TASK [Set pvs lvm length] ****************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:17 Sunday 23 June 2024 09:35:03 +0000 (0:00:00.331) 0:00:34.624 *********** ok: [sut] => { "ansible_facts": { "__pvs_lvm_len": "1" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:22 Sunday 23 June 2024 09:35:03 +0000 (0:00:00.023) 0:00:34.648 *********** ok: [sut] => { "ansible_facts": { "_storage_test_pool_pvs": [ "/dev/sda" ] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:27 Sunday 23 June 2024 09:35:03 +0000 (0:00:00.025) 0:00:34.673 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:36 Sunday 23 June 2024 09:35:03 +0000 (0:00:00.027) 0:00:34.701 *********** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:41 Sunday 23 June 2024 09:35:03 +0000 (0:00:00.014) 0:00:34.716 *********** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:46 Sunday 23 June 2024 09:35:03 +0000 (0:00:00.024) 0:00:34.740 *********** 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-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:51 Sunday 23 June 2024 09:35:03 +0000 (0:00:00.012) 0:00:34.753 *********** ok: [sut] => (item=/dev/sda) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/sda" } MSG: All assertions passed TASK [Check that blivet supports PV grow to fill] ****************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:64 Sunday 23 June 2024 09:35:03 +0000 (0:00:00.017) 0:00:34.771 *********** ok: [sut] => { "changed": false, "rc": 0 } STDOUT: True STDERR: Shared connection to 10.31.46.68 closed. TASK [Verify that PVs fill the whole devices when they should] ***************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:73 Sunday 23 June 2024 09:35:03 +0000 (0:00:00.398) 0:00:35.170 *********** skipping: [sut] => (item=/dev/sda) => { "ansible_loop_var": "st_pool_pv", "changed": false, "false_condition": "storage_test_pool.grow_to_fill | bool", "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/sda" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [Check MD RAID] *********************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:83 Sunday 23 June 2024 09:35:03 +0000 (0:00:00.028) 0:00:35.198 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-md.yml for sut TASK [Get information about RAID] ********************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-md.yml:8 Sunday 23 June 2024 09:35:03 +0000 (0:00:00.024) 0:00:35.223 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-md.yml:14 Sunday 23 June 2024 09:35:03 +0000 (0:00:00.012) 0:00:35.235 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-md.yml:19 Sunday 23 June 2024 09:35:03 +0000 (0:00:00.011) 0:00:35.247 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-md.yml:24 Sunday 23 June 2024 09:35:03 +0000 (0:00:00.031) 0:00:35.279 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-md.yml:29 Sunday 23 June 2024 09:35:03 +0000 (0:00:00.012) 0:00:35.291 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-md.yml:37 Sunday 23 June 2024 09:35:03 +0000 (0:00:00.012) 0:00:35.303 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-md.yml:46 Sunday 23 June 2024 09:35:03 +0000 (0:00:00.011) 0:00:35.315 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-md.yml:55 Sunday 23 June 2024 09:35:03 +0000 (0:00:00.012) 0:00:35.327 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-md.yml:64 Sunday 23 June 2024 09:35:03 +0000 (0:00:00.012) 0:00:35.339 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-md.yml:74 Sunday 23 June 2024 09:35:03 +0000 (0:00:00.013) 0:00:35.353 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-md.yml:83 Sunday 23 June 2024 09:35:03 +0000 (0:00:00.011) 0:00:35.364 *********** 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-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:86 Sunday 23 June 2024 09:35:03 +0000 (0:00:00.012) 0:00:35.377 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-members-lvmraid.yml for sut TASK [Validate pool member LVM RAID settings] ********************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-members-lvmraid.yml:2 Sunday 23 June 2024 09:35:03 +0000 (0:00:00.024) 0:00:35.401 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-member-lvmraid.yml for sut => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'ext4', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test1', 'raid_level': None, 'size': '5g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': [], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/foo-test1', '_raw_device': '/dev/mapper/foo-test1', '_mount_id': 'UUID=1172bacf-c124-4023-862f-576143a87b52', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}) TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-member-lvmraid.yml:8 Sunday 23 June 2024 09:35:04 +0000 (0:00:00.024) 0:00:35.425 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-member-lvmraid.yml:16 Sunday 23 June 2024 09:35:04 +0000 (0:00:00.015) 0:00:35.441 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-member-lvmraid.yml:20 Sunday 23 June 2024 09:35:04 +0000 (0:00:00.015) 0:00:35.456 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-member-lvmraid.yml:27 Sunday 23 June 2024 09:35:04 +0000 (0:00:00.014) 0:00:35.471 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-member-lvmraid.yml:31 Sunday 23 June 2024 09:35:04 +0000 (0:00:00.014) 0:00:35.486 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-member-lvmraid.yml:37 Sunday 23 June 2024 09:35:04 +0000 (0:00:00.018) 0:00:35.504 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-member-lvmraid.yml:42 Sunday 23 June 2024 09:35:04 +0000 (0:00:00.016) 0:00:35.520 *********** 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-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:89 Sunday 23 June 2024 09:35:04 +0000 (0:00:00.014) 0:00:35.534 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-members-thin.yml for sut TASK [Validate pool member thinpool settings] ********************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-members-thin.yml:2 Sunday 23 June 2024 09:35:04 +0000 (0:00:00.025) 0:00:35.560 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-member-thin.yml for sut => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'ext4', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test1', 'raid_level': None, 'size': '5g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': [], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/foo-test1', '_raw_device': '/dev/mapper/foo-test1', '_mount_id': 'UUID=1172bacf-c124-4023-862f-576143a87b52', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}) TASK [Get information about thinpool] ****************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-member-thin.yml:8 Sunday 23 June 2024 09:35:04 +0000 (0:00:00.023) 0:00:35.584 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-member-thin.yml:16 Sunday 23 June 2024 09:35:04 +0000 (0:00:00.013) 0:00:35.597 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-member-thin.yml:22 Sunday 23 June 2024 09:35:04 +0000 (0:00:00.014) 0:00:35.611 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-member-thin.yml:26 Sunday 23 June 2024 09:35:04 +0000 (0:00:00.011) 0:00:35.623 *********** ok: [sut] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Check member encryption] ************************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:92 Sunday 23 June 2024 09:35:04 +0000 (0:00:00.013) 0:00:35.637 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-members-encryption.yml for sut TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-members-encryption.yml:5 Sunday 23 June 2024 09:35:04 +0000 (0:00:00.029) 0:00:35.667 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-members-encryption.yml:10 Sunday 23 June 2024 09:35:04 +0000 (0:00:00.024) 0:00:35.691 *********** skipping: [sut] => (item=/dev/sda) => { "_storage_test_pool_member_path": "/dev/sda", "ansible_loop_var": "_storage_test_pool_member_path", "changed": false, "false_condition": "storage_test_pool.type == 'lvm' and storage_test_pool.encryption", "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [Validate pool member crypttab entries] *********************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-members-encryption.yml:17 Sunday 23 June 2024 09:35:04 +0000 (0:00:00.014) 0:00:35.706 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-member-crypttab.yml for sut => (item=/dev/sda) TASK [Set variables used by tests] ********************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-member-crypttab.yml:2 Sunday 23 June 2024 09:35:04 +0000 (0:00:00.023) 0:00:35.730 *********** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-member-crypttab.yml:6 Sunday 23 June 2024 09:35:04 +0000 (0:00:00.026) 0:00:35.756 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-member-crypttab.yml:14 Sunday 23 June 2024 09:35:04 +0000 (0:00:00.025) 0:00:35.781 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-member-crypttab.yml:23 Sunday 23 June 2024 09:35:04 +0000 (0:00:00.022) 0:00:35.804 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-member-crypttab.yml:32 Sunday 23 June 2024 09:35:04 +0000 (0:00:00.021) 0:00:35.826 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-member-crypttab.yml:41 Sunday 23 June 2024 09:35:04 +0000 (0:00:00.022) 0:00:35.848 *********** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-members-encryption.yml:24 Sunday 23 June 2024 09:35:04 +0000 (0:00:00.014) 0:00:35.863 *********** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_crypttab_key_file": null }, "changed": false } TASK [Check VDO] *************************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:95 Sunday 23 June 2024 09:35:04 +0000 (0:00:00.014) 0:00:35.878 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-members-vdo.yml for sut TASK [Validate pool member VDO settings] *************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-members-vdo.yml:2 Sunday 23 June 2024 09:35:04 +0000 (0:00:00.028) 0:00:35.906 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-member-vdo.yml for sut => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'ext4', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test1', 'raid_level': None, 'size': '5g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': [], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/foo-test1', '_raw_device': '/dev/mapper/foo-test1', '_mount_id': 'UUID=1172bacf-c124-4023-862f-576143a87b52', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}) TASK [Get information about VDO deduplication] ********************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-member-vdo.yml:8 Sunday 23 June 2024 09:35:04 +0000 (0:00:00.025) 0:00:35.931 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-member-vdo.yml:15 Sunday 23 June 2024 09:35:04 +0000 (0:00:00.012) 0:00:35.943 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-member-vdo.yml:21 Sunday 23 June 2024 09:35:04 +0000 (0:00:00.011) 0:00:35.955 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-member-vdo.yml:27 Sunday 23 June 2024 09:35:04 +0000 (0:00:00.011) 0:00:35.967 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-member-vdo.yml:34 Sunday 23 June 2024 09:35:04 +0000 (0:00:00.011) 0:00:35.978 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-member-vdo.yml:40 Sunday 23 June 2024 09:35:04 +0000 (0:00:00.012) 0:00:35.991 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-member-vdo.yml:46 Sunday 23 June 2024 09:35:04 +0000 (0:00:00.011) 0:00:36.003 *********** ok: [sut] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Check Stratis] *********************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:98 Sunday 23 June 2024 09:35:04 +0000 (0:00:00.013) 0:00:36.017 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-stratis.yml for sut TASK [Run 'stratis report'] **************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-stratis.yml:6 Sunday 23 June 2024 09:35:04 +0000 (0:00:00.029) 0:00:36.047 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Get information about Stratis] ******************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-stratis.yml:11 Sunday 23 June 2024 09:35:04 +0000 (0:00:00.013) 0:00:36.061 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Verify that the pools was created] *************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-stratis.yml:15 Sunday 23 June 2024 09:35:04 +0000 (0:00:00.012) 0:00:36.073 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Verify that encryption is correctly set] ********************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-stratis.yml:25 Sunday 23 June 2024 09:35:04 +0000 (0:00:00.012) 0:00:36.085 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Verify that Clevis/Tang encryption is correctly set] ********************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-stratis.yml:34 Sunday 23 June 2024 09:35:04 +0000 (0:00:00.011) 0:00:36.097 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-stratis.yml:44 Sunday 23 June 2024 09:35:04 +0000 (0:00:00.011) 0:00:36.109 *********** ok: [sut] => { "ansible_facts": { "storage_test_stratis_report": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:101 Sunday 23 June 2024 09:35:04 +0000 (0:00:00.013) 0:00:36.122 *********** 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-weekly-ciqd5hl47i/tests/test-verify-pool-volumes.yml:3 Sunday 23 June 2024 09:35:04 +0000 (0:00:00.014) 0:00:36.136 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume.yml for sut => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'ext4', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test1', 'raid_level': None, 'size': '5g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': [], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/foo-test1', '_raw_device': '/dev/mapper/foo-test1', '_mount_id': 'UUID=1172bacf-c124-4023-862f-576143a87b52', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}) TASK [Set storage volume test variables] *************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume.yml:2 Sunday 23 June 2024 09:35:04 +0000 (0:00:00.047) 0:00:36.184 *********** ok: [sut] => { "ansible_facts": { "_storage_test_volume_present": true, "_storage_volume_tests": [ "mount", "fstab", "fs", "device", "encryption", "md", "size", "cache" ] }, "changed": false } TASK [Run test verify for {{ storage_test_volume_subset }}] ******************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume.yml:19 Sunday 23 June 2024 09:35:04 +0000 (0:00:00.024) 0:00:36.209 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-mount.yml for sut => (item=mount) included: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-fstab.yml for sut => (item=fstab) included: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-fs.yml for sut => (item=fs) included: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-device.yml for sut => (item=device) included: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml for sut => (item=encryption) included: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-md.yml for sut => (item=md) included: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml for sut => (item=size) included: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-cache.yml for sut => (item=cache) TASK [Get expected mount device based on device type] ************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-mount.yml:7 Sunday 23 June 2024 09:35:04 +0000 (0:00:00.053) 0:00:36.263 *********** ok: [sut] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/foo-test1" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-mount.yml:11 Sunday 23 June 2024 09:35:04 +0000 (0:00:00.019) 0:00:36.282 *********** ok: [sut] => { "ansible_facts": { "storage_test_mount_expected_mount_point": "/opt/test1", "storage_test_swap_expected_matches": "0" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-mount.yml:19 Sunday 23 June 2024 09:35:04 +0000 (0:00:00.025) 0:00:36.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-weekly-ciqd5hl47i/tests/test-verify-volume-mount.yml:28 Sunday 23 June 2024 09:35:04 +0000 (0:00:00.011) 0:00:36.319 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-mount.yml:36 Sunday 23 June 2024 09:35:04 +0000 (0:00:00.015) 0:00:36.335 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_user", "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-mount.yml:42 Sunday 23 June 2024 09:35:04 +0000 (0:00:00.011) 0:00:36.346 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_group", "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-mount.yml:48 Sunday 23 June 2024 09:35:04 +0000 (0:00:00.011) 0:00:36.358 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_mode", "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-mount.yml:57 Sunday 23 June 2024 09:35:04 +0000 (0:00:00.013) 0:00:36.371 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-mount.yml:63 Sunday 23 June 2024 09:35:04 +0000 (0:00:00.011) 0:00:36.383 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-mount.yml:69 Sunday 23 June 2024 09:35:04 +0000 (0:00:00.011) 0:00:36.395 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-mount.yml:79 Sunday 23 June 2024 09:35:04 +0000 (0:00:00.011) 0:00:36.407 *********** ok: [sut] => { "ansible_facts": { "storage_test_found_mount_stat": null, "storage_test_mount_expected_mount_point": null, "storage_test_swap_expected_matches": null, "storage_test_swaps": null, "storage_test_sys_node": null }, "changed": false } TASK [Set some variables for fstab checking] *********************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-fstab.yml:2 Sunday 23 June 2024 09:35:05 +0000 (0:00:00.012) 0:00:36.419 *********** ok: [sut] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": "1", "storage_test_fstab_expected_mount_options_matches": "1", "storage_test_fstab_expected_mount_point_matches": "1", "storage_test_fstab_id_matches": [ "UUID=1172bacf-c124-4023-862f-576143a87b52 " ], "storage_test_fstab_mount_options_matches": [ " /opt/test1 ext4 defaults " ], "storage_test_fstab_mount_point_matches": [ " /opt/test1 " ] }, "changed": false } TASK [Verify that the device identifier appears in /etc/fstab] ***************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-fstab.yml:17 Sunday 23 June 2024 09:35:05 +0000 (0:00:00.036) 0:00:36.456 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-fstab.yml:24 Sunday 23 June 2024 09:35:05 +0000 (0:00:00.028) 0:00:36.484 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-fstab.yml:33 Sunday 23 June 2024 09:35:05 +0000 (0:00:00.024) 0:00:36.508 *********** skipping: [sut] => { "changed": false, "false_condition": "__storage_verify_mount_options | d(false)", "skip_reason": "Conditional result was False" } TASK [Clean up variables] ****************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-fstab.yml:45 Sunday 23 June 2024 09:35:05 +0000 (0:00:00.020) 0:00:36.529 *********** ok: [sut] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": null, "storage_test_fstab_expected_mount_options_matches": null, "storage_test_fstab_expected_mount_point_matches": null, "storage_test_fstab_id_matches": null, "storage_test_fstab_mount_options_matches": null, "storage_test_fstab_mount_point_matches": null }, "changed": false } TASK [Verify fs type] ********************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-fs.yml:6 Sunday 23 June 2024 09:35:05 +0000 (0:00:00.013) 0:00:36.542 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-fs.yml:14 Sunday 23 June 2024 09:35:05 +0000 (0:00:00.025) 0:00:36.567 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-device.yml:3 Sunday 23 June 2024 09:35:05 +0000 (0:00:00.025) 0:00:36.592 *********** ok: [sut] => { "changed": false, "stat": { "atime": 1719135296.8387818, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1719135296.8387818, "dev": 6, "device_type": 64768, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 655, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/symlink", "mode": "0660", "mtime": 1719135296.8387818, "nlink": 1, "path": "/dev/mapper/foo-test1", "pw_name": "root", "readable": true, "rgrp": true, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": null, "wgrp": true, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-device.yml:9 Sunday 23 June 2024 09:35:05 +0000 (0:00:00.230) 0:00:36.823 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-device.yml:16 Sunday 23 June 2024 09:35:05 +0000 (0:00:00.016) 0:00:36.839 *********** skipping: [sut] => { "changed": false, "false_condition": "not (_storage_test_volume_present or storage_test_volume.type == 'disk')", "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-device.yml:23 Sunday 23 June 2024 09:35:05 +0000 (0:00:00.012) 0:00:36.852 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-device.yml:29 Sunday 23 June 2024 09:35:05 +0000 (0:00:00.015) 0:00:36.868 *********** ok: [sut] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-device.yml:33 Sunday 23 June 2024 09:35:05 +0000 (0:00:00.013) 0:00:36.881 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == \"raid\"", "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-device.yml:38 Sunday 23 June 2024 09:35:05 +0000 (0:00:00.011) 0:00:36.893 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:3 Sunday 23 June 2024 09:35:05 +0000 (0:00:00.016) 0:00:36.909 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:10 Sunday 23 June 2024 09:35:05 +0000 (0:00:00.011) 0:00:36.921 *********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: cryptsetup TASK [Collect LUKS info for this volume] *************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:16 Sunday 23 June 2024 09:35:06 +0000 (0:00:01.426) 0:00:38.348 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:22 Sunday 23 June 2024 09:35:06 +0000 (0:00:00.011) 0:00:38.360 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Verify that the raw device is the same as the device if not encrypted] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:29 Sunday 23 June 2024 09:35:06 +0000 (0:00:00.011) 0:00:38.372 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:40 Sunday 23 June 2024 09:35:06 +0000 (0:00:00.024) 0:00:38.396 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:46 Sunday 23 June 2024 09:35:06 +0000 (0:00:00.014) 0:00:38.411 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:51 Sunday 23 June 2024 09:35:07 +0000 (0:00:00.012) 0:00:38.424 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:63 Sunday 23 June 2024 09:35:07 +0000 (0:00:00.013) 0:00:38.437 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:75 Sunday 23 June 2024 09:35:07 +0000 (0:00:00.012) 0:00:38.450 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:87 Sunday 23 June 2024 09:35:07 +0000 (0:00:00.013) 0:00:38.463 *********** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [], "_storage_test_expected_crypttab_entries": "0", "_storage_test_expected_crypttab_key_file": "-" }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:93 Sunday 23 June 2024 09:35:07 +0000 (0:00:00.030) 0:00:38.494 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:100 Sunday 23 June 2024 09:35:07 +0000 (0:00:00.029) 0:00:38.523 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:108 Sunday 23 June 2024 09:35:07 +0000 (0:00:00.022) 0:00:38.546 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:116 Sunday 23 June 2024 09:35:07 +0000 (0:00:00.030) 0:00:38.576 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:124 Sunday 23 June 2024 09:35:07 +0000 (0:00:00.022) 0:00:38.598 *********** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_expected_crypttab_entries": null, "_storage_test_expected_crypttab_key_file": null }, "changed": false } TASK [Get information about RAID] ********************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-md.yml:8 Sunday 23 June 2024 09:35:07 +0000 (0:00:00.014) 0:00:38.613 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-md.yml:14 Sunday 23 June 2024 09:35:07 +0000 (0:00:00.014) 0:00:38.627 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-md.yml:19 Sunday 23 June 2024 09:35:07 +0000 (0:00:00.014) 0:00:38.641 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-md.yml:24 Sunday 23 June 2024 09:35:07 +0000 (0:00:00.013) 0:00:38.655 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-md.yml:29 Sunday 23 June 2024 09:35:07 +0000 (0:00:00.012) 0:00:38.668 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-md.yml:37 Sunday 23 June 2024 09:35:07 +0000 (0:00:00.013) 0:00:38.682 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-md.yml:46 Sunday 23 June 2024 09:35:07 +0000 (0:00:00.012) 0:00:38.695 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-md.yml:54 Sunday 23 June 2024 09:35:07 +0000 (0:00:00.016) 0:00:38.711 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-md.yml:62 Sunday 23 June 2024 09:35:07 +0000 (0:00:00.015) 0:00:38.726 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-md.yml:70 Sunday 23 June 2024 09:35:07 +0000 (0:00:00.016) 0:00:38.743 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:3 Sunday 23 June 2024 09:35:07 +0000 (0:00:00.014) 0:00:38.758 *********** ok: [sut] => { "bytes": 5368709120, "changed": false, "lvm": "5g", "parted": "5GiB", "size": "5 GiB" } TASK [Parse the requested size of the volume] ********************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:11 Sunday 23 June 2024 09:35:07 +0000 (0:00:00.325) 0:00:39.083 *********** ok: [sut] => { "bytes": 5368709120, "changed": false, "lvm": "5g", "parted": "5GiB", "size": "5 GiB" } TASK [Establish base value for expected size] ********************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:20 Sunday 23 June 2024 09:35:07 +0000 (0:00:00.256) 0:00:39.340 *********** ok: [sut] => { "ansible_facts": { "storage_test_expected_size": "5368709120" }, "changed": false } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:28 Sunday 23 June 2024 09:35:07 +0000 (0:00:00.025) 0:00:39.365 *********** ok: [sut] => { "storage_test_expected_size": "5368709120" } TASK [Get the size of parent/pool device] ************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:32 Sunday 23 June 2024 09:35:07 +0000 (0:00:00.045) 0:00:39.411 *********** ok: [sut] => { "bytes": 10726680821, "changed": false, "lvm": "9g", "parted": "9GiB", "size": "9 GiB" } TASK [Show test pool] ********************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:46 Sunday 23 June 2024 09:35:08 +0000 (0:00:00.244) 0:00:39.656 *********** skipping: [sut] => { "false_condition": "'%' in storage_test_volume.size | string" } TASK [Show test blockinfo] ***************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:50 Sunday 23 June 2024 09:35:08 +0000 (0:00:00.022) 0:00:39.678 *********** skipping: [sut] => { "false_condition": "'%' in storage_test_volume.size | string" } TASK [Show test pool size] ***************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:54 Sunday 23 June 2024 09:35:08 +0000 (0:00:00.022) 0:00:39.701 *********** 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-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:58 Sunday 23 June 2024 09:35:08 +0000 (0:00:00.023) 0:00:39.724 *********** 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-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:67 Sunday 23 June 2024 09:35:08 +0000 (0:00:00.022) 0:00:39.746 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:71 Sunday 23 June 2024 09:35:08 +0000 (0:00:00.014) 0:00:39.761 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:76 Sunday 23 June 2024 09:35:08 +0000 (0:00:00.012) 0:00:39.773 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:82 Sunday 23 June 2024 09:35:08 +0000 (0:00:00.012) 0:00:39.786 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:86 Sunday 23 June 2024 09:35:08 +0000 (0:00:00.012) 0:00:39.798 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:91 Sunday 23 June 2024 09:35:08 +0000 (0:00:00.012) 0:00:39.810 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:96 Sunday 23 June 2024 09:35:08 +0000 (0:00:00.012) 0:00:39.823 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:101 Sunday 23 June 2024 09:35:08 +0000 (0:00:00.013) 0:00:39.837 *********** skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Show volume thin pool size] ********************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:105 Sunday 23 June 2024 09:35:08 +0000 (0:00:00.012) 0:00:39.849 *********** skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:109 Sunday 23 June 2024 09:35:08 +0000 (0:00:00.011) 0:00:39.861 *********** skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Establish base value for expected thin pool size] ************************ task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:113 Sunday 23 June 2024 09:35:08 +0000 (0:00:00.013) 0:00:39.874 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:120 Sunday 23 June 2024 09:35:08 +0000 (0:00:00.012) 0:00:39.886 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:127 Sunday 23 June 2024 09:35:08 +0000 (0:00:00.013) 0:00:39.900 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:131 Sunday 23 June 2024 09:35:08 +0000 (0:00:00.014) 0:00:39.914 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:137 Sunday 23 June 2024 09:35:08 +0000 (0:00:00.012) 0:00:39.927 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:143 Sunday 23 June 2024 09:35:08 +0000 (0:00:00.012) 0:00:39.939 *********** ok: [sut] => { "storage_test_actual_size": { "bytes": 5368709120, "changed": false, "failed": false, "lvm": "5g", "parted": "5GiB", "size": "5 GiB" } } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:147 Sunday 23 June 2024 09:35:08 +0000 (0:00:00.014) 0:00:39.954 *********** ok: [sut] => { "storage_test_expected_size": "5368709120" } TASK [Assert expected size is actual size] ************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:151 Sunday 23 June 2024 09:35:08 +0000 (0:00:00.014) 0:00:39.968 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-cache.yml:5 Sunday 23 June 2024 09:35:08 +0000 (0:00:00.027) 0:00:39.995 *********** ok: [sut] => { "changed": false, "cmd": [ "lvs", "--noheadings", "--nameprefixes", "--units=b", "--nosuffix", "--unquoted", "-o", "name,attr,cache_total_blocks,chunk_size,segtype", "foo/test1" ], "delta": "0:00:00.033187", "end": "2024-06-23 09:35:08.806237", "rc": 0, "start": "2024-06-23 09:35:08.773050" } STDOUT: LVM2_LV_NAME=test1 LVM2_LV_ATTR=-wi-ao---- LVM2_CACHE_TOTAL_BLOCKS= LVM2_CHUNK_SIZE=0 LVM2_SEGTYPE=linear TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-cache.yml:13 Sunday 23 June 2024 09:35:08 +0000 (0:00:00.255) 0:00:40.250 *********** ok: [sut] => { "ansible_facts": { "storage_test_lv_segtype": [ "linear" ] }, "changed": false } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-cache.yml:17 Sunday 23 June 2024 09:35:08 +0000 (0:00:00.025) 0:00:40.275 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set LV cache size] ******************************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-cache.yml:24 Sunday 23 June 2024 09:35:08 +0000 (0:00:00.025) 0:00:40.301 *********** 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-weekly-ciqd5hl47i/tests/test-verify-volume-cache.yml:31 Sunday 23 June 2024 09:35:08 +0000 (0:00:00.021) 0:00:40.322 *********** 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-weekly-ciqd5hl47i/tests/test-verify-volume-cache.yml:37 Sunday 23 June 2024 09:35:08 +0000 (0:00:00.020) 0:00:40.343 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.cached | bool", "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-cache.yml:42 Sunday 23 June 2024 09:35:08 +0000 (0:00:00.021) 0:00:40.364 *********** 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-weekly-ciqd5hl47i/tests/test-verify-volume.yml:25 Sunday 23 June 2024 09:35:08 +0000 (0:00:00.024) 0:00:40.389 *********** ok: [sut] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-role-results.yml:44 Sunday 23 June 2024 09:35:08 +0000 (0:00:00.014) 0:00:40.403 *********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Clean up variable namespace] ********************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-role-results.yml:54 Sunday 23 June 2024 09:35:09 +0000 (0:00:00.012) 0:00:40.415 *********** ok: [sut] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } TASK [Change volume_size to 9g] ************************************************ task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/tests_resize.yml:58 Sunday 23 June 2024 09:35:09 +0000 (0:00:00.014) 0:00:40.430 *********** TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Sunday 23 June 2024 09:35:09 +0000 (0:00:00.040) 0:00:40.471 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Sunday 23 June 2024 09:35:09 +0000 (0:00:00.020) 0:00:40.491 *********** skipping: [sut] => { "changed": false, "false_condition": "__storage_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Sunday 23 June 2024 09:35:09 +0000 (0:00:00.024) 0:00:40.516 *********** 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" } ok: [sut] => (item=Fedora.yml) => { "ansible_facts": { "_storage_copr_packages": [ { "packages": [ "vdo", "kmod-vdo" ], "repository": "rhawalsh/dm-vdo" } ], "_storage_copr_support_packages": [ "dnf-plugins-core" ], "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "stratisd", "stratis-cli" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/Fedora.yml" ], "ansible_loop_var": "item", "changed": false, "item": "Fedora.yml" } skipping: [sut] => (item=Fedora_40.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "Fedora_40.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora_40.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "Fedora_40.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Sunday 23 June 2024 09:35:09 +0000 (0:00:00.033) 0:00:40.549 *********** skipping: [sut] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Sunday 23 June 2024 09:35:09 +0000 (0:00:00.015) 0:00:40.566 *********** skipping: [sut] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Sunday 23 June 2024 09:35:09 +0000 (0:00:00.017) 0:00:40.583 *********** ok: [sut] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Sunday 23 June 2024 09:35:09 +0000 (0:00:00.015) 0:00:40.598 *********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Sunday 23 June 2024 09:35:09 +0000 (0:00:00.015) 0:00:40.613 *********** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for sut TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Sunday 23 June 2024 09:35:09 +0000 (0:00:00.030) 0:00:40.644 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"blivet_available\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Sunday 23 June 2024 09:35:09 +0000 (0:00:00.015) 0:00:40.660 *********** ok: [sut] => { "storage_pools": [ { "disks": [ "sda" ], "name": "foo", "type": "lvm", "volumes": [ { "fs_type": "ext4", "mount_point": "/opt/test1", "name": "test1", "size": "9g" } ] } ] } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Sunday 23 June 2024 09:35:09 +0000 (0:00:00.015) 0:00:40.675 *********** ok: [sut] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined. 'storage_volumes' is undefined" } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Sunday 23 June 2024 09:35:09 +0000 (0:00:00.015) 0:00:40.690 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Sunday 23 June 2024 09:35:09 +0000 (0:00:00.016) 0:00:40.707 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Sunday 23 June 2024 09:35:09 +0000 (0:00:00.016) 0:00:40.723 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Sunday 23 June 2024 09:35:09 +0000 (0:00:00.017) 0:00:40.740 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"service_facts\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Sunday 23 June 2024 09:35:09 +0000 (0:00:00.016) 0:00:40.757 *********** ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Sunday 23 June 2024 09:35:09 +0000 (0:00:00.032) 0:00:40.790 *********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Sunday 23 June 2024 09:35:09 +0000 (0:00:00.011) 0:00:40.801 *********** changed: [sut] => { "actions": [ { "action": "resize device", "device": "/dev/mapper/foo-test1", "fs_type": null }, { "action": "resize format", "device": "/dev/mapper/foo-test1", "fs_type": "ext4" } ], "changed": true, "crypts": [], "leaves": [ "/dev/mapper/foo-test1", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/xvda2", "/dev/zram0" ], "mounts": [ { "dump": 0, "fstype": "ext4", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "UUID=1172bacf-c124-4023-862f-576143a87b52", "state": "mounted" } ], "packages": [ "e2fsprogs", "lvm2" ], "pools": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "UUID=1172bacf-c124-4023-862f-576143a87b52", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext4", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "9g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Sunday 23 June 2024 09:35:11 +0000 (0:00:02.052) 0:00:42.853 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_udevadm_trigger | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Sunday 23 June 2024 09:35:11 +0000 (0:00:00.020) 0:00:42.874 *********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:101 Sunday 23 June 2024 09:35:11 +0000 (0:00:00.014) 0:00:42.888 *********** ok: [sut] => { "blivet_output": { "actions": [ { "action": "resize device", "device": "/dev/mapper/foo-test1", "fs_type": null }, { "action": "resize format", "device": "/dev/mapper/foo-test1", "fs_type": "ext4" } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/mapper/foo-test1", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/xvda2", "/dev/zram0" ], "mounts": [ { "dump": 0, "fstype": "ext4", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "UUID=1172bacf-c124-4023-862f-576143a87b52", "state": "mounted" } ], "packages": [ "e2fsprogs", "lvm2" ], "pools": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "UUID=1172bacf-c124-4023-862f-576143a87b52", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext4", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "9g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:110 Sunday 23 June 2024 09:35:11 +0000 (0:00:00.020) 0:00:42.908 *********** ok: [sut] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "UUID=1172bacf-c124-4023-862f-576143a87b52", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext4", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "9g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] }, "changed": false } TASK [fedora.linux_system_roles.storage : Set the list of volumes for test verification] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:114 Sunday 23 June 2024 09:35:11 +0000 (0:00:00.017) 0:00:42.925 *********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:130 Sunday 23 June 2024 09:35:11 +0000 (0:00:00.015) 0:00:42.941 *********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:141 Sunday 23 June 2024 09:35:11 +0000 (0:00:00.023) 0:00:42.965 *********** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:146 Sunday 23 June 2024 09:35:12 +0000 (0:00:00.702) 0:00:43.667 *********** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount ok: [sut] => (item={'src': 'UUID=1172bacf-c124-4023-862f-576143a87b52', 'path': '/opt/test1', 'fstype': 'ext4', 'opts': 'defaults', 'dump': 0, 'passno': 0, 'state': 'mounted', 'owner': None, 'group': None, 'mode': None}) => { "ansible_loop_var": "mount_info", "backup_file": "", "boot": "yes", "changed": false, "dump": "0", "fstab": "/etc/fstab", "fstype": "ext4", "mount_info": { "dump": 0, "fstype": "ext4", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "UUID=1172bacf-c124-4023-862f-576143a87b52", "state": "mounted" }, "name": "/opt/test1", "opts": "defaults", "passno": "0", "src": "UUID=1172bacf-c124-4023-862f-576143a87b52" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:157 Sunday 23 June 2024 09:35:12 +0000 (0:00:00.310) 0:00:43.978 *********** skipping: [sut] => (item={'src': 'UUID=1172bacf-c124-4023-862f-576143a87b52', 'path': '/opt/test1', 'fstype': 'ext4', 'opts': 'defaults', 'dump': 0, 'passno': 0, 'state': 'mounted', 'owner': None, 'group': None, 'mode': None}) => { "ansible_loop_var": "mount_info", "changed": false, "false_condition": "mount_info['owner'] != none or mount_info['group'] != none or mount_info['mode'] != none", "mount_info": { "dump": 0, "fstype": "ext4", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "UUID=1172bacf-c124-4023-862f-576143a87b52", "state": "mounted" }, "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:169 Sunday 23 June 2024 09:35:12 +0000 (0:00:00.029) 0:00:44.007 *********** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:177 Sunday 23 June 2024 09:35:13 +0000 (0:00:00.701) 0:00:44.708 *********** ok: [sut] => { "changed": false, "stat": { "atime": 1719135289.8187745, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1718879485.835, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 131081, "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": 1718879088.616, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "4073972972", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:182 Sunday 23 June 2024 09:35:13 +0000 (0:00:00.231) 0:00:44.940 *********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:204 Sunday 23 June 2024 09:35:13 +0000 (0:00:00.012) 0:00:44.953 *********** ok: [sut] TASK [Verify role results] ***************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/tests_resize.yml:72 Sunday 23 June 2024 09:35:15 +0000 (0:00:02.178) 0:00:47.131 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-role-results.yml for sut TASK [Print out pool information] ********************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-role-results.yml:2 Sunday 23 June 2024 09:35:15 +0000 (0:00:00.022) 0:00:47.154 *********** ok: [sut] => { "_storage_pools_list": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "UUID=1172bacf-c124-4023-862f-576143a87b52", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext4", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "9g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] } TASK [Print out volume information] ******************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-role-results.yml:7 Sunday 23 June 2024 09:35:15 +0000 (0:00:00.025) 0:00:47.180 *********** skipping: [sut] => { "false_condition": "_storage_volumes_list | length > 0" } TASK [Collect info about the volumes.] ***************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-role-results.yml:15 Sunday 23 June 2024 09:35:15 +0000 (0:00:00.024) 0:00:47.205 *********** ok: [sut] => { "changed": false, "info": { "/dev/mapper/foo-test1": { "fstype": "ext4", "label": "", "mountpoint": "/opt/test1", "name": "/dev/mapper/foo-test1", "size": "9G", "type": "lvm", "uuid": "1172bacf-c124-4023-862f-576143a87b52" }, "/dev/sda": { "fstype": "LVM2_member", "label": "", "mountpoint": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "kTq1Tu-ccrX-lN3F-h3TA-qCgO-GUcQ-8u6gpj" }, "/dev/sdb": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdc": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdc", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdd": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdd", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sde": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sde", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdf": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdf", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdg": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdg", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdh": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdh", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdi": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdi", "size": "10G", "type": "disk", "uuid": "" }, "/dev/xvda": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/xvda", "size": "250G", "type": "disk", "uuid": "" }, "/dev/xvda1": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/xvda1", "size": "1M", "type": "partition", "uuid": "" }, "/dev/xvda2": { "fstype": "ext4", "label": "", "mountpoint": "/", "name": "/dev/xvda2", "size": "250G", "type": "partition", "uuid": "d41e114e-2033-4553-824b-87c952ea3ae7" }, "/dev/zram0": { "fstype": "", "label": "", "mountpoint": "[SWAP]", "name": "/dev/zram0", "size": "3.6G", "type": "disk", "uuid": "" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-role-results.yml:20 Sunday 23 June 2024 09:35:16 +0000 (0:00:00.229) 0:00:47.434 *********** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.003193", "end": "2024-06-23 09:35:16.214236", "rc": 0, "start": "2024-06-23 09:35:16.211043" } STDOUT: # # /etc/fstab # Created by anaconda on Thu Jun 20 10:24:48 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=d41e114e-2033-4553-824b-87c952ea3ae7 / ext4 defaults 1 1 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat /mnt/redhat nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/qa /mnt/qa nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive /mnt/engarchive nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/tpsdist /mnt/tpsdist nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot /mnt/brew nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch /mnt/brew_scratch nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 UUID=1172bacf-c124-4023-862f-576143a87b52 /opt/test1 ext4 defaults 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-role-results.yml:25 Sunday 23 June 2024 09:35:16 +0000 (0:00:00.222) 0:00:47.657 *********** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.003201", "end": "2024-06-23 09:35:16.432380", "failed_when_result": false, "rc": 0, "start": "2024-06-23 09:35:16.429179" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-role-results.yml:34 Sunday 23 June 2024 09:35:16 +0000 (0:00:00.217) 0:00:47.875 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool.yml for sut => (item={'disks': ['sda'], 'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'encryption_clevis_pin': None, 'encryption_tang_url': None, 'encryption_tang_thumbprint': None, 'grow_to_fill': False, 'name': 'foo', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_metadata_version': None, 'raid_chunk_size': None, 'shared': False, 'state': 'present', 'type': 'lvm', 'volumes': [{'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'ext4', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test1', 'raid_level': None, 'size': '9g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/foo-test1', '_raw_device': '/dev/mapper/foo-test1', '_mount_id': 'UUID=1172bacf-c124-4023-862f-576143a87b52', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}]}) TASK [Set _storage_pool_tests] ************************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool.yml:5 Sunday 23 June 2024 09:35:16 +0000 (0:00:00.034) 0:00:47.910 *********** ok: [sut] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool.yml:18 Sunday 23 June 2024 09:35:16 +0000 (0:00:00.013) 0:00:47.923 *********** ok: [sut] => { "changed": false, "cmd": [ "vgs", "--noheadings", "--binary", "-o", "shared", "foo" ], "delta": "0:00:00.034350", "end": "2024-06-23 09:35:16.736245", "rc": 0, "start": "2024-06-23 09:35:16.701895" } STDOUT: 0 TASK [Verify that VG shared value checks out] ********************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool.yml:24 Sunday 23 June 2024 09:35:16 +0000 (0:00:00.256) 0:00:48.180 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify pool subset] ****************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool.yml:34 Sunday 23 June 2024 09:35:16 +0000 (0:00:00.017) 0:00:48.197 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml for sut => (item=members) included: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-volumes.yml for sut => (item=volumes) TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:2 Sunday 23 June 2024 09:35:16 +0000 (0:00:00.025) 0:00:48.223 *********** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_count": "1", "_storage_test_pool_pvs_lvm": [ "/dev/sda" ] }, "changed": false } TASK [Get the canonical device path for each member device] ******************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:8 Sunday 23 June 2024 09:35:16 +0000 (0:00:00.028) 0:00:48.251 *********** ok: [sut] => (item=/dev/sda) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/sda", "pv": "/dev/sda" } TASK [Set pvs lvm length] ****************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:17 Sunday 23 June 2024 09:35:17 +0000 (0:00:00.216) 0:00:48.468 *********** ok: [sut] => { "ansible_facts": { "__pvs_lvm_len": "1" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:22 Sunday 23 June 2024 09:35:17 +0000 (0:00:00.022) 0:00:48.491 *********** ok: [sut] => { "ansible_facts": { "_storage_test_pool_pvs": [ "/dev/sda" ] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:27 Sunday 23 June 2024 09:35:17 +0000 (0:00:00.024) 0:00:48.516 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:36 Sunday 23 June 2024 09:35:17 +0000 (0:00:00.026) 0:00:48.543 *********** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:41 Sunday 23 June 2024 09:35:17 +0000 (0:00:00.014) 0:00:48.558 *********** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:46 Sunday 23 June 2024 09:35:17 +0000 (0:00:00.024) 0:00:48.582 *********** 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-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:51 Sunday 23 June 2024 09:35:17 +0000 (0:00:00.012) 0:00:48.595 *********** ok: [sut] => (item=/dev/sda) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/sda" } MSG: All assertions passed TASK [Check that blivet supports PV grow to fill] ****************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:64 Sunday 23 June 2024 09:35:17 +0000 (0:00:00.017) 0:00:48.612 *********** ok: [sut] => { "changed": false, "rc": 0 } STDOUT: True STDERR: Shared connection to 10.31.46.68 closed. TASK [Verify that PVs fill the whole devices when they should] ***************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:73 Sunday 23 June 2024 09:35:17 +0000 (0:00:00.389) 0:00:49.001 *********** skipping: [sut] => (item=/dev/sda) => { "ansible_loop_var": "st_pool_pv", "changed": false, "false_condition": "storage_test_pool.grow_to_fill | bool", "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/sda" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [Check MD RAID] *********************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:83 Sunday 23 June 2024 09:35:17 +0000 (0:00:00.027) 0:00:49.028 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-md.yml for sut TASK [Get information about RAID] ********************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-md.yml:8 Sunday 23 June 2024 09:35:17 +0000 (0:00:00.026) 0:00:49.054 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-md.yml:14 Sunday 23 June 2024 09:35:17 +0000 (0:00:00.012) 0:00:49.067 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-md.yml:19 Sunday 23 June 2024 09:35:17 +0000 (0:00:00.012) 0:00:49.079 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-md.yml:24 Sunday 23 June 2024 09:35:17 +0000 (0:00:00.013) 0:00:49.092 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-md.yml:29 Sunday 23 June 2024 09:35:17 +0000 (0:00:00.012) 0:00:49.105 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-md.yml:37 Sunday 23 June 2024 09:35:17 +0000 (0:00:00.012) 0:00:49.118 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-md.yml:46 Sunday 23 June 2024 09:35:17 +0000 (0:00:00.012) 0:00:49.130 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-md.yml:55 Sunday 23 June 2024 09:35:17 +0000 (0:00:00.012) 0:00:49.142 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-md.yml:64 Sunday 23 June 2024 09:35:17 +0000 (0:00:00.011) 0:00:49.154 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-md.yml:74 Sunday 23 June 2024 09:35:17 +0000 (0:00:00.013) 0:00:49.168 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-md.yml:83 Sunday 23 June 2024 09:35:17 +0000 (0:00:00.012) 0:00:49.181 *********** 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-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:86 Sunday 23 June 2024 09:35:17 +0000 (0:00:00.013) 0:00:49.195 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-members-lvmraid.yml for sut TASK [Validate pool member LVM RAID settings] ********************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-members-lvmraid.yml:2 Sunday 23 June 2024 09:35:17 +0000 (0:00:00.024) 0:00:49.219 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-member-lvmraid.yml for sut => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'ext4', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test1', 'raid_level': None, 'size': '9g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/foo-test1', '_raw_device': '/dev/mapper/foo-test1', '_mount_id': 'UUID=1172bacf-c124-4023-862f-576143a87b52', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}) TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-member-lvmraid.yml:8 Sunday 23 June 2024 09:35:17 +0000 (0:00:00.025) 0:00:49.244 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-member-lvmraid.yml:16 Sunday 23 June 2024 09:35:17 +0000 (0:00:00.016) 0:00:49.261 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-member-lvmraid.yml:20 Sunday 23 June 2024 09:35:17 +0000 (0:00:00.016) 0:00:49.277 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-member-lvmraid.yml:27 Sunday 23 June 2024 09:35:17 +0000 (0:00:00.015) 0:00:49.293 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-member-lvmraid.yml:31 Sunday 23 June 2024 09:35:17 +0000 (0:00:00.016) 0:00:49.310 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-member-lvmraid.yml:37 Sunday 23 June 2024 09:35:17 +0000 (0:00:00.016) 0:00:49.326 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-member-lvmraid.yml:42 Sunday 23 June 2024 09:35:17 +0000 (0:00:00.016) 0:00:49.343 *********** 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-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:89 Sunday 23 June 2024 09:35:17 +0000 (0:00:00.015) 0:00:49.359 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-members-thin.yml for sut TASK [Validate pool member thinpool settings] ********************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-members-thin.yml:2 Sunday 23 June 2024 09:35:17 +0000 (0:00:00.025) 0:00:49.385 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-member-thin.yml for sut => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'ext4', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test1', 'raid_level': None, 'size': '9g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/foo-test1', '_raw_device': '/dev/mapper/foo-test1', '_mount_id': 'UUID=1172bacf-c124-4023-862f-576143a87b52', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}) TASK [Get information about thinpool] ****************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-member-thin.yml:8 Sunday 23 June 2024 09:35:18 +0000 (0:00:00.052) 0:00:49.438 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-member-thin.yml:16 Sunday 23 June 2024 09:35:18 +0000 (0:00:00.012) 0:00:49.450 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-member-thin.yml:22 Sunday 23 June 2024 09:35:18 +0000 (0:00:00.011) 0:00:49.462 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-member-thin.yml:26 Sunday 23 June 2024 09:35:18 +0000 (0:00:00.012) 0:00:49.474 *********** ok: [sut] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Check member encryption] ************************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:92 Sunday 23 June 2024 09:35:18 +0000 (0:00:00.013) 0:00:49.487 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-members-encryption.yml for sut TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-members-encryption.yml:5 Sunday 23 June 2024 09:35:18 +0000 (0:00:00.027) 0:00:49.515 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-members-encryption.yml:10 Sunday 23 June 2024 09:35:18 +0000 (0:00:00.023) 0:00:49.539 *********** skipping: [sut] => (item=/dev/sda) => { "_storage_test_pool_member_path": "/dev/sda", "ansible_loop_var": "_storage_test_pool_member_path", "changed": false, "false_condition": "storage_test_pool.type == 'lvm' and storage_test_pool.encryption", "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [Validate pool member crypttab entries] *********************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-members-encryption.yml:17 Sunday 23 June 2024 09:35:18 +0000 (0:00:00.015) 0:00:49.554 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-member-crypttab.yml for sut => (item=/dev/sda) TASK [Set variables used by tests] ********************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-member-crypttab.yml:2 Sunday 23 June 2024 09:35:18 +0000 (0:00:00.022) 0:00:49.577 *********** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-member-crypttab.yml:6 Sunday 23 June 2024 09:35:18 +0000 (0:00:00.025) 0:00:49.603 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-member-crypttab.yml:14 Sunday 23 June 2024 09:35:18 +0000 (0:00:00.025) 0:00:49.628 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-member-crypttab.yml:23 Sunday 23 June 2024 09:35:18 +0000 (0:00:00.020) 0:00:49.649 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-member-crypttab.yml:32 Sunday 23 June 2024 09:35:18 +0000 (0:00:00.021) 0:00:49.670 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-member-crypttab.yml:41 Sunday 23 June 2024 09:35:18 +0000 (0:00:00.020) 0:00:49.691 *********** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-members-encryption.yml:24 Sunday 23 June 2024 09:35:18 +0000 (0:00:00.014) 0:00:49.706 *********** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_crypttab_key_file": null }, "changed": false } TASK [Check VDO] *************************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:95 Sunday 23 June 2024 09:35:18 +0000 (0:00:00.012) 0:00:49.718 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-members-vdo.yml for sut TASK [Validate pool member VDO settings] *************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-members-vdo.yml:2 Sunday 23 June 2024 09:35:18 +0000 (0:00:00.026) 0:00:49.745 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-member-vdo.yml for sut => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'ext4', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test1', 'raid_level': None, 'size': '9g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/foo-test1', '_raw_device': '/dev/mapper/foo-test1', '_mount_id': 'UUID=1172bacf-c124-4023-862f-576143a87b52', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}) TASK [Get information about VDO deduplication] ********************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-member-vdo.yml:8 Sunday 23 June 2024 09:35:18 +0000 (0:00:00.024) 0:00:49.769 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-member-vdo.yml:15 Sunday 23 June 2024 09:35:18 +0000 (0:00:00.013) 0:00:49.783 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-member-vdo.yml:21 Sunday 23 June 2024 09:35:18 +0000 (0:00:00.012) 0:00:49.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-weekly-ciqd5hl47i/tests/verify-pool-member-vdo.yml:27 Sunday 23 June 2024 09:35:18 +0000 (0:00:00.025) 0:00:49.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 off] *************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-member-vdo.yml:34 Sunday 23 June 2024 09:35:18 +0000 (0:00:00.013) 0:00:49.834 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-member-vdo.yml:40 Sunday 23 June 2024 09:35:18 +0000 (0:00:00.013) 0:00:49.848 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-member-vdo.yml:46 Sunday 23 June 2024 09:35:18 +0000 (0:00:00.015) 0:00:49.863 *********** ok: [sut] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Check Stratis] *********************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:98 Sunday 23 June 2024 09:35:18 +0000 (0:00:00.013) 0:00:49.877 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-stratis.yml for sut TASK [Run 'stratis report'] **************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-stratis.yml:6 Sunday 23 June 2024 09:35:18 +0000 (0:00:00.030) 0:00:49.908 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Get information about Stratis] ******************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-stratis.yml:11 Sunday 23 June 2024 09:35:18 +0000 (0:00:00.012) 0:00:49.920 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Verify that the pools was created] *************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-stratis.yml:15 Sunday 23 June 2024 09:35:18 +0000 (0:00:00.013) 0:00:49.934 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Verify that encryption is correctly set] ********************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-stratis.yml:25 Sunday 23 June 2024 09:35:18 +0000 (0:00:00.012) 0:00:49.946 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Verify that Clevis/Tang encryption is correctly set] ********************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-stratis.yml:34 Sunday 23 June 2024 09:35:18 +0000 (0:00:00.012) 0:00:49.959 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-stratis.yml:44 Sunday 23 June 2024 09:35:18 +0000 (0:00:00.011) 0:00:49.971 *********** ok: [sut] => { "ansible_facts": { "storage_test_stratis_report": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:101 Sunday 23 June 2024 09:35:18 +0000 (0:00:00.012) 0:00:49.983 *********** 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-weekly-ciqd5hl47i/tests/test-verify-pool-volumes.yml:3 Sunday 23 June 2024 09:35:18 +0000 (0:00:00.012) 0:00:49.995 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume.yml for sut => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'ext4', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test1', 'raid_level': None, 'size': '9g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/foo-test1', '_raw_device': '/dev/mapper/foo-test1', '_mount_id': 'UUID=1172bacf-c124-4023-862f-576143a87b52', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}) TASK [Set storage volume test variables] *************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume.yml:2 Sunday 23 June 2024 09:35:18 +0000 (0:00:00.022) 0:00:50.018 *********** ok: [sut] => { "ansible_facts": { "_storage_test_volume_present": true, "_storage_volume_tests": [ "mount", "fstab", "fs", "device", "encryption", "md", "size", "cache" ] }, "changed": false } TASK [Run test verify for {{ storage_test_volume_subset }}] ******************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume.yml:19 Sunday 23 June 2024 09:35:18 +0000 (0:00:00.024) 0:00:50.043 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-mount.yml for sut => (item=mount) included: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-fstab.yml for sut => (item=fstab) included: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-fs.yml for sut => (item=fs) included: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-device.yml for sut => (item=device) included: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml for sut => (item=encryption) included: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-md.yml for sut => (item=md) included: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml for sut => (item=size) included: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-cache.yml for sut => (item=cache) TASK [Get expected mount device based on device type] ************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-mount.yml:7 Sunday 23 June 2024 09:35:18 +0000 (0:00:00.050) 0:00:50.094 *********** ok: [sut] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/foo-test1" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-mount.yml:11 Sunday 23 June 2024 09:35:18 +0000 (0:00:00.018) 0:00:50.113 *********** ok: [sut] => { "ansible_facts": { "storage_test_mount_expected_mount_point": "/opt/test1", "storage_test_swap_expected_matches": "0" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-mount.yml:19 Sunday 23 June 2024 09:35:18 +0000 (0:00:00.024) 0:00:50.137 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and (storage_test_volume.mount_user or storage_test_volume.mount_group or storage_test_volume.mount_mode)", "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-mount.yml:28 Sunday 23 June 2024 09:35:18 +0000 (0:00:00.013) 0:00:50.151 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-mount.yml:36 Sunday 23 June 2024 09:35:18 +0000 (0:00:00.016) 0:00:50.167 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_user", "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-mount.yml:42 Sunday 23 June 2024 09:35:18 +0000 (0:00:00.014) 0:00:50.181 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_group", "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-mount.yml:48 Sunday 23 June 2024 09:35:18 +0000 (0:00:00.014) 0:00:50.196 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_mode", "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-mount.yml:57 Sunday 23 June 2024 09:35:18 +0000 (0:00:00.012) 0:00:50.208 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-mount.yml:63 Sunday 23 June 2024 09:35:18 +0000 (0:00:00.012) 0:00:50.221 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-mount.yml:69 Sunday 23 June 2024 09:35:18 +0000 (0:00:00.013) 0:00:50.234 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-mount.yml:79 Sunday 23 June 2024 09:35:18 +0000 (0:00:00.013) 0:00:50.248 *********** ok: [sut] => { "ansible_facts": { "storage_test_found_mount_stat": null, "storage_test_mount_expected_mount_point": null, "storage_test_swap_expected_matches": null, "storage_test_swaps": null, "storage_test_sys_node": null }, "changed": false } TASK [Set some variables for fstab checking] *********************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-fstab.yml:2 Sunday 23 June 2024 09:35:18 +0000 (0:00:00.013) 0:00:50.261 *********** ok: [sut] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": "1", "storage_test_fstab_expected_mount_options_matches": "1", "storage_test_fstab_expected_mount_point_matches": "1", "storage_test_fstab_id_matches": [ "UUID=1172bacf-c124-4023-862f-576143a87b52 " ], "storage_test_fstab_mount_options_matches": [ " /opt/test1 ext4 defaults " ], "storage_test_fstab_mount_point_matches": [ " /opt/test1 " ] }, "changed": false } TASK [Verify that the device identifier appears in /etc/fstab] ***************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-fstab.yml:17 Sunday 23 June 2024 09:35:18 +0000 (0:00:00.036) 0:00:50.297 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-fstab.yml:24 Sunday 23 June 2024 09:35:18 +0000 (0:00:00.024) 0:00:50.322 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-fstab.yml:33 Sunday 23 June 2024 09:35:18 +0000 (0:00:00.023) 0:00:50.346 *********** skipping: [sut] => { "changed": false, "false_condition": "__storage_verify_mount_options | d(false)", "skip_reason": "Conditional result was False" } TASK [Clean up variables] ****************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-fstab.yml:45 Sunday 23 June 2024 09:35:18 +0000 (0:00:00.060) 0:00:50.406 *********** ok: [sut] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": null, "storage_test_fstab_expected_mount_options_matches": null, "storage_test_fstab_expected_mount_point_matches": null, "storage_test_fstab_id_matches": null, "storage_test_fstab_mount_options_matches": null, "storage_test_fstab_mount_point_matches": null }, "changed": false } TASK [Verify fs type] ********************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-fs.yml:6 Sunday 23 June 2024 09:35:19 +0000 (0:00:00.013) 0:00:50.420 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-fs.yml:14 Sunday 23 June 2024 09:35:19 +0000 (0:00:00.026) 0:00:50.446 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-device.yml:3 Sunday 23 June 2024 09:35:19 +0000 (0:00:00.025) 0:00:50.471 *********** ok: [sut] => { "changed": false, "stat": { "atime": 1719135311.3297968, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1719135311.3297968, "dev": 6, "device_type": 64768, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 655, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/symlink", "mode": "0660", "mtime": 1719135311.3297968, "nlink": 1, "path": "/dev/mapper/foo-test1", "pw_name": "root", "readable": true, "rgrp": true, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": null, "wgrp": true, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-device.yml:9 Sunday 23 June 2024 09:35:19 +0000 (0:00:00.234) 0:00:50.706 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-device.yml:16 Sunday 23 June 2024 09:35:19 +0000 (0:00:00.016) 0:00:50.723 *********** skipping: [sut] => { "changed": false, "false_condition": "not (_storage_test_volume_present or storage_test_volume.type == 'disk')", "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-device.yml:23 Sunday 23 June 2024 09:35:19 +0000 (0:00:00.014) 0:00:50.737 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-device.yml:29 Sunday 23 June 2024 09:35:19 +0000 (0:00:00.017) 0:00:50.755 *********** ok: [sut] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-device.yml:33 Sunday 23 June 2024 09:35:19 +0000 (0:00:00.014) 0:00:50.770 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == \"raid\"", "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-device.yml:38 Sunday 23 June 2024 09:35:19 +0000 (0:00:00.021) 0:00:50.791 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:3 Sunday 23 June 2024 09:35:19 +0000 (0:00:00.015) 0:00:50.807 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:10 Sunday 23 June 2024 09:35:19 +0000 (0:00:00.013) 0:00:50.820 *********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: cryptsetup TASK [Collect LUKS info for this volume] *************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:16 Sunday 23 June 2024 09:35:20 +0000 (0:00:01.430) 0:00:52.250 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:22 Sunday 23 June 2024 09:35:20 +0000 (0:00:00.012) 0:00:52.263 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Verify that the raw device is the same as the device if not encrypted] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:29 Sunday 23 June 2024 09:35:20 +0000 (0:00:00.012) 0:00:52.275 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:40 Sunday 23 June 2024 09:35:20 +0000 (0:00:00.025) 0:00:52.301 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:46 Sunday 23 June 2024 09:35:20 +0000 (0:00:00.012) 0:00:52.313 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:51 Sunday 23 June 2024 09:35:20 +0000 (0:00:00.012) 0:00:52.326 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:63 Sunday 23 June 2024 09:35:20 +0000 (0:00:00.014) 0:00:52.341 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:75 Sunday 23 June 2024 09:35:20 +0000 (0:00:00.012) 0:00:52.353 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:87 Sunday 23 June 2024 09:35:20 +0000 (0:00:00.012) 0:00:52.366 *********** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [], "_storage_test_expected_crypttab_entries": "0", "_storage_test_expected_crypttab_key_file": "-" }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:93 Sunday 23 June 2024 09:35:20 +0000 (0:00:00.026) 0:00:52.392 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:100 Sunday 23 June 2024 09:35:21 +0000 (0:00:00.025) 0:00:52.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-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:108 Sunday 23 June 2024 09:35:21 +0000 (0:00:00.021) 0:00:52.439 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:116 Sunday 23 June 2024 09:35:21 +0000 (0:00:00.023) 0:00:52.462 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:124 Sunday 23 June 2024 09:35:21 +0000 (0:00:00.022) 0:00:52.485 *********** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_expected_crypttab_entries": null, "_storage_test_expected_crypttab_key_file": null }, "changed": false } TASK [Get information about RAID] ********************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-md.yml:8 Sunday 23 June 2024 09:35:21 +0000 (0:00:00.013) 0:00:52.499 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-md.yml:14 Sunday 23 June 2024 09:35:21 +0000 (0:00:00.012) 0:00:52.511 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-md.yml:19 Sunday 23 June 2024 09:35:21 +0000 (0:00:00.011) 0:00:52.523 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-md.yml:24 Sunday 23 June 2024 09:35:21 +0000 (0:00:00.012) 0:00:52.535 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-md.yml:29 Sunday 23 June 2024 09:35:21 +0000 (0:00:00.013) 0:00:52.549 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-md.yml:37 Sunday 23 June 2024 09:35:21 +0000 (0:00:00.012) 0:00:52.561 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-md.yml:46 Sunday 23 June 2024 09:35:21 +0000 (0:00:00.012) 0:00:52.573 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-md.yml:54 Sunday 23 June 2024 09:35:21 +0000 (0:00:00.011) 0:00:52.585 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-md.yml:62 Sunday 23 June 2024 09:35:21 +0000 (0:00:00.012) 0:00:52.597 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-md.yml:70 Sunday 23 June 2024 09:35:21 +0000 (0:00:00.013) 0:00:52.610 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:3 Sunday 23 June 2024 09:35:21 +0000 (0:00:00.014) 0:00:52.625 *********** ok: [sut] => { "bytes": 9663676416, "changed": false, "lvm": "9g", "parted": "9GiB", "size": "9 GiB" } TASK [Parse the requested size of the volume] ********************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:11 Sunday 23 June 2024 09:35:21 +0000 (0:00:00.231) 0:00:52.857 *********** ok: [sut] => { "bytes": 9663676416, "changed": false, "lvm": "9g", "parted": "9GiB", "size": "9 GiB" } TASK [Establish base value for expected size] ********************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:20 Sunday 23 June 2024 09:35:21 +0000 (0:00:00.229) 0:00:53.086 *********** ok: [sut] => { "ansible_facts": { "storage_test_expected_size": "9663676416" }, "changed": false } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:28 Sunday 23 June 2024 09:35:21 +0000 (0:00:00.026) 0:00:53.112 *********** ok: [sut] => { "storage_test_expected_size": "9663676416" } TASK [Get the size of parent/pool device] ************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:32 Sunday 23 June 2024 09:35:21 +0000 (0:00:00.015) 0:00:53.128 *********** ok: [sut] => { "bytes": 10726680821, "changed": false, "lvm": "9g", "parted": "9GiB", "size": "9 GiB" } TASK [Show test pool] ********************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:46 Sunday 23 June 2024 09:35:21 +0000 (0:00:00.237) 0:00:53.365 *********** skipping: [sut] => { "false_condition": "'%' in storage_test_volume.size | string" } TASK [Show test blockinfo] ***************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:50 Sunday 23 June 2024 09:35:21 +0000 (0:00:00.023) 0:00:53.389 *********** skipping: [sut] => { "false_condition": "'%' in storage_test_volume.size | string" } TASK [Show test pool size] ***************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:54 Sunday 23 June 2024 09:35:21 +0000 (0:00:00.022) 0:00:53.411 *********** 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-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:58 Sunday 23 June 2024 09:35:22 +0000 (0:00:00.022) 0:00:53.433 *********** 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-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:67 Sunday 23 June 2024 09:35:22 +0000 (0:00:00.022) 0:00:53.456 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:71 Sunday 23 June 2024 09:35:22 +0000 (0:00:00.012) 0:00:53.468 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:76 Sunday 23 June 2024 09:35:22 +0000 (0:00:00.012) 0:00:53.481 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:82 Sunday 23 June 2024 09:35:22 +0000 (0:00:00.013) 0:00:53.494 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:86 Sunday 23 June 2024 09:35:22 +0000 (0:00:00.012) 0:00:53.507 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:91 Sunday 23 June 2024 09:35:22 +0000 (0:00:00.012) 0:00:53.519 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:96 Sunday 23 June 2024 09:35:22 +0000 (0:00:00.012) 0:00:53.532 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:101 Sunday 23 June 2024 09:35:22 +0000 (0:00:00.012) 0:00:53.544 *********** skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Show volume thin pool size] ********************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:105 Sunday 23 June 2024 09:35:22 +0000 (0:00:00.012) 0:00:53.556 *********** skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:109 Sunday 23 June 2024 09:35:22 +0000 (0:00:00.013) 0:00:53.570 *********** skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Establish base value for expected thin pool size] ************************ task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:113 Sunday 23 June 2024 09:35:22 +0000 (0:00:00.017) 0:00:53.588 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:120 Sunday 23 June 2024 09:35:22 +0000 (0:00:00.012) 0:00:53.600 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:127 Sunday 23 June 2024 09:35:22 +0000 (0:00:00.013) 0:00:53.613 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:131 Sunday 23 June 2024 09:35:22 +0000 (0:00:00.012) 0:00:53.626 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:137 Sunday 23 June 2024 09:35:22 +0000 (0:00:00.013) 0:00:53.639 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:143 Sunday 23 June 2024 09:35:22 +0000 (0:00:00.015) 0:00:53.655 *********** ok: [sut] => { "storage_test_actual_size": { "bytes": 9663676416, "changed": false, "failed": false, "lvm": "9g", "parted": "9GiB", "size": "9 GiB" } } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:147 Sunday 23 June 2024 09:35:22 +0000 (0:00:00.014) 0:00:53.669 *********** ok: [sut] => { "storage_test_expected_size": "9663676416" } TASK [Assert expected size is actual size] ************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:151 Sunday 23 June 2024 09:35:22 +0000 (0:00:00.015) 0:00:53.685 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-cache.yml:5 Sunday 23 June 2024 09:35:22 +0000 (0:00:00.026) 0:00:53.712 *********** ok: [sut] => { "changed": false, "cmd": [ "lvs", "--noheadings", "--nameprefixes", "--units=b", "--nosuffix", "--unquoted", "-o", "name,attr,cache_total_blocks,chunk_size,segtype", "foo/test1" ], "delta": "0:00:00.027306", "end": "2024-06-23 09:35:22.516293", "rc": 0, "start": "2024-06-23 09:35:22.488987" } STDOUT: LVM2_LV_NAME=test1 LVM2_LV_ATTR=-wi-ao---- LVM2_CACHE_TOTAL_BLOCKS= LVM2_CHUNK_SIZE=0 LVM2_SEGTYPE=linear TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-cache.yml:13 Sunday 23 June 2024 09:35:22 +0000 (0:00:00.250) 0:00:53.962 *********** ok: [sut] => { "ansible_facts": { "storage_test_lv_segtype": [ "linear" ] }, "changed": false } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-cache.yml:17 Sunday 23 June 2024 09:35:22 +0000 (0:00:00.024) 0:00:53.987 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set LV cache size] ******************************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-cache.yml:24 Sunday 23 June 2024 09:35:22 +0000 (0:00:00.026) 0:00:54.013 *********** 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-weekly-ciqd5hl47i/tests/test-verify-volume-cache.yml:31 Sunday 23 June 2024 09:35:22 +0000 (0:00:00.081) 0:00:54.094 *********** 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-weekly-ciqd5hl47i/tests/test-verify-volume-cache.yml:37 Sunday 23 June 2024 09:35:22 +0000 (0:00:00.022) 0:00:54.116 *********** 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-weekly-ciqd5hl47i/tests/test-verify-volume-cache.yml:42 Sunday 23 June 2024 09:35:22 +0000 (0:00:00.021) 0:00:54.137 *********** 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-weekly-ciqd5hl47i/tests/test-verify-volume.yml:25 Sunday 23 June 2024 09:35:22 +0000 (0:00:00.021) 0:00:54.159 *********** 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-weekly-ciqd5hl47i/tests/verify-role-results.yml:44 Sunday 23 June 2024 09:35:22 +0000 (0:00:00.013) 0:00:54.172 *********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Clean up variable namespace] ********************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-role-results.yml:54 Sunday 23 June 2024 09:35:22 +0000 (0:00:00.010) 0:00:54.183 *********** ok: [sut] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } TASK [Change volume size to 5g] ************************************************ task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/tests_resize.yml:75 Sunday 23 June 2024 09:35:22 +0000 (0:00:00.014) 0:00:54.198 *********** TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Sunday 23 June 2024 09:35:22 +0000 (0:00:00.031) 0:00:54.230 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Sunday 23 June 2024 09:35:22 +0000 (0:00:00.020) 0:00:54.250 *********** skipping: [sut] => { "changed": false, "false_condition": "__storage_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Sunday 23 June 2024 09:35:22 +0000 (0:00:00.026) 0:00:54.277 *********** 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" } ok: [sut] => (item=Fedora.yml) => { "ansible_facts": { "_storage_copr_packages": [ { "packages": [ "vdo", "kmod-vdo" ], "repository": "rhawalsh/dm-vdo" } ], "_storage_copr_support_packages": [ "dnf-plugins-core" ], "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "stratisd", "stratis-cli" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/Fedora.yml" ], "ansible_loop_var": "item", "changed": false, "item": "Fedora.yml" } skipping: [sut] => (item=Fedora_40.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "Fedora_40.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora_40.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "Fedora_40.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Sunday 23 June 2024 09:35:22 +0000 (0:00:00.031) 0:00:54.308 *********** skipping: [sut] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Sunday 23 June 2024 09:35:22 +0000 (0:00:00.015) 0:00:54.324 *********** skipping: [sut] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Sunday 23 June 2024 09:35:22 +0000 (0:00:00.017) 0:00:54.342 *********** ok: [sut] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Sunday 23 June 2024 09:35:22 +0000 (0:00:00.016) 0:00:54.359 *********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Sunday 23 June 2024 09:35:22 +0000 (0:00:00.014) 0:00:54.373 *********** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for sut TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Sunday 23 June 2024 09:35:22 +0000 (0:00:00.030) 0:00:54.404 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"blivet_available\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Sunday 23 June 2024 09:35:23 +0000 (0:00:00.016) 0:00:54.420 *********** ok: [sut] => { "storage_pools": [ { "disks": [ "sda" ], "name": "foo", "type": "lvm", "volumes": [ { "fs_type": "ext4", "mount_point": "/opt/test1", "name": "test1", "size": "5g" } ] } ] } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Sunday 23 June 2024 09:35:23 +0000 (0:00:00.017) 0:00:54.438 *********** ok: [sut] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined. 'storage_volumes' is undefined" } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Sunday 23 June 2024 09:35:23 +0000 (0:00:00.015) 0:00:54.454 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Sunday 23 June 2024 09:35:23 +0000 (0:00:00.015) 0:00:54.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 : Make sure required packages are installed] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Sunday 23 June 2024 09:35:23 +0000 (0:00:00.015) 0:00:54.485 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Sunday 23 June 2024 09:35:23 +0000 (0:00:00.015) 0:00:54.501 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"service_facts\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Sunday 23 June 2024 09:35:23 +0000 (0:00:00.017) 0:00:54.519 *********** ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Sunday 23 June 2024 09:35:23 +0000 (0:00:00.037) 0:00:54.557 *********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Sunday 23 June 2024 09:35:23 +0000 (0:00:00.011) 0:00:54.568 *********** changed: [sut] => { "actions": [ { "action": "resize format", "device": "/dev/mapper/foo-test1", "fs_type": "ext4" }, { "action": "resize device", "device": "/dev/mapper/foo-test1", "fs_type": null } ], "changed": true, "crypts": [], "leaves": [ "/dev/mapper/foo-test1", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/xvda2", "/dev/zram0" ], "mounts": [ { "dump": 0, "fstype": "ext4", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "UUID=1172bacf-c124-4023-862f-576143a87b52", "state": "mounted" } ], "packages": [ "e2fsprogs", "lvm2" ], "pools": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "UUID=1172bacf-c124-4023-862f-576143a87b52", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext4", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "5g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Sunday 23 June 2024 09:35:25 +0000 (0:00:02.284) 0:00:56.853 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_udevadm_trigger | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Sunday 23 June 2024 09:35:25 +0000 (0:00:00.021) 0:00:56.875 *********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:101 Sunday 23 June 2024 09:35:25 +0000 (0:00:00.011) 0:00:56.887 *********** ok: [sut] => { "blivet_output": { "actions": [ { "action": "resize format", "device": "/dev/mapper/foo-test1", "fs_type": "ext4" }, { "action": "resize device", "device": "/dev/mapper/foo-test1", "fs_type": null } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/mapper/foo-test1", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/xvda2", "/dev/zram0" ], "mounts": [ { "dump": 0, "fstype": "ext4", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "UUID=1172bacf-c124-4023-862f-576143a87b52", "state": "mounted" } ], "packages": [ "e2fsprogs", "lvm2" ], "pools": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "UUID=1172bacf-c124-4023-862f-576143a87b52", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext4", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "5g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:110 Sunday 23 June 2024 09:35:25 +0000 (0:00:00.019) 0:00:56.907 *********** ok: [sut] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "UUID=1172bacf-c124-4023-862f-576143a87b52", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext4", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "5g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] }, "changed": false } TASK [fedora.linux_system_roles.storage : Set the list of volumes for test verification] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:114 Sunday 23 June 2024 09:35:25 +0000 (0:00:00.017) 0:00:56.924 *********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:130 Sunday 23 June 2024 09:35:25 +0000 (0:00:00.015) 0:00:56.940 *********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:141 Sunday 23 June 2024 09:35:25 +0000 (0:00:00.023) 0:00:56.964 *********** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:146 Sunday 23 June 2024 09:35:26 +0000 (0:00:00.699) 0:00:57.663 *********** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount changed: [sut] => (item={'src': 'UUID=1172bacf-c124-4023-862f-576143a87b52', 'path': '/opt/test1', 'fstype': 'ext4', 'opts': 'defaults', 'dump': 0, 'passno': 0, 'state': 'mounted', 'owner': None, 'group': None, 'mode': None}) => { "ansible_loop_var": "mount_info", "backup_file": "", "boot": "yes", "changed": true, "dump": "0", "fstab": "/etc/fstab", "fstype": "ext4", "mount_info": { "dump": 0, "fstype": "ext4", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "UUID=1172bacf-c124-4023-862f-576143a87b52", "state": "mounted" }, "name": "/opt/test1", "opts": "defaults", "passno": "0", "src": "UUID=1172bacf-c124-4023-862f-576143a87b52" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:157 Sunday 23 June 2024 09:35:26 +0000 (0:00:00.265) 0:00:57.929 *********** skipping: [sut] => (item={'src': 'UUID=1172bacf-c124-4023-862f-576143a87b52', 'path': '/opt/test1', 'fstype': 'ext4', 'opts': 'defaults', 'dump': 0, 'passno': 0, 'state': 'mounted', 'owner': None, 'group': None, 'mode': None}) => { "ansible_loop_var": "mount_info", "changed": false, "false_condition": "mount_info['owner'] != none or mount_info['group'] != none or mount_info['mode'] != none", "mount_info": { "dump": 0, "fstype": "ext4", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "UUID=1172bacf-c124-4023-862f-576143a87b52", "state": "mounted" }, "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:169 Sunday 23 June 2024 09:35:26 +0000 (0:00:00.034) 0:00:57.963 *********** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:177 Sunday 23 June 2024 09:35:27 +0000 (0:00:00.690) 0:00:58.653 *********** ok: [sut] => { "changed": false, "stat": { "atime": 1719135289.8187745, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1718879485.835, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 131081, "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": 1718879088.616, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "4073972972", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:182 Sunday 23 June 2024 09:35:27 +0000 (0:00:00.228) 0:00:58.882 *********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:204 Sunday 23 June 2024 09:35:27 +0000 (0:00:00.012) 0:00:58.894 *********** ok: [sut] TASK [Verify role results] ***************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/tests_resize.yml:89 Sunday 23 June 2024 09:35:29 +0000 (0:00:02.228) 0:01:01.123 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-role-results.yml for sut TASK [Print out pool information] ********************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-role-results.yml:2 Sunday 23 June 2024 09:35:29 +0000 (0:00:00.025) 0:01:01.148 *********** ok: [sut] => { "_storage_pools_list": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "UUID=1172bacf-c124-4023-862f-576143a87b52", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext4", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "5g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] } TASK [Print out volume information] ******************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-role-results.yml:7 Sunday 23 June 2024 09:35:29 +0000 (0:00:00.024) 0:01:01.173 *********** skipping: [sut] => { "false_condition": "_storage_volumes_list | length > 0" } TASK [Collect info about the volumes.] ***************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-role-results.yml:15 Sunday 23 June 2024 09:35:29 +0000 (0:00:00.020) 0:01:01.194 *********** ok: [sut] => { "changed": false, "info": { "/dev/mapper/foo-test1": { "fstype": "ext4", "label": "", "mountpoint": "/opt/test1", "name": "/dev/mapper/foo-test1", "size": "5G", "type": "lvm", "uuid": "1172bacf-c124-4023-862f-576143a87b52" }, "/dev/sda": { "fstype": "LVM2_member", "label": "", "mountpoint": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "kTq1Tu-ccrX-lN3F-h3TA-qCgO-GUcQ-8u6gpj" }, "/dev/sdb": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdc": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdc", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdd": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdd", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sde": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sde", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdf": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdf", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdg": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdg", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdh": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdh", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdi": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdi", "size": "10G", "type": "disk", "uuid": "" }, "/dev/xvda": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/xvda", "size": "250G", "type": "disk", "uuid": "" }, "/dev/xvda1": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/xvda1", "size": "1M", "type": "partition", "uuid": "" }, "/dev/xvda2": { "fstype": "ext4", "label": "", "mountpoint": "/", "name": "/dev/xvda2", "size": "250G", "type": "partition", "uuid": "d41e114e-2033-4553-824b-87c952ea3ae7" }, "/dev/zram0": { "fstype": "", "label": "", "mountpoint": "[SWAP]", "name": "/dev/zram0", "size": "3.6G", "type": "disk", "uuid": "" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-role-results.yml:20 Sunday 23 June 2024 09:35:30 +0000 (0:00:00.227) 0:01:01.421 *********** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.003350", "end": "2024-06-23 09:35:30.200343", "rc": 0, "start": "2024-06-23 09:35:30.196993" } STDOUT: # # /etc/fstab # Created by anaconda on Thu Jun 20 10:24:48 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=d41e114e-2033-4553-824b-87c952ea3ae7 / ext4 defaults 1 1 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat /mnt/redhat nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/qa /mnt/qa nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive /mnt/engarchive nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/tpsdist /mnt/tpsdist nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot /mnt/brew nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch /mnt/brew_scratch nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 UUID=1172bacf-c124-4023-862f-576143a87b52 /opt/test1 ext4 defaults 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-role-results.yml:25 Sunday 23 June 2024 09:35:30 +0000 (0:00:00.223) 0:01:01.644 *********** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.003312", "end": "2024-06-23 09:35:30.423586", "failed_when_result": false, "rc": 0, "start": "2024-06-23 09:35:30.420274" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-role-results.yml:34 Sunday 23 June 2024 09:35:30 +0000 (0:00:00.221) 0:01:01.866 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool.yml for sut => (item={'disks': ['sda'], 'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'encryption_clevis_pin': None, 'encryption_tang_url': None, 'encryption_tang_thumbprint': None, 'grow_to_fill': False, 'name': 'foo', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_metadata_version': None, 'raid_chunk_size': None, 'shared': False, 'state': 'present', 'type': 'lvm', 'volumes': [{'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'ext4', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test1', 'raid_level': None, 'size': '5g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/foo-test1', '_raw_device': '/dev/mapper/foo-test1', '_mount_id': 'UUID=1172bacf-c124-4023-862f-576143a87b52', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}]}) TASK [Set _storage_pool_tests] ************************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool.yml:5 Sunday 23 June 2024 09:35:30 +0000 (0:00:00.034) 0:01:01.900 *********** ok: [sut] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool.yml:18 Sunday 23 June 2024 09:35:30 +0000 (0:00:00.014) 0:01:01.915 *********** ok: [sut] => { "changed": false, "cmd": [ "vgs", "--noheadings", "--binary", "-o", "shared", "foo" ], "delta": "0:00:00.027258", "end": "2024-06-23 09:35:30.720285", "rc": 0, "start": "2024-06-23 09:35:30.693027" } STDOUT: 0 TASK [Verify that VG shared value checks out] ********************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool.yml:24 Sunday 23 June 2024 09:35:30 +0000 (0:00:00.248) 0:01:02.164 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify pool subset] ****************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool.yml:34 Sunday 23 June 2024 09:35:30 +0000 (0:00:00.017) 0:01:02.181 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml for sut => (item=members) included: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-volumes.yml for sut => (item=volumes) TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:2 Sunday 23 June 2024 09:35:30 +0000 (0:00:00.026) 0:01:02.207 *********** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_count": "1", "_storage_test_pool_pvs_lvm": [ "/dev/sda" ] }, "changed": false } TASK [Get the canonical device path for each member device] ******************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:8 Sunday 23 June 2024 09:35:30 +0000 (0:00:00.033) 0:01:02.241 *********** ok: [sut] => (item=/dev/sda) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/sda", "pv": "/dev/sda" } TASK [Set pvs lvm length] ****************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:17 Sunday 23 June 2024 09:35:31 +0000 (0:00:00.254) 0:01:02.495 *********** ok: [sut] => { "ansible_facts": { "__pvs_lvm_len": "1" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:22 Sunday 23 June 2024 09:35:31 +0000 (0:00:00.024) 0:01:02.520 *********** ok: [sut] => { "ansible_facts": { "_storage_test_pool_pvs": [ "/dev/sda" ] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:27 Sunday 23 June 2024 09:35:31 +0000 (0:00:00.025) 0:01:02.545 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:36 Sunday 23 June 2024 09:35:31 +0000 (0:00:00.024) 0:01:02.570 *********** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:41 Sunday 23 June 2024 09:35:31 +0000 (0:00:00.015) 0:01:02.585 *********** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:46 Sunday 23 June 2024 09:35:31 +0000 (0:00:00.023) 0:01:02.609 *********** 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-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:51 Sunday 23 June 2024 09:35:31 +0000 (0:00:00.013) 0:01:02.622 *********** ok: [sut] => (item=/dev/sda) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/sda" } MSG: All assertions passed TASK [Check that blivet supports PV grow to fill] ****************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:64 Sunday 23 June 2024 09:35:31 +0000 (0:00:00.019) 0:01:02.641 *********** ok: [sut] => { "changed": false, "rc": 0 } STDOUT: True STDERR: Shared connection to 10.31.46.68 closed. TASK [Verify that PVs fill the whole devices when they should] ***************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:73 Sunday 23 June 2024 09:35:31 +0000 (0:00:00.391) 0:01:03.033 *********** skipping: [sut] => (item=/dev/sda) => { "ansible_loop_var": "st_pool_pv", "changed": false, "false_condition": "storage_test_pool.grow_to_fill | bool", "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/sda" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [Check MD RAID] *********************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:83 Sunday 23 June 2024 09:35:31 +0000 (0:00:00.025) 0:01:03.058 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-md.yml for sut TASK [Get information about RAID] ********************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-md.yml:8 Sunday 23 June 2024 09:35:31 +0000 (0:00:00.025) 0:01:03.084 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-md.yml:14 Sunday 23 June 2024 09:35:31 +0000 (0:00:00.012) 0:01:03.096 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-md.yml:19 Sunday 23 June 2024 09:35:31 +0000 (0:00:00.012) 0:01:03.108 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-md.yml:24 Sunday 23 June 2024 09:35:31 +0000 (0:00:00.011) 0:01:03.120 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-md.yml:29 Sunday 23 June 2024 09:35:31 +0000 (0:00:00.011) 0:01:03.132 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-md.yml:37 Sunday 23 June 2024 09:35:31 +0000 (0:00:00.012) 0:01:03.144 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-md.yml:46 Sunday 23 June 2024 09:35:31 +0000 (0:00:00.013) 0:01:03.158 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-md.yml:55 Sunday 23 June 2024 09:35:31 +0000 (0:00:00.012) 0:01:03.170 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-md.yml:64 Sunday 23 June 2024 09:35:31 +0000 (0:00:00.011) 0:01:03.182 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-md.yml:74 Sunday 23 June 2024 09:35:31 +0000 (0:00:00.011) 0:01:03.194 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-md.yml:83 Sunday 23 June 2024 09:35:31 +0000 (0:00:00.012) 0:01:03.206 *********** 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-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:86 Sunday 23 June 2024 09:35:31 +0000 (0:00:00.013) 0:01:03.220 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-members-lvmraid.yml for sut TASK [Validate pool member LVM RAID settings] ********************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-members-lvmraid.yml:2 Sunday 23 June 2024 09:35:31 +0000 (0:00:00.027) 0:01:03.247 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-member-lvmraid.yml for sut => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'ext4', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test1', 'raid_level': None, 'size': '5g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/foo-test1', '_raw_device': '/dev/mapper/foo-test1', '_mount_id': 'UUID=1172bacf-c124-4023-862f-576143a87b52', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}) TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-member-lvmraid.yml:8 Sunday 23 June 2024 09:35:31 +0000 (0:00:00.025) 0:01:03.273 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-member-lvmraid.yml:16 Sunday 23 June 2024 09:35:31 +0000 (0:00:00.017) 0:01:03.290 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-member-lvmraid.yml:20 Sunday 23 June 2024 09:35:31 +0000 (0:00:00.016) 0:01:03.306 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Set LV stripe size] ****************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-member-lvmraid.yml:27 Sunday 23 June 2024 09:35:31 +0000 (0:00:00.015) 0:01:03.321 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-member-lvmraid.yml:31 Sunday 23 June 2024 09:35:31 +0000 (0:00:00.016) 0:01:03.337 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-member-lvmraid.yml:37 Sunday 23 June 2024 09:35:31 +0000 (0:00:00.016) 0:01:03.354 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-member-lvmraid.yml:42 Sunday 23 June 2024 09:35:31 +0000 (0:00:00.015) 0:01:03.370 *********** 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-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:89 Sunday 23 June 2024 09:35:31 +0000 (0:00:00.015) 0:01:03.385 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-members-thin.yml for sut TASK [Validate pool member thinpool settings] ********************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-members-thin.yml:2 Sunday 23 June 2024 09:35:31 +0000 (0:00:00.027) 0:01:03.412 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-member-thin.yml for sut => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'ext4', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test1', 'raid_level': None, 'size': '5g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/foo-test1', '_raw_device': '/dev/mapper/foo-test1', '_mount_id': 'UUID=1172bacf-c124-4023-862f-576143a87b52', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}) TASK [Get information about thinpool] ****************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-member-thin.yml:8 Sunday 23 June 2024 09:35:32 +0000 (0:00:00.022) 0:01:03.434 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-member-thin.yml:16 Sunday 23 June 2024 09:35:32 +0000 (0:00:00.012) 0:01:03.447 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-member-thin.yml:22 Sunday 23 June 2024 09:35:32 +0000 (0:00:00.012) 0:01:03.460 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-member-thin.yml:26 Sunday 23 June 2024 09:35:32 +0000 (0:00:00.011) 0:01:03.472 *********** ok: [sut] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Check member encryption] ************************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:92 Sunday 23 June 2024 09:35:32 +0000 (0:00:00.013) 0:01:03.485 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-members-encryption.yml for sut TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-members-encryption.yml:5 Sunday 23 June 2024 09:35:32 +0000 (0:00:00.025) 0:01:03.511 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-members-encryption.yml:10 Sunday 23 June 2024 09:35:32 +0000 (0:00:00.024) 0:01:03.535 *********** skipping: [sut] => (item=/dev/sda) => { "_storage_test_pool_member_path": "/dev/sda", "ansible_loop_var": "_storage_test_pool_member_path", "changed": false, "false_condition": "storage_test_pool.type == 'lvm' and storage_test_pool.encryption", "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [Validate pool member crypttab entries] *********************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-members-encryption.yml:17 Sunday 23 June 2024 09:35:32 +0000 (0:00:00.014) 0:01:03.549 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-member-crypttab.yml for sut => (item=/dev/sda) TASK [Set variables used by tests] ********************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-member-crypttab.yml:2 Sunday 23 June 2024 09:35:32 +0000 (0:00:00.021) 0:01:03.571 *********** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-member-crypttab.yml:6 Sunday 23 June 2024 09:35:32 +0000 (0:00:00.025) 0:01:03.596 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-member-crypttab.yml:14 Sunday 23 June 2024 09:35:32 +0000 (0:00:00.024) 0:01:03.621 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-member-crypttab.yml:23 Sunday 23 June 2024 09:35:32 +0000 (0:00:00.025) 0:01:03.647 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-member-crypttab.yml:32 Sunday 23 June 2024 09:35:32 +0000 (0:00:00.022) 0:01:03.669 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-member-crypttab.yml:41 Sunday 23 June 2024 09:35:32 +0000 (0:00:00.021) 0:01:03.690 *********** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-members-encryption.yml:24 Sunday 23 June 2024 09:35:32 +0000 (0:00:00.013) 0:01:03.704 *********** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_crypttab_key_file": null }, "changed": false } TASK [Check VDO] *************************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:95 Sunday 23 June 2024 09:35:32 +0000 (0:00:00.013) 0:01:03.717 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-members-vdo.yml for sut TASK [Validate pool member VDO settings] *************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-members-vdo.yml:2 Sunday 23 June 2024 09:35:32 +0000 (0:00:00.029) 0:01:03.747 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-member-vdo.yml for sut => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'ext4', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test1', 'raid_level': None, 'size': '5g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/foo-test1', '_raw_device': '/dev/mapper/foo-test1', '_mount_id': 'UUID=1172bacf-c124-4023-862f-576143a87b52', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}) TASK [Get information about VDO deduplication] ********************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-member-vdo.yml:8 Sunday 23 June 2024 09:35:32 +0000 (0:00:00.024) 0:01:03.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 [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-member-vdo.yml:15 Sunday 23 June 2024 09:35:32 +0000 (0:00:00.013) 0:01:03.785 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-member-vdo.yml:21 Sunday 23 June 2024 09:35:32 +0000 (0:00:00.013) 0:01:03.798 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-member-vdo.yml:27 Sunday 23 June 2024 09:35:32 +0000 (0:00:00.049) 0:01:03.848 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-member-vdo.yml:34 Sunday 23 June 2024 09:35:32 +0000 (0:00:00.013) 0:01:03.862 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-member-vdo.yml:40 Sunday 23 June 2024 09:35:32 +0000 (0:00:00.013) 0:01:03.875 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-member-vdo.yml:46 Sunday 23 June 2024 09:35:32 +0000 (0:00:00.011) 0:01:03.887 *********** ok: [sut] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Check Stratis] *********************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:98 Sunday 23 June 2024 09:35:32 +0000 (0:00:00.013) 0:01:03.900 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-stratis.yml for sut TASK [Run 'stratis report'] **************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-stratis.yml:6 Sunday 23 June 2024 09:35:32 +0000 (0:00:00.030) 0:01:03.931 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Get information about Stratis] ******************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-stratis.yml:11 Sunday 23 June 2024 09:35:32 +0000 (0:00:00.013) 0:01:03.945 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Verify that the pools was created] *************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-stratis.yml:15 Sunday 23 June 2024 09:35:32 +0000 (0:00:00.012) 0:01:03.957 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Verify that encryption is correctly set] ********************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-stratis.yml:25 Sunday 23 June 2024 09:35:32 +0000 (0:00:00.012) 0:01:03.970 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Verify that Clevis/Tang encryption is correctly set] ********************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-stratis.yml:34 Sunday 23 June 2024 09:35:32 +0000 (0:00:00.013) 0:01:03.984 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-stratis.yml:44 Sunday 23 June 2024 09:35:32 +0000 (0:00:00.013) 0:01:03.997 *********** ok: [sut] => { "ansible_facts": { "storage_test_stratis_report": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:101 Sunday 23 June 2024 09:35:32 +0000 (0:00:00.012) 0:01:04.010 *********** 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-weekly-ciqd5hl47i/tests/test-verify-pool-volumes.yml:3 Sunday 23 June 2024 09:35:32 +0000 (0:00:00.012) 0:01:04.022 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume.yml for sut => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'ext4', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test1', 'raid_level': None, 'size': '5g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/foo-test1', '_raw_device': '/dev/mapper/foo-test1', '_mount_id': 'UUID=1172bacf-c124-4023-862f-576143a87b52', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}) TASK [Set storage volume test variables] *************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume.yml:2 Sunday 23 June 2024 09:35:32 +0000 (0:00:00.022) 0:01:04.045 *********** ok: [sut] => { "ansible_facts": { "_storage_test_volume_present": true, "_storage_volume_tests": [ "mount", "fstab", "fs", "device", "encryption", "md", "size", "cache" ] }, "changed": false } TASK [Run test verify for {{ storage_test_volume_subset }}] ******************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume.yml:19 Sunday 23 June 2024 09:35:32 +0000 (0:00:00.027) 0:01:04.072 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-mount.yml for sut => (item=mount) included: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-fstab.yml for sut => (item=fstab) included: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-fs.yml for sut => (item=fs) included: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-device.yml for sut => (item=device) included: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml for sut => (item=encryption) included: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-md.yml for sut => (item=md) included: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml for sut => (item=size) included: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-cache.yml for sut => (item=cache) TASK [Get expected mount device based on device type] ************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-mount.yml:7 Sunday 23 June 2024 09:35:32 +0000 (0:00:00.050) 0:01:04.123 *********** ok: [sut] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/foo-test1" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-mount.yml:11 Sunday 23 June 2024 09:35:32 +0000 (0:00:00.020) 0:01:04.143 *********** ok: [sut] => { "ansible_facts": { "storage_test_mount_expected_mount_point": "/opt/test1", "storage_test_swap_expected_matches": "0" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-mount.yml:19 Sunday 23 June 2024 09:35:32 +0000 (0:00:00.026) 0:01:04.170 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and (storage_test_volume.mount_user or storage_test_volume.mount_group or storage_test_volume.mount_mode)", "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-mount.yml:28 Sunday 23 June 2024 09:35:32 +0000 (0:00:00.013) 0:01:04.183 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-mount.yml:36 Sunday 23 June 2024 09:35:32 +0000 (0:00:00.015) 0:01:04.199 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_user", "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-mount.yml:42 Sunday 23 June 2024 09:35:32 +0000 (0:00:00.013) 0:01:04.213 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_group", "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-mount.yml:48 Sunday 23 June 2024 09:35:32 +0000 (0:00:00.012) 0:01:04.225 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_mode", "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-mount.yml:57 Sunday 23 June 2024 09:35:32 +0000 (0:00:00.011) 0:01:04.237 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-mount.yml:63 Sunday 23 June 2024 09:35:32 +0000 (0:00:00.012) 0:01:04.250 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-mount.yml:69 Sunday 23 June 2024 09:35:32 +0000 (0:00:00.013) 0:01:04.264 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-mount.yml:79 Sunday 23 June 2024 09:35:32 +0000 (0:00:00.013) 0:01:04.277 *********** ok: [sut] => { "ansible_facts": { "storage_test_found_mount_stat": null, "storage_test_mount_expected_mount_point": null, "storage_test_swap_expected_matches": null, "storage_test_swaps": null, "storage_test_sys_node": null }, "changed": false } TASK [Set some variables for fstab checking] *********************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-fstab.yml:2 Sunday 23 June 2024 09:35:32 +0000 (0:00:00.015) 0:01:04.292 *********** ok: [sut] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": "1", "storage_test_fstab_expected_mount_options_matches": "1", "storage_test_fstab_expected_mount_point_matches": "1", "storage_test_fstab_id_matches": [ "UUID=1172bacf-c124-4023-862f-576143a87b52 " ], "storage_test_fstab_mount_options_matches": [ " /opt/test1 ext4 defaults " ], "storage_test_fstab_mount_point_matches": [ " /opt/test1 " ] }, "changed": false } TASK [Verify that the device identifier appears in /etc/fstab] ***************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-fstab.yml:17 Sunday 23 June 2024 09:35:32 +0000 (0:00:00.038) 0:01:04.331 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-fstab.yml:24 Sunday 23 June 2024 09:35:32 +0000 (0:00:00.025) 0:01:04.357 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-fstab.yml:33 Sunday 23 June 2024 09:35:32 +0000 (0:00:00.025) 0:01:04.382 *********** skipping: [sut] => { "changed": false, "false_condition": "__storage_verify_mount_options | d(false)", "skip_reason": "Conditional result was False" } TASK [Clean up variables] ****************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-fstab.yml:45 Sunday 23 June 2024 09:35:32 +0000 (0:00:00.020) 0:01:04.403 *********** ok: [sut] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": null, "storage_test_fstab_expected_mount_options_matches": null, "storage_test_fstab_expected_mount_point_matches": null, "storage_test_fstab_id_matches": null, "storage_test_fstab_mount_options_matches": null, "storage_test_fstab_mount_point_matches": null }, "changed": false } TASK [Verify fs type] ********************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-fs.yml:6 Sunday 23 June 2024 09:35:33 +0000 (0:00:00.013) 0:01:04.416 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-fs.yml:14 Sunday 23 June 2024 09:35:33 +0000 (0:00:00.028) 0:01:04.444 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-device.yml:3 Sunday 23 June 2024 09:35:33 +0000 (0:00:00.025) 0:01:04.469 *********** ok: [sut] => { "changed": false, "stat": { "atime": 1719135325.3088112, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1719135325.3088112, "dev": 6, "device_type": 64768, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 655, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/symlink", "mode": "0660", "mtime": 1719135325.3088112, "nlink": 1, "path": "/dev/mapper/foo-test1", "pw_name": "root", "readable": true, "rgrp": true, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": null, "wgrp": true, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-device.yml:9 Sunday 23 June 2024 09:35:33 +0000 (0:00:00.230) 0:01:04.700 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-device.yml:16 Sunday 23 June 2024 09:35:33 +0000 (0:00:00.015) 0:01:04.715 *********** skipping: [sut] => { "changed": false, "false_condition": "not (_storage_test_volume_present or storage_test_volume.type == 'disk')", "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-device.yml:23 Sunday 23 June 2024 09:35:33 +0000 (0:00:00.011) 0:01:04.727 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-device.yml:29 Sunday 23 June 2024 09:35:33 +0000 (0:00:00.014) 0:01:04.742 *********** ok: [sut] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-device.yml:33 Sunday 23 June 2024 09:35:33 +0000 (0:00:00.015) 0:01:04.757 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == \"raid\"", "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-device.yml:38 Sunday 23 June 2024 09:35:33 +0000 (0:00:00.013) 0:01:04.771 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:3 Sunday 23 June 2024 09:35:33 +0000 (0:00:00.016) 0:01:04.788 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:10 Sunday 23 June 2024 09:35:33 +0000 (0:00:00.012) 0:01:04.801 *********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: cryptsetup TASK [Collect LUKS info for this volume] *************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:16 Sunday 23 June 2024 09:35:34 +0000 (0:00:01.426) 0:01:06.227 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:22 Sunday 23 June 2024 09:35:34 +0000 (0:00:00.013) 0:01:06.240 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Verify that the raw device is the same as the device if not encrypted] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:29 Sunday 23 June 2024 09:35:34 +0000 (0:00:00.014) 0:01:06.255 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:40 Sunday 23 June 2024 09:35:34 +0000 (0:00:00.028) 0:01:06.284 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:46 Sunday 23 June 2024 09:35:34 +0000 (0:00:00.013) 0:01:06.297 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:51 Sunday 23 June 2024 09:35:34 +0000 (0:00:00.012) 0:01:06.310 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:63 Sunday 23 June 2024 09:35:34 +0000 (0:00:00.014) 0:01:06.325 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:75 Sunday 23 June 2024 09:35:34 +0000 (0:00:00.015) 0:01:06.340 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:87 Sunday 23 June 2024 09:35:34 +0000 (0:00:00.016) 0:01:06.357 *********** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [], "_storage_test_expected_crypttab_entries": "0", "_storage_test_expected_crypttab_key_file": "-" }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:93 Sunday 23 June 2024 09:35:34 +0000 (0:00:00.028) 0:01:06.385 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:100 Sunday 23 June 2024 09:35:34 +0000 (0:00:00.026) 0:01:06.412 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:108 Sunday 23 June 2024 09:35:35 +0000 (0:00:00.022) 0:01:06.434 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:116 Sunday 23 June 2024 09:35:35 +0000 (0:00:00.020) 0:01:06.455 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:124 Sunday 23 June 2024 09:35:35 +0000 (0:00:00.020) 0:01:06.476 *********** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_expected_crypttab_entries": null, "_storage_test_expected_crypttab_key_file": null }, "changed": false } TASK [Get information about RAID] ********************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-md.yml:8 Sunday 23 June 2024 09:35:35 +0000 (0:00:00.015) 0:01:06.491 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-md.yml:14 Sunday 23 June 2024 09:35:35 +0000 (0:00:00.049) 0:01:06.541 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-md.yml:19 Sunday 23 June 2024 09:35:35 +0000 (0:00:00.013) 0:01:06.555 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-md.yml:24 Sunday 23 June 2024 09:35:35 +0000 (0:00:00.013) 0:01:06.568 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-md.yml:29 Sunday 23 June 2024 09:35:35 +0000 (0:00:00.012) 0:01:06.580 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-md.yml:37 Sunday 23 June 2024 09:35:35 +0000 (0:00:00.012) 0:01:06.593 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-md.yml:46 Sunday 23 June 2024 09:35:35 +0000 (0:00:00.012) 0:01:06.605 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-md.yml:54 Sunday 23 June 2024 09:35:35 +0000 (0:00:00.014) 0:01:06.619 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-md.yml:62 Sunday 23 June 2024 09:35:35 +0000 (0:00:00.012) 0:01:06.632 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-md.yml:70 Sunday 23 June 2024 09:35:35 +0000 (0:00:00.012) 0:01:06.645 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:3 Sunday 23 June 2024 09:35:35 +0000 (0:00:00.013) 0:01:06.658 *********** ok: [sut] => { "bytes": 5368709120, "changed": false, "lvm": "5g", "parted": "5GiB", "size": "5 GiB" } TASK [Parse the requested size of the volume] ********************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:11 Sunday 23 June 2024 09:35:35 +0000 (0:00:00.226) 0:01:06.884 *********** ok: [sut] => { "bytes": 5368709120, "changed": false, "lvm": "5g", "parted": "5GiB", "size": "5 GiB" } TASK [Establish base value for expected size] ********************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:20 Sunday 23 June 2024 09:35:35 +0000 (0:00:00.234) 0:01:07.119 *********** ok: [sut] => { "ansible_facts": { "storage_test_expected_size": "5368709120" }, "changed": false } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:28 Sunday 23 June 2024 09:35:35 +0000 (0:00:00.030) 0:01:07.149 *********** ok: [sut] => { "storage_test_expected_size": "5368709120" } TASK [Get the size of parent/pool device] ************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:32 Sunday 23 June 2024 09:35:35 +0000 (0:00:00.016) 0:01:07.166 *********** ok: [sut] => { "bytes": 10726680821, "changed": false, "lvm": "9g", "parted": "9GiB", "size": "9 GiB" } TASK [Show test pool] ********************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:46 Sunday 23 June 2024 09:35:35 +0000 (0:00:00.228) 0:01:07.394 *********** skipping: [sut] => { "false_condition": "'%' in storage_test_volume.size | string" } TASK [Show test blockinfo] ***************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:50 Sunday 23 June 2024 09:35:36 +0000 (0:00:00.025) 0:01:07.420 *********** skipping: [sut] => { "false_condition": "'%' in storage_test_volume.size | string" } TASK [Show test pool size] ***************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:54 Sunday 23 June 2024 09:35:36 +0000 (0:00:00.023) 0:01:07.444 *********** 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-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:58 Sunday 23 June 2024 09:35:36 +0000 (0:00:00.023) 0:01:07.467 *********** 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-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:67 Sunday 23 June 2024 09:35:36 +0000 (0:00:00.028) 0:01:07.495 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:71 Sunday 23 June 2024 09:35:36 +0000 (0:00:00.013) 0:01:07.509 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:76 Sunday 23 June 2024 09:35:36 +0000 (0:00:00.014) 0:01:07.523 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:82 Sunday 23 June 2024 09:35:36 +0000 (0:00:00.013) 0:01:07.536 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:86 Sunday 23 June 2024 09:35:36 +0000 (0:00:00.013) 0:01:07.549 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:91 Sunday 23 June 2024 09:35:36 +0000 (0:00:00.014) 0:01:07.564 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:96 Sunday 23 June 2024 09:35:36 +0000 (0:00:00.016) 0:01:07.580 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:101 Sunday 23 June 2024 09:35:36 +0000 (0:00:00.012) 0:01:07.593 *********** skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Show volume thin pool size] ********************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:105 Sunday 23 June 2024 09:35:36 +0000 (0:00:00.012) 0:01:07.606 *********** skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:109 Sunday 23 June 2024 09:35:36 +0000 (0:00:00.012) 0:01:07.618 *********** skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Establish base value for expected thin pool size] ************************ task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:113 Sunday 23 June 2024 09:35:36 +0000 (0:00:00.013) 0:01:07.632 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:120 Sunday 23 June 2024 09:35:36 +0000 (0:00:00.013) 0:01:07.645 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:127 Sunday 23 June 2024 09:35:36 +0000 (0:00:00.014) 0:01:07.660 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:131 Sunday 23 June 2024 09:35:36 +0000 (0:00:00.013) 0:01:07.674 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:137 Sunday 23 June 2024 09:35:36 +0000 (0:00:00.013) 0:01:07.687 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:143 Sunday 23 June 2024 09:35:36 +0000 (0:00:00.013) 0:01:07.700 *********** ok: [sut] => { "storage_test_actual_size": { "bytes": 5368709120, "changed": false, "failed": false, "lvm": "5g", "parted": "5GiB", "size": "5 GiB" } } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:147 Sunday 23 June 2024 09:35:36 +0000 (0:00:00.015) 0:01:07.716 *********** ok: [sut] => { "storage_test_expected_size": "5368709120" } TASK [Assert expected size is actual size] ************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:151 Sunday 23 June 2024 09:35:36 +0000 (0:00:00.015) 0:01:07.732 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-cache.yml:5 Sunday 23 June 2024 09:35:36 +0000 (0:00:00.032) 0:01:07.764 *********** ok: [sut] => { "changed": false, "cmd": [ "lvs", "--noheadings", "--nameprefixes", "--units=b", "--nosuffix", "--unquoted", "-o", "name,attr,cache_total_blocks,chunk_size,segtype", "foo/test1" ], "delta": "0:00:00.035846", "end": "2024-06-23 09:35:36.579355", "rc": 0, "start": "2024-06-23 09:35:36.543509" } STDOUT: LVM2_LV_NAME=test1 LVM2_LV_ATTR=-wi-ao---- LVM2_CACHE_TOTAL_BLOCKS= LVM2_CHUNK_SIZE=0 LVM2_SEGTYPE=linear TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-cache.yml:13 Sunday 23 June 2024 09:35:36 +0000 (0:00:00.258) 0:01:08.023 *********** ok: [sut] => { "ansible_facts": { "storage_test_lv_segtype": [ "linear" ] }, "changed": false } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-cache.yml:17 Sunday 23 June 2024 09:35:36 +0000 (0:00:00.024) 0:01:08.048 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set LV cache size] ******************************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-cache.yml:24 Sunday 23 June 2024 09:35:36 +0000 (0:00:00.024) 0:01:08.073 *********** 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-weekly-ciqd5hl47i/tests/test-verify-volume-cache.yml:31 Sunday 23 June 2024 09:35:36 +0000 (0:00:00.020) 0:01:08.094 *********** 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-weekly-ciqd5hl47i/tests/test-verify-volume-cache.yml:37 Sunday 23 June 2024 09:35:36 +0000 (0:00:00.020) 0:01:08.115 *********** 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-weekly-ciqd5hl47i/tests/test-verify-volume-cache.yml:42 Sunday 23 June 2024 09:35:36 +0000 (0:00:00.025) 0:01:08.140 *********** 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-weekly-ciqd5hl47i/tests/test-verify-volume.yml:25 Sunday 23 June 2024 09:35:36 +0000 (0:00:00.022) 0:01:08.162 *********** 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-weekly-ciqd5hl47i/tests/verify-role-results.yml:44 Sunday 23 June 2024 09:35:36 +0000 (0:00:00.013) 0:01:08.176 *********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Clean up variable namespace] ********************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-role-results.yml:54 Sunday 23 June 2024 09:35:36 +0000 (0:00:00.010) 0:01:08.187 *********** ok: [sut] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } TASK [Test for correct handling of too-large volume size] ********************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/tests_resize.yml:92 Sunday 23 June 2024 09:35:36 +0000 (0:00:00.013) 0:01:08.200 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-role-failed.yml for sut TASK [Store global variable value copy] **************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-role-failed.yml:4 Sunday 23 June 2024 09:35:36 +0000 (0:00:00.026) 0:01:08.227 *********** ok: [sut] => { "ansible_facts": { "storage_pools_global": [], "storage_safe_mode_global": false, "storage_volumes_global": [] }, "changed": false } TASK [Verify role raises correct error] **************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-role-failed.yml:10 Sunday 23 June 2024 09:35:36 +0000 (0:00:00.024) 0:01:08.251 *********** TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Sunday 23 June 2024 09:35:36 +0000 (0:00:00.020) 0:01:08.271 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Sunday 23 June 2024 09:35:36 +0000 (0:00:00.020) 0:01:08.292 *********** skipping: [sut] => { "changed": false, "false_condition": "__storage_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Sunday 23 June 2024 09:35:36 +0000 (0:00:00.024) 0:01:08.316 *********** 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" } ok: [sut] => (item=Fedora.yml) => { "ansible_facts": { "_storage_copr_packages": [ { "packages": [ "vdo", "kmod-vdo" ], "repository": "rhawalsh/dm-vdo" } ], "_storage_copr_support_packages": [ "dnf-plugins-core" ], "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "stratisd", "stratis-cli" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/Fedora.yml" ], "ansible_loop_var": "item", "changed": false, "item": "Fedora.yml" } skipping: [sut] => (item=Fedora_40.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "Fedora_40.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora_40.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "Fedora_40.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Sunday 23 June 2024 09:35:36 +0000 (0:00:00.031) 0:01:08.348 *********** skipping: [sut] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Sunday 23 June 2024 09:35:36 +0000 (0:00:00.016) 0:01:08.364 *********** skipping: [sut] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Sunday 23 June 2024 09:35:36 +0000 (0:00:00.017) 0:01:08.381 *********** ok: [sut] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Sunday 23 June 2024 09:35:36 +0000 (0:00:00.014) 0:01:08.396 *********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Sunday 23 June 2024 09:35:36 +0000 (0:00:00.015) 0:01:08.412 *********** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for sut TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Sunday 23 June 2024 09:35:37 +0000 (0:00:00.030) 0:01:08.442 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"blivet_available\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Sunday 23 June 2024 09:35:37 +0000 (0:00:00.054) 0:01:08.497 *********** ok: [sut] => { "storage_pools": [ { "disks": [ "sda" ], "name": "foo", "volumes": [ { "fs_type": "ext4", "mount_point": "/opt/test1", "name": "test1", "size": "12884901888.0" } ] } ] } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Sunday 23 June 2024 09:35:37 +0000 (0:00:00.029) 0:01:08.526 *********** ok: [sut] => { "storage_volumes": [] } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Sunday 23 June 2024 09:35:37 +0000 (0:00:00.028) 0:01:08.554 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Sunday 23 June 2024 09:35:37 +0000 (0:00:00.017) 0:01:08.571 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Sunday 23 June 2024 09:35:37 +0000 (0:00:00.017) 0:01:08.588 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Sunday 23 June 2024 09:35:37 +0000 (0:00:00.016) 0:01:08.605 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"service_facts\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Sunday 23 June 2024 09:35:37 +0000 (0:00:00.018) 0:01:08.624 *********** ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Sunday 23 June 2024 09:35:37 +0000 (0:00:00.040) 0:01:08.665 *********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Sunday 23 June 2024 09:35:37 +0000 (0:00:00.011) 0:01:08.677 *********** fatal: [sut]: FAILED! => { "actions": [], "changed": false, "crypts": [], "leaves": [], "mounts": [], "packages": [], "pools": [], "volumes": [] } MSG: volume 'test1' cannot be resized to '12 GiB' TASK [fedora.linux_system_roles.storage : Failed message] ********************** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:91 Sunday 23 June 2024 09:35:39 +0000 (0:00:01.847) 0:01:10.524 *********** fatal: [sut]: FAILED! => { "changed": false } MSG: {'changed': False, 'actions': [], 'leaves': [], 'mounts': [], 'crypts': [], 'pools': [], 'volumes': [], 'packages': [], 'failed': True, 'msg': "volume 'test1' cannot be resized to '12 GiB'", 'invocation': {'module_args': {'pools': [{'disks': ['sda'], 'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'encryption_clevis_pin': None, 'encryption_tang_url': None, 'encryption_tang_thumbprint': None, 'grow_to_fill': False, 'name': 'foo', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_metadata_version': None, 'raid_chunk_size': None, 'shared': False, 'state': 'present', 'type': 'lvm', 'volumes': [{'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'ext4', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test1', 'raid_level': None, 'size': '12884901888.0', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None}]}], 'volumes': [], 'use_partitions': None, 'disklabel_type': None, 'pool_defaults': {'state': 'present', 'type': 'lvm', 'disks': [], 'volumes': [], 'grow_to_fill': False, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, 'shared': False}, 'volume_defaults': {'state': 'present', 'type': 'lvm', 'size': 0, 'disks': [], 'fs_type': 'xfs', 'fs_label': '', 'fs_create_options': '', 'fs_overwrite_existing': True, 'mount_point': '', 'mount_options': 'defaults', 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_stripe_size': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': []}, 'safe_mode': False, 'packages_only': False, 'diskvolume_mkfs_option_map': {}}}, '_ansible_no_log': None} TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Sunday 23 June 2024 09:35:39 +0000 (0:00:00.019) 0:01:10.544 *********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check that we failed in the role] **************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-role-failed.yml:23 Sunday 23 June 2024 09:35:39 +0000 (0:00:00.012) 0:01:10.557 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the blivet output and error message are correct] ****************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-role-failed.yml:28 Sunday 23 June 2024 09:35:39 +0000 (0:00:00.014) 0:01:10.572 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify correct exception or error message] ******************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-role-failed.yml:39 Sunday 23 June 2024 09:35:39 +0000 (0:00:00.021) 0:01:10.593 *********** skipping: [sut] => { "changed": false, "false_condition": "__storage_failed_exception is defined", "skip_reason": "Conditional result was False" } TASK [Try to create LVM with volume size equal disk's size, resize to 10737418240] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/tests_resize.yml:110 Sunday 23 June 2024 09:35:39 +0000 (0:00:00.027) 0:01:10.620 *********** TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Sunday 23 June 2024 09:35:39 +0000 (0:00:00.023) 0:01:10.644 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Sunday 23 June 2024 09:35:39 +0000 (0:00:00.019) 0:01:10.664 *********** skipping: [sut] => { "changed": false, "false_condition": "__storage_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Sunday 23 June 2024 09:35:39 +0000 (0:00:00.016) 0:01:10.680 *********** 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" } ok: [sut] => (item=Fedora.yml) => { "ansible_facts": { "_storage_copr_packages": [ { "packages": [ "vdo", "kmod-vdo" ], "repository": "rhawalsh/dm-vdo" } ], "_storage_copr_support_packages": [ "dnf-plugins-core" ], "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "stratisd", "stratis-cli" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/Fedora.yml" ], "ansible_loop_var": "item", "changed": false, "item": "Fedora.yml" } skipping: [sut] => (item=Fedora_40.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "Fedora_40.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora_40.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "Fedora_40.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Sunday 23 June 2024 09:35:39 +0000 (0:00:00.031) 0:01:10.712 *********** skipping: [sut] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Sunday 23 June 2024 09:35:39 +0000 (0:00:00.018) 0:01:10.731 *********** skipping: [sut] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Sunday 23 June 2024 09:35:39 +0000 (0:00:00.016) 0:01:10.747 *********** ok: [sut] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Sunday 23 June 2024 09:35:39 +0000 (0:00:00.014) 0:01:10.762 *********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Sunday 23 June 2024 09:35:39 +0000 (0:00:00.014) 0:01:10.777 *********** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for sut TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Sunday 23 June 2024 09:35:39 +0000 (0:00:00.031) 0:01:10.808 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"blivet_available\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Sunday 23 June 2024 09:35:39 +0000 (0:00:00.016) 0:01:10.825 *********** ok: [sut] => { "storage_pools": [ { "disks": [ "sda" ], "name": "foo", "volumes": [ { "fs_type": "ext4", "mount_point": "/opt/test1", "name": "test1", "size": "10737418240" } ] } ] } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Sunday 23 June 2024 09:35:39 +0000 (0:00:00.020) 0:01:10.846 *********** ok: [sut] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined. 'storage_volumes' is undefined" } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Sunday 23 June 2024 09:35:39 +0000 (0:00:00.015) 0:01:10.861 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Sunday 23 June 2024 09:35:39 +0000 (0:00:00.016) 0:01:10.878 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Sunday 23 June 2024 09:35:39 +0000 (0:00:00.017) 0:01:10.895 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Sunday 23 June 2024 09:35:39 +0000 (0:00:00.019) 0:01:10.914 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"service_facts\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Sunday 23 June 2024 09:35:39 +0000 (0:00:00.017) 0:01:10.931 *********** ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Sunday 23 June 2024 09:35:39 +0000 (0:00:00.027) 0:01:10.959 *********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Sunday 23 June 2024 09:35:39 +0000 (0:00:00.011) 0:01:10.971 *********** changed: [sut] => { "actions": [ { "action": "resize device", "device": "/dev/mapper/foo-test1", "fs_type": null }, { "action": "resize format", "device": "/dev/mapper/foo-test1", "fs_type": "ext4" } ], "changed": true, "crypts": [], "leaves": [ "/dev/mapper/foo-test1", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/xvda2", "/dev/zram0" ], "mounts": [ { "dump": 0, "fstype": "ext4", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "UUID=1172bacf-c124-4023-862f-576143a87b52", "state": "mounted" } ], "packages": [ "e2fsprogs", "lvm2" ], "pools": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "UUID=1172bacf-c124-4023-862f-576143a87b52", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext4", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "10737418240", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Sunday 23 June 2024 09:35:41 +0000 (0:00:02.016) 0:01:12.987 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_udevadm_trigger | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Sunday 23 June 2024 09:35:41 +0000 (0:00:00.013) 0:01:13.001 *********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:101 Sunday 23 June 2024 09:35:41 +0000 (0:00:00.013) 0:01:13.015 *********** ok: [sut] => { "blivet_output": { "actions": [ { "action": "resize device", "device": "/dev/mapper/foo-test1", "fs_type": null }, { "action": "resize format", "device": "/dev/mapper/foo-test1", "fs_type": "ext4" } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/mapper/foo-test1", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/xvda2", "/dev/zram0" ], "mounts": [ { "dump": 0, "fstype": "ext4", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "UUID=1172bacf-c124-4023-862f-576143a87b52", "state": "mounted" } ], "packages": [ "e2fsprogs", "lvm2" ], "pools": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "UUID=1172bacf-c124-4023-862f-576143a87b52", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext4", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "10737418240", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:110 Sunday 23 June 2024 09:35:41 +0000 (0:00:00.020) 0:01:13.035 *********** ok: [sut] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "UUID=1172bacf-c124-4023-862f-576143a87b52", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext4", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "10737418240", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] }, "changed": false } TASK [fedora.linux_system_roles.storage : Set the list of volumes for test verification] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:114 Sunday 23 June 2024 09:35:41 +0000 (0:00:00.017) 0:01:13.053 *********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:130 Sunday 23 June 2024 09:35:41 +0000 (0:00:00.017) 0:01:13.070 *********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:141 Sunday 23 June 2024 09:35:41 +0000 (0:00:00.019) 0:01:13.090 *********** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:146 Sunday 23 June 2024 09:35:42 +0000 (0:00:00.701) 0:01:13.791 *********** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount ok: [sut] => (item={'src': 'UUID=1172bacf-c124-4023-862f-576143a87b52', 'path': '/opt/test1', 'fstype': 'ext4', 'opts': 'defaults', 'dump': 0, 'passno': 0, 'state': 'mounted', 'owner': None, 'group': None, 'mode': None}) => { "ansible_loop_var": "mount_info", "backup_file": "", "boot": "yes", "changed": false, "dump": "0", "fstab": "/etc/fstab", "fstype": "ext4", "mount_info": { "dump": 0, "fstype": "ext4", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "UUID=1172bacf-c124-4023-862f-576143a87b52", "state": "mounted" }, "name": "/opt/test1", "opts": "defaults", "passno": "0", "src": "UUID=1172bacf-c124-4023-862f-576143a87b52" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:157 Sunday 23 June 2024 09:35:42 +0000 (0:00:00.243) 0:01:14.035 *********** skipping: [sut] => (item={'src': 'UUID=1172bacf-c124-4023-862f-576143a87b52', 'path': '/opt/test1', 'fstype': 'ext4', 'opts': 'defaults', 'dump': 0, 'passno': 0, 'state': 'mounted', 'owner': None, 'group': None, 'mode': None}) => { "ansible_loop_var": "mount_info", "changed": false, "false_condition": "mount_info['owner'] != none or mount_info['group'] != none or mount_info['mode'] != none", "mount_info": { "dump": 0, "fstype": "ext4", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "UUID=1172bacf-c124-4023-862f-576143a87b52", "state": "mounted" }, "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:169 Sunday 23 June 2024 09:35:42 +0000 (0:00:00.022) 0:01:14.057 *********** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:177 Sunday 23 June 2024 09:35:43 +0000 (0:00:00.691) 0:01:14.749 *********** ok: [sut] => { "changed": false, "stat": { "atime": 1719135289.8187745, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1718879485.835, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 131081, "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": 1718879088.616, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "4073972972", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:182 Sunday 23 June 2024 09:35:43 +0000 (0:00:00.231) 0:01:14.981 *********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:204 Sunday 23 June 2024 09:35:43 +0000 (0:00:00.011) 0:01:14.993 *********** ok: [sut] TASK [Verify role results] ***************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/tests_resize.yml:125 Sunday 23 June 2024 09:35:45 +0000 (0:00:02.121) 0:01:17.114 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-role-results.yml for sut TASK [Print out pool information] ********************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-role-results.yml:2 Sunday 23 June 2024 09:35:45 +0000 (0:00:00.019) 0:01:17.133 *********** ok: [sut] => { "_storage_pools_list": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "UUID=1172bacf-c124-4023-862f-576143a87b52", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext4", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "10737418240", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] } TASK [Print out volume information] ******************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-role-results.yml:7 Sunday 23 June 2024 09:35:45 +0000 (0:00:00.017) 0:01:17.151 *********** skipping: [sut] => { "false_condition": "_storage_volumes_list | length > 0" } TASK [Collect info about the volumes.] ***************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-role-results.yml:15 Sunday 23 June 2024 09:35:45 +0000 (0:00:00.014) 0:01:17.166 *********** ok: [sut] => { "changed": false, "info": { "/dev/mapper/foo-test1": { "fstype": "ext4", "label": "", "mountpoint": "/opt/test1", "name": "/dev/mapper/foo-test1", "size": "10G", "type": "lvm", "uuid": "1172bacf-c124-4023-862f-576143a87b52" }, "/dev/sda": { "fstype": "LVM2_member", "label": "", "mountpoint": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "kTq1Tu-ccrX-lN3F-h3TA-qCgO-GUcQ-8u6gpj" }, "/dev/sdb": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdc": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdc", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdd": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdd", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sde": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sde", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdf": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdf", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdg": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdg", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdh": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdh", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdi": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdi", "size": "10G", "type": "disk", "uuid": "" }, "/dev/xvda": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/xvda", "size": "250G", "type": "disk", "uuid": "" }, "/dev/xvda1": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/xvda1", "size": "1M", "type": "partition", "uuid": "" }, "/dev/xvda2": { "fstype": "ext4", "label": "", "mountpoint": "/", "name": "/dev/xvda2", "size": "250G", "type": "partition", "uuid": "d41e114e-2033-4553-824b-87c952ea3ae7" }, "/dev/zram0": { "fstype": "", "label": "", "mountpoint": "[SWAP]", "name": "/dev/zram0", "size": "3.6G", "type": "disk", "uuid": "" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-role-results.yml:20 Sunday 23 June 2024 09:35:45 +0000 (0:00:00.225) 0:01:17.392 *********** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.003447", "end": "2024-06-23 09:35:46.170332", "rc": 0, "start": "2024-06-23 09:35:46.166885" } STDOUT: # # /etc/fstab # Created by anaconda on Thu Jun 20 10:24:48 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=d41e114e-2033-4553-824b-87c952ea3ae7 / ext4 defaults 1 1 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat /mnt/redhat nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/qa /mnt/qa nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive /mnt/engarchive nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/tpsdist /mnt/tpsdist nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot /mnt/brew nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch /mnt/brew_scratch nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 UUID=1172bacf-c124-4023-862f-576143a87b52 /opt/test1 ext4 defaults 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-role-results.yml:25 Sunday 23 June 2024 09:35:46 +0000 (0:00:00.219) 0:01:17.612 *********** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.003267", "end": "2024-06-23 09:35:46.389557", "failed_when_result": false, "rc": 0, "start": "2024-06-23 09:35:46.386290" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-role-results.yml:34 Sunday 23 June 2024 09:35:46 +0000 (0:00:00.221) 0:01:17.834 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool.yml for sut => (item={'disks': ['sda'], 'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'encryption_clevis_pin': None, 'encryption_tang_url': None, 'encryption_tang_thumbprint': None, 'grow_to_fill': False, 'name': 'foo', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_metadata_version': None, 'raid_chunk_size': None, 'shared': False, 'state': 'present', 'type': 'lvm', 'volumes': [{'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'ext4', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test1', 'raid_level': None, 'size': '10737418240', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/foo-test1', '_raw_device': '/dev/mapper/foo-test1', '_mount_id': 'UUID=1172bacf-c124-4023-862f-576143a87b52', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}]}) TASK [Set _storage_pool_tests] ************************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool.yml:5 Sunday 23 June 2024 09:35:46 +0000 (0:00:00.029) 0:01:17.863 *********** ok: [sut] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool.yml:18 Sunday 23 June 2024 09:35:46 +0000 (0:00:00.053) 0:01:17.917 *********** ok: [sut] => { "changed": false, "cmd": [ "vgs", "--noheadings", "--binary", "-o", "shared", "foo" ], "delta": "0:00:00.105870", "end": "2024-06-23 09:35:46.809387", "rc": 0, "start": "2024-06-23 09:35:46.703517" } STDOUT: 0 TASK [Verify that VG shared value checks out] ********************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool.yml:24 Sunday 23 June 2024 09:35:46 +0000 (0:00:00.336) 0:01:18.254 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify pool subset] ****************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool.yml:34 Sunday 23 June 2024 09:35:46 +0000 (0:00:00.017) 0:01:18.272 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml for sut => (item=members) included: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-volumes.yml for sut => (item=volumes) TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:2 Sunday 23 June 2024 09:35:46 +0000 (0:00:00.025) 0:01:18.297 *********** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_count": "1", "_storage_test_pool_pvs_lvm": [ "/dev/sda" ] }, "changed": false } TASK [Get the canonical device path for each member device] ******************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:8 Sunday 23 June 2024 09:35:46 +0000 (0:00:00.023) 0:01:18.321 *********** ok: [sut] => (item=/dev/sda) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/sda", "pv": "/dev/sda" } TASK [Set pvs lvm length] ****************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:17 Sunday 23 June 2024 09:35:47 +0000 (0:00:00.219) 0:01:18.540 *********** ok: [sut] => { "ansible_facts": { "__pvs_lvm_len": "1" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:22 Sunday 23 June 2024 09:35:47 +0000 (0:00:00.018) 0:01:18.558 *********** ok: [sut] => { "ansible_facts": { "_storage_test_pool_pvs": [ "/dev/sda" ] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:27 Sunday 23 June 2024 09:35:47 +0000 (0:00:00.019) 0:01:18.577 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:36 Sunday 23 June 2024 09:35:47 +0000 (0:00:00.017) 0:01:18.595 *********** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:41 Sunday 23 June 2024 09:35:47 +0000 (0:00:00.015) 0:01:18.610 *********** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:46 Sunday 23 June 2024 09:35:47 +0000 (0:00:00.018) 0:01:18.629 *********** 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-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:51 Sunday 23 June 2024 09:35:47 +0000 (0:00:00.013) 0:01:18.642 *********** ok: [sut] => (item=/dev/sda) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/sda" } MSG: All assertions passed TASK [Check that blivet supports PV grow to fill] ****************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:64 Sunday 23 June 2024 09:35:47 +0000 (0:00:00.019) 0:01:18.661 *********** ok: [sut] => { "changed": false, "rc": 0 } STDOUT: True STDERR: Shared connection to 10.31.46.68 closed. TASK [Verify that PVs fill the whole devices when they should] ***************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:73 Sunday 23 June 2024 09:35:47 +0000 (0:00:00.409) 0:01:19.071 *********** skipping: [sut] => (item=/dev/sda) => { "ansible_loop_var": "st_pool_pv", "changed": false, "false_condition": "storage_test_pool.grow_to_fill | bool", "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/sda" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [Check MD RAID] *********************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:83 Sunday 23 June 2024 09:35:47 +0000 (0:00:00.019) 0:01:19.091 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-md.yml for sut TASK [Get information about RAID] ********************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-md.yml:8 Sunday 23 June 2024 09:35:47 +0000 (0:00:00.027) 0:01:19.118 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-md.yml:14 Sunday 23 June 2024 09:35:47 +0000 (0:00:00.014) 0:01:19.132 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-md.yml:19 Sunday 23 June 2024 09:35:47 +0000 (0:00:00.014) 0:01:19.146 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-md.yml:24 Sunday 23 June 2024 09:35:47 +0000 (0:00:00.014) 0:01:19.160 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set md chunk size regex] ************************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-md.yml:29 Sunday 23 June 2024 09:35:47 +0000 (0:00:00.014) 0:01:19.175 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-md.yml:37 Sunday 23 June 2024 09:35:47 +0000 (0:00:00.015) 0:01:19.190 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-md.yml:46 Sunday 23 June 2024 09:35:47 +0000 (0:00:00.014) 0:01:19.204 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-md.yml:55 Sunday 23 June 2024 09:35:47 +0000 (0:00:00.013) 0:01:19.218 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-md.yml:64 Sunday 23 June 2024 09:35:47 +0000 (0:00:00.013) 0:01:19.231 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-md.yml:74 Sunday 23 June 2024 09:35:47 +0000 (0:00:00.013) 0:01:19.245 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-md.yml:83 Sunday 23 June 2024 09:35:47 +0000 (0:00:00.013) 0:01:19.258 *********** 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-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:86 Sunday 23 June 2024 09:35:47 +0000 (0:00:00.016) 0:01:19.275 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-members-lvmraid.yml for sut TASK [Validate pool member LVM RAID settings] ********************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-members-lvmraid.yml:2 Sunday 23 June 2024 09:35:47 +0000 (0:00:00.027) 0:01:19.302 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-member-lvmraid.yml for sut => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'ext4', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test1', 'raid_level': None, 'size': '10737418240', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/foo-test1', '_raw_device': '/dev/mapper/foo-test1', '_mount_id': 'UUID=1172bacf-c124-4023-862f-576143a87b52', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}) TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-member-lvmraid.yml:8 Sunday 23 June 2024 09:35:47 +0000 (0:00:00.027) 0:01:19.329 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-member-lvmraid.yml:16 Sunday 23 June 2024 09:35:47 +0000 (0:00:00.017) 0:01:19.347 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-member-lvmraid.yml:20 Sunday 23 June 2024 09:35:47 +0000 (0:00:00.017) 0:01:19.364 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-member-lvmraid.yml:27 Sunday 23 June 2024 09:35:47 +0000 (0:00:00.017) 0:01:19.381 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-member-lvmraid.yml:31 Sunday 23 June 2024 09:35:47 +0000 (0:00:00.017) 0:01:19.399 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-member-lvmraid.yml:37 Sunday 23 June 2024 09:35:48 +0000 (0:00:00.017) 0:01:19.416 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-member-lvmraid.yml:42 Sunday 23 June 2024 09:35:48 +0000 (0:00:00.019) 0:01:19.436 *********** 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-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:89 Sunday 23 June 2024 09:35:48 +0000 (0:00:00.017) 0:01:19.453 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-members-thin.yml for sut TASK [Validate pool member thinpool settings] ********************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-members-thin.yml:2 Sunday 23 June 2024 09:35:48 +0000 (0:00:00.027) 0:01:19.481 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-member-thin.yml for sut => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'ext4', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test1', 'raid_level': None, 'size': '10737418240', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/foo-test1', '_raw_device': '/dev/mapper/foo-test1', '_mount_id': 'UUID=1172bacf-c124-4023-862f-576143a87b52', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}) TASK [Get information about thinpool] ****************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-member-thin.yml:8 Sunday 23 June 2024 09:35:48 +0000 (0:00:00.027) 0:01:19.508 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-member-thin.yml:16 Sunday 23 June 2024 09:35:48 +0000 (0:00:00.014) 0:01:19.523 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-member-thin.yml:22 Sunday 23 June 2024 09:35:48 +0000 (0:00:00.014) 0:01:19.537 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-member-thin.yml:26 Sunday 23 June 2024 09:35:48 +0000 (0:00:00.014) 0:01:19.552 *********** ok: [sut] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Check member encryption] ************************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:92 Sunday 23 June 2024 09:35:48 +0000 (0:00:00.014) 0:01:19.566 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-members-encryption.yml for sut TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-members-encryption.yml:5 Sunday 23 June 2024 09:35:48 +0000 (0:00:00.029) 0:01:19.596 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-members-encryption.yml:10 Sunday 23 June 2024 09:35:48 +0000 (0:00:00.019) 0:01:19.615 *********** skipping: [sut] => (item=/dev/sda) => { "_storage_test_pool_member_path": "/dev/sda", "ansible_loop_var": "_storage_test_pool_member_path", "changed": false, "false_condition": "storage_test_pool.type == 'lvm' and storage_test_pool.encryption", "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [Validate pool member crypttab entries] *********************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-members-encryption.yml:17 Sunday 23 June 2024 09:35:48 +0000 (0:00:00.017) 0:01:19.633 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-member-crypttab.yml for sut => (item=/dev/sda) TASK [Set variables used by tests] ********************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-member-crypttab.yml:2 Sunday 23 June 2024 09:35:48 +0000 (0:00:00.023) 0:01:19.656 *********** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-member-crypttab.yml:6 Sunday 23 June 2024 09:35:48 +0000 (0:00:00.021) 0:01:19.677 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-member-crypttab.yml:14 Sunday 23 June 2024 09:35:48 +0000 (0:00:00.021) 0:01:19.699 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-member-crypttab.yml:23 Sunday 23 June 2024 09:35:48 +0000 (0:00:00.015) 0:01:19.714 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-member-crypttab.yml:32 Sunday 23 June 2024 09:35:48 +0000 (0:00:00.014) 0:01:19.729 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-member-crypttab.yml:41 Sunday 23 June 2024 09:35:48 +0000 (0:00:00.016) 0:01:19.745 *********** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-members-encryption.yml:24 Sunday 23 June 2024 09:35:48 +0000 (0:00:00.014) 0:01:19.760 *********** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_crypttab_key_file": null }, "changed": false } TASK [Check VDO] *************************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:95 Sunday 23 June 2024 09:35:48 +0000 (0:00:00.015) 0:01:19.776 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-members-vdo.yml for sut TASK [Validate pool member VDO settings] *************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-members-vdo.yml:2 Sunday 23 June 2024 09:35:48 +0000 (0:00:00.082) 0:01:19.859 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-member-vdo.yml for sut => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'ext4', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test1', 'raid_level': None, 'size': '10737418240', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/foo-test1', '_raw_device': '/dev/mapper/foo-test1', '_mount_id': 'UUID=1172bacf-c124-4023-862f-576143a87b52', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}) TASK [Get information about VDO deduplication] ********************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-member-vdo.yml:8 Sunday 23 June 2024 09:35:48 +0000 (0:00:00.024) 0:01:19.884 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-member-vdo.yml:15 Sunday 23 June 2024 09:35:48 +0000 (0:00:00.015) 0:01:19.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 [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-member-vdo.yml:21 Sunday 23 June 2024 09:35:48 +0000 (0:00:00.014) 0:01:19.914 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-member-vdo.yml:27 Sunday 23 June 2024 09:35:48 +0000 (0:00:00.016) 0:01:19.931 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-member-vdo.yml:34 Sunday 23 June 2024 09:35:48 +0000 (0:00:00.013) 0:01:19.945 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-member-vdo.yml:40 Sunday 23 June 2024 09:35:48 +0000 (0:00:00.015) 0:01:19.960 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-member-vdo.yml:46 Sunday 23 June 2024 09:35:48 +0000 (0:00:00.013) 0:01:19.974 *********** ok: [sut] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Check Stratis] *********************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:98 Sunday 23 June 2024 09:35:48 +0000 (0:00:00.017) 0:01:19.991 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-stratis.yml for sut TASK [Run 'stratis report'] **************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-stratis.yml:6 Sunday 23 June 2024 09:35:48 +0000 (0:00:00.031) 0:01:20.023 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Get information about Stratis] ******************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-stratis.yml:11 Sunday 23 June 2024 09:35:48 +0000 (0:00:00.015) 0:01:20.039 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Verify that the pools was created] *************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-stratis.yml:15 Sunday 23 June 2024 09:35:48 +0000 (0:00:00.014) 0:01:20.054 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Verify that encryption is correctly set] ********************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-stratis.yml:25 Sunday 23 June 2024 09:35:48 +0000 (0:00:00.015) 0:01:20.069 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Verify that Clevis/Tang encryption is correctly set] ********************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-stratis.yml:34 Sunday 23 June 2024 09:35:48 +0000 (0:00:00.013) 0:01:20.083 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-stratis.yml:44 Sunday 23 June 2024 09:35:48 +0000 (0:00:00.013) 0:01:20.096 *********** ok: [sut] => { "ansible_facts": { "storage_test_stratis_report": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:101 Sunday 23 June 2024 09:35:48 +0000 (0:00:00.014) 0:01:20.111 *********** 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-weekly-ciqd5hl47i/tests/test-verify-pool-volumes.yml:3 Sunday 23 June 2024 09:35:48 +0000 (0:00:00.013) 0:01:20.124 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume.yml for sut => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'ext4', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test1', 'raid_level': None, 'size': '10737418240', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/foo-test1', '_raw_device': '/dev/mapper/foo-test1', '_mount_id': 'UUID=1172bacf-c124-4023-862f-576143a87b52', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}) TASK [Set storage volume test variables] *************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume.yml:2 Sunday 23 June 2024 09:35:48 +0000 (0:00:00.025) 0:01:20.150 *********** ok: [sut] => { "ansible_facts": { "_storage_test_volume_present": true, "_storage_volume_tests": [ "mount", "fstab", "fs", "device", "encryption", "md", "size", "cache" ] }, "changed": false } TASK [Run test verify for {{ storage_test_volume_subset }}] ******************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume.yml:19 Sunday 23 June 2024 09:35:48 +0000 (0:00:00.019) 0:01:20.170 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-mount.yml for sut => (item=mount) included: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-fstab.yml for sut => (item=fstab) included: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-fs.yml for sut => (item=fs) included: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-device.yml for sut => (item=device) included: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml for sut => (item=encryption) included: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-md.yml for sut => (item=md) included: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml for sut => (item=size) included: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-cache.yml for sut => (item=cache) TASK [Get expected mount device based on device type] ************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-mount.yml:7 Sunday 23 June 2024 09:35:48 +0000 (0:00:00.056) 0:01:20.226 *********** ok: [sut] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/foo-test1" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-mount.yml:11 Sunday 23 June 2024 09:35:48 +0000 (0:00:00.020) 0:01:20.246 *********** ok: [sut] => { "ansible_facts": { "storage_test_mount_expected_mount_point": "/opt/test1", "storage_test_swap_expected_matches": "0" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-mount.yml:19 Sunday 23 June 2024 09:35:48 +0000 (0:00:00.019) 0:01:20.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-weekly-ciqd5hl47i/tests/test-verify-volume-mount.yml:28 Sunday 23 June 2024 09:35:48 +0000 (0:00:00.013) 0:01:20.279 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-mount.yml:36 Sunday 23 June 2024 09:35:48 +0000 (0:00:00.015) 0:01:20.295 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_user", "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-mount.yml:42 Sunday 23 June 2024 09:35:48 +0000 (0:00:00.016) 0:01:20.312 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_group", "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-mount.yml:48 Sunday 23 June 2024 09:35:48 +0000 (0:00:00.012) 0:01:20.324 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_mode", "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-mount.yml:57 Sunday 23 June 2024 09:35:48 +0000 (0:00:00.014) 0:01:20.339 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-mount.yml:63 Sunday 23 June 2024 09:35:48 +0000 (0:00:00.013) 0:01:20.353 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-mount.yml:69 Sunday 23 June 2024 09:35:48 +0000 (0:00:00.012) 0:01:20.365 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-mount.yml:79 Sunday 23 June 2024 09:35:48 +0000 (0:00:00.014) 0:01:20.380 *********** ok: [sut] => { "ansible_facts": { "storage_test_found_mount_stat": null, "storage_test_mount_expected_mount_point": null, "storage_test_swap_expected_matches": null, "storage_test_swaps": null, "storage_test_sys_node": null }, "changed": false } TASK [Set some variables for fstab checking] *********************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-fstab.yml:2 Sunday 23 June 2024 09:35:48 +0000 (0:00:00.016) 0:01:20.396 *********** ok: [sut] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": "1", "storage_test_fstab_expected_mount_options_matches": "1", "storage_test_fstab_expected_mount_point_matches": "1", "storage_test_fstab_id_matches": [ "UUID=1172bacf-c124-4023-862f-576143a87b52 " ], "storage_test_fstab_mount_options_matches": [ " /opt/test1 ext4 defaults " ], "storage_test_fstab_mount_point_matches": [ " /opt/test1 " ] }, "changed": false } TASK [Verify that the device identifier appears in /etc/fstab] ***************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-fstab.yml:17 Sunday 23 June 2024 09:35:49 +0000 (0:00:00.038) 0:01:20.435 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-fstab.yml:24 Sunday 23 June 2024 09:35:49 +0000 (0:00:00.018) 0:01:20.453 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-fstab.yml:33 Sunday 23 June 2024 09:35:49 +0000 (0:00:00.018) 0:01:20.471 *********** skipping: [sut] => { "changed": false, "false_condition": "__storage_verify_mount_options | d(false)", "skip_reason": "Conditional result was False" } TASK [Clean up variables] ****************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-fstab.yml:45 Sunday 23 June 2024 09:35:49 +0000 (0:00:00.014) 0:01:20.485 *********** ok: [sut] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": null, "storage_test_fstab_expected_mount_options_matches": null, "storage_test_fstab_expected_mount_point_matches": null, "storage_test_fstab_id_matches": null, "storage_test_fstab_mount_options_matches": null, "storage_test_fstab_mount_point_matches": null }, "changed": false } TASK [Verify fs type] ********************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-fs.yml:6 Sunday 23 June 2024 09:35:49 +0000 (0:00:00.014) 0:01:20.500 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-fs.yml:14 Sunday 23 June 2024 09:35:49 +0000 (0:00:00.020) 0:01:20.520 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-device.yml:3 Sunday 23 June 2024 09:35:49 +0000 (0:00:00.021) 0:01:20.542 *********** ok: [sut] => { "changed": false, "stat": { "atime": 1719135341.4588277, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1719135341.4588277, "dev": 6, "device_type": 64768, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 655, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/symlink", "mode": "0660", "mtime": 1719135341.4588277, "nlink": 1, "path": "/dev/mapper/foo-test1", "pw_name": "root", "readable": true, "rgrp": true, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": null, "wgrp": true, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-device.yml:9 Sunday 23 June 2024 09:35:49 +0000 (0:00:00.229) 0:01:20.771 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-device.yml:16 Sunday 23 June 2024 09:35:49 +0000 (0:00:00.018) 0:01:20.789 *********** skipping: [sut] => { "changed": false, "false_condition": "not (_storage_test_volume_present or storage_test_volume.type == 'disk')", "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-device.yml:23 Sunday 23 June 2024 09:35:49 +0000 (0:00:00.013) 0:01:20.803 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-device.yml:29 Sunday 23 June 2024 09:35:49 +0000 (0:00:00.016) 0:01:20.820 *********** ok: [sut] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-device.yml:33 Sunday 23 June 2024 09:35:49 +0000 (0:00:00.016) 0:01:20.836 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == \"raid\"", "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-device.yml:38 Sunday 23 June 2024 09:35:49 +0000 (0:00:00.013) 0:01:20.850 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:3 Sunday 23 June 2024 09:35:49 +0000 (0:00:00.016) 0:01:20.866 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:10 Sunday 23 June 2024 09:35:49 +0000 (0:00:00.012) 0:01:20.879 *********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: cryptsetup TASK [Collect LUKS info for this volume] *************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:16 Sunday 23 June 2024 09:35:50 +0000 (0:00:01.411) 0:01:22.291 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:22 Sunday 23 June 2024 09:35:50 +0000 (0:00:00.012) 0:01:22.304 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Verify that the raw device is the same as the device if not encrypted] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:29 Sunday 23 June 2024 09:35:50 +0000 (0:00:00.016) 0:01:22.320 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:40 Sunday 23 June 2024 09:35:50 +0000 (0:00:00.018) 0:01:22.338 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:46 Sunday 23 June 2024 09:35:50 +0000 (0:00:00.013) 0:01:22.352 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:51 Sunday 23 June 2024 09:35:50 +0000 (0:00:00.013) 0:01:22.365 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:63 Sunday 23 June 2024 09:35:50 +0000 (0:00:00.012) 0:01:22.378 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:75 Sunday 23 June 2024 09:35:50 +0000 (0:00:00.012) 0:01:22.390 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:87 Sunday 23 June 2024 09:35:51 +0000 (0:00:00.065) 0:01:22.456 *********** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [], "_storage_test_expected_crypttab_entries": "0", "_storage_test_expected_crypttab_key_file": "-" }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:93 Sunday 23 June 2024 09:35:51 +0000 (0:00:00.020) 0:01:22.477 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:100 Sunday 23 June 2024 09:35:51 +0000 (0:00:00.018) 0:01:22.495 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:108 Sunday 23 June 2024 09:35:51 +0000 (0:00:00.015) 0:01:22.510 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:116 Sunday 23 June 2024 09:35:51 +0000 (0:00:00.014) 0:01:22.524 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:124 Sunday 23 June 2024 09:35:51 +0000 (0:00:00.014) 0:01:22.539 *********** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_expected_crypttab_entries": null, "_storage_test_expected_crypttab_key_file": null }, "changed": false } TASK [Get information about RAID] ********************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-md.yml:8 Sunday 23 June 2024 09:35:51 +0000 (0:00:00.015) 0:01:22.554 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-md.yml:14 Sunday 23 June 2024 09:35:51 +0000 (0:00:00.014) 0:01:22.569 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-md.yml:19 Sunday 23 June 2024 09:35:51 +0000 (0:00:00.014) 0:01:22.583 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-md.yml:24 Sunday 23 June 2024 09:35:51 +0000 (0:00:00.013) 0:01:22.597 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-md.yml:29 Sunday 23 June 2024 09:35:51 +0000 (0:00:00.013) 0:01:22.610 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-md.yml:37 Sunday 23 June 2024 09:35:51 +0000 (0:00:00.013) 0:01:22.624 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-md.yml:46 Sunday 23 June 2024 09:35:51 +0000 (0:00:00.014) 0:01:22.639 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-md.yml:54 Sunday 23 June 2024 09:35:51 +0000 (0:00:00.012) 0:01:22.651 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-md.yml:62 Sunday 23 June 2024 09:35:51 +0000 (0:00:00.013) 0:01:22.665 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-md.yml:70 Sunday 23 June 2024 09:35:51 +0000 (0:00:00.013) 0:01:22.679 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:3 Sunday 23 June 2024 09:35:51 +0000 (0:00:00.013) 0:01:22.692 *********** ok: [sut] => { "bytes": 10737418240, "changed": false, "lvm": "10g", "parted": "10GiB", "size": "10 GiB" } TASK [Parse the requested size of the volume] ********************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:11 Sunday 23 June 2024 09:35:51 +0000 (0:00:00.228) 0:01:22.921 *********** ok: [sut] => { "bytes": 10737418240, "changed": false, "lvm": "10g", "parted": "10GiB", "size": "10 GiB" } TASK [Establish base value for expected size] ********************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:20 Sunday 23 June 2024 09:35:51 +0000 (0:00:00.223) 0:01:23.145 *********** ok: [sut] => { "ansible_facts": { "storage_test_expected_size": "10737418240" }, "changed": false } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:28 Sunday 23 June 2024 09:35:51 +0000 (0:00:00.018) 0:01:23.163 *********** ok: [sut] => { "storage_test_expected_size": "10737418240" } TASK [Get the size of parent/pool device] ************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:32 Sunday 23 June 2024 09:35:51 +0000 (0:00:00.015) 0:01:23.178 *********** ok: [sut] => { "bytes": 10726680821, "changed": false, "lvm": "9g", "parted": "9GiB", "size": "9 GiB" } TASK [Show test pool] ********************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:46 Sunday 23 June 2024 09:35:51 +0000 (0:00:00.218) 0:01:23.397 *********** skipping: [sut] => { "false_condition": "'%' in storage_test_volume.size | string" } TASK [Show test blockinfo] ***************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:50 Sunday 23 June 2024 09:35:51 +0000 (0:00:00.015) 0:01:23.413 *********** skipping: [sut] => { "false_condition": "'%' in storage_test_volume.size | string" } TASK [Show test pool size] ***************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:54 Sunday 23 June 2024 09:35:52 +0000 (0:00:00.015) 0:01:23.428 *********** 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-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:58 Sunday 23 June 2024 09:35:52 +0000 (0:00:00.018) 0:01:23.446 *********** 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-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:67 Sunday 23 June 2024 09:35:52 +0000 (0:00:00.016) 0:01:23.462 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:71 Sunday 23 June 2024 09:35:52 +0000 (0:00:00.014) 0:01:23.476 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:76 Sunday 23 June 2024 09:35:52 +0000 (0:00:00.014) 0:01:23.490 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:82 Sunday 23 June 2024 09:35:52 +0000 (0:00:00.012) 0:01:23.503 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:86 Sunday 23 June 2024 09:35:52 +0000 (0:00:00.012) 0:01:23.515 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:91 Sunday 23 June 2024 09:35:52 +0000 (0:00:00.014) 0:01:23.529 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:96 Sunday 23 June 2024 09:35:52 +0000 (0:00:00.012) 0:01:23.542 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:101 Sunday 23 June 2024 09:35:52 +0000 (0:00:00.012) 0:01:23.555 *********** skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Show volume thin pool size] ********************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:105 Sunday 23 June 2024 09:35:52 +0000 (0:00:00.012) 0:01:23.567 *********** skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:109 Sunday 23 June 2024 09:35:52 +0000 (0:00:00.012) 0:01:23.580 *********** skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Establish base value for expected thin pool size] ************************ task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:113 Sunday 23 June 2024 09:35:52 +0000 (0:00:00.012) 0:01:23.592 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:120 Sunday 23 June 2024 09:35:52 +0000 (0:00:00.015) 0:01:23.607 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:127 Sunday 23 June 2024 09:35:52 +0000 (0:00:00.014) 0:01:23.622 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:131 Sunday 23 June 2024 09:35:52 +0000 (0:00:00.013) 0:01:23.635 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:137 Sunday 23 June 2024 09:35:52 +0000 (0:00:00.012) 0:01:23.647 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:143 Sunday 23 June 2024 09:35:52 +0000 (0:00:00.012) 0:01:23.659 *********** ok: [sut] => { "storage_test_actual_size": { "bytes": 10737418240, "changed": false, "failed": false, "lvm": "10g", "parted": "10GiB", "size": "10 GiB" } } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:147 Sunday 23 June 2024 09:35:52 +0000 (0:00:00.014) 0:01:23.674 *********** ok: [sut] => { "storage_test_expected_size": "10737418240" } TASK [Assert expected size is actual size] ************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:151 Sunday 23 June 2024 09:35:52 +0000 (0:00:00.016) 0:01:23.690 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-cache.yml:5 Sunday 23 June 2024 09:35:52 +0000 (0:00:00.019) 0:01:23.710 *********** ok: [sut] => { "changed": false, "cmd": [ "lvs", "--noheadings", "--nameprefixes", "--units=b", "--nosuffix", "--unquoted", "-o", "name,attr,cache_total_blocks,chunk_size,segtype", "foo/test1" ], "delta": "0:00:00.031827", "end": "2024-06-23 09:35:52.521253", "rc": 0, "start": "2024-06-23 09:35:52.489426" } STDOUT: LVM2_LV_NAME=test1 LVM2_LV_ATTR=-wi-ao---- LVM2_CACHE_TOTAL_BLOCKS= LVM2_CHUNK_SIZE=0 LVM2_SEGTYPE=linear TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-cache.yml:13 Sunday 23 June 2024 09:35:52 +0000 (0:00:00.254) 0:01:23.964 *********** ok: [sut] => { "ansible_facts": { "storage_test_lv_segtype": [ "linear" ] }, "changed": false } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-cache.yml:17 Sunday 23 June 2024 09:35:52 +0000 (0:00:00.016) 0:01:23.981 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set LV cache size] ******************************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-cache.yml:24 Sunday 23 June 2024 09:35:52 +0000 (0:00:00.016) 0:01:23.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-weekly-ciqd5hl47i/tests/test-verify-volume-cache.yml:31 Sunday 23 June 2024 09:35:52 +0000 (0:00:00.014) 0:01:24.012 *********** 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-weekly-ciqd5hl47i/tests/test-verify-volume-cache.yml:37 Sunday 23 June 2024 09:35:52 +0000 (0:00:00.015) 0:01:24.027 *********** 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-weekly-ciqd5hl47i/tests/test-verify-volume-cache.yml:42 Sunday 23 June 2024 09:35:52 +0000 (0:00:00.014) 0:01:24.042 *********** 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-weekly-ciqd5hl47i/tests/test-verify-volume.yml:25 Sunday 23 June 2024 09:35:52 +0000 (0:00:00.014) 0:01:24.057 *********** 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-weekly-ciqd5hl47i/tests/verify-role-results.yml:44 Sunday 23 June 2024 09:35:52 +0000 (0:00:00.013) 0:01:24.071 *********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Clean up variable namespace] ********************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-role-results.yml:54 Sunday 23 June 2024 09:35:52 +0000 (0:00:00.011) 0:01:24.082 *********** ok: [sut] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } TASK [Test for correct handling of invalid size specification] ***************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/tests_resize.yml:128 Sunday 23 June 2024 09:35:52 +0000 (0:00:00.013) 0:01:24.095 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-role-failed.yml for sut TASK [Store global variable value copy] **************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-role-failed.yml:4 Sunday 23 June 2024 09:35:52 +0000 (0:00:00.021) 0:01:24.117 *********** ok: [sut] => { "ansible_facts": { "storage_pools_global": [], "storage_safe_mode_global": false, "storage_volumes_global": [] }, "changed": false } TASK [Verify role raises correct error] **************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-role-failed.yml:10 Sunday 23 June 2024 09:35:52 +0000 (0:00:00.017) 0:01:24.134 *********** TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Sunday 23 June 2024 09:35:52 +0000 (0:00:00.021) 0:01:24.155 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Sunday 23 June 2024 09:35:52 +0000 (0:00:00.020) 0:01:24.176 *********** skipping: [sut] => { "changed": false, "false_condition": "__storage_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Sunday 23 June 2024 09:35:52 +0000 (0:00:00.017) 0:01:24.193 *********** 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" } ok: [sut] => (item=Fedora.yml) => { "ansible_facts": { "_storage_copr_packages": [ { "packages": [ "vdo", "kmod-vdo" ], "repository": "rhawalsh/dm-vdo" } ], "_storage_copr_support_packages": [ "dnf-plugins-core" ], "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "stratisd", "stratis-cli" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/Fedora.yml" ], "ansible_loop_var": "item", "changed": false, "item": "Fedora.yml" } skipping: [sut] => (item=Fedora_40.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "Fedora_40.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora_40.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "Fedora_40.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Sunday 23 June 2024 09:35:52 +0000 (0:00:00.032) 0:01:24.226 *********** skipping: [sut] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Sunday 23 June 2024 09:35:52 +0000 (0:00:00.016) 0:01:24.242 *********** skipping: [sut] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Sunday 23 June 2024 09:35:52 +0000 (0:00:00.017) 0:01:24.260 *********** ok: [sut] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Sunday 23 June 2024 09:35:52 +0000 (0:00:00.064) 0:01:24.324 *********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Sunday 23 June 2024 09:35:52 +0000 (0:00:00.015) 0:01:24.339 *********** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for sut TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Sunday 23 June 2024 09:35:52 +0000 (0:00:00.031) 0:01:24.371 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"blivet_available\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Sunday 23 June 2024 09:35:52 +0000 (0:00:00.018) 0:01:24.389 *********** ok: [sut] => { "storage_pools": [ { "disks": [ "sda" ], "name": "foo", "volumes": [ { "fs_type": "ext4", "mount_point": "/opt/test1", "name": "test1", "size": "xyz GiB" } ] } ] } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Sunday 23 June 2024 09:35:52 +0000 (0:00:00.018) 0:01:24.408 *********** ok: [sut] => { "storage_volumes": [] } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Sunday 23 June 2024 09:35:53 +0000 (0:00:00.018) 0:01:24.426 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Sunday 23 June 2024 09:35:53 +0000 (0:00:00.017) 0:01:24.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-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Sunday 23 June 2024 09:35:53 +0000 (0:00:00.017) 0:01:24.461 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Sunday 23 June 2024 09:35:53 +0000 (0:00:00.017) 0:01:24.478 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"service_facts\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Sunday 23 June 2024 09:35:53 +0000 (0:00:00.018) 0:01:24.496 *********** ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Sunday 23 June 2024 09:35:53 +0000 (0:00:00.028) 0:01:24.525 *********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Sunday 23 June 2024 09:35:53 +0000 (0:00:00.011) 0:01:24.537 *********** fatal: [sut]: FAILED! => { "actions": [], "changed": false, "crypts": [], "leaves": [], "mounts": [], "packages": [], "pools": [], "volumes": [] } MSG: invalid size specification 'xyz GiB' in pool 'foo' TASK [fedora.linux_system_roles.storage : Failed message] ********************** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:91 Sunday 23 June 2024 09:35:54 +0000 (0:00:01.740) 0:01:26.277 *********** fatal: [sut]: FAILED! => { "changed": false } MSG: {'changed': False, 'actions': [], 'leaves': [], 'mounts': [], 'crypts': [], 'pools': [], 'volumes': [], 'packages': [], 'failed': True, 'msg': "invalid size specification 'xyz GiB' in pool 'foo'", 'invocation': {'module_args': {'pools': [{'disks': ['sda'], 'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'encryption_clevis_pin': None, 'encryption_tang_url': None, 'encryption_tang_thumbprint': None, 'grow_to_fill': False, 'name': 'foo', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_metadata_version': None, 'raid_chunk_size': None, 'shared': False, 'state': 'present', 'type': 'lvm', 'volumes': [{'encryption': None, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': None, 'fs_label': None, 'fs_type': 'ext4', 'mount_options': None, 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test1', 'raid_level': None, 'size': 'xyz GiB', 'state': 'present', 'type': None, 'cached': None, 'cache_devices': [], 'cache_mode': None, 'cache_size': None, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None}]}], 'volumes': [], 'use_partitions': None, 'disklabel_type': None, 'pool_defaults': {'state': 'present', 'type': 'lvm', 'disks': [], 'volumes': [], 'grow_to_fill': False, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, 'shared': False}, 'volume_defaults': {'state': 'present', 'type': 'lvm', 'size': 0, 'disks': [], 'fs_type': 'xfs', 'fs_label': '', 'fs_create_options': '', 'fs_overwrite_existing': True, 'mount_point': '', 'mount_options': 'defaults', 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_stripe_size': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': []}, 'safe_mode': False, 'packages_only': False, 'diskvolume_mkfs_option_map': {}}}, '_ansible_no_log': None} TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Sunday 23 June 2024 09:35:54 +0000 (0:00:00.019) 0:01:26.297 *********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check that we failed in the role] **************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-role-failed.yml:23 Sunday 23 June 2024 09:35:54 +0000 (0:00:00.012) 0:01:26.309 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the blivet output and error message are correct] ****************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-role-failed.yml:28 Sunday 23 June 2024 09:35:54 +0000 (0:00:00.014) 0:01:26.324 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify correct exception or error message] ******************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-role-failed.yml:39 Sunday 23 June 2024 09:35:54 +0000 (0:00:00.021) 0:01:26.346 *********** skipping: [sut] => { "changed": false, "false_condition": "__storage_failed_exception is defined", "skip_reason": "Conditional result was False" } TASK [Test for correct handling of invalid size specification] ***************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/tests_resize.yml:144 Sunday 23 June 2024 09:35:54 +0000 (0:00:00.015) 0:01:26.361 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-role-failed.yml for sut TASK [Store global variable value copy] **************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-role-failed.yml:4 Sunday 23 June 2024 09:35:54 +0000 (0:00:00.020) 0:01:26.382 *********** ok: [sut] => { "ansible_facts": { "storage_pools_global": [], "storage_safe_mode_global": false, "storage_volumes_global": [] }, "changed": false } TASK [Verify role raises correct error] **************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-role-failed.yml:10 Sunday 23 June 2024 09:35:54 +0000 (0:00:00.019) 0:01:26.401 *********** TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Sunday 23 June 2024 09:35:55 +0000 (0:00:00.021) 0:01:26.423 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Sunday 23 June 2024 09:35:55 +0000 (0:00:00.021) 0:01:26.444 *********** skipping: [sut] => { "changed": false, "false_condition": "__storage_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Sunday 23 June 2024 09:35:55 +0000 (0:00:00.017) 0:01:26.461 *********** 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" } ok: [sut] => (item=Fedora.yml) => { "ansible_facts": { "_storage_copr_packages": [ { "packages": [ "vdo", "kmod-vdo" ], "repository": "rhawalsh/dm-vdo" } ], "_storage_copr_support_packages": [ "dnf-plugins-core" ], "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "stratisd", "stratis-cli" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/Fedora.yml" ], "ansible_loop_var": "item", "changed": false, "item": "Fedora.yml" } skipping: [sut] => (item=Fedora_40.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "Fedora_40.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora_40.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "Fedora_40.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Sunday 23 June 2024 09:35:55 +0000 (0:00:00.031) 0:01:26.493 *********** skipping: [sut] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Sunday 23 June 2024 09:35:55 +0000 (0:00:00.017) 0:01:26.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 : Define an empty list of pools to be used in testing] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Sunday 23 June 2024 09:35:55 +0000 (0:00:00.016) 0:01:26.527 *********** ok: [sut] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Sunday 23 June 2024 09:35:55 +0000 (0:00:00.014) 0:01:26.541 *********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Sunday 23 June 2024 09:35:55 +0000 (0:00:00.016) 0:01:26.558 *********** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for sut TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Sunday 23 June 2024 09:35:55 +0000 (0:00:00.033) 0:01:26.592 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"blivet_available\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Sunday 23 June 2024 09:35:55 +0000 (0:00:00.017) 0:01:26.609 *********** ok: [sut] => { "storage_pools": [ { "disks": [ "sda" ], "name": "foo", "volumes": [ { "fs_type": "ext4", "mount_point": "/opt/test1", "name": "test1", "size": "none" } ] } ] } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Sunday 23 June 2024 09:35:55 +0000 (0:00:00.018) 0:01:26.627 *********** ok: [sut] => { "storage_volumes": [] } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Sunday 23 June 2024 09:35:55 +0000 (0:00:00.019) 0:01:26.647 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Sunday 23 June 2024 09:35:55 +0000 (0:00:00.016) 0:01:26.663 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Sunday 23 June 2024 09:35:55 +0000 (0:00:00.016) 0:01:26.680 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Sunday 23 June 2024 09:35:55 +0000 (0:00:00.016) 0:01:26.696 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"service_facts\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Sunday 23 June 2024 09:35:55 +0000 (0:00:00.015) 0:01:26.712 *********** ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Sunday 23 June 2024 09:35:55 +0000 (0:00:00.026) 0:01:26.738 *********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Sunday 23 June 2024 09:35:55 +0000 (0:00:00.012) 0:01:26.751 *********** fatal: [sut]: FAILED! => { "actions": [], "changed": false, "crypts": [], "leaves": [], "mounts": [], "packages": [], "pools": [], "volumes": [] } MSG: invalid size specification 'none' in pool 'foo' TASK [fedora.linux_system_roles.storage : Failed message] ********************** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:91 Sunday 23 June 2024 09:35:57 +0000 (0:00:01.724) 0:01:28.476 *********** fatal: [sut]: FAILED! => { "changed": false } MSG: {'changed': False, 'actions': [], 'leaves': [], 'mounts': [], 'crypts': [], 'pools': [], 'volumes': [], 'packages': [], 'failed': True, 'msg': "invalid size specification 'none' in pool 'foo'", 'invocation': {'module_args': {'pools': [{'disks': ['sda'], 'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'encryption_clevis_pin': None, 'encryption_tang_url': None, 'encryption_tang_thumbprint': None, 'grow_to_fill': False, 'name': 'foo', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_metadata_version': None, 'raid_chunk_size': None, 'shared': False, 'state': 'present', 'type': 'lvm', 'volumes': [{'encryption': None, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': None, 'fs_label': None, 'fs_type': 'ext4', 'mount_options': None, 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test1', 'raid_level': None, 'size': 'none', 'state': 'present', 'type': None, 'cached': None, 'cache_devices': [], 'cache_mode': None, 'cache_size': None, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None}]}], 'volumes': [], 'use_partitions': None, 'disklabel_type': None, 'pool_defaults': {'state': 'present', 'type': 'lvm', 'disks': [], 'volumes': [], 'grow_to_fill': False, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, 'shared': False}, 'volume_defaults': {'state': 'present', 'type': 'lvm', 'size': 0, 'disks': [], 'fs_type': 'xfs', 'fs_label': '', 'fs_create_options': '', 'fs_overwrite_existing': True, 'mount_point': '', 'mount_options': 'defaults', 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_stripe_size': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': []}, 'safe_mode': False, 'packages_only': False, 'diskvolume_mkfs_option_map': {}}}, '_ansible_no_log': None} TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Sunday 23 June 2024 09:35:57 +0000 (0:00:00.019) 0:01:28.496 *********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check that we failed in the role] **************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-role-failed.yml:23 Sunday 23 June 2024 09:35:57 +0000 (0:00:00.011) 0:01:28.507 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the blivet output and error message are correct] ****************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-role-failed.yml:28 Sunday 23 June 2024 09:35:57 +0000 (0:00:00.014) 0:01:28.522 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify correct exception or error message] ******************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-role-failed.yml:39 Sunday 23 June 2024 09:35:57 +0000 (0:00:00.024) 0:01:28.546 *********** skipping: [sut] => { "changed": false, "false_condition": "__storage_failed_exception is defined", "skip_reason": "Conditional result was False" } TASK [Clean up] **************************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/tests_resize.yml:160 Sunday 23 June 2024 09:35:57 +0000 (0:00:00.015) 0:01:28.562 *********** TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Sunday 23 June 2024 09:35:57 +0000 (0:00:00.029) 0:01:28.591 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Sunday 23 June 2024 09:35:57 +0000 (0:00:00.021) 0:01:28.612 *********** skipping: [sut] => { "changed": false, "false_condition": "__storage_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Sunday 23 June 2024 09:35:57 +0000 (0:00:00.017) 0:01:28.630 *********** 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" } ok: [sut] => (item=Fedora.yml) => { "ansible_facts": { "_storage_copr_packages": [ { "packages": [ "vdo", "kmod-vdo" ], "repository": "rhawalsh/dm-vdo" } ], "_storage_copr_support_packages": [ "dnf-plugins-core" ], "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "stratisd", "stratis-cli" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/Fedora.yml" ], "ansible_loop_var": "item", "changed": false, "item": "Fedora.yml" } skipping: [sut] => (item=Fedora_40.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "Fedora_40.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora_40.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "Fedora_40.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Sunday 23 June 2024 09:35:57 +0000 (0:00:00.032) 0:01:28.662 *********** skipping: [sut] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Sunday 23 June 2024 09:35:57 +0000 (0:00:00.016) 0:01:28.678 *********** skipping: [sut] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Sunday 23 June 2024 09:35:57 +0000 (0:00:00.016) 0:01:28.694 *********** ok: [sut] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Sunday 23 June 2024 09:35:57 +0000 (0:00:00.063) 0:01:28.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-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Sunday 23 June 2024 09:35:57 +0000 (0:00:00.015) 0:01:28.774 *********** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for sut TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Sunday 23 June 2024 09:35:57 +0000 (0:00:00.030) 0:01:28.804 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"blivet_available\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Sunday 23 June 2024 09:35:57 +0000 (0:00:00.018) 0:01:28.823 *********** ok: [sut] => { "storage_pools": [ { "disks": [ "sda" ], "name": "foo", "state": "absent", "volumes": [ { "mount_point": "/opt/test1", "name": "test1", "size": "5g" } ] } ] } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Sunday 23 June 2024 09:35:57 +0000 (0:00:00.019) 0:01:28.842 *********** ok: [sut] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined. 'storage_volumes' is undefined" } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Sunday 23 June 2024 09:35:57 +0000 (0:00:00.017) 0:01:28.860 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Sunday 23 June 2024 09:35:57 +0000 (0:00:00.017) 0:01:28.878 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Sunday 23 June 2024 09:35:57 +0000 (0:00:00.017) 0:01:28.896 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Sunday 23 June 2024 09:35:57 +0000 (0:00:00.018) 0:01:28.914 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"service_facts\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Sunday 23 June 2024 09:35:57 +0000 (0:00:00.017) 0:01:28.931 *********** ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Sunday 23 June 2024 09:35:57 +0000 (0:00:00.033) 0:01:28.965 *********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Sunday 23 June 2024 09:35:57 +0000 (0:00:00.013) 0:01:28.979 *********** changed: [sut] => { "actions": [ { "action": "destroy format", "device": "/dev/mapper/foo-test1", "fs_type": "ext4" }, { "action": "destroy device", "device": "/dev/mapper/foo-test1", "fs_type": null }, { "action": "destroy device", "device": "/dev/foo", "fs_type": null }, { "action": "destroy format", "device": "/dev/sda", "fs_type": "lvmpv" } ], "changed": true, "crypts": [], "leaves": [ "/dev/sda", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/xvda2", "/dev/zram0" ], "mounts": [ { "fstype": "ext4", "path": "/opt/test1", "src": "UUID=1172bacf-c124-4023-862f-576143a87b52", "state": "absent" } ], "packages": [ "e2fsprogs" ], "pools": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "absent", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_mount_id": "UUID=1172bacf-c124-4023-862f-576143a87b52", "_raw_device": "/dev/mapper/foo-test1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext4", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "5g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Sunday 23 June 2024 09:35:59 +0000 (0:00:02.402) 0:01:31.381 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_udevadm_trigger | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Sunday 23 June 2024 09:35:59 +0000 (0:00:00.014) 0:01:31.395 *********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:101 Sunday 23 June 2024 09:35:59 +0000 (0:00:00.011) 0:01:31.407 *********** ok: [sut] => { "blivet_output": { "actions": [ { "action": "destroy format", "device": "/dev/mapper/foo-test1", "fs_type": "ext4" }, { "action": "destroy device", "device": "/dev/mapper/foo-test1", "fs_type": null }, { "action": "destroy device", "device": "/dev/foo", "fs_type": null }, { "action": "destroy format", "device": "/dev/sda", "fs_type": "lvmpv" } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/sda", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/xvda2", "/dev/zram0" ], "mounts": [ { "fstype": "ext4", "path": "/opt/test1", "src": "UUID=1172bacf-c124-4023-862f-576143a87b52", "state": "absent" } ], "packages": [ "e2fsprogs" ], "pools": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "absent", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_mount_id": "UUID=1172bacf-c124-4023-862f-576143a87b52", "_raw_device": "/dev/mapper/foo-test1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext4", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "5g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:110 Sunday 23 June 2024 09:36:00 +0000 (0:00:00.020) 0:01:31.427 *********** ok: [sut] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "absent", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_mount_id": "UUID=1172bacf-c124-4023-862f-576143a87b52", "_raw_device": "/dev/mapper/foo-test1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext4", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "5g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] }, "changed": false } TASK [fedora.linux_system_roles.storage : Set the list of volumes for test verification] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:114 Sunday 23 June 2024 09:36:00 +0000 (0:00:00.018) 0:01:31.446 *********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:130 Sunday 23 June 2024 09:36:00 +0000 (0:00:00.016) 0:01:31.463 *********** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount changed: [sut] => (item={'src': 'UUID=1172bacf-c124-4023-862f-576143a87b52', 'path': '/opt/test1', 'state': 'absent', 'fstype': 'ext4'}) => { "ansible_loop_var": "mount_info", "backup_file": "", "boot": "yes", "changed": true, "dump": "0", "fstab": "/etc/fstab", "fstype": "ext4", "mount_info": { "fstype": "ext4", "path": "/opt/test1", "src": "UUID=1172bacf-c124-4023-862f-576143a87b52", "state": "absent" }, "name": "/opt/test1", "opts": "defaults", "passno": "0", "src": "UUID=1172bacf-c124-4023-862f-576143a87b52" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:141 Sunday 23 June 2024 09:36:00 +0000 (0:00:00.239) 0:01:31.702 *********** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:146 Sunday 23 June 2024 09:36:00 +0000 (0:00:00.692) 0:01:32.395 *********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:157 Sunday 23 June 2024 09:36:00 +0000 (0:00:00.018) 0:01:32.413 *********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:169 Sunday 23 June 2024 09:36:01 +0000 (0:00:00.020) 0:01:32.434 *********** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:177 Sunday 23 June 2024 09:36:01 +0000 (0:00:00.697) 0:01:33.131 *********** ok: [sut] => { "changed": false, "stat": { "atime": 1719135289.8187745, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1718879485.835, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 131081, "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": 1718879088.616, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "4073972972", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:182 Sunday 23 June 2024 09:36:01 +0000 (0:00:00.237) 0:01:33.368 *********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:204 Sunday 23 June 2024 09:36:01 +0000 (0:00:00.014) 0:01:33.383 *********** ok: [sut] TASK [Verify role results] ***************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/tests_resize.yml:173 Sunday 23 June 2024 09:36:04 +0000 (0:00:02.251) 0:01:35.634 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-role-results.yml for sut TASK [Print out pool information] ********************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-role-results.yml:2 Sunday 23 June 2024 09:36:04 +0000 (0:00:00.023) 0:01:35.658 *********** ok: [sut] => { "_storage_pools_list": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "absent", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_mount_id": "UUID=1172bacf-c124-4023-862f-576143a87b52", "_raw_device": "/dev/mapper/foo-test1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext4", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "5g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] } TASK [Print out volume information] ******************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-role-results.yml:7 Sunday 23 June 2024 09:36:04 +0000 (0:00:00.018) 0:01:35.676 *********** skipping: [sut] => { "false_condition": "_storage_volumes_list | length > 0" } TASK [Collect info about the volumes.] ***************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-role-results.yml:15 Sunday 23 June 2024 09:36:04 +0000 (0:00:00.013) 0:01:35.690 *********** ok: [sut] => { "changed": false, "info": { "/dev/sda": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdb": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdc": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdc", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdd": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdd", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sde": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sde", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdf": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdf", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdg": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdg", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdh": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdh", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdi": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdi", "size": "10G", "type": "disk", "uuid": "" }, "/dev/xvda": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/xvda", "size": "250G", "type": "disk", "uuid": "" }, "/dev/xvda1": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/xvda1", "size": "1M", "type": "partition", "uuid": "" }, "/dev/xvda2": { "fstype": "ext4", "label": "", "mountpoint": "/", "name": "/dev/xvda2", "size": "250G", "type": "partition", "uuid": "d41e114e-2033-4553-824b-87c952ea3ae7" }, "/dev/zram0": { "fstype": "", "label": "", "mountpoint": "[SWAP]", "name": "/dev/zram0", "size": "3.6G", "type": "disk", "uuid": "" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-role-results.yml:20 Sunday 23 June 2024 09:36:04 +0000 (0:00:00.229) 0:01:35.920 *********** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.003446", "end": "2024-06-23 09:36:04.702779", "rc": 0, "start": "2024-06-23 09:36:04.699333" } STDOUT: # # /etc/fstab # Created by anaconda on Thu Jun 20 10:24:48 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=d41e114e-2033-4553-824b-87c952ea3ae7 / ext4 defaults 1 1 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat /mnt/redhat nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/qa /mnt/qa nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive /mnt/engarchive nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/tpsdist /mnt/tpsdist nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot /mnt/brew nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch /mnt/brew_scratch nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-role-results.yml:25 Sunday 23 June 2024 09:36:04 +0000 (0:00:00.225) 0:01:36.146 *********** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.003345", "end": "2024-06-23 09:36:04.927164", "failed_when_result": false, "rc": 0, "start": "2024-06-23 09:36:04.923819" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-role-results.yml:34 Sunday 23 June 2024 09:36:04 +0000 (0:00:00.225) 0:01:36.371 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool.yml for sut => (item={'disks': ['sda'], 'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'encryption_clevis_pin': None, 'encryption_tang_url': None, 'encryption_tang_thumbprint': None, 'grow_to_fill': False, 'name': 'foo', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_metadata_version': None, 'raid_chunk_size': None, 'shared': False, 'state': 'absent', 'type': 'lvm', 'volumes': [{'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'ext4', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test1', 'raid_level': None, 'size': '5g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/foo-test1', '_raw_device': '/dev/mapper/foo-test1', '_mount_id': 'UUID=1172bacf-c124-4023-862f-576143a87b52'}]}) TASK [Set _storage_pool_tests] ************************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool.yml:5 Sunday 23 June 2024 09:36:04 +0000 (0:00:00.028) 0:01:36.400 *********** ok: [sut] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool.yml:18 Sunday 23 June 2024 09:36:04 +0000 (0:00:00.015) 0:01:36.416 *********** 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-weekly-ciqd5hl47i/tests/test-verify-pool.yml:24 Sunday 23 June 2024 09:36:05 +0000 (0:00:00.013) 0:01:36.429 *********** 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-weekly-ciqd5hl47i/tests/test-verify-pool.yml:34 Sunday 23 June 2024 09:36:05 +0000 (0:00:00.013) 0:01:36.443 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml for sut => (item=members) included: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-volumes.yml for sut => (item=volumes) TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:2 Sunday 23 June 2024 09:36:05 +0000 (0:00:00.024) 0:01:36.467 *********** 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-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:8 Sunday 23 June 2024 09:36:05 +0000 (0:00:00.021) 0:01:36.489 *********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Set pvs lvm length] ****************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:17 Sunday 23 June 2024 09:36:05 +0000 (0:00:00.012) 0:01:36.501 *********** ok: [sut] => { "ansible_facts": { "__pvs_lvm_len": "0" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:22 Sunday 23 June 2024 09:36:05 +0000 (0:00:00.017) 0:01:36.518 *********** ok: [sut] => { "ansible_facts": { "_storage_test_pool_pvs": [] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:27 Sunday 23 June 2024 09:36:05 +0000 (0:00:00.019) 0:01:36.538 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:36 Sunday 23 June 2024 09:36:05 +0000 (0:00:00.017) 0:01:36.555 *********** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:41 Sunday 23 June 2024 09:36:05 +0000 (0:00:00.015) 0:01:36.570 *********** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:46 Sunday 23 June 2024 09:36:05 +0000 (0:00:00.019) 0:01:36.590 *********** 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-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:51 Sunday 23 June 2024 09:36:05 +0000 (0:00:00.013) 0:01:36.603 *********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check that blivet supports PV grow to fill] ****************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:64 Sunday 23 June 2024 09:36:05 +0000 (0:00:00.011) 0:01:36.615 *********** ok: [sut] => { "changed": false, "rc": 0 } STDOUT: True STDERR: Shared connection to 10.31.46.68 closed. TASK [Verify that PVs fill the whole devices when they should] ***************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:73 Sunday 23 June 2024 09:36:05 +0000 (0:00:00.392) 0:01:37.008 *********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check MD RAID] *********************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:83 Sunday 23 June 2024 09:36:05 +0000 (0:00:00.012) 0:01:37.020 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-md.yml for sut TASK [Get information about RAID] ********************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-md.yml:8 Sunday 23 June 2024 09:36:05 +0000 (0:00:00.025) 0:01:37.046 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-md.yml:14 Sunday 23 June 2024 09:36:05 +0000 (0:00:00.013) 0:01:37.059 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-md.yml:19 Sunday 23 June 2024 09:36:05 +0000 (0:00:00.012) 0:01:37.071 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-md.yml:24 Sunday 23 June 2024 09:36:05 +0000 (0:00:00.011) 0:01:37.083 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-md.yml:29 Sunday 23 June 2024 09:36:05 +0000 (0:00:00.011) 0:01:37.095 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-md.yml:37 Sunday 23 June 2024 09:36:05 +0000 (0:00:00.012) 0:01:37.107 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-md.yml:46 Sunday 23 June 2024 09:36:05 +0000 (0:00:00.065) 0:01:37.172 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-md.yml:55 Sunday 23 June 2024 09:36:05 +0000 (0:00:00.013) 0:01:37.186 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-md.yml:64 Sunday 23 June 2024 09:36:05 +0000 (0:00:00.014) 0:01:37.201 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-md.yml:74 Sunday 23 June 2024 09:36:05 +0000 (0:00:00.013) 0:01:37.214 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-md.yml:83 Sunday 23 June 2024 09:36:05 +0000 (0:00:00.013) 0:01:37.227 *********** 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-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:86 Sunday 23 June 2024 09:36:05 +0000 (0:00:00.013) 0:01:37.241 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-members-lvmraid.yml for sut TASK [Validate pool member LVM RAID settings] ********************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-members-lvmraid.yml:2 Sunday 23 June 2024 09:36:05 +0000 (0:00:00.026) 0:01:37.268 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-member-lvmraid.yml for sut => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'ext4', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test1', 'raid_level': None, 'size': '5g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/foo-test1', '_raw_device': '/dev/mapper/foo-test1', '_mount_id': 'UUID=1172bacf-c124-4023-862f-576143a87b52'}) TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-member-lvmraid.yml:8 Sunday 23 June 2024 09:36:05 +0000 (0:00:00.024) 0:01:37.292 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-member-lvmraid.yml:16 Sunday 23 June 2024 09:36:05 +0000 (0:00:00.016) 0:01:37.308 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-member-lvmraid.yml:20 Sunday 23 June 2024 09:36:05 +0000 (0:00:00.017) 0:01:37.325 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-member-lvmraid.yml:27 Sunday 23 June 2024 09:36:05 +0000 (0:00:00.016) 0:01:37.341 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-member-lvmraid.yml:31 Sunday 23 June 2024 09:36:05 +0000 (0:00:00.016) 0:01:37.357 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-member-lvmraid.yml:37 Sunday 23 June 2024 09:36:05 +0000 (0:00:00.015) 0:01:37.373 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-member-lvmraid.yml:42 Sunday 23 June 2024 09:36:05 +0000 (0:00:00.015) 0:01:37.388 *********** 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-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:89 Sunday 23 June 2024 09:36:05 +0000 (0:00:00.016) 0:01:37.405 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-members-thin.yml for sut TASK [Validate pool member thinpool settings] ********************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-members-thin.yml:2 Sunday 23 June 2024 09:36:06 +0000 (0:00:00.028) 0:01:37.433 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-member-thin.yml for sut => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'ext4', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test1', 'raid_level': None, 'size': '5g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/foo-test1', '_raw_device': '/dev/mapper/foo-test1', '_mount_id': 'UUID=1172bacf-c124-4023-862f-576143a87b52'}) TASK [Get information about thinpool] ****************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-member-thin.yml:8 Sunday 23 June 2024 09:36:06 +0000 (0:00:00.023) 0:01:37.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-weekly-ciqd5hl47i/tests/verify-pool-member-thin.yml:16 Sunday 23 June 2024 09:36:06 +0000 (0:00:00.012) 0:01:37.470 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-member-thin.yml:22 Sunday 23 June 2024 09:36:06 +0000 (0:00:00.013) 0:01:37.483 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-member-thin.yml:26 Sunday 23 June 2024 09:36:06 +0000 (0:00:00.011) 0:01:37.495 *********** ok: [sut] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Check member encryption] ************************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:92 Sunday 23 June 2024 09:36:06 +0000 (0:00:00.013) 0:01:37.509 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-members-encryption.yml for sut TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-members-encryption.yml:5 Sunday 23 June 2024 09:36:06 +0000 (0:00:00.027) 0:01:37.536 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-members-encryption.yml:10 Sunday 23 June 2024 09:36:06 +0000 (0:00:00.017) 0:01:37.554 *********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Validate pool member crypttab entries] *********************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-members-encryption.yml:17 Sunday 23 June 2024 09:36:06 +0000 (0:00:00.011) 0:01:37.565 *********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-members-encryption.yml:24 Sunday 23 June 2024 09:36:06 +0000 (0:00:00.010) 0:01:37.576 *********** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_crypttab_key_file": null }, "changed": false } TASK [Check VDO] *************************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:95 Sunday 23 June 2024 09:36:06 +0000 (0:00:00.013) 0:01:37.589 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-members-vdo.yml for sut TASK [Validate pool member VDO settings] *************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-members-vdo.yml:2 Sunday 23 June 2024 09:36:06 +0000 (0:00:00.027) 0:01:37.617 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-member-vdo.yml for sut => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'ext4', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test1', 'raid_level': None, 'size': '5g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/foo-test1', '_raw_device': '/dev/mapper/foo-test1', '_mount_id': 'UUID=1172bacf-c124-4023-862f-576143a87b52'}) TASK [Get information about VDO deduplication] ********************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-member-vdo.yml:8 Sunday 23 June 2024 09:36:06 +0000 (0:00:00.025) 0:01:37.642 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-member-vdo.yml:15 Sunday 23 June 2024 09:36:06 +0000 (0:00:00.012) 0:01:37.654 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-member-vdo.yml:21 Sunday 23 June 2024 09:36:06 +0000 (0:00:00.012) 0:01:37.667 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-member-vdo.yml:27 Sunday 23 June 2024 09:36:06 +0000 (0:00:00.012) 0:01:37.679 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-member-vdo.yml:34 Sunday 23 June 2024 09:36:06 +0000 (0:00:00.013) 0:01:37.693 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-member-vdo.yml:40 Sunday 23 June 2024 09:36:06 +0000 (0:00:00.012) 0:01:37.706 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-member-vdo.yml:46 Sunday 23 June 2024 09:36:06 +0000 (0:00:00.012) 0:01:37.718 *********** ok: [sut] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Check Stratis] *********************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:98 Sunday 23 June 2024 09:36:06 +0000 (0:00:00.013) 0:01:37.731 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-stratis.yml for sut TASK [Run 'stratis report'] **************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-stratis.yml:6 Sunday 23 June 2024 09:36:06 +0000 (0:00:00.031) 0:01:37.762 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Get information about Stratis] ******************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-stratis.yml:11 Sunday 23 June 2024 09:36:06 +0000 (0:00:00.013) 0:01:37.776 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Verify that the pools was created] *************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-stratis.yml:15 Sunday 23 June 2024 09:36:06 +0000 (0:00:00.012) 0:01:37.788 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Verify that encryption is correctly set] ********************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-stratis.yml:25 Sunday 23 June 2024 09:36:06 +0000 (0:00:00.012) 0:01:37.800 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Verify that Clevis/Tang encryption is correctly set] ********************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-stratis.yml:34 Sunday 23 June 2024 09:36:06 +0000 (0:00:00.011) 0:01:37.812 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-stratis.yml:44 Sunday 23 June 2024 09:36:06 +0000 (0:00:00.011) 0:01:37.824 *********** ok: [sut] => { "ansible_facts": { "storage_test_stratis_report": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:101 Sunday 23 June 2024 09:36:06 +0000 (0:00:00.014) 0:01:37.839 *********** 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-weekly-ciqd5hl47i/tests/test-verify-pool-volumes.yml:3 Sunday 23 June 2024 09:36:06 +0000 (0:00:00.013) 0:01:37.852 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume.yml for sut => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'ext4', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test1', 'raid_level': None, 'size': '5g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/foo-test1', '_raw_device': '/dev/mapper/foo-test1', '_mount_id': 'UUID=1172bacf-c124-4023-862f-576143a87b52'}) TASK [Set storage volume test variables] *************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume.yml:2 Sunday 23 June 2024 09:36:06 +0000 (0:00:00.021) 0:01:37.874 *********** ok: [sut] => { "ansible_facts": { "_storage_test_volume_present": false, "_storage_volume_tests": [ "mount", "fstab", "fs", "device", "encryption", "md", "size", "cache" ] }, "changed": false } TASK [Run test verify for {{ storage_test_volume_subset }}] ******************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume.yml:19 Sunday 23 June 2024 09:36:06 +0000 (0:00:00.017) 0:01:37.891 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-mount.yml for sut => (item=mount) included: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-fstab.yml for sut => (item=fstab) included: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-fs.yml for sut => (item=fs) included: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-device.yml for sut => (item=device) included: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml for sut => (item=encryption) included: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-md.yml for sut => (item=md) included: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml for sut => (item=size) included: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-cache.yml for sut => (item=cache) TASK [Get expected mount device based on device type] ************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-mount.yml:7 Sunday 23 June 2024 09:36:06 +0000 (0:00:00.051) 0:01:37.943 *********** ok: [sut] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/foo-test1" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-mount.yml:11 Sunday 23 June 2024 09:36:06 +0000 (0:00:00.019) 0:01:37.962 *********** ok: [sut] => { "ansible_facts": { "storage_test_mount_expected_mount_point": "/opt/test1", "storage_test_swap_expected_matches": "0" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-mount.yml:19 Sunday 23 June 2024 09:36:06 +0000 (0:00:00.063) 0:01:38.026 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and (storage_test_volume.mount_user or storage_test_volume.mount_group or storage_test_volume.mount_mode)", "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-mount.yml:28 Sunday 23 June 2024 09:36:06 +0000 (0:00:00.013) 0:01:38.040 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Verify mount directory user] ********************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-mount.yml:36 Sunday 23 June 2024 09:36:06 +0000 (0:00:00.012) 0:01:38.052 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_user", "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-mount.yml:42 Sunday 23 June 2024 09:36:06 +0000 (0:00:00.012) 0:01:38.065 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_group", "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-mount.yml:48 Sunday 23 June 2024 09:36:06 +0000 (0:00:00.012) 0:01:38.077 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_mode", "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-mount.yml:57 Sunday 23 June 2024 09:36:06 +0000 (0:00:00.012) 0:01:38.089 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-mount.yml:63 Sunday 23 June 2024 09:36:06 +0000 (0:00:00.014) 0:01:38.104 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-mount.yml:69 Sunday 23 June 2024 09:36:06 +0000 (0:00:00.012) 0:01:38.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-weekly-ciqd5hl47i/tests/test-verify-volume-mount.yml:79 Sunday 23 June 2024 09:36:06 +0000 (0:00:00.012) 0:01:38.129 *********** ok: [sut] => { "ansible_facts": { "storage_test_found_mount_stat": null, "storage_test_mount_expected_mount_point": null, "storage_test_swap_expected_matches": null, "storage_test_swaps": null, "storage_test_sys_node": null }, "changed": false } TASK [Set some variables for fstab checking] *********************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-fstab.yml:2 Sunday 23 June 2024 09:36:06 +0000 (0:00:00.013) 0:01:38.142 *********** ok: [sut] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": "0", "storage_test_fstab_expected_mount_options_matches": "0", "storage_test_fstab_expected_mount_point_matches": "0", "storage_test_fstab_id_matches": [], "storage_test_fstab_mount_options_matches": [], "storage_test_fstab_mount_point_matches": [] }, "changed": false } TASK [Verify that the device identifier appears in /etc/fstab] ***************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-fstab.yml:17 Sunday 23 June 2024 09:36:06 +0000 (0:00:00.030) 0:01:38.173 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False" } TASK [Verify the fstab mount point] ******************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-fstab.yml:24 Sunday 23 June 2024 09:36:06 +0000 (0:00:00.013) 0:01:38.187 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-fstab.yml:33 Sunday 23 June 2024 09:36:06 +0000 (0:00:00.019) 0:01:38.206 *********** skipping: [sut] => { "changed": false, "false_condition": "__storage_verify_mount_options | d(false)", "skip_reason": "Conditional result was False" } TASK [Clean up variables] ****************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-fstab.yml:45 Sunday 23 June 2024 09:36:06 +0000 (0:00:00.014) 0:01:38.221 *********** ok: [sut] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": null, "storage_test_fstab_expected_mount_options_matches": null, "storage_test_fstab_expected_mount_point_matches": null, "storage_test_fstab_id_matches": null, "storage_test_fstab_mount_options_matches": null, "storage_test_fstab_mount_point_matches": null }, "changed": false } TASK [Verify fs type] ********************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-fs.yml:6 Sunday 23 June 2024 09:36:06 +0000 (0:00:00.013) 0:01:38.235 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Verify fs label] ********************************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-fs.yml:14 Sunday 23 June 2024 09:36:06 +0000 (0:00:00.013) 0:01:38.248 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False" } TASK [See whether the device node is present] ********************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-device.yml:3 Sunday 23 June 2024 09:36:06 +0000 (0:00:00.013) 0:01:38.261 *********** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-device.yml:9 Sunday 23 June 2024 09:36:07 +0000 (0:00:00.220) 0:01:38.482 *********** 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-weekly-ciqd5hl47i/tests/test-verify-volume-device.yml:16 Sunday 23 June 2024 09:36:07 +0000 (0:00:00.014) 0:01:38.497 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about this volume] ********************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-device.yml:23 Sunday 23 June 2024 09:36:07 +0000 (0:00:00.018) 0:01:38.515 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Process volume type (set initial value) (1/2)] *************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-device.yml:29 Sunday 23 June 2024 09:36:07 +0000 (0:00:00.013) 0:01:38.529 *********** ok: [sut] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-device.yml:33 Sunday 23 June 2024 09:36:07 +0000 (0:00:00.014) 0:01:38.544 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == \"raid\"", "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-device.yml:38 Sunday 23 June 2024 09:36:07 +0000 (0:00:00.011) 0:01:38.555 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Stat the LUKS device, if encrypted] ************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:3 Sunday 23 June 2024 09:36:07 +0000 (0:00:00.011) 0:01:38.567 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:10 Sunday 23 June 2024 09:36:07 +0000 (0:00:00.014) 0:01:38.582 *********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: cryptsetup TASK [Collect LUKS info for this volume] *************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:16 Sunday 23 June 2024 09:36:08 +0000 (0:00:01.421) 0:01:40.004 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:22 Sunday 23 June 2024 09:36:08 +0000 (0:00:00.012) 0:01:40.017 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Verify that the raw device is the same as the device if not encrypted] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:29 Sunday 23 June 2024 09:36:08 +0000 (0:00:00.012) 0:01:40.029 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:40 Sunday 23 June 2024 09:36:08 +0000 (0:00:00.011) 0:01:40.041 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:46 Sunday 23 June 2024 09:36:08 +0000 (0:00:00.011) 0:01:40.052 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:51 Sunday 23 June 2024 09:36:08 +0000 (0:00:00.013) 0:01:40.066 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:63 Sunday 23 June 2024 09:36:08 +0000 (0:00:00.011) 0:01:40.078 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:75 Sunday 23 June 2024 09:36:08 +0000 (0:00:00.012) 0:01:40.090 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:87 Sunday 23 June 2024 09:36:08 +0000 (0:00:00.011) 0:01:40.102 *********** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [], "_storage_test_expected_crypttab_entries": "0", "_storage_test_expected_crypttab_key_file": "-" }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:93 Sunday 23 June 2024 09:36:08 +0000 (0:00:00.018) 0:01:40.120 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:100 Sunday 23 June 2024 09:36:08 +0000 (0:00:00.016) 0:01:40.136 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:108 Sunday 23 June 2024 09:36:08 +0000 (0:00:00.014) 0:01:40.151 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:116 Sunday 23 June 2024 09:36:08 +0000 (0:00:00.013) 0:01:40.164 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:124 Sunday 23 June 2024 09:36:08 +0000 (0:00:00.013) 0:01:40.178 *********** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_expected_crypttab_entries": null, "_storage_test_expected_crypttab_key_file": null }, "changed": false } TASK [Get information about RAID] ********************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-md.yml:8 Sunday 23 June 2024 09:36:08 +0000 (0:00:00.013) 0:01:40.191 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-md.yml:14 Sunday 23 June 2024 09:36:08 +0000 (0:00:00.012) 0:01:40.203 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-md.yml:19 Sunday 23 June 2024 09:36:08 +0000 (0:00:00.012) 0:01:40.215 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-md.yml:24 Sunday 23 June 2024 09:36:08 +0000 (0:00:00.016) 0:01:40.231 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-md.yml:29 Sunday 23 June 2024 09:36:08 +0000 (0:00:00.012) 0:01:40.244 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-md.yml:37 Sunday 23 June 2024 09:36:08 +0000 (0:00:00.013) 0:01:40.257 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-md.yml:46 Sunday 23 June 2024 09:36:08 +0000 (0:00:00.012) 0:01:40.269 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-md.yml:54 Sunday 23 June 2024 09:36:08 +0000 (0:00:00.012) 0:01:40.282 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-md.yml:62 Sunday 23 June 2024 09:36:08 +0000 (0:00:00.012) 0:01:40.294 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-md.yml:70 Sunday 23 June 2024 09:36:08 +0000 (0:00:00.015) 0:01:40.309 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:3 Sunday 23 June 2024 09:36:08 +0000 (0:00:00.013) 0:01:40.323 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False" } TASK [Parse the requested size of the volume] ********************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:11 Sunday 23 June 2024 09:36:08 +0000 (0:00:00.012) 0:01:40.335 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False" } TASK [Establish base value for expected size] ********************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:20 Sunday 23 June 2024 09:36:08 +0000 (0:00:00.012) 0:01:40.348 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False" } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:28 Sunday 23 June 2024 09:36:08 +0000 (0:00:00.012) 0:01:40.360 *********** ok: [sut] => { "storage_test_expected_size": "10737418240" } TASK [Get the size of parent/pool device] ************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:32 Sunday 23 June 2024 09:36:08 +0000 (0:00:00.014) 0:01:40.375 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False" } TASK [Show test pool] ********************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:46 Sunday 23 June 2024 09:36:08 +0000 (0:00:00.013) 0:01:40.388 *********** skipping: [sut] => { "false_condition": "_storage_test_volume_present | bool" } TASK [Show test blockinfo] ***************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:50 Sunday 23 June 2024 09:36:08 +0000 (0:00:00.011) 0:01:40.400 *********** skipping: [sut] => { "false_condition": "_storage_test_volume_present | bool" } TASK [Show test pool size] ***************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:54 Sunday 23 June 2024 09:36:08 +0000 (0:00:00.012) 0:01:40.412 *********** skipping: [sut] => { "false_condition": "_storage_test_volume_present | bool" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:58 Sunday 23 June 2024 09:36:09 +0000 (0:00:00.012) 0:01:40.424 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:67 Sunday 23 June 2024 09:36:09 +0000 (0:00:00.011) 0:01:40.436 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:71 Sunday 23 June 2024 09:36:09 +0000 (0:00:00.011) 0:01:40.448 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:76 Sunday 23 June 2024 09:36:09 +0000 (0:00:00.013) 0:01:40.462 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:82 Sunday 23 June 2024 09:36:09 +0000 (0:00:00.012) 0:01:40.475 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:86 Sunday 23 June 2024 09:36:09 +0000 (0:00:00.012) 0:01:40.487 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:91 Sunday 23 June 2024 09:36:09 +0000 (0:00:00.012) 0:01:40.499 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:96 Sunday 23 June 2024 09:36:09 +0000 (0:00:00.012) 0:01:40.511 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:101 Sunday 23 June 2024 09:36:09 +0000 (0:00:00.011) 0:01:40.523 *********** skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Show volume thin pool size] ********************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:105 Sunday 23 June 2024 09:36:09 +0000 (0:00:00.013) 0:01:40.537 *********** skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:109 Sunday 23 June 2024 09:36:09 +0000 (0:00:00.056) 0:01:40.594 *********** skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Establish base value for expected thin pool size] ************************ task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:113 Sunday 23 June 2024 09:36:09 +0000 (0:00:00.012) 0:01:40.606 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:120 Sunday 23 June 2024 09:36:09 +0000 (0:00:00.012) 0:01:40.619 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:127 Sunday 23 June 2024 09:36:09 +0000 (0:00:00.012) 0:01:40.631 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:131 Sunday 23 June 2024 09:36:09 +0000 (0:00:00.012) 0:01:40.643 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:137 Sunday 23 June 2024 09:36:09 +0000 (0:00:00.012) 0:01:40.656 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:143 Sunday 23 June 2024 09:36:09 +0000 (0:00:00.013) 0:01:40.670 *********** ok: [sut] => { "storage_test_actual_size": { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False", "skipped": true } } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:147 Sunday 23 June 2024 09:36:09 +0000 (0:00:00.014) 0:01:40.684 *********** ok: [sut] => { "storage_test_expected_size": "10737418240" } TASK [Assert expected size is actual size] ************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:151 Sunday 23 June 2024 09:36:09 +0000 (0:00:00.014) 0:01:40.699 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-cache.yml:5 Sunday 23 June 2024 09:36:09 +0000 (0:00:00.012) 0:01:40.711 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-cache.yml:13 Sunday 23 June 2024 09:36:09 +0000 (0:00:00.012) 0:01:40.723 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-cache.yml:17 Sunday 23 June 2024 09:36:09 +0000 (0:00:00.012) 0:01:40.735 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Set LV cache size] ******************************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-cache.yml:24 Sunday 23 June 2024 09:36:09 +0000 (0:00:00.014) 0:01:40.749 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-cache.yml:31 Sunday 23 June 2024 09:36:09 +0000 (0:00:00.012) 0:01:40.762 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-cache.yml:37 Sunday 23 June 2024 09:36:09 +0000 (0:00:00.012) 0:01:40.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-weekly-ciqd5hl47i/tests/test-verify-volume-cache.yml:42 Sunday 23 June 2024 09:36:09 +0000 (0:00:00.011) 0:01:40.786 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume.yml:25 Sunday 23 June 2024 09:36:09 +0000 (0:00:00.011) 0:01:40.798 *********** 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-weekly-ciqd5hl47i/tests/verify-role-results.yml:44 Sunday 23 June 2024 09:36:09 +0000 (0:00:00.012) 0:01:40.811 *********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Clean up variable namespace] ********************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-role-results.yml:54 Sunday 23 June 2024 09:36:09 +0000 (0:00:00.012) 0:01:40.823 *********** ok: [sut] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } TASK [Create a LVM logical volume with for ext3 FS size 5g] ******************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/tests_resize.yml:178 Sunday 23 June 2024 09:36:09 +0000 (0:00:00.014) 0:01:40.837 *********** TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Sunday 23 June 2024 09:36:09 +0000 (0:00:00.032) 0:01:40.870 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Sunday 23 June 2024 09:36:09 +0000 (0:00:00.020) 0:01:40.890 *********** skipping: [sut] => { "changed": false, "false_condition": "__storage_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Sunday 23 June 2024 09:36:09 +0000 (0:00:00.017) 0:01:40.908 *********** 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" } ok: [sut] => (item=Fedora.yml) => { "ansible_facts": { "_storage_copr_packages": [ { "packages": [ "vdo", "kmod-vdo" ], "repository": "rhawalsh/dm-vdo" } ], "_storage_copr_support_packages": [ "dnf-plugins-core" ], "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "stratisd", "stratis-cli" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/Fedora.yml" ], "ansible_loop_var": "item", "changed": false, "item": "Fedora.yml" } skipping: [sut] => (item=Fedora_40.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "Fedora_40.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora_40.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "Fedora_40.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Sunday 23 June 2024 09:36:09 +0000 (0:00:00.031) 0:01:40.939 *********** skipping: [sut] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Sunday 23 June 2024 09:36:09 +0000 (0:00:00.017) 0:01:40.956 *********** skipping: [sut] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Sunday 23 June 2024 09:36:09 +0000 (0:00:00.017) 0:01:40.973 *********** ok: [sut] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Sunday 23 June 2024 09:36:09 +0000 (0:00:00.014) 0:01:40.988 *********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Sunday 23 June 2024 09:36:09 +0000 (0:00:00.014) 0:01:41.003 *********** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for sut TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Sunday 23 June 2024 09:36:09 +0000 (0:00:00.028) 0:01:41.031 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"blivet_available\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Sunday 23 June 2024 09:36:09 +0000 (0:00:00.017) 0:01:41.049 *********** ok: [sut] => { "storage_pools": [ { "disks": [ "sda" ], "name": "foo", "type": "lvm", "volumes": [ { "fs_type": "ext3", "mount_point": "/opt/test1", "name": "test1", "size": "5g" } ] } ] } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Sunday 23 June 2024 09:36:09 +0000 (0:00:00.016) 0:01:41.066 *********** ok: [sut] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined. 'storage_volumes' is undefined" } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Sunday 23 June 2024 09:36:09 +0000 (0:00:00.015) 0:01:41.082 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Sunday 23 June 2024 09:36:09 +0000 (0:00:00.015) 0:01:41.098 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Sunday 23 June 2024 09:36:09 +0000 (0:00:00.016) 0:01:41.114 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Sunday 23 June 2024 09:36:09 +0000 (0:00:00.015) 0:01:41.129 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"service_facts\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Sunday 23 June 2024 09:36:09 +0000 (0:00:00.017) 0:01:41.146 *********** ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Sunday 23 June 2024 09:36:09 +0000 (0:00:00.027) 0:01:41.173 *********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Sunday 23 June 2024 09:36:09 +0000 (0:00:00.011) 0:01:41.185 *********** changed: [sut] => { "actions": [ { "action": "create format", "device": "/dev/sda", "fs_type": "lvmpv" }, { "action": "create device", "device": "/dev/foo", "fs_type": null }, { "action": "create device", "device": "/dev/mapper/foo-test1", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/foo-test1", "fs_type": "ext3" } ], "changed": true, "crypts": [], "leaves": [ "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/xvda2", "/dev/zram0", "/dev/mapper/foo-test1" ], "mounts": [ { "dump": 0, "fstype": "ext3", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "UUID=cd29e959-7330-46ca-aa8a-ff99598bc626", "state": "mounted" } ], "packages": [ "e2fsprogs", "lvm2" ], "pools": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "UUID=cd29e959-7330-46ca-aa8a-ff99598bc626", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext3", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "5g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Sunday 23 June 2024 09:36:12 +0000 (0:00:02.249) 0:01:43.434 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_udevadm_trigger | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Sunday 23 June 2024 09:36:12 +0000 (0:00:00.014) 0:01:43.448 *********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:101 Sunday 23 June 2024 09:36:12 +0000 (0:00:00.013) 0:01:43.462 *********** ok: [sut] => { "blivet_output": { "actions": [ { "action": "create format", "device": "/dev/sda", "fs_type": "lvmpv" }, { "action": "create device", "device": "/dev/foo", "fs_type": null }, { "action": "create device", "device": "/dev/mapper/foo-test1", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/foo-test1", "fs_type": "ext3" } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/xvda2", "/dev/zram0", "/dev/mapper/foo-test1" ], "mounts": [ { "dump": 0, "fstype": "ext3", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "UUID=cd29e959-7330-46ca-aa8a-ff99598bc626", "state": "mounted" } ], "packages": [ "e2fsprogs", "lvm2" ], "pools": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "UUID=cd29e959-7330-46ca-aa8a-ff99598bc626", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext3", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "5g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:110 Sunday 23 June 2024 09:36:12 +0000 (0:00:00.019) 0:01:43.481 *********** ok: [sut] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "UUID=cd29e959-7330-46ca-aa8a-ff99598bc626", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext3", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "5g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] }, "changed": false } TASK [fedora.linux_system_roles.storage : Set the list of volumes for test verification] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:114 Sunday 23 June 2024 09:36:12 +0000 (0:00:00.017) 0:01:43.499 *********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:130 Sunday 23 June 2024 09:36:12 +0000 (0:00:00.016) 0:01:43.515 *********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:141 Sunday 23 June 2024 09:36:12 +0000 (0:00:00.018) 0:01:43.534 *********** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:146 Sunday 23 June 2024 09:36:12 +0000 (0:00:00.698) 0:01:44.232 *********** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount changed: [sut] => (item={'src': 'UUID=cd29e959-7330-46ca-aa8a-ff99598bc626', 'path': '/opt/test1', 'fstype': 'ext3', 'opts': 'defaults', 'dump': 0, 'passno': 0, 'state': 'mounted', 'owner': None, 'group': None, 'mode': None}) => { "ansible_loop_var": "mount_info", "backup_file": "", "boot": "yes", "changed": true, "dump": "0", "fstab": "/etc/fstab", "fstype": "ext3", "mount_info": { "dump": 0, "fstype": "ext3", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "UUID=cd29e959-7330-46ca-aa8a-ff99598bc626", "state": "mounted" }, "name": "/opt/test1", "opts": "defaults", "passno": "0", "src": "UUID=cd29e959-7330-46ca-aa8a-ff99598bc626" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:157 Sunday 23 June 2024 09:36:13 +0000 (0:00:00.256) 0:01:44.489 *********** skipping: [sut] => (item={'src': 'UUID=cd29e959-7330-46ca-aa8a-ff99598bc626', 'path': '/opt/test1', 'fstype': 'ext3', 'opts': 'defaults', 'dump': 0, 'passno': 0, 'state': 'mounted', 'owner': None, 'group': None, 'mode': None}) => { "ansible_loop_var": "mount_info", "changed": false, "false_condition": "mount_info['owner'] != none or mount_info['group'] != none or mount_info['mode'] != none", "mount_info": { "dump": 0, "fstype": "ext3", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "UUID=cd29e959-7330-46ca-aa8a-ff99598bc626", "state": "mounted" }, "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:169 Sunday 23 June 2024 09:36:13 +0000 (0:00:00.021) 0:01:44.511 *********** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:177 Sunday 23 June 2024 09:36:13 +0000 (0:00:00.692) 0:01:45.203 *********** ok: [sut] => { "changed": false, "stat": { "atime": 1719135289.8187745, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1718879485.835, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 131081, "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": 1718879088.616, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "4073972972", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:182 Sunday 23 June 2024 09:36:14 +0000 (0:00:00.231) 0:01:45.435 *********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:204 Sunday 23 June 2024 09:36:14 +0000 (0:00:00.012) 0:01:45.447 *********** ok: [sut] TASK [Verify role results] ***************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/tests_resize.yml:194 Sunday 23 June 2024 09:36:16 +0000 (0:00:02.186) 0:01:47.633 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-role-results.yml for sut TASK [Print out pool information] ********************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-role-results.yml:2 Sunday 23 June 2024 09:36:16 +0000 (0:00:00.025) 0:01:47.659 *********** ok: [sut] => { "_storage_pools_list": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "UUID=cd29e959-7330-46ca-aa8a-ff99598bc626", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext3", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "5g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] } TASK [Print out volume information] ******************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-role-results.yml:7 Sunday 23 June 2024 09:36:16 +0000 (0:00:00.017) 0:01:47.677 *********** skipping: [sut] => { "false_condition": "_storage_volumes_list | length > 0" } TASK [Collect info about the volumes.] ***************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-role-results.yml:15 Sunday 23 June 2024 09:36:16 +0000 (0:00:00.014) 0:01:47.692 *********** ok: [sut] => { "changed": false, "info": { "/dev/mapper/foo-test1": { "fstype": "ext3", "label": "", "mountpoint": "/opt/test1", "name": "/dev/mapper/foo-test1", "size": "5G", "type": "lvm", "uuid": "cd29e959-7330-46ca-aa8a-ff99598bc626" }, "/dev/sda": { "fstype": "LVM2_member", "label": "", "mountpoint": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "1Fi8rc-biVM-6kWd-jq2L-ZwUG-gsKg-vZ8XY6" }, "/dev/sdb": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdc": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdc", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdd": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdd", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sde": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sde", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdf": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdf", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdg": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdg", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdh": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdh", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdi": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdi", "size": "10G", "type": "disk", "uuid": "" }, "/dev/xvda": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/xvda", "size": "250G", "type": "disk", "uuid": "" }, "/dev/xvda1": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/xvda1", "size": "1M", "type": "partition", "uuid": "" }, "/dev/xvda2": { "fstype": "ext4", "label": "", "mountpoint": "/", "name": "/dev/xvda2", "size": "250G", "type": "partition", "uuid": "d41e114e-2033-4553-824b-87c952ea3ae7" }, "/dev/zram0": { "fstype": "", "label": "", "mountpoint": "[SWAP]", "name": "/dev/zram0", "size": "3.6G", "type": "disk", "uuid": "" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-role-results.yml:20 Sunday 23 June 2024 09:36:16 +0000 (0:00:00.273) 0:01:47.965 *********** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.003198", "end": "2024-06-23 09:36:16.744888", "rc": 0, "start": "2024-06-23 09:36:16.741690" } STDOUT: # # /etc/fstab # Created by anaconda on Thu Jun 20 10:24:48 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=d41e114e-2033-4553-824b-87c952ea3ae7 / ext4 defaults 1 1 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat /mnt/redhat nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/qa /mnt/qa nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive /mnt/engarchive nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/tpsdist /mnt/tpsdist nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot /mnt/brew nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch /mnt/brew_scratch nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 UUID=cd29e959-7330-46ca-aa8a-ff99598bc626 /opt/test1 ext3 defaults 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-role-results.yml:25 Sunday 23 June 2024 09:36:16 +0000 (0:00:00.221) 0:01:48.187 *********** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.003204", "end": "2024-06-23 09:36:16.967958", "failed_when_result": false, "rc": 0, "start": "2024-06-23 09:36:16.964754" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-role-results.yml:34 Sunday 23 June 2024 09:36:16 +0000 (0:00:00.222) 0:01:48.410 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool.yml for sut => (item={'disks': ['sda'], 'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'encryption_clevis_pin': None, 'encryption_tang_url': None, 'encryption_tang_thumbprint': None, 'grow_to_fill': False, 'name': 'foo', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_metadata_version': None, 'raid_chunk_size': None, 'shared': False, 'state': 'present', 'type': 'lvm', 'volumes': [{'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'ext3', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test1', 'raid_level': None, 'size': '5g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': [], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/foo-test1', '_raw_device': '/dev/mapper/foo-test1', '_mount_id': 'UUID=cd29e959-7330-46ca-aa8a-ff99598bc626', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}]}) TASK [Set _storage_pool_tests] ************************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool.yml:5 Sunday 23 June 2024 09:36:17 +0000 (0:00:00.030) 0:01:48.440 *********** ok: [sut] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool.yml:18 Sunday 23 June 2024 09:36:17 +0000 (0:00:00.013) 0:01:48.454 *********** ok: [sut] => { "changed": false, "cmd": [ "vgs", "--noheadings", "--binary", "-o", "shared", "foo" ], "delta": "0:00:00.023668", "end": "2024-06-23 09:36:17.262231", "rc": 0, "start": "2024-06-23 09:36:17.238563" } STDOUT: 0 TASK [Verify that VG shared value checks out] ********************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool.yml:24 Sunday 23 June 2024 09:36:17 +0000 (0:00:00.249) 0:01:48.704 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify pool subset] ****************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool.yml:34 Sunday 23 June 2024 09:36:17 +0000 (0:00:00.017) 0:01:48.722 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml for sut => (item=members) included: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-volumes.yml for sut => (item=volumes) TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:2 Sunday 23 June 2024 09:36:17 +0000 (0:00:00.026) 0:01:48.748 *********** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_count": "1", "_storage_test_pool_pvs_lvm": [ "/dev/sda" ] }, "changed": false } TASK [Get the canonical device path for each member device] ******************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:8 Sunday 23 June 2024 09:36:17 +0000 (0:00:00.023) 0:01:48.771 *********** ok: [sut] => (item=/dev/sda) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/sda", "pv": "/dev/sda" } TASK [Set pvs lvm length] ****************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:17 Sunday 23 June 2024 09:36:17 +0000 (0:00:00.216) 0:01:48.988 *********** ok: [sut] => { "ansible_facts": { "__pvs_lvm_len": "1" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:22 Sunday 23 June 2024 09:36:17 +0000 (0:00:00.016) 0:01:49.005 *********** ok: [sut] => { "ansible_facts": { "_storage_test_pool_pvs": [ "/dev/sda" ] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:27 Sunday 23 June 2024 09:36:17 +0000 (0:00:00.018) 0:01:49.023 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:36 Sunday 23 June 2024 09:36:17 +0000 (0:00:00.017) 0:01:49.040 *********** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:41 Sunday 23 June 2024 09:36:17 +0000 (0:00:00.017) 0:01:49.058 *********** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:46 Sunday 23 June 2024 09:36:17 +0000 (0:00:00.018) 0:01:49.077 *********** 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-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:51 Sunday 23 June 2024 09:36:17 +0000 (0:00:00.012) 0:01:49.089 *********** ok: [sut] => (item=/dev/sda) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/sda" } MSG: All assertions passed TASK [Check that blivet supports PV grow to fill] ****************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:64 Sunday 23 June 2024 09:36:17 +0000 (0:00:00.018) 0:01:49.108 *********** ok: [sut] => { "changed": false, "rc": 0 } STDOUT: True STDERR: Shared connection to 10.31.46.68 closed. TASK [Verify that PVs fill the whole devices when they should] ***************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:73 Sunday 23 June 2024 09:36:18 +0000 (0:00:00.390) 0:01:49.499 *********** skipping: [sut] => (item=/dev/sda) => { "ansible_loop_var": "st_pool_pv", "changed": false, "false_condition": "storage_test_pool.grow_to_fill | bool", "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/sda" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [Check MD RAID] *********************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:83 Sunday 23 June 2024 09:36:18 +0000 (0:00:00.018) 0:01:49.517 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-md.yml for sut TASK [Get information about RAID] ********************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-md.yml:8 Sunday 23 June 2024 09:36:18 +0000 (0:00:00.026) 0:01:49.544 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-md.yml:14 Sunday 23 June 2024 09:36:18 +0000 (0:00:00.013) 0:01:49.558 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-md.yml:19 Sunday 23 June 2024 09:36:18 +0000 (0:00:00.012) 0:01:49.571 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-md.yml:24 Sunday 23 June 2024 09:36:18 +0000 (0:00:00.013) 0:01:49.584 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-md.yml:29 Sunday 23 June 2024 09:36:18 +0000 (0:00:00.013) 0:01:49.598 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-md.yml:37 Sunday 23 June 2024 09:36:18 +0000 (0:00:00.012) 0:01:49.611 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-md.yml:46 Sunday 23 June 2024 09:36:18 +0000 (0:00:00.012) 0:01:49.623 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-md.yml:55 Sunday 23 June 2024 09:36:18 +0000 (0:00:00.012) 0:01:49.635 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-md.yml:64 Sunday 23 June 2024 09:36:18 +0000 (0:00:00.012) 0:01:49.648 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-md.yml:74 Sunday 23 June 2024 09:36:18 +0000 (0:00:00.013) 0:01:49.662 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Reset variables used by tests] ******************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-md.yml:83 Sunday 23 June 2024 09:36:18 +0000 (0:00:00.015) 0:01:49.678 *********** 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-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:86 Sunday 23 June 2024 09:36:18 +0000 (0:00:00.014) 0:01:49.692 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-members-lvmraid.yml for sut TASK [Validate pool member LVM RAID settings] ********************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-members-lvmraid.yml:2 Sunday 23 June 2024 09:36:18 +0000 (0:00:00.025) 0:01:49.718 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-member-lvmraid.yml for sut => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'ext3', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test1', 'raid_level': None, 'size': '5g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': [], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/foo-test1', '_raw_device': '/dev/mapper/foo-test1', '_mount_id': 'UUID=cd29e959-7330-46ca-aa8a-ff99598bc626', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}) TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-member-lvmraid.yml:8 Sunday 23 June 2024 09:36:18 +0000 (0:00:00.026) 0:01:49.744 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-member-lvmraid.yml:16 Sunday 23 June 2024 09:36:18 +0000 (0:00:00.017) 0:01:49.761 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-member-lvmraid.yml:20 Sunday 23 June 2024 09:36:18 +0000 (0:00:00.017) 0:01:49.779 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-member-lvmraid.yml:27 Sunday 23 June 2024 09:36:18 +0000 (0:00:00.016) 0:01:49.796 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-member-lvmraid.yml:31 Sunday 23 June 2024 09:36:18 +0000 (0:00:00.016) 0:01:49.812 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-member-lvmraid.yml:37 Sunday 23 June 2024 09:36:18 +0000 (0:00:00.016) 0:01:49.828 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-member-lvmraid.yml:42 Sunday 23 June 2024 09:36:18 +0000 (0:00:00.017) 0:01:49.846 *********** 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-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:89 Sunday 23 June 2024 09:36:18 +0000 (0:00:00.018) 0:01:49.864 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-members-thin.yml for sut TASK [Validate pool member thinpool settings] ********************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-members-thin.yml:2 Sunday 23 June 2024 09:36:18 +0000 (0:00:00.026) 0:01:49.890 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-member-thin.yml for sut => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'ext3', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test1', 'raid_level': None, 'size': '5g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': [], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/foo-test1', '_raw_device': '/dev/mapper/foo-test1', '_mount_id': 'UUID=cd29e959-7330-46ca-aa8a-ff99598bc626', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}) TASK [Get information about thinpool] ****************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-member-thin.yml:8 Sunday 23 June 2024 09:36:18 +0000 (0:00:00.024) 0:01:49.915 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-member-thin.yml:16 Sunday 23 June 2024 09:36:18 +0000 (0:00:00.013) 0:01:49.929 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-member-thin.yml:22 Sunday 23 June 2024 09:36:18 +0000 (0:00:00.012) 0:01:49.941 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-member-thin.yml:26 Sunday 23 June 2024 09:36:18 +0000 (0:00:00.013) 0:01:49.954 *********** ok: [sut] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Check member encryption] ************************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:92 Sunday 23 June 2024 09:36:18 +0000 (0:00:00.013) 0:01:49.968 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-members-encryption.yml for sut TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-members-encryption.yml:5 Sunday 23 June 2024 09:36:18 +0000 (0:00:00.028) 0:01:49.996 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-members-encryption.yml:10 Sunday 23 June 2024 09:36:18 +0000 (0:00:00.017) 0:01:50.014 *********** skipping: [sut] => (item=/dev/sda) => { "_storage_test_pool_member_path": "/dev/sda", "ansible_loop_var": "_storage_test_pool_member_path", "changed": false, "false_condition": "storage_test_pool.type == 'lvm' and storage_test_pool.encryption", "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [Validate pool member crypttab entries] *********************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-members-encryption.yml:17 Sunday 23 June 2024 09:36:18 +0000 (0:00:00.015) 0:01:50.029 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-member-crypttab.yml for sut => (item=/dev/sda) TASK [Set variables used by tests] ********************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-member-crypttab.yml:2 Sunday 23 June 2024 09:36:18 +0000 (0:00:00.021) 0:01:50.051 *********** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-member-crypttab.yml:6 Sunday 23 June 2024 09:36:18 +0000 (0:00:00.019) 0:01:50.070 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-member-crypttab.yml:14 Sunday 23 June 2024 09:36:18 +0000 (0:00:00.066) 0:01:50.137 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-member-crypttab.yml:23 Sunday 23 June 2024 09:36:18 +0000 (0:00:00.015) 0:01:50.152 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-member-crypttab.yml:32 Sunday 23 June 2024 09:36:18 +0000 (0:00:00.013) 0:01:50.166 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-member-crypttab.yml:41 Sunday 23 June 2024 09:36:18 +0000 (0:00:00.014) 0:01:50.181 *********** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-members-encryption.yml:24 Sunday 23 June 2024 09:36:18 +0000 (0:00:00.013) 0:01:50.195 *********** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_crypttab_key_file": null }, "changed": false } TASK [Check VDO] *************************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:95 Sunday 23 June 2024 09:36:18 +0000 (0:00:00.013) 0:01:50.208 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-members-vdo.yml for sut TASK [Validate pool member VDO settings] *************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-members-vdo.yml:2 Sunday 23 June 2024 09:36:18 +0000 (0:00:00.029) 0:01:50.238 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-member-vdo.yml for sut => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'ext3', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test1', 'raid_level': None, 'size': '5g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': [], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/foo-test1', '_raw_device': '/dev/mapper/foo-test1', '_mount_id': 'UUID=cd29e959-7330-46ca-aa8a-ff99598bc626', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}) TASK [Get information about VDO deduplication] ********************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-member-vdo.yml:8 Sunday 23 June 2024 09:36:18 +0000 (0:00:00.023) 0:01:50.261 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-member-vdo.yml:15 Sunday 23 June 2024 09:36:18 +0000 (0:00:00.014) 0:01:50.276 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-member-vdo.yml:21 Sunday 23 June 2024 09:36:18 +0000 (0:00:00.012) 0:01:50.288 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-member-vdo.yml:27 Sunday 23 June 2024 09:36:18 +0000 (0:00:00.012) 0:01:50.301 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-member-vdo.yml:34 Sunday 23 June 2024 09:36:18 +0000 (0:00:00.012) 0:01:50.314 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-member-vdo.yml:40 Sunday 23 June 2024 09:36:18 +0000 (0:00:00.012) 0:01:50.327 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-member-vdo.yml:46 Sunday 23 June 2024 09:36:18 +0000 (0:00:00.012) 0:01:50.339 *********** ok: [sut] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Check Stratis] *********************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:98 Sunday 23 June 2024 09:36:18 +0000 (0:00:00.015) 0:01:50.354 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-stratis.yml for sut TASK [Run 'stratis report'] **************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-stratis.yml:6 Sunday 23 June 2024 09:36:18 +0000 (0:00:00.029) 0:01:50.384 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Get information about Stratis] ******************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-stratis.yml:11 Sunday 23 June 2024 09:36:18 +0000 (0:00:00.012) 0:01:50.397 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Verify that the pools was created] *************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-stratis.yml:15 Sunday 23 June 2024 09:36:18 +0000 (0:00:00.013) 0:01:50.410 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Verify that encryption is correctly set] ********************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-stratis.yml:25 Sunday 23 June 2024 09:36:19 +0000 (0:00:00.014) 0:01:50.425 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Verify that Clevis/Tang encryption is correctly set] ********************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-stratis.yml:34 Sunday 23 June 2024 09:36:19 +0000 (0:00:00.014) 0:01:50.439 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-stratis.yml:44 Sunday 23 June 2024 09:36:19 +0000 (0:00:00.012) 0:01:50.452 *********** ok: [sut] => { "ansible_facts": { "storage_test_stratis_report": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:101 Sunday 23 June 2024 09:36:19 +0000 (0:00:00.013) 0:01:50.465 *********** 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-weekly-ciqd5hl47i/tests/test-verify-pool-volumes.yml:3 Sunday 23 June 2024 09:36:19 +0000 (0:00:00.014) 0:01:50.480 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume.yml for sut => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'ext3', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test1', 'raid_level': None, 'size': '5g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': [], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/foo-test1', '_raw_device': '/dev/mapper/foo-test1', '_mount_id': 'UUID=cd29e959-7330-46ca-aa8a-ff99598bc626', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}) TASK [Set storage volume test variables] *************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume.yml:2 Sunday 23 June 2024 09:36:19 +0000 (0:00:00.024) 0:01:50.504 *********** ok: [sut] => { "ansible_facts": { "_storage_test_volume_present": true, "_storage_volume_tests": [ "mount", "fstab", "fs", "device", "encryption", "md", "size", "cache" ] }, "changed": false } TASK [Run test verify for {{ storage_test_volume_subset }}] ******************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume.yml:19 Sunday 23 June 2024 09:36:19 +0000 (0:00:00.019) 0:01:50.523 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-mount.yml for sut => (item=mount) included: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-fstab.yml for sut => (item=fstab) included: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-fs.yml for sut => (item=fs) included: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-device.yml for sut => (item=device) included: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml for sut => (item=encryption) included: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-md.yml for sut => (item=md) included: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml for sut => (item=size) included: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-cache.yml for sut => (item=cache) TASK [Get expected mount device based on device type] ************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-mount.yml:7 Sunday 23 June 2024 09:36:19 +0000 (0:00:00.052) 0:01:50.575 *********** ok: [sut] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/foo-test1" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-mount.yml:11 Sunday 23 June 2024 09:36:19 +0000 (0:00:00.020) 0:01:50.596 *********** ok: [sut] => { "ansible_facts": { "storage_test_mount_expected_mount_point": "/opt/test1", "storage_test_swap_expected_matches": "0" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-mount.yml:19 Sunday 23 June 2024 09:36:19 +0000 (0:00:00.018) 0:01:50.615 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and (storage_test_volume.mount_user or storage_test_volume.mount_group or storage_test_volume.mount_mode)", "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-mount.yml:28 Sunday 23 June 2024 09:36:19 +0000 (0:00:00.013) 0:01:50.628 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-mount.yml:36 Sunday 23 June 2024 09:36:19 +0000 (0:00:00.015) 0:01:50.644 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_user", "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-mount.yml:42 Sunday 23 June 2024 09:36:19 +0000 (0:00:00.013) 0:01:50.657 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_group", "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-mount.yml:48 Sunday 23 June 2024 09:36:19 +0000 (0:00:00.012) 0:01:50.670 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_mode", "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-mount.yml:57 Sunday 23 June 2024 09:36:19 +0000 (0:00:00.012) 0:01:50.683 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-mount.yml:63 Sunday 23 June 2024 09:36:19 +0000 (0:00:00.012) 0:01:50.695 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-mount.yml:69 Sunday 23 June 2024 09:36:19 +0000 (0:00:00.012) 0:01:50.707 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-mount.yml:79 Sunday 23 June 2024 09:36:19 +0000 (0:00:00.013) 0:01:50.721 *********** ok: [sut] => { "ansible_facts": { "storage_test_found_mount_stat": null, "storage_test_mount_expected_mount_point": null, "storage_test_swap_expected_matches": null, "storage_test_swaps": null, "storage_test_sys_node": null }, "changed": false } TASK [Set some variables for fstab checking] *********************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-fstab.yml:2 Sunday 23 June 2024 09:36:19 +0000 (0:00:00.015) 0:01:50.736 *********** ok: [sut] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": "1", "storage_test_fstab_expected_mount_options_matches": "1", "storage_test_fstab_expected_mount_point_matches": "1", "storage_test_fstab_id_matches": [ "UUID=cd29e959-7330-46ca-aa8a-ff99598bc626 " ], "storage_test_fstab_mount_options_matches": [ " /opt/test1 ext3 defaults " ], "storage_test_fstab_mount_point_matches": [ " /opt/test1 " ] }, "changed": false } TASK [Verify that the device identifier appears in /etc/fstab] ***************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-fstab.yml:17 Sunday 23 June 2024 09:36:19 +0000 (0:00:00.032) 0:01:50.768 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-fstab.yml:24 Sunday 23 June 2024 09:36:19 +0000 (0:00:00.018) 0:01:50.786 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-fstab.yml:33 Sunday 23 June 2024 09:36:19 +0000 (0:00:00.017) 0:01:50.804 *********** skipping: [sut] => { "changed": false, "false_condition": "__storage_verify_mount_options | d(false)", "skip_reason": "Conditional result was False" } TASK [Clean up variables] ****************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-fstab.yml:45 Sunday 23 June 2024 09:36:19 +0000 (0:00:00.013) 0:01:50.817 *********** ok: [sut] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": null, "storage_test_fstab_expected_mount_options_matches": null, "storage_test_fstab_expected_mount_point_matches": null, "storage_test_fstab_id_matches": null, "storage_test_fstab_mount_options_matches": null, "storage_test_fstab_mount_point_matches": null }, "changed": false } TASK [Verify fs type] ********************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-fs.yml:6 Sunday 23 June 2024 09:36:19 +0000 (0:00:00.013) 0:01:50.831 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-fs.yml:14 Sunday 23 June 2024 09:36:19 +0000 (0:00:00.020) 0:01:50.852 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-device.yml:3 Sunday 23 June 2024 09:36:19 +0000 (0:00:00.018) 0:01:50.871 *********** ok: [sut] => { "changed": false, "stat": { "atime": 1719135371.9218473, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1719135371.9218473, "dev": 6, "device_type": 64768, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 729, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/symlink", "mode": "0660", "mtime": 1719135371.9218473, "nlink": 1, "path": "/dev/mapper/foo-test1", "pw_name": "root", "readable": true, "rgrp": true, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": null, "wgrp": true, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-device.yml:9 Sunday 23 June 2024 09:36:19 +0000 (0:00:00.225) 0:01:51.096 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-device.yml:16 Sunday 23 June 2024 09:36:19 +0000 (0:00:00.017) 0:01:51.114 *********** skipping: [sut] => { "changed": false, "false_condition": "not (_storage_test_volume_present or storage_test_volume.type == 'disk')", "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-device.yml:23 Sunday 23 June 2024 09:36:19 +0000 (0:00:00.012) 0:01:51.126 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-device.yml:29 Sunday 23 June 2024 09:36:19 +0000 (0:00:00.015) 0:01:51.142 *********** ok: [sut] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-device.yml:33 Sunday 23 June 2024 09:36:19 +0000 (0:00:00.016) 0:01:51.159 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == \"raid\"", "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-device.yml:38 Sunday 23 June 2024 09:36:19 +0000 (0:00:00.013) 0:01:51.173 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:3 Sunday 23 June 2024 09:36:19 +0000 (0:00:00.015) 0:01:51.189 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:10 Sunday 23 June 2024 09:36:19 +0000 (0:00:00.012) 0:01:51.201 *********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: cryptsetup TASK [Collect LUKS info for this volume] *************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:16 Sunday 23 June 2024 09:36:21 +0000 (0:00:01.420) 0:01:52.622 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:22 Sunday 23 June 2024 09:36:21 +0000 (0:00:00.013) 0:01:52.635 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Verify that the raw device is the same as the device if not encrypted] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:29 Sunday 23 June 2024 09:36:21 +0000 (0:00:00.014) 0:01:52.650 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:40 Sunday 23 June 2024 09:36:21 +0000 (0:00:00.019) 0:01:52.669 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:46 Sunday 23 June 2024 09:36:21 +0000 (0:00:00.014) 0:01:52.683 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:51 Sunday 23 June 2024 09:36:21 +0000 (0:00:00.014) 0:01:52.697 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:63 Sunday 23 June 2024 09:36:21 +0000 (0:00:00.013) 0:01:52.711 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:75 Sunday 23 June 2024 09:36:21 +0000 (0:00:00.013) 0:01:52.725 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:87 Sunday 23 June 2024 09:36:21 +0000 (0:00:00.067) 0:01:52.792 *********** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [], "_storage_test_expected_crypttab_entries": "0", "_storage_test_expected_crypttab_key_file": "-" }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:93 Sunday 23 June 2024 09:36:21 +0000 (0:00:00.020) 0:01:52.813 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:100 Sunday 23 June 2024 09:36:21 +0000 (0:00:00.018) 0:01:52.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-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:108 Sunday 23 June 2024 09:36:21 +0000 (0:00:00.014) 0:01:52.846 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:116 Sunday 23 June 2024 09:36:21 +0000 (0:00:00.014) 0:01:52.860 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:124 Sunday 23 June 2024 09:36:21 +0000 (0:00:00.014) 0:01:52.874 *********** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_expected_crypttab_entries": null, "_storage_test_expected_crypttab_key_file": null }, "changed": false } TASK [Get information about RAID] ********************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-md.yml:8 Sunday 23 June 2024 09:36:21 +0000 (0:00:00.017) 0:01:52.891 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-md.yml:14 Sunday 23 June 2024 09:36:21 +0000 (0:00:00.013) 0:01:52.905 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-md.yml:19 Sunday 23 June 2024 09:36:21 +0000 (0:00:00.012) 0:01:52.917 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-md.yml:24 Sunday 23 June 2024 09:36:21 +0000 (0:00:00.012) 0:01:52.930 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-md.yml:29 Sunday 23 June 2024 09:36:21 +0000 (0:00:00.012) 0:01:52.943 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-md.yml:37 Sunday 23 June 2024 09:36:21 +0000 (0:00:00.012) 0:01:52.955 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-md.yml:46 Sunday 23 June 2024 09:36:21 +0000 (0:00:00.016) 0:01:52.972 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-md.yml:54 Sunday 23 June 2024 09:36:21 +0000 (0:00:00.014) 0:01:52.986 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-md.yml:62 Sunday 23 June 2024 09:36:21 +0000 (0:00:00.013) 0:01:52.999 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-md.yml:70 Sunday 23 June 2024 09:36:21 +0000 (0:00:00.016) 0:01:53.016 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:3 Sunday 23 June 2024 09:36:21 +0000 (0:00:00.013) 0:01:53.029 *********** ok: [sut] => { "bytes": 5368709120, "changed": false, "lvm": "5g", "parted": "5GiB", "size": "5 GiB" } TASK [Parse the requested size of the volume] ********************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:11 Sunday 23 June 2024 09:36:21 +0000 (0:00:00.219) 0:01:53.248 *********** ok: [sut] => { "bytes": 5368709120, "changed": false, "lvm": "5g", "parted": "5GiB", "size": "5 GiB" } TASK [Establish base value for expected size] ********************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:20 Sunday 23 June 2024 09:36:22 +0000 (0:00:00.221) 0:01:53.470 *********** ok: [sut] => { "ansible_facts": { "storage_test_expected_size": "5368709120" }, "changed": false } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:28 Sunday 23 June 2024 09:36:22 +0000 (0:00:00.018) 0:01:53.488 *********** ok: [sut] => { "storage_test_expected_size": "5368709120" } TASK [Get the size of parent/pool device] ************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:32 Sunday 23 June 2024 09:36:22 +0000 (0:00:00.015) 0:01:53.503 *********** ok: [sut] => { "bytes": 10726680821, "changed": false, "lvm": "9g", "parted": "9GiB", "size": "9 GiB" } TASK [Show test pool] ********************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:46 Sunday 23 June 2024 09:36:22 +0000 (0:00:00.217) 0:01:53.721 *********** skipping: [sut] => { "false_condition": "'%' in storage_test_volume.size | string" } TASK [Show test blockinfo] ***************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:50 Sunday 23 June 2024 09:36:22 +0000 (0:00:00.015) 0:01:53.736 *********** skipping: [sut] => { "false_condition": "'%' in storage_test_volume.size | string" } TASK [Show test pool size] ***************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:54 Sunday 23 June 2024 09:36:22 +0000 (0:00:00.014) 0:01:53.751 *********** 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-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:58 Sunday 23 June 2024 09:36:22 +0000 (0:00:00.016) 0:01:53.767 *********** 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-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:67 Sunday 23 June 2024 09:36:22 +0000 (0:00:00.015) 0:01:53.783 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:71 Sunday 23 June 2024 09:36:22 +0000 (0:00:00.012) 0:01:53.796 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:76 Sunday 23 June 2024 09:36:22 +0000 (0:00:00.012) 0:01:53.808 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:82 Sunday 23 June 2024 09:36:22 +0000 (0:00:00.012) 0:01:53.821 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:86 Sunday 23 June 2024 09:36:22 +0000 (0:00:00.012) 0:01:53.833 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:91 Sunday 23 June 2024 09:36:22 +0000 (0:00:00.014) 0:01:53.848 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:96 Sunday 23 June 2024 09:36:22 +0000 (0:00:00.014) 0:01:53.862 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:101 Sunday 23 June 2024 09:36:22 +0000 (0:00:00.013) 0:01:53.876 *********** skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Show volume thin pool size] ********************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:105 Sunday 23 June 2024 09:36:22 +0000 (0:00:00.012) 0:01:53.889 *********** skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:109 Sunday 23 June 2024 09:36:22 +0000 (0:00:00.012) 0:01:53.902 *********** skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Establish base value for expected thin pool size] ************************ task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:113 Sunday 23 June 2024 09:36:22 +0000 (0:00:00.012) 0:01:53.914 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:120 Sunday 23 June 2024 09:36:22 +0000 (0:00:00.014) 0:01:53.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-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:127 Sunday 23 June 2024 09:36:22 +0000 (0:00:00.014) 0:01:53.943 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:131 Sunday 23 June 2024 09:36:22 +0000 (0:00:00.014) 0:01:53.957 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:137 Sunday 23 June 2024 09:36:22 +0000 (0:00:00.012) 0:01:53.970 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:143 Sunday 23 June 2024 09:36:22 +0000 (0:00:00.012) 0:01:53.983 *********** ok: [sut] => { "storage_test_actual_size": { "bytes": 5368709120, "changed": false, "failed": false, "lvm": "5g", "parted": "5GiB", "size": "5 GiB" } } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:147 Sunday 23 June 2024 09:36:22 +0000 (0:00:00.016) 0:01:53.999 *********** ok: [sut] => { "storage_test_expected_size": "5368709120" } TASK [Assert expected size is actual size] ************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:151 Sunday 23 June 2024 09:36:22 +0000 (0:00:00.017) 0:01:54.017 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-cache.yml:5 Sunday 23 June 2024 09:36:22 +0000 (0:00:00.020) 0:01:54.037 *********** ok: [sut] => { "changed": false, "cmd": [ "lvs", "--noheadings", "--nameprefixes", "--units=b", "--nosuffix", "--unquoted", "-o", "name,attr,cache_total_blocks,chunk_size,segtype", "foo/test1" ], "delta": "0:00:00.032244", "end": "2024-06-23 09:36:22.846339", "rc": 0, "start": "2024-06-23 09:36:22.814095" } STDOUT: LVM2_LV_NAME=test1 LVM2_LV_ATTR=-wi-ao---- LVM2_CACHE_TOTAL_BLOCKS= LVM2_CHUNK_SIZE=0 LVM2_SEGTYPE=linear TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-cache.yml:13 Sunday 23 June 2024 09:36:22 +0000 (0:00:00.253) 0:01:54.291 *********** ok: [sut] => { "ansible_facts": { "storage_test_lv_segtype": [ "linear" ] }, "changed": false } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-cache.yml:17 Sunday 23 June 2024 09:36:22 +0000 (0:00:00.017) 0:01:54.308 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set LV cache size] ******************************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-cache.yml:24 Sunday 23 June 2024 09:36:22 +0000 (0:00:00.017) 0:01:54.325 *********** 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-weekly-ciqd5hl47i/tests/test-verify-volume-cache.yml:31 Sunday 23 June 2024 09:36:22 +0000 (0:00:00.014) 0:01:54.339 *********** 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-weekly-ciqd5hl47i/tests/test-verify-volume-cache.yml:37 Sunday 23 June 2024 09:36:22 +0000 (0:00:00.016) 0:01:54.355 *********** 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-weekly-ciqd5hl47i/tests/test-verify-volume-cache.yml:42 Sunday 23 June 2024 09:36:22 +0000 (0:00:00.014) 0:01:54.370 *********** 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-weekly-ciqd5hl47i/tests/test-verify-volume.yml:25 Sunday 23 June 2024 09:36:22 +0000 (0:00:00.014) 0:01:54.385 *********** 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-weekly-ciqd5hl47i/tests/verify-role-results.yml:44 Sunday 23 June 2024 09:36:22 +0000 (0:00:00.016) 0:01:54.401 *********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Clean up variable namespace] ********************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-role-results.yml:54 Sunday 23 June 2024 09:36:22 +0000 (0:00:00.011) 0:01:54.413 *********** ok: [sut] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } TASK [Change volume size to 9g] ************************************************ task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/tests_resize.yml:197 Sunday 23 June 2024 09:36:23 +0000 (0:00:00.014) 0:01:54.428 *********** TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Sunday 23 June 2024 09:36:23 +0000 (0:00:00.040) 0:01:54.469 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Sunday 23 June 2024 09:36:23 +0000 (0:00:00.022) 0:01:54.491 *********** skipping: [sut] => { "changed": false, "false_condition": "__storage_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Sunday 23 June 2024 09:36:23 +0000 (0:00:00.019) 0:01:54.510 *********** 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" } ok: [sut] => (item=Fedora.yml) => { "ansible_facts": { "_storage_copr_packages": [ { "packages": [ "vdo", "kmod-vdo" ], "repository": "rhawalsh/dm-vdo" } ], "_storage_copr_support_packages": [ "dnf-plugins-core" ], "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "stratisd", "stratis-cli" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/Fedora.yml" ], "ansible_loop_var": "item", "changed": false, "item": "Fedora.yml" } skipping: [sut] => (item=Fedora_40.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "Fedora_40.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora_40.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "Fedora_40.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Sunday 23 June 2024 09:36:23 +0000 (0:00:00.034) 0:01:54.545 *********** skipping: [sut] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Sunday 23 June 2024 09:36:23 +0000 (0:00:00.017) 0:01:54.563 *********** skipping: [sut] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Sunday 23 June 2024 09:36:23 +0000 (0:00:00.017) 0:01:54.581 *********** ok: [sut] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Sunday 23 June 2024 09:36:23 +0000 (0:00:00.017) 0:01:54.598 *********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Sunday 23 June 2024 09:36:23 +0000 (0:00:00.016) 0:01:54.615 *********** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for sut TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Sunday 23 June 2024 09:36:23 +0000 (0:00:00.032) 0:01:54.647 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"blivet_available\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Sunday 23 June 2024 09:36:23 +0000 (0:00:00.016) 0:01:54.664 *********** ok: [sut] => { "storage_pools": [ { "disks": [ "sda" ], "name": "foo", "type": "lvm", "volumes": [ { "fs_type": "ext3", "mount_point": "/opt/test1", "name": "test1", "size": "9g" } ] } ] } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Sunday 23 June 2024 09:36:23 +0000 (0:00:00.018) 0:01:54.683 *********** ok: [sut] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined. 'storage_volumes' is undefined" } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Sunday 23 June 2024 09:36:23 +0000 (0:00:00.022) 0:01:54.705 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Sunday 23 June 2024 09:36:23 +0000 (0:00:00.077) 0:01:54.783 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Sunday 23 June 2024 09:36:23 +0000 (0:00:00.017) 0:01:54.800 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Sunday 23 June 2024 09:36:23 +0000 (0:00:00.017) 0:01:54.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-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Sunday 23 June 2024 09:36:23 +0000 (0:00:00.017) 0:01:54.835 *********** ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Sunday 23 June 2024 09:36:23 +0000 (0:00:00.028) 0:01:54.864 *********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Sunday 23 June 2024 09:36:23 +0000 (0:00:00.011) 0:01:54.876 *********** changed: [sut] => { "actions": [ { "action": "resize device", "device": "/dev/mapper/foo-test1", "fs_type": null }, { "action": "resize format", "device": "/dev/mapper/foo-test1", "fs_type": "ext3" } ], "changed": true, "crypts": [], "leaves": [ "/dev/mapper/foo-test1", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/xvda2", "/dev/zram0" ], "mounts": [ { "dump": 0, "fstype": "ext3", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "UUID=cd29e959-7330-46ca-aa8a-ff99598bc626", "state": "mounted" } ], "packages": [ "lvm2", "e2fsprogs" ], "pools": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "UUID=cd29e959-7330-46ca-aa8a-ff99598bc626", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext3", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "9g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Sunday 23 June 2024 09:36:25 +0000 (0:00:02.077) 0:01:56.954 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_udevadm_trigger | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Sunday 23 June 2024 09:36:25 +0000 (0:00:00.015) 0:01:56.969 *********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:101 Sunday 23 June 2024 09:36:25 +0000 (0:00:00.011) 0:01:56.980 *********** ok: [sut] => { "blivet_output": { "actions": [ { "action": "resize device", "device": "/dev/mapper/foo-test1", "fs_type": null }, { "action": "resize format", "device": "/dev/mapper/foo-test1", "fs_type": "ext3" } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/mapper/foo-test1", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/xvda2", "/dev/zram0" ], "mounts": [ { "dump": 0, "fstype": "ext3", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "UUID=cd29e959-7330-46ca-aa8a-ff99598bc626", "state": "mounted" } ], "packages": [ "lvm2", "e2fsprogs" ], "pools": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "UUID=cd29e959-7330-46ca-aa8a-ff99598bc626", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext3", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "9g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:110 Sunday 23 June 2024 09:36:25 +0000 (0:00:00.019) 0:01:57.000 *********** ok: [sut] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "UUID=cd29e959-7330-46ca-aa8a-ff99598bc626", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext3", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "9g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] }, "changed": false } TASK [fedora.linux_system_roles.storage : Set the list of volumes for test verification] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:114 Sunday 23 June 2024 09:36:25 +0000 (0:00:00.017) 0:01:57.018 *********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:130 Sunday 23 June 2024 09:36:25 +0000 (0:00:00.017) 0:01:57.035 *********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:141 Sunday 23 June 2024 09:36:25 +0000 (0:00:00.018) 0:01:57.054 *********** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:146 Sunday 23 June 2024 09:36:26 +0000 (0:00:00.696) 0:01:57.750 *********** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount ok: [sut] => (item={'src': 'UUID=cd29e959-7330-46ca-aa8a-ff99598bc626', 'path': '/opt/test1', 'fstype': 'ext3', 'opts': 'defaults', 'dump': 0, 'passno': 0, 'state': 'mounted', 'owner': None, 'group': None, 'mode': None}) => { "ansible_loop_var": "mount_info", "backup_file": "", "boot": "yes", "changed": false, "dump": "0", "fstab": "/etc/fstab", "fstype": "ext3", "mount_info": { "dump": 0, "fstype": "ext3", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "UUID=cd29e959-7330-46ca-aa8a-ff99598bc626", "state": "mounted" }, "name": "/opt/test1", "opts": "defaults", "passno": "0", "src": "UUID=cd29e959-7330-46ca-aa8a-ff99598bc626" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:157 Sunday 23 June 2024 09:36:26 +0000 (0:00:00.240) 0:01:57.990 *********** skipping: [sut] => (item={'src': 'UUID=cd29e959-7330-46ca-aa8a-ff99598bc626', 'path': '/opt/test1', 'fstype': 'ext3', 'opts': 'defaults', 'dump': 0, 'passno': 0, 'state': 'mounted', 'owner': None, 'group': None, 'mode': None}) => { "ansible_loop_var": "mount_info", "changed": false, "false_condition": "mount_info['owner'] != none or mount_info['group'] != none or mount_info['mode'] != none", "mount_info": { "dump": 0, "fstype": "ext3", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "UUID=cd29e959-7330-46ca-aa8a-ff99598bc626", "state": "mounted" }, "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:169 Sunday 23 June 2024 09:36:26 +0000 (0:00:00.022) 0:01:58.012 *********** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:177 Sunday 23 June 2024 09:36:27 +0000 (0:00:00.697) 0:01:58.710 *********** ok: [sut] => { "changed": false, "stat": { "atime": 1719135289.8187745, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1718879485.835, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 131081, "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": 1718879088.616, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "4073972972", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:182 Sunday 23 June 2024 09:36:27 +0000 (0:00:00.229) 0:01:58.939 *********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:204 Sunday 23 June 2024 09:36:27 +0000 (0:00:00.012) 0:01:58.952 *********** ok: [sut] TASK [Verify role results] ***************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/tests_resize.yml:211 Sunday 23 June 2024 09:36:29 +0000 (0:00:02.185) 0:02:01.137 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-role-results.yml for sut TASK [Print out pool information] ********************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-role-results.yml:2 Sunday 23 June 2024 09:36:29 +0000 (0:00:00.028) 0:02:01.166 *********** ok: [sut] => { "_storage_pools_list": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "UUID=cd29e959-7330-46ca-aa8a-ff99598bc626", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext3", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "9g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] } TASK [Print out volume information] ******************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-role-results.yml:7 Sunday 23 June 2024 09:36:29 +0000 (0:00:00.018) 0:02:01.185 *********** skipping: [sut] => { "false_condition": "_storage_volumes_list | length > 0" } TASK [Collect info about the volumes.] ***************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-role-results.yml:15 Sunday 23 June 2024 09:36:29 +0000 (0:00:00.013) 0:02:01.198 *********** ok: [sut] => { "changed": false, "info": { "/dev/mapper/foo-test1": { "fstype": "ext3", "label": "", "mountpoint": "/opt/test1", "name": "/dev/mapper/foo-test1", "size": "9G", "type": "lvm", "uuid": "cd29e959-7330-46ca-aa8a-ff99598bc626" }, "/dev/sda": { "fstype": "LVM2_member", "label": "", "mountpoint": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "1Fi8rc-biVM-6kWd-jq2L-ZwUG-gsKg-vZ8XY6" }, "/dev/sdb": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdc": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdc", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdd": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdd", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sde": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sde", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdf": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdf", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdg": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdg", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdh": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdh", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdi": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdi", "size": "10G", "type": "disk", "uuid": "" }, "/dev/xvda": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/xvda", "size": "250G", "type": "disk", "uuid": "" }, "/dev/xvda1": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/xvda1", "size": "1M", "type": "partition", "uuid": "" }, "/dev/xvda2": { "fstype": "ext4", "label": "", "mountpoint": "/", "name": "/dev/xvda2", "size": "250G", "type": "partition", "uuid": "d41e114e-2033-4553-824b-87c952ea3ae7" }, "/dev/zram0": { "fstype": "", "label": "", "mountpoint": "[SWAP]", "name": "/dev/zram0", "size": "3.6G", "type": "disk", "uuid": "" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-role-results.yml:20 Sunday 23 June 2024 09:36:30 +0000 (0:00:00.229) 0:02:01.427 *********** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.005196", "end": "2024-06-23 09:36:30.208982", "rc": 0, "start": "2024-06-23 09:36:30.203786" } STDOUT: # # /etc/fstab # Created by anaconda on Thu Jun 20 10:24:48 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=d41e114e-2033-4553-824b-87c952ea3ae7 / ext4 defaults 1 1 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat /mnt/redhat nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/qa /mnt/qa nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive /mnt/engarchive nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/tpsdist /mnt/tpsdist nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot /mnt/brew nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch /mnt/brew_scratch nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 UUID=cd29e959-7330-46ca-aa8a-ff99598bc626 /opt/test1 ext3 defaults 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-role-results.yml:25 Sunday 23 June 2024 09:36:30 +0000 (0:00:00.223) 0:02:01.651 *********** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.003323", "end": "2024-06-23 09:36:30.428610", "failed_when_result": false, "rc": 0, "start": "2024-06-23 09:36:30.425287" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-role-results.yml:34 Sunday 23 June 2024 09:36:30 +0000 (0:00:00.223) 0:02:01.874 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool.yml for sut => (item={'disks': ['sda'], 'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'encryption_clevis_pin': None, 'encryption_tang_url': None, 'encryption_tang_thumbprint': None, 'grow_to_fill': False, 'name': 'foo', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_metadata_version': None, 'raid_chunk_size': None, 'shared': False, 'state': 'present', 'type': 'lvm', 'volumes': [{'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'ext3', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test1', 'raid_level': None, 'size': '9g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/foo-test1', '_raw_device': '/dev/mapper/foo-test1', '_mount_id': 'UUID=cd29e959-7330-46ca-aa8a-ff99598bc626', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}]}) TASK [Set _storage_pool_tests] ************************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool.yml:5 Sunday 23 June 2024 09:36:30 +0000 (0:00:00.029) 0:02:01.904 *********** ok: [sut] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool.yml:18 Sunday 23 June 2024 09:36:30 +0000 (0:00:00.013) 0:02:01.918 *********** ok: [sut] => { "changed": false, "cmd": [ "vgs", "--noheadings", "--binary", "-o", "shared", "foo" ], "delta": "0:00:00.029259", "end": "2024-06-23 09:36:30.726263", "rc": 0, "start": "2024-06-23 09:36:30.697004" } STDOUT: 0 TASK [Verify that VG shared value checks out] ********************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool.yml:24 Sunday 23 June 2024 09:36:30 +0000 (0:00:00.250) 0:02:02.168 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify pool subset] ****************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool.yml:34 Sunday 23 June 2024 09:36:30 +0000 (0:00:00.019) 0:02:02.187 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml for sut => (item=members) included: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-volumes.yml for sut => (item=volumes) TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:2 Sunday 23 June 2024 09:36:30 +0000 (0:00:00.025) 0:02:02.213 *********** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_count": "1", "_storage_test_pool_pvs_lvm": [ "/dev/sda" ] }, "changed": false } TASK [Get the canonical device path for each member device] ******************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:8 Sunday 23 June 2024 09:36:30 +0000 (0:00:00.023) 0:02:02.236 *********** ok: [sut] => (item=/dev/sda) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/sda", "pv": "/dev/sda" } TASK [Set pvs lvm length] ****************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:17 Sunday 23 June 2024 09:36:31 +0000 (0:00:00.219) 0:02:02.456 *********** ok: [sut] => { "ansible_facts": { "__pvs_lvm_len": "1" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:22 Sunday 23 June 2024 09:36:31 +0000 (0:00:00.018) 0:02:02.474 *********** ok: [sut] => { "ansible_facts": { "_storage_test_pool_pvs": [ "/dev/sda" ] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:27 Sunday 23 June 2024 09:36:31 +0000 (0:00:00.019) 0:02:02.494 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:36 Sunday 23 June 2024 09:36:31 +0000 (0:00:00.018) 0:02:02.512 *********** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:41 Sunday 23 June 2024 09:36:31 +0000 (0:00:00.015) 0:02:02.527 *********** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:46 Sunday 23 June 2024 09:36:31 +0000 (0:00:00.017) 0:02:02.544 *********** 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-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:51 Sunday 23 June 2024 09:36:31 +0000 (0:00:00.012) 0:02:02.557 *********** ok: [sut] => (item=/dev/sda) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/sda" } MSG: All assertions passed TASK [Check that blivet supports PV grow to fill] ****************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:64 Sunday 23 June 2024 09:36:31 +0000 (0:00:00.019) 0:02:02.577 *********** ok: [sut] => { "changed": false, "rc": 0 } STDOUT: True STDERR: Shared connection to 10.31.46.68 closed. TASK [Verify that PVs fill the whole devices when they should] ***************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:73 Sunday 23 June 2024 09:36:31 +0000 (0:00:00.390) 0:02:02.967 *********** skipping: [sut] => (item=/dev/sda) => { "ansible_loop_var": "st_pool_pv", "changed": false, "false_condition": "storage_test_pool.grow_to_fill | bool", "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/sda" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [Check MD RAID] *********************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:83 Sunday 23 June 2024 09:36:31 +0000 (0:00:00.018) 0:02:02.986 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-md.yml for sut TASK [Get information about RAID] ********************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-md.yml:8 Sunday 23 June 2024 09:36:31 +0000 (0:00:00.023) 0:02:03.010 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-md.yml:14 Sunday 23 June 2024 09:36:31 +0000 (0:00:00.013) 0:02:03.024 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-md.yml:19 Sunday 23 June 2024 09:36:31 +0000 (0:00:00.012) 0:02:03.036 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-md.yml:24 Sunday 23 June 2024 09:36:31 +0000 (0:00:00.012) 0:02:03.048 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-md.yml:29 Sunday 23 June 2024 09:36:31 +0000 (0:00:00.011) 0:02:03.060 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-md.yml:37 Sunday 23 June 2024 09:36:31 +0000 (0:00:00.012) 0:02:03.073 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-md.yml:46 Sunday 23 June 2024 09:36:31 +0000 (0:00:00.012) 0:02:03.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-weekly-ciqd5hl47i/tests/verify-pool-md.yml:55 Sunday 23 June 2024 09:36:31 +0000 (0:00:00.013) 0:02:03.099 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-md.yml:64 Sunday 23 June 2024 09:36:31 +0000 (0:00:00.012) 0:02:03.111 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-md.yml:74 Sunday 23 June 2024 09:36:31 +0000 (0:00:00.012) 0:02:03.124 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-md.yml:83 Sunday 23 June 2024 09:36:31 +0000 (0:00:00.012) 0:02:03.136 *********** 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-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:86 Sunday 23 June 2024 09:36:31 +0000 (0:00:00.013) 0:02:03.150 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-members-lvmraid.yml for sut TASK [Validate pool member LVM RAID settings] ********************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-members-lvmraid.yml:2 Sunday 23 June 2024 09:36:31 +0000 (0:00:00.026) 0:02:03.176 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-member-lvmraid.yml for sut => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'ext3', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test1', 'raid_level': None, 'size': '9g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/foo-test1', '_raw_device': '/dev/mapper/foo-test1', '_mount_id': 'UUID=cd29e959-7330-46ca-aa8a-ff99598bc626', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}) TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-member-lvmraid.yml:8 Sunday 23 June 2024 09:36:31 +0000 (0:00:00.025) 0:02:03.201 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-member-lvmraid.yml:16 Sunday 23 June 2024 09:36:31 +0000 (0:00:00.017) 0:02:03.218 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-member-lvmraid.yml:20 Sunday 23 June 2024 09:36:31 +0000 (0:00:00.017) 0:02:03.236 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-member-lvmraid.yml:27 Sunday 23 June 2024 09:36:31 +0000 (0:00:00.015) 0:02:03.252 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-member-lvmraid.yml:31 Sunday 23 June 2024 09:36:31 +0000 (0:00:00.015) 0:02:03.267 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-member-lvmraid.yml:37 Sunday 23 June 2024 09:36:31 +0000 (0:00:00.015) 0:02:03.283 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-member-lvmraid.yml:42 Sunday 23 June 2024 09:36:31 +0000 (0:00:00.015) 0:02:03.298 *********** 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-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:89 Sunday 23 June 2024 09:36:31 +0000 (0:00:00.015) 0:02:03.314 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-members-thin.yml for sut TASK [Validate pool member thinpool settings] ********************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-members-thin.yml:2 Sunday 23 June 2024 09:36:31 +0000 (0:00:00.088) 0:02:03.402 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-member-thin.yml for sut => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'ext3', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test1', 'raid_level': None, 'size': '9g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/foo-test1', '_raw_device': '/dev/mapper/foo-test1', '_mount_id': 'UUID=cd29e959-7330-46ca-aa8a-ff99598bc626', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}) TASK [Get information about thinpool] ****************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-member-thin.yml:8 Sunday 23 June 2024 09:36:32 +0000 (0:00:00.023) 0:02:03.425 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-member-thin.yml:16 Sunday 23 June 2024 09:36:32 +0000 (0:00:00.013) 0:02:03.438 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-member-thin.yml:22 Sunday 23 June 2024 09:36:32 +0000 (0:00:00.014) 0:02:03.452 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-member-thin.yml:26 Sunday 23 June 2024 09:36:32 +0000 (0:00:00.016) 0:02:03.468 *********** ok: [sut] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Check member encryption] ************************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:92 Sunday 23 June 2024 09:36:32 +0000 (0:00:00.014) 0:02:03.483 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-members-encryption.yml for sut TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-members-encryption.yml:5 Sunday 23 June 2024 09:36:32 +0000 (0:00:00.027) 0:02:03.511 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-members-encryption.yml:10 Sunday 23 June 2024 09:36:32 +0000 (0:00:00.016) 0:02:03.527 *********** skipping: [sut] => (item=/dev/sda) => { "_storage_test_pool_member_path": "/dev/sda", "ansible_loop_var": "_storage_test_pool_member_path", "changed": false, "false_condition": "storage_test_pool.type == 'lvm' and storage_test_pool.encryption", "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [Validate pool member crypttab entries] *********************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-members-encryption.yml:17 Sunday 23 June 2024 09:36:32 +0000 (0:00:00.017) 0:02:03.545 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-member-crypttab.yml for sut => (item=/dev/sda) TASK [Set variables used by tests] ********************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-member-crypttab.yml:2 Sunday 23 June 2024 09:36:32 +0000 (0:00:00.021) 0:02:03.567 *********** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-member-crypttab.yml:6 Sunday 23 June 2024 09:36:32 +0000 (0:00:00.018) 0:02:03.585 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-member-crypttab.yml:14 Sunday 23 June 2024 09:36:32 +0000 (0:00:00.017) 0:02:03.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-weekly-ciqd5hl47i/tests/verify-pool-member-crypttab.yml:23 Sunday 23 June 2024 09:36:32 +0000 (0:00:00.016) 0:02:03.620 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-member-crypttab.yml:32 Sunday 23 June 2024 09:36:32 +0000 (0:00:00.015) 0:02:03.635 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-member-crypttab.yml:41 Sunday 23 June 2024 09:36:32 +0000 (0:00:00.014) 0:02:03.650 *********** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-members-encryption.yml:24 Sunday 23 June 2024 09:36:32 +0000 (0:00:00.013) 0:02:03.663 *********** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_crypttab_key_file": null }, "changed": false } TASK [Check VDO] *************************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:95 Sunday 23 June 2024 09:36:32 +0000 (0:00:00.013) 0:02:03.677 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-members-vdo.yml for sut TASK [Validate pool member VDO settings] *************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-members-vdo.yml:2 Sunday 23 June 2024 09:36:32 +0000 (0:00:00.030) 0:02:03.707 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-member-vdo.yml for sut => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'ext3', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test1', 'raid_level': None, 'size': '9g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/foo-test1', '_raw_device': '/dev/mapper/foo-test1', '_mount_id': 'UUID=cd29e959-7330-46ca-aa8a-ff99598bc626', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}) TASK [Get information about VDO deduplication] ********************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-member-vdo.yml:8 Sunday 23 June 2024 09:36:32 +0000 (0:00:00.025) 0:02:03.732 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-member-vdo.yml:15 Sunday 23 June 2024 09:36:32 +0000 (0:00:00.013) 0:02:03.745 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-member-vdo.yml:21 Sunday 23 June 2024 09:36:32 +0000 (0:00:00.012) 0:02:03.758 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-member-vdo.yml:27 Sunday 23 June 2024 09:36:32 +0000 (0:00:00.014) 0:02:03.772 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-member-vdo.yml:34 Sunday 23 June 2024 09:36:32 +0000 (0:00:00.013) 0:02:03.786 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-member-vdo.yml:40 Sunday 23 June 2024 09:36:32 +0000 (0:00:00.013) 0:02:03.799 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-member-vdo.yml:46 Sunday 23 June 2024 09:36:32 +0000 (0:00:00.013) 0:02:03.812 *********** ok: [sut] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Check Stratis] *********************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:98 Sunday 23 June 2024 09:36:32 +0000 (0:00:00.013) 0:02:03.826 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-stratis.yml for sut TASK [Run 'stratis report'] **************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-stratis.yml:6 Sunday 23 June 2024 09:36:32 +0000 (0:00:00.031) 0:02:03.857 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Get information about Stratis] ******************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-stratis.yml:11 Sunday 23 June 2024 09:36:32 +0000 (0:00:00.013) 0:02:03.870 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Verify that the pools was created] *************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-stratis.yml:15 Sunday 23 June 2024 09:36:32 +0000 (0:00:00.013) 0:02:03.884 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Verify that encryption is correctly set] ********************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-stratis.yml:25 Sunday 23 June 2024 09:36:32 +0000 (0:00:00.012) 0:02:03.896 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Verify that Clevis/Tang encryption is correctly set] ********************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-stratis.yml:34 Sunday 23 June 2024 09:36:32 +0000 (0:00:00.012) 0:02:03.908 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-stratis.yml:44 Sunday 23 June 2024 09:36:32 +0000 (0:00:00.013) 0:02:03.922 *********** ok: [sut] => { "ansible_facts": { "storage_test_stratis_report": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:101 Sunday 23 June 2024 09:36:32 +0000 (0:00:00.013) 0:02:03.936 *********** 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-weekly-ciqd5hl47i/tests/test-verify-pool-volumes.yml:3 Sunday 23 June 2024 09:36:32 +0000 (0:00:00.014) 0:02:03.951 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume.yml for sut => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'ext3', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test1', 'raid_level': None, 'size': '9g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/foo-test1', '_raw_device': '/dev/mapper/foo-test1', '_mount_id': 'UUID=cd29e959-7330-46ca-aa8a-ff99598bc626', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}) TASK [Set storage volume test variables] *************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume.yml:2 Sunday 23 June 2024 09:36:32 +0000 (0:00:00.022) 0:02:03.973 *********** ok: [sut] => { "ansible_facts": { "_storage_test_volume_present": true, "_storage_volume_tests": [ "mount", "fstab", "fs", "device", "encryption", "md", "size", "cache" ] }, "changed": false } TASK [Run test verify for {{ storage_test_volume_subset }}] ******************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume.yml:19 Sunday 23 June 2024 09:36:32 +0000 (0:00:00.019) 0:02:03.992 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-mount.yml for sut => (item=mount) included: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-fstab.yml for sut => (item=fstab) included: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-fs.yml for sut => (item=fs) included: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-device.yml for sut => (item=device) included: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml for sut => (item=encryption) included: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-md.yml for sut => (item=md) included: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml for sut => (item=size) included: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-cache.yml for sut => (item=cache) TASK [Get expected mount device based on device type] ************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-mount.yml:7 Sunday 23 June 2024 09:36:32 +0000 (0:00:00.052) 0:02:04.045 *********** ok: [sut] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/foo-test1" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-mount.yml:11 Sunday 23 June 2024 09:36:32 +0000 (0:00:00.019) 0:02:04.065 *********** ok: [sut] => { "ansible_facts": { "storage_test_mount_expected_mount_point": "/opt/test1", "storage_test_swap_expected_matches": "0" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-mount.yml:19 Sunday 23 June 2024 09:36:32 +0000 (0:00:00.018) 0:02:04.083 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and (storage_test_volume.mount_user or storage_test_volume.mount_group or storage_test_volume.mount_mode)", "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-mount.yml:28 Sunday 23 June 2024 09:36:32 +0000 (0:00:00.012) 0:02:04.095 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-mount.yml:36 Sunday 23 June 2024 09:36:32 +0000 (0:00:00.016) 0:02:04.112 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_user", "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-mount.yml:42 Sunday 23 June 2024 09:36:32 +0000 (0:00:00.013) 0:02:04.125 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_group", "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-mount.yml:48 Sunday 23 June 2024 09:36:32 +0000 (0:00:00.014) 0:02:04.140 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_mode", "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-mount.yml:57 Sunday 23 June 2024 09:36:32 +0000 (0:00:00.012) 0:02:04.152 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-mount.yml:63 Sunday 23 June 2024 09:36:32 +0000 (0:00:00.012) 0:02:04.164 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-mount.yml:69 Sunday 23 June 2024 09:36:32 +0000 (0:00:00.012) 0:02:04.177 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-mount.yml:79 Sunday 23 June 2024 09:36:32 +0000 (0:00:00.012) 0:02:04.189 *********** ok: [sut] => { "ansible_facts": { "storage_test_found_mount_stat": null, "storage_test_mount_expected_mount_point": null, "storage_test_swap_expected_matches": null, "storage_test_swaps": null, "storage_test_sys_node": null }, "changed": false } TASK [Set some variables for fstab checking] *********************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-fstab.yml:2 Sunday 23 June 2024 09:36:32 +0000 (0:00:00.012) 0:02:04.202 *********** ok: [sut] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": "1", "storage_test_fstab_expected_mount_options_matches": "1", "storage_test_fstab_expected_mount_point_matches": "1", "storage_test_fstab_id_matches": [ "UUID=cd29e959-7330-46ca-aa8a-ff99598bc626 " ], "storage_test_fstab_mount_options_matches": [ " /opt/test1 ext3 defaults " ], "storage_test_fstab_mount_point_matches": [ " /opt/test1 " ] }, "changed": false } TASK [Verify that the device identifier appears in /etc/fstab] ***************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-fstab.yml:17 Sunday 23 June 2024 09:36:32 +0000 (0:00:00.034) 0:02:04.236 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-fstab.yml:24 Sunday 23 June 2024 09:36:32 +0000 (0:00:00.018) 0:02:04.255 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-fstab.yml:33 Sunday 23 June 2024 09:36:32 +0000 (0:00:00.018) 0:02:04.273 *********** skipping: [sut] => { "changed": false, "false_condition": "__storage_verify_mount_options | d(false)", "skip_reason": "Conditional result was False" } TASK [Clean up variables] ****************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-fstab.yml:45 Sunday 23 June 2024 09:36:32 +0000 (0:00:00.013) 0:02:04.287 *********** ok: [sut] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": null, "storage_test_fstab_expected_mount_options_matches": null, "storage_test_fstab_expected_mount_point_matches": null, "storage_test_fstab_id_matches": null, "storage_test_fstab_mount_options_matches": null, "storage_test_fstab_mount_point_matches": null }, "changed": false } TASK [Verify fs type] ********************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-fs.yml:6 Sunday 23 June 2024 09:36:32 +0000 (0:00:00.013) 0:02:04.300 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-fs.yml:14 Sunday 23 June 2024 09:36:32 +0000 (0:00:00.018) 0:02:04.318 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-device.yml:3 Sunday 23 June 2024 09:36:32 +0000 (0:00:00.018) 0:02:04.337 *********** ok: [sut] => { "changed": false, "stat": { "atime": 1719135385.403856, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1719135385.403856, "dev": 6, "device_type": 64768, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 729, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/symlink", "mode": "0660", "mtime": 1719135385.403856, "nlink": 1, "path": "/dev/mapper/foo-test1", "pw_name": "root", "readable": true, "rgrp": true, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": null, "wgrp": true, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-device.yml:9 Sunday 23 June 2024 09:36:33 +0000 (0:00:00.228) 0:02:04.566 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-device.yml:16 Sunday 23 June 2024 09:36:33 +0000 (0:00:00.017) 0:02:04.583 *********** skipping: [sut] => { "changed": false, "false_condition": "not (_storage_test_volume_present or storage_test_volume.type == 'disk')", "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-device.yml:23 Sunday 23 June 2024 09:36:33 +0000 (0:00:00.013) 0:02:04.597 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-device.yml:29 Sunday 23 June 2024 09:36:33 +0000 (0:00:00.016) 0:02:04.614 *********** ok: [sut] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-device.yml:33 Sunday 23 June 2024 09:36:33 +0000 (0:00:00.014) 0:02:04.628 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == \"raid\"", "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-device.yml:38 Sunday 23 June 2024 09:36:33 +0000 (0:00:00.076) 0:02:04.705 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:3 Sunday 23 June 2024 09:36:33 +0000 (0:00:00.017) 0:02:04.722 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:10 Sunday 23 June 2024 09:36:33 +0000 (0:00:00.013) 0:02:04.735 *********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: cryptsetup TASK [Collect LUKS info for this volume] *************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:16 Sunday 23 June 2024 09:36:34 +0000 (0:00:01.402) 0:02:06.138 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:22 Sunday 23 June 2024 09:36:34 +0000 (0:00:00.013) 0:02:06.152 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Verify that the raw device is the same as the device if not encrypted] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:29 Sunday 23 June 2024 09:36:34 +0000 (0:00:00.012) 0:02:06.164 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:40 Sunday 23 June 2024 09:36:34 +0000 (0:00:00.020) 0:02:06.184 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:46 Sunday 23 June 2024 09:36:34 +0000 (0:00:00.013) 0:02:06.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-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:51 Sunday 23 June 2024 09:36:34 +0000 (0:00:00.013) 0:02:06.211 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:63 Sunday 23 June 2024 09:36:34 +0000 (0:00:00.014) 0:02:06.226 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:75 Sunday 23 June 2024 09:36:34 +0000 (0:00:00.013) 0:02:06.240 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:87 Sunday 23 June 2024 09:36:34 +0000 (0:00:00.013) 0:02:06.253 *********** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [], "_storage_test_expected_crypttab_entries": "0", "_storage_test_expected_crypttab_key_file": "-" }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:93 Sunday 23 June 2024 09:36:34 +0000 (0:00:00.021) 0:02:06.275 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:100 Sunday 23 June 2024 09:36:34 +0000 (0:00:00.018) 0:02:06.293 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:108 Sunday 23 June 2024 09:36:34 +0000 (0:00:00.014) 0:02:06.308 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:116 Sunday 23 June 2024 09:36:34 +0000 (0:00:00.013) 0:02:06.321 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:124 Sunday 23 June 2024 09:36:34 +0000 (0:00:00.013) 0:02:06.335 *********** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_expected_crypttab_entries": null, "_storage_test_expected_crypttab_key_file": null }, "changed": false } TASK [Get information about RAID] ********************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-md.yml:8 Sunday 23 June 2024 09:36:34 +0000 (0:00:00.013) 0:02:06.348 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-md.yml:14 Sunday 23 June 2024 09:36:34 +0000 (0:00:00.014) 0:02:06.363 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-md.yml:19 Sunday 23 June 2024 09:36:34 +0000 (0:00:00.012) 0:02:06.376 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-md.yml:24 Sunday 23 June 2024 09:36:34 +0000 (0:00:00.013) 0:02:06.390 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-md.yml:29 Sunday 23 June 2024 09:36:34 +0000 (0:00:00.012) 0:02:06.402 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-md.yml:37 Sunday 23 June 2024 09:36:35 +0000 (0:00:00.012) 0:02:06.415 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-md.yml:46 Sunday 23 June 2024 09:36:35 +0000 (0:00:00.013) 0:02:06.429 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-md.yml:54 Sunday 23 June 2024 09:36:35 +0000 (0:00:00.015) 0:02:06.445 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-md.yml:62 Sunday 23 June 2024 09:36:35 +0000 (0:00:00.014) 0:02:06.460 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-md.yml:70 Sunday 23 June 2024 09:36:35 +0000 (0:00:00.014) 0:02:06.474 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:3 Sunday 23 June 2024 09:36:35 +0000 (0:00:00.013) 0:02:06.487 *********** ok: [sut] => { "bytes": 9663676416, "changed": false, "lvm": "9g", "parted": "9GiB", "size": "9 GiB" } TASK [Parse the requested size of the volume] ********************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:11 Sunday 23 June 2024 09:36:35 +0000 (0:00:00.221) 0:02:06.709 *********** ok: [sut] => { "bytes": 9663676416, "changed": false, "lvm": "9g", "parted": "9GiB", "size": "9 GiB" } TASK [Establish base value for expected size] ********************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:20 Sunday 23 June 2024 09:36:35 +0000 (0:00:00.219) 0:02:06.928 *********** ok: [sut] => { "ansible_facts": { "storage_test_expected_size": "9663676416" }, "changed": false } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:28 Sunday 23 June 2024 09:36:35 +0000 (0:00:00.020) 0:02:06.949 *********** ok: [sut] => { "storage_test_expected_size": "9663676416" } TASK [Get the size of parent/pool device] ************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:32 Sunday 23 June 2024 09:36:35 +0000 (0:00:00.015) 0:02:06.965 *********** ok: [sut] => { "bytes": 10726680821, "changed": false, "lvm": "9g", "parted": "9GiB", "size": "9 GiB" } TASK [Show test pool] ********************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:46 Sunday 23 June 2024 09:36:35 +0000 (0:00:00.217) 0:02:07.182 *********** skipping: [sut] => { "false_condition": "'%' in storage_test_volume.size | string" } TASK [Show test blockinfo] ***************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:50 Sunday 23 June 2024 09:36:35 +0000 (0:00:00.015) 0:02:07.198 *********** skipping: [sut] => { "false_condition": "'%' in storage_test_volume.size | string" } TASK [Show test pool size] ***************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:54 Sunday 23 June 2024 09:36:35 +0000 (0:00:00.015) 0:02:07.213 *********** 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-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:58 Sunday 23 June 2024 09:36:35 +0000 (0:00:00.015) 0:02:07.229 *********** 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-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:67 Sunday 23 June 2024 09:36:35 +0000 (0:00:00.018) 0:02:07.247 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:71 Sunday 23 June 2024 09:36:35 +0000 (0:00:00.013) 0:02:07.260 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:76 Sunday 23 June 2024 09:36:35 +0000 (0:00:00.012) 0:02:07.273 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:82 Sunday 23 June 2024 09:36:35 +0000 (0:00:00.012) 0:02:07.285 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:86 Sunday 23 June 2024 09:36:35 +0000 (0:00:00.012) 0:02:07.298 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:91 Sunday 23 June 2024 09:36:35 +0000 (0:00:00.013) 0:02:07.311 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:96 Sunday 23 June 2024 09:36:35 +0000 (0:00:00.016) 0:02:07.327 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:101 Sunday 23 June 2024 09:36:35 +0000 (0:00:00.013) 0:02:07.341 *********** skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Show volume thin pool size] ********************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:105 Sunday 23 June 2024 09:36:35 +0000 (0:00:00.014) 0:02:07.355 *********** skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:109 Sunday 23 June 2024 09:36:35 +0000 (0:00:00.013) 0:02:07.369 *********** skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Establish base value for expected thin pool size] ************************ task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:113 Sunday 23 June 2024 09:36:35 +0000 (0:00:00.012) 0:02:07.381 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:120 Sunday 23 June 2024 09:36:35 +0000 (0:00:00.012) 0:02:07.393 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:127 Sunday 23 June 2024 09:36:35 +0000 (0:00:00.014) 0:02:07.408 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:131 Sunday 23 June 2024 09:36:36 +0000 (0:00:00.013) 0:02:07.422 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:137 Sunday 23 June 2024 09:36:36 +0000 (0:00:00.013) 0:02:07.436 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:143 Sunday 23 June 2024 09:36:36 +0000 (0:00:00.013) 0:02:07.450 *********** ok: [sut] => { "storage_test_actual_size": { "bytes": 9663676416, "changed": false, "failed": false, "lvm": "9g", "parted": "9GiB", "size": "9 GiB" } } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:147 Sunday 23 June 2024 09:36:36 +0000 (0:00:00.016) 0:02:07.466 *********** ok: [sut] => { "storage_test_expected_size": "9663676416" } TASK [Assert expected size is actual size] ************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:151 Sunday 23 June 2024 09:36:36 +0000 (0:00:00.015) 0:02:07.481 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-cache.yml:5 Sunday 23 June 2024 09:36:36 +0000 (0:00:00.022) 0:02:07.504 *********** ok: [sut] => { "changed": false, "cmd": [ "lvs", "--noheadings", "--nameprefixes", "--units=b", "--nosuffix", "--unquoted", "-o", "name,attr,cache_total_blocks,chunk_size,segtype", "foo/test1" ], "delta": "0:00:00.032007", "end": "2024-06-23 09:36:36.314297", "rc": 0, "start": "2024-06-23 09:36:36.282290" } STDOUT: LVM2_LV_NAME=test1 LVM2_LV_ATTR=-wi-ao---- LVM2_CACHE_TOTAL_BLOCKS= LVM2_CHUNK_SIZE=0 LVM2_SEGTYPE=linear TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-cache.yml:13 Sunday 23 June 2024 09:36:36 +0000 (0:00:00.255) 0:02:07.760 *********** ok: [sut] => { "ansible_facts": { "storage_test_lv_segtype": [ "linear" ] }, "changed": false } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-cache.yml:17 Sunday 23 June 2024 09:36:36 +0000 (0:00:00.017) 0:02:07.777 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set LV cache size] ******************************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-cache.yml:24 Sunday 23 June 2024 09:36:36 +0000 (0:00:00.017) 0:02:07.794 *********** 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-weekly-ciqd5hl47i/tests/test-verify-volume-cache.yml:31 Sunday 23 June 2024 09:36:36 +0000 (0:00:00.014) 0:02:07.809 *********** 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-weekly-ciqd5hl47i/tests/test-verify-volume-cache.yml:37 Sunday 23 June 2024 09:36:36 +0000 (0:00:00.014) 0:02:07.824 *********** 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-weekly-ciqd5hl47i/tests/test-verify-volume-cache.yml:42 Sunday 23 June 2024 09:36:36 +0000 (0:00:00.015) 0:02:07.839 *********** 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-weekly-ciqd5hl47i/tests/test-verify-volume.yml:25 Sunday 23 June 2024 09:36:36 +0000 (0:00:00.014) 0:02:07.854 *********** 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-weekly-ciqd5hl47i/tests/verify-role-results.yml:44 Sunday 23 June 2024 09:36:36 +0000 (0:00:00.014) 0:02:07.868 *********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Clean up variable namespace] ********************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-role-results.yml:54 Sunday 23 June 2024 09:36:36 +0000 (0:00:00.012) 0:02:07.881 *********** ok: [sut] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } TASK [Change volume size to 5g] ************************************************ task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/tests_resize.yml:214 Sunday 23 June 2024 09:36:36 +0000 (0:00:00.014) 0:02:07.895 *********** TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Sunday 23 June 2024 09:36:36 +0000 (0:00:00.042) 0:02:07.937 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Sunday 23 June 2024 09:36:36 +0000 (0:00:00.019) 0:02:07.956 *********** skipping: [sut] => { "changed": false, "false_condition": "__storage_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Sunday 23 June 2024 09:36:36 +0000 (0:00:00.019) 0:02:07.976 *********** 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" } ok: [sut] => (item=Fedora.yml) => { "ansible_facts": { "_storage_copr_packages": [ { "packages": [ "vdo", "kmod-vdo" ], "repository": "rhawalsh/dm-vdo" } ], "_storage_copr_support_packages": [ "dnf-plugins-core" ], "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "stratisd", "stratis-cli" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/Fedora.yml" ], "ansible_loop_var": "item", "changed": false, "item": "Fedora.yml" } skipping: [sut] => (item=Fedora_40.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "Fedora_40.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora_40.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "Fedora_40.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Sunday 23 June 2024 09:36:36 +0000 (0:00:00.033) 0:02:08.009 *********** skipping: [sut] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Sunday 23 June 2024 09:36:36 +0000 (0:00:00.016) 0:02:08.026 *********** skipping: [sut] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Sunday 23 June 2024 09:36:36 +0000 (0:00:00.017) 0:02:08.043 *********** ok: [sut] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Sunday 23 June 2024 09:36:36 +0000 (0:00:00.014) 0:02:08.058 *********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Sunday 23 June 2024 09:36:36 +0000 (0:00:00.014) 0:02:08.073 *********** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for sut TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Sunday 23 June 2024 09:36:36 +0000 (0:00:00.092) 0:02:08.165 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"blivet_available\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Sunday 23 June 2024 09:36:36 +0000 (0:00:00.017) 0:02:08.183 *********** ok: [sut] => { "storage_pools": [ { "disks": [ "sda" ], "name": "foo", "type": "lvm", "volumes": [ { "fs_type": "ext3", "mount_point": "/opt/test1", "name": "test1", "size": "5g" } ] } ] } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Sunday 23 June 2024 09:36:36 +0000 (0:00:00.017) 0:02:08.201 *********** ok: [sut] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined. 'storage_volumes' is undefined" } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Sunday 23 June 2024 09:36:36 +0000 (0:00:00.016) 0:02:08.217 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Sunday 23 June 2024 09:36:36 +0000 (0:00:00.017) 0:02:08.234 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Sunday 23 June 2024 09:36:36 +0000 (0:00:00.017) 0:02:08.252 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Sunday 23 June 2024 09:36:36 +0000 (0:00:00.017) 0:02:08.269 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"service_facts\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Sunday 23 June 2024 09:36:36 +0000 (0:00:00.017) 0:02:08.286 *********** ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Sunday 23 June 2024 09:36:36 +0000 (0:00:00.026) 0:02:08.313 *********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Sunday 23 June 2024 09:36:36 +0000 (0:00:00.011) 0:02:08.325 *********** changed: [sut] => { "actions": [ { "action": "resize format", "device": "/dev/mapper/foo-test1", "fs_type": "ext3" }, { "action": "resize device", "device": "/dev/mapper/foo-test1", "fs_type": null } ], "changed": true, "crypts": [], "leaves": [ "/dev/mapper/foo-test1", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/xvda2", "/dev/zram0" ], "mounts": [ { "dump": 0, "fstype": "ext3", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "UUID=cd29e959-7330-46ca-aa8a-ff99598bc626", "state": "mounted" } ], "packages": [ "e2fsprogs", "lvm2" ], "pools": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "UUID=cd29e959-7330-46ca-aa8a-ff99598bc626", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext3", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "5g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Sunday 23 June 2024 09:36:40 +0000 (0:00:03.118) 0:02:11.443 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_udevadm_trigger | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Sunday 23 June 2024 09:36:40 +0000 (0:00:00.015) 0:02:11.459 *********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:101 Sunday 23 June 2024 09:36:40 +0000 (0:00:00.012) 0:02:11.471 *********** ok: [sut] => { "blivet_output": { "actions": [ { "action": "resize format", "device": "/dev/mapper/foo-test1", "fs_type": "ext3" }, { "action": "resize device", "device": "/dev/mapper/foo-test1", "fs_type": null } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/mapper/foo-test1", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/xvda2", "/dev/zram0" ], "mounts": [ { "dump": 0, "fstype": "ext3", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "UUID=cd29e959-7330-46ca-aa8a-ff99598bc626", "state": "mounted" } ], "packages": [ "e2fsprogs", "lvm2" ], "pools": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "UUID=cd29e959-7330-46ca-aa8a-ff99598bc626", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext3", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "5g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:110 Sunday 23 June 2024 09:36:40 +0000 (0:00:00.019) 0:02:11.490 *********** ok: [sut] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "UUID=cd29e959-7330-46ca-aa8a-ff99598bc626", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext3", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "5g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] }, "changed": false } TASK [fedora.linux_system_roles.storage : Set the list of volumes for test verification] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:114 Sunday 23 June 2024 09:36:40 +0000 (0:00:00.017) 0:02:11.508 *********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:130 Sunday 23 June 2024 09:36:40 +0000 (0:00:00.017) 0:02:11.525 *********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:141 Sunday 23 June 2024 09:36:40 +0000 (0:00:00.020) 0:02:11.546 *********** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:146 Sunday 23 June 2024 09:36:40 +0000 (0:00:00.707) 0:02:12.253 *********** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount changed: [sut] => (item={'src': 'UUID=cd29e959-7330-46ca-aa8a-ff99598bc626', 'path': '/opt/test1', 'fstype': 'ext3', 'opts': 'defaults', 'dump': 0, 'passno': 0, 'state': 'mounted', 'owner': None, 'group': None, 'mode': None}) => { "ansible_loop_var": "mount_info", "backup_file": "", "boot": "yes", "changed": true, "dump": "0", "fstab": "/etc/fstab", "fstype": "ext3", "mount_info": { "dump": 0, "fstype": "ext3", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "UUID=cd29e959-7330-46ca-aa8a-ff99598bc626", "state": "mounted" }, "name": "/opt/test1", "opts": "defaults", "passno": "0", "src": "UUID=cd29e959-7330-46ca-aa8a-ff99598bc626" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:157 Sunday 23 June 2024 09:36:41 +0000 (0:00:00.254) 0:02:12.508 *********** skipping: [sut] => (item={'src': 'UUID=cd29e959-7330-46ca-aa8a-ff99598bc626', 'path': '/opt/test1', 'fstype': 'ext3', 'opts': 'defaults', 'dump': 0, 'passno': 0, 'state': 'mounted', 'owner': None, 'group': None, 'mode': None}) => { "ansible_loop_var": "mount_info", "changed": false, "false_condition": "mount_info['owner'] != none or mount_info['group'] != none or mount_info['mode'] != none", "mount_info": { "dump": 0, "fstype": "ext3", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "UUID=cd29e959-7330-46ca-aa8a-ff99598bc626", "state": "mounted" }, "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:169 Sunday 23 June 2024 09:36:41 +0000 (0:00:00.023) 0:02:12.531 *********** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:177 Sunday 23 June 2024 09:36:41 +0000 (0:00:00.691) 0:02:13.222 *********** ok: [sut] => { "changed": false, "stat": { "atime": 1719135289.8187745, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1718879485.835, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 131081, "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": 1718879088.616, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "4073972972", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:182 Sunday 23 June 2024 09:36:42 +0000 (0:00:00.228) 0:02:13.450 *********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:204 Sunday 23 June 2024 09:36:42 +0000 (0:00:00.014) 0:02:13.464 *********** ok: [sut] TASK [Verify role results] ***************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/tests_resize.yml:228 Sunday 23 June 2024 09:36:44 +0000 (0:00:02.156) 0:02:15.621 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-role-results.yml for sut TASK [Print out pool information] ********************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-role-results.yml:2 Sunday 23 June 2024 09:36:44 +0000 (0:00:00.030) 0:02:15.651 *********** ok: [sut] => { "_storage_pools_list": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "UUID=cd29e959-7330-46ca-aa8a-ff99598bc626", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext3", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "5g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] } TASK [Print out volume information] ******************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-role-results.yml:7 Sunday 23 June 2024 09:36:44 +0000 (0:00:00.019) 0:02:15.671 *********** skipping: [sut] => { "false_condition": "_storage_volumes_list | length > 0" } TASK [Collect info about the volumes.] ***************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-role-results.yml:15 Sunday 23 June 2024 09:36:44 +0000 (0:00:00.015) 0:02:15.686 *********** ok: [sut] => { "changed": false, "info": { "/dev/mapper/foo-test1": { "fstype": "ext3", "label": "", "mountpoint": "/opt/test1", "name": "/dev/mapper/foo-test1", "size": "5G", "type": "lvm", "uuid": "cd29e959-7330-46ca-aa8a-ff99598bc626" }, "/dev/sda": { "fstype": "LVM2_member", "label": "", "mountpoint": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "1Fi8rc-biVM-6kWd-jq2L-ZwUG-gsKg-vZ8XY6" }, "/dev/sdb": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdc": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdc", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdd": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdd", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sde": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sde", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdf": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdf", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdg": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdg", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdh": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdh", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdi": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdi", "size": "10G", "type": "disk", "uuid": "" }, "/dev/xvda": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/xvda", "size": "250G", "type": "disk", "uuid": "" }, "/dev/xvda1": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/xvda1", "size": "1M", "type": "partition", "uuid": "" }, "/dev/xvda2": { "fstype": "ext4", "label": "", "mountpoint": "/", "name": "/dev/xvda2", "size": "250G", "type": "partition", "uuid": "d41e114e-2033-4553-824b-87c952ea3ae7" }, "/dev/zram0": { "fstype": "", "label": "", "mountpoint": "[SWAP]", "name": "/dev/zram0", "size": "3.6G", "type": "disk", "uuid": "" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-role-results.yml:20 Sunday 23 June 2024 09:36:44 +0000 (0:00:00.232) 0:02:15.918 *********** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.003278", "end": "2024-06-23 09:36:44.714115", "rc": 0, "start": "2024-06-23 09:36:44.710837" } STDOUT: # # /etc/fstab # Created by anaconda on Thu Jun 20 10:24:48 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=d41e114e-2033-4553-824b-87c952ea3ae7 / ext4 defaults 1 1 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat /mnt/redhat nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/qa /mnt/qa nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive /mnt/engarchive nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/tpsdist /mnt/tpsdist nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot /mnt/brew nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch /mnt/brew_scratch nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 UUID=cd29e959-7330-46ca-aa8a-ff99598bc626 /opt/test1 ext3 defaults 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-role-results.yml:25 Sunday 23 June 2024 09:36:44 +0000 (0:00:00.240) 0:02:16.159 *********** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.003238", "end": "2024-06-23 09:36:44.934817", "failed_when_result": false, "rc": 0, "start": "2024-06-23 09:36:44.931579" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-role-results.yml:34 Sunday 23 June 2024 09:36:44 +0000 (0:00:00.222) 0:02:16.381 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool.yml for sut => (item={'disks': ['sda'], 'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'encryption_clevis_pin': None, 'encryption_tang_url': None, 'encryption_tang_thumbprint': None, 'grow_to_fill': False, 'name': 'foo', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_metadata_version': None, 'raid_chunk_size': None, 'shared': False, 'state': 'present', 'type': 'lvm', 'volumes': [{'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'ext3', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test1', 'raid_level': None, 'size': '5g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/foo-test1', '_raw_device': '/dev/mapper/foo-test1', '_mount_id': 'UUID=cd29e959-7330-46ca-aa8a-ff99598bc626', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}]}) TASK [Set _storage_pool_tests] ************************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool.yml:5 Sunday 23 June 2024 09:36:45 +0000 (0:00:00.035) 0:02:16.416 *********** ok: [sut] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool.yml:18 Sunday 23 June 2024 09:36:45 +0000 (0:00:00.017) 0:02:16.434 *********** ok: [sut] => { "changed": false, "cmd": [ "vgs", "--noheadings", "--binary", "-o", "shared", "foo" ], "delta": "0:00:00.026317", "end": "2024-06-23 09:36:45.248156", "rc": 0, "start": "2024-06-23 09:36:45.221839" } STDOUT: 0 TASK [Verify that VG shared value checks out] ********************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool.yml:24 Sunday 23 June 2024 09:36:45 +0000 (0:00:00.259) 0:02:16.694 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify pool subset] ****************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool.yml:34 Sunday 23 June 2024 09:36:45 +0000 (0:00:00.023) 0:02:16.717 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml for sut => (item=members) included: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-volumes.yml for sut => (item=volumes) TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:2 Sunday 23 June 2024 09:36:45 +0000 (0:00:00.032) 0:02:16.749 *********** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_count": "1", "_storage_test_pool_pvs_lvm": [ "/dev/sda" ] }, "changed": false } TASK [Get the canonical device path for each member device] ******************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:8 Sunday 23 June 2024 09:36:45 +0000 (0:00:00.031) 0:02:16.780 *********** ok: [sut] => (item=/dev/sda) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/sda", "pv": "/dev/sda" } TASK [Set pvs lvm length] ****************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:17 Sunday 23 June 2024 09:36:45 +0000 (0:00:00.222) 0:02:17.003 *********** ok: [sut] => { "ansible_facts": { "__pvs_lvm_len": "1" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:22 Sunday 23 June 2024 09:36:45 +0000 (0:00:00.022) 0:02:17.026 *********** ok: [sut] => { "ansible_facts": { "_storage_test_pool_pvs": [ "/dev/sda" ] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:27 Sunday 23 June 2024 09:36:45 +0000 (0:00:00.022) 0:02:17.048 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:36 Sunday 23 June 2024 09:36:45 +0000 (0:00:00.022) 0:02:17.071 *********** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:41 Sunday 23 June 2024 09:36:45 +0000 (0:00:00.017) 0:02:17.088 *********** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:46 Sunday 23 June 2024 09:36:45 +0000 (0:00:00.019) 0:02:17.108 *********** 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-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:51 Sunday 23 June 2024 09:36:45 +0000 (0:00:00.016) 0:02:17.124 *********** ok: [sut] => (item=/dev/sda) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/sda" } MSG: All assertions passed TASK [Check that blivet supports PV grow to fill] ****************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:64 Sunday 23 June 2024 09:36:45 +0000 (0:00:00.021) 0:02:17.146 *********** ok: [sut] => { "changed": false, "rc": 0 } STDOUT: True STDERR: Shared connection to 10.31.46.68 closed. TASK [Verify that PVs fill the whole devices when they should] ***************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:73 Sunday 23 June 2024 09:36:46 +0000 (0:00:00.392) 0:02:17.539 *********** skipping: [sut] => (item=/dev/sda) => { "ansible_loop_var": "st_pool_pv", "changed": false, "false_condition": "storage_test_pool.grow_to_fill | bool", "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/sda" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [Check MD RAID] *********************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:83 Sunday 23 June 2024 09:36:46 +0000 (0:00:00.019) 0:02:17.558 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-md.yml for sut TASK [Get information about RAID] ********************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-md.yml:8 Sunday 23 June 2024 09:36:46 +0000 (0:00:00.025) 0:02:17.584 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-md.yml:14 Sunday 23 June 2024 09:36:46 +0000 (0:00:00.015) 0:02:17.599 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-md.yml:19 Sunday 23 June 2024 09:36:46 +0000 (0:00:00.016) 0:02:17.616 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-md.yml:24 Sunday 23 June 2024 09:36:46 +0000 (0:00:00.015) 0:02:17.631 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-md.yml:29 Sunday 23 June 2024 09:36:46 +0000 (0:00:00.019) 0:02:17.651 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-md.yml:37 Sunday 23 June 2024 09:36:46 +0000 (0:00:00.035) 0:02:17.686 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-md.yml:46 Sunday 23 June 2024 09:36:46 +0000 (0:00:00.036) 0:02:17.723 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-md.yml:55 Sunday 23 June 2024 09:36:46 +0000 (0:00:00.015) 0:02:17.738 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-md.yml:64 Sunday 23 June 2024 09:36:46 +0000 (0:00:00.014) 0:02:17.753 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-md.yml:74 Sunday 23 June 2024 09:36:46 +0000 (0:00:00.014) 0:02:17.768 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-md.yml:83 Sunday 23 June 2024 09:36:46 +0000 (0:00:00.014) 0:02:17.783 *********** 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-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:86 Sunday 23 June 2024 09:36:46 +0000 (0:00:00.015) 0:02:17.798 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-members-lvmraid.yml for sut TASK [Validate pool member LVM RAID settings] ********************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-members-lvmraid.yml:2 Sunday 23 June 2024 09:36:46 +0000 (0:00:00.029) 0:02:17.827 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-member-lvmraid.yml for sut => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'ext3', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test1', 'raid_level': None, 'size': '5g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/foo-test1', '_raw_device': '/dev/mapper/foo-test1', '_mount_id': 'UUID=cd29e959-7330-46ca-aa8a-ff99598bc626', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}) TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-member-lvmraid.yml:8 Sunday 23 June 2024 09:36:46 +0000 (0:00:00.026) 0:02:17.854 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-member-lvmraid.yml:16 Sunday 23 June 2024 09:36:46 +0000 (0:00:00.019) 0:02:17.874 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-member-lvmraid.yml:20 Sunday 23 June 2024 09:36:46 +0000 (0:00:00.017) 0:02:17.892 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-member-lvmraid.yml:27 Sunday 23 June 2024 09:36:46 +0000 (0:00:00.100) 0:02:17.993 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-member-lvmraid.yml:31 Sunday 23 June 2024 09:36:46 +0000 (0:00:00.030) 0:02:18.023 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-member-lvmraid.yml:37 Sunday 23 June 2024 09:36:46 +0000 (0:00:00.022) 0:02:18.045 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-member-lvmraid.yml:42 Sunday 23 June 2024 09:36:46 +0000 (0:00:00.019) 0:02:18.064 *********** 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-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:89 Sunday 23 June 2024 09:36:46 +0000 (0:00:00.017) 0:02:18.082 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-members-thin.yml for sut TASK [Validate pool member thinpool settings] ********************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-members-thin.yml:2 Sunday 23 June 2024 09:36:46 +0000 (0:00:00.031) 0:02:18.114 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-member-thin.yml for sut => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'ext3', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test1', 'raid_level': None, 'size': '5g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/foo-test1', '_raw_device': '/dev/mapper/foo-test1', '_mount_id': 'UUID=cd29e959-7330-46ca-aa8a-ff99598bc626', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}) TASK [Get information about thinpool] ****************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-member-thin.yml:8 Sunday 23 June 2024 09:36:46 +0000 (0:00:00.024) 0:02:18.139 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-member-thin.yml:16 Sunday 23 June 2024 09:36:46 +0000 (0:00:00.013) 0:02:18.152 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-member-thin.yml:22 Sunday 23 June 2024 09:36:46 +0000 (0:00:00.015) 0:02:18.168 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-member-thin.yml:26 Sunday 23 June 2024 09:36:46 +0000 (0:00:00.014) 0:02:18.182 *********** ok: [sut] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Check member encryption] ************************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:92 Sunday 23 June 2024 09:36:46 +0000 (0:00:00.015) 0:02:18.197 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-members-encryption.yml for sut TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-members-encryption.yml:5 Sunday 23 June 2024 09:36:46 +0000 (0:00:00.029) 0:02:18.227 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-members-encryption.yml:10 Sunday 23 June 2024 09:36:46 +0000 (0:00:00.017) 0:02:18.245 *********** skipping: [sut] => (item=/dev/sda) => { "_storage_test_pool_member_path": "/dev/sda", "ansible_loop_var": "_storage_test_pool_member_path", "changed": false, "false_condition": "storage_test_pool.type == 'lvm' and storage_test_pool.encryption", "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [Validate pool member crypttab entries] *********************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-members-encryption.yml:17 Sunday 23 June 2024 09:36:46 +0000 (0:00:00.017) 0:02:18.262 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-member-crypttab.yml for sut => (item=/dev/sda) TASK [Set variables used by tests] ********************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-member-crypttab.yml:2 Sunday 23 June 2024 09:36:46 +0000 (0:00:00.024) 0:02:18.287 *********** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-member-crypttab.yml:6 Sunday 23 June 2024 09:36:46 +0000 (0:00:00.019) 0:02:18.307 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-member-crypttab.yml:14 Sunday 23 June 2024 09:36:46 +0000 (0:00:00.018) 0:02:18.325 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-member-crypttab.yml:23 Sunday 23 June 2024 09:36:46 +0000 (0:00:00.015) 0:02:18.341 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-member-crypttab.yml:32 Sunday 23 June 2024 09:36:46 +0000 (0:00:00.015) 0:02:18.356 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-member-crypttab.yml:41 Sunday 23 June 2024 09:36:46 +0000 (0:00:00.015) 0:02:18.371 *********** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-members-encryption.yml:24 Sunday 23 June 2024 09:36:46 +0000 (0:00:00.014) 0:02:18.386 *********** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_crypttab_key_file": null }, "changed": false } TASK [Check VDO] *************************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:95 Sunday 23 June 2024 09:36:46 +0000 (0:00:00.016) 0:02:18.402 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-members-vdo.yml for sut TASK [Validate pool member VDO settings] *************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-members-vdo.yml:2 Sunday 23 June 2024 09:36:47 +0000 (0:00:00.032) 0:02:18.434 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-member-vdo.yml for sut => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'ext3', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test1', 'raid_level': None, 'size': '5g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/foo-test1', '_raw_device': '/dev/mapper/foo-test1', '_mount_id': 'UUID=cd29e959-7330-46ca-aa8a-ff99598bc626', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}) TASK [Get information about VDO deduplication] ********************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-member-vdo.yml:8 Sunday 23 June 2024 09:36:47 +0000 (0:00:00.025) 0:02:18.459 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-member-vdo.yml:15 Sunday 23 June 2024 09:36:47 +0000 (0:00:00.014) 0:02:18.474 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-member-vdo.yml:21 Sunday 23 June 2024 09:36:47 +0000 (0:00:00.015) 0:02:18.489 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Get information about VDO compression] *********************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-member-vdo.yml:27 Sunday 23 June 2024 09:36:47 +0000 (0:00:00.015) 0:02:18.504 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-member-vdo.yml:34 Sunday 23 June 2024 09:36:47 +0000 (0:00:00.014) 0:02:18.518 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-member-vdo.yml:40 Sunday 23 June 2024 09:36:47 +0000 (0:00:00.013) 0:02:18.532 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-member-vdo.yml:46 Sunday 23 June 2024 09:36:47 +0000 (0:00:00.013) 0:02:18.545 *********** ok: [sut] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Check Stratis] *********************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:98 Sunday 23 June 2024 09:36:47 +0000 (0:00:00.014) 0:02:18.560 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-stratis.yml for sut TASK [Run 'stratis report'] **************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-stratis.yml:6 Sunday 23 June 2024 09:36:47 +0000 (0:00:00.032) 0:02:18.593 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Get information about Stratis] ******************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-stratis.yml:11 Sunday 23 June 2024 09:36:47 +0000 (0:00:00.014) 0:02:18.607 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Verify that the pools was created] *************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-stratis.yml:15 Sunday 23 June 2024 09:36:47 +0000 (0:00:00.014) 0:02:18.622 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Verify that encryption is correctly set] ********************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-stratis.yml:25 Sunday 23 June 2024 09:36:47 +0000 (0:00:00.014) 0:02:18.636 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Verify that Clevis/Tang encryption is correctly set] ********************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-stratis.yml:34 Sunday 23 June 2024 09:36:47 +0000 (0:00:00.013) 0:02:18.649 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-stratis.yml:44 Sunday 23 June 2024 09:36:47 +0000 (0:00:00.016) 0:02:18.666 *********** ok: [sut] => { "ansible_facts": { "storage_test_stratis_report": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:101 Sunday 23 June 2024 09:36:47 +0000 (0:00:00.014) 0:02:18.681 *********** 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-weekly-ciqd5hl47i/tests/test-verify-pool-volumes.yml:3 Sunday 23 June 2024 09:36:47 +0000 (0:00:00.015) 0:02:18.696 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume.yml for sut => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'ext3', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test1', 'raid_level': None, 'size': '5g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/foo-test1', '_raw_device': '/dev/mapper/foo-test1', '_mount_id': 'UUID=cd29e959-7330-46ca-aa8a-ff99598bc626', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}) TASK [Set storage volume test variables] *************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume.yml:2 Sunday 23 June 2024 09:36:47 +0000 (0:00:00.024) 0:02:18.721 *********** ok: [sut] => { "ansible_facts": { "_storage_test_volume_present": true, "_storage_volume_tests": [ "mount", "fstab", "fs", "device", "encryption", "md", "size", "cache" ] }, "changed": false } TASK [Run test verify for {{ storage_test_volume_subset }}] ******************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume.yml:19 Sunday 23 June 2024 09:36:47 +0000 (0:00:00.020) 0:02:18.742 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-mount.yml for sut => (item=mount) included: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-fstab.yml for sut => (item=fstab) included: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-fs.yml for sut => (item=fs) included: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-device.yml for sut => (item=device) included: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml for sut => (item=encryption) included: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-md.yml for sut => (item=md) included: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml for sut => (item=size) included: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-cache.yml for sut => (item=cache) TASK [Get expected mount device based on device type] ************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-mount.yml:7 Sunday 23 June 2024 09:36:47 +0000 (0:00:00.066) 0:02:18.808 *********** ok: [sut] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/foo-test1" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-mount.yml:11 Sunday 23 June 2024 09:36:47 +0000 (0:00:00.022) 0:02:18.831 *********** ok: [sut] => { "ansible_facts": { "storage_test_mount_expected_mount_point": "/opt/test1", "storage_test_swap_expected_matches": "0" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-mount.yml:19 Sunday 23 June 2024 09:36:47 +0000 (0:00:00.019) 0:02:18.850 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and (storage_test_volume.mount_user or storage_test_volume.mount_group or storage_test_volume.mount_mode)", "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-mount.yml:28 Sunday 23 June 2024 09:36:47 +0000 (0:00:00.014) 0:02:18.865 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-mount.yml:36 Sunday 23 June 2024 09:36:47 +0000 (0:00:00.017) 0:02:18.883 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_user", "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-mount.yml:42 Sunday 23 June 2024 09:36:47 +0000 (0:00:00.013) 0:02:18.897 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_group", "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-mount.yml:48 Sunday 23 June 2024 09:36:47 +0000 (0:00:00.017) 0:02:18.914 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_mode", "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-mount.yml:57 Sunday 23 June 2024 09:36:47 +0000 (0:00:00.012) 0:02:18.927 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-mount.yml:63 Sunday 23 June 2024 09:36:47 +0000 (0:00:00.013) 0:02:18.941 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-mount.yml:69 Sunday 23 June 2024 09:36:47 +0000 (0:00:00.012) 0:02:18.953 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-mount.yml:79 Sunday 23 June 2024 09:36:47 +0000 (0:00:00.012) 0:02:18.966 *********** ok: [sut] => { "ansible_facts": { "storage_test_found_mount_stat": null, "storage_test_mount_expected_mount_point": null, "storage_test_swap_expected_matches": null, "storage_test_swaps": null, "storage_test_sys_node": null }, "changed": false } TASK [Set some variables for fstab checking] *********************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-fstab.yml:2 Sunday 23 June 2024 09:36:47 +0000 (0:00:00.014) 0:02:18.980 *********** ok: [sut] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": "1", "storage_test_fstab_expected_mount_options_matches": "1", "storage_test_fstab_expected_mount_point_matches": "1", "storage_test_fstab_id_matches": [ "UUID=cd29e959-7330-46ca-aa8a-ff99598bc626 " ], "storage_test_fstab_mount_options_matches": [ " /opt/test1 ext3 defaults " ], "storage_test_fstab_mount_point_matches": [ " /opt/test1 " ] }, "changed": false } TASK [Verify that the device identifier appears in /etc/fstab] ***************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-fstab.yml:17 Sunday 23 June 2024 09:36:47 +0000 (0:00:00.036) 0:02:19.016 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-fstab.yml:24 Sunday 23 June 2024 09:36:47 +0000 (0:00:00.019) 0:02:19.035 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-fstab.yml:33 Sunday 23 June 2024 09:36:47 +0000 (0:00:00.018) 0:02:19.054 *********** skipping: [sut] => { "changed": false, "false_condition": "__storage_verify_mount_options | d(false)", "skip_reason": "Conditional result was False" } TASK [Clean up variables] ****************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-fstab.yml:45 Sunday 23 June 2024 09:36:47 +0000 (0:00:00.014) 0:02:19.069 *********** ok: [sut] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": null, "storage_test_fstab_expected_mount_options_matches": null, "storage_test_fstab_expected_mount_point_matches": null, "storage_test_fstab_id_matches": null, "storage_test_fstab_mount_options_matches": null, "storage_test_fstab_mount_point_matches": null }, "changed": false } TASK [Verify fs type] ********************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-fs.yml:6 Sunday 23 June 2024 09:36:47 +0000 (0:00:00.014) 0:02:19.084 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-fs.yml:14 Sunday 23 June 2024 09:36:47 +0000 (0:00:00.024) 0:02:19.108 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-device.yml:3 Sunday 23 June 2024 09:36:47 +0000 (0:00:00.025) 0:02:19.134 *********** ok: [sut] => { "changed": false, "stat": { "atime": 1719135399.9278653, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1719135399.9278653, "dev": 6, "device_type": 64768, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 729, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/symlink", "mode": "0660", "mtime": 1719135399.9278653, "nlink": 1, "path": "/dev/mapper/foo-test1", "pw_name": "root", "readable": true, "rgrp": true, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": null, "wgrp": true, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-device.yml:9 Sunday 23 June 2024 09:36:47 +0000 (0:00:00.234) 0:02:19.368 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-device.yml:16 Sunday 23 June 2024 09:36:47 +0000 (0:00:00.018) 0:02:19.387 *********** skipping: [sut] => { "changed": false, "false_condition": "not (_storage_test_volume_present or storage_test_volume.type == 'disk')", "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-device.yml:23 Sunday 23 June 2024 09:36:47 +0000 (0:00:00.014) 0:02:19.401 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-device.yml:29 Sunday 23 June 2024 09:36:48 +0000 (0:00:00.017) 0:02:19.419 *********** ok: [sut] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-device.yml:33 Sunday 23 June 2024 09:36:48 +0000 (0:00:00.016) 0:02:19.436 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == \"raid\"", "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-device.yml:38 Sunday 23 June 2024 09:36:48 +0000 (0:00:00.103) 0:02:19.539 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:3 Sunday 23 June 2024 09:36:48 +0000 (0:00:00.019) 0:02:19.558 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:10 Sunday 23 June 2024 09:36:48 +0000 (0:00:00.017) 0:02:19.576 *********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: cryptsetup TASK [Collect LUKS info for this volume] *************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:16 Sunday 23 June 2024 09:36:49 +0000 (0:00:01.404) 0:02:20.980 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:22 Sunday 23 June 2024 09:36:49 +0000 (0:00:00.025) 0:02:21.005 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Verify that the raw device is the same as the device if not encrypted] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:29 Sunday 23 June 2024 09:36:49 +0000 (0:00:00.016) 0:02:21.022 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:40 Sunday 23 June 2024 09:36:49 +0000 (0:00:00.025) 0:02:21.047 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:46 Sunday 23 June 2024 09:36:49 +0000 (0:00:00.018) 0:02:21.065 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:51 Sunday 23 June 2024 09:36:49 +0000 (0:00:00.014) 0:02:21.080 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:63 Sunday 23 June 2024 09:36:49 +0000 (0:00:00.025) 0:02:21.105 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:75 Sunday 23 June 2024 09:36:49 +0000 (0:00:00.015) 0:02:21.121 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:87 Sunday 23 June 2024 09:36:49 +0000 (0:00:00.016) 0:02:21.137 *********** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [], "_storage_test_expected_crypttab_entries": "0", "_storage_test_expected_crypttab_key_file": "-" }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:93 Sunday 23 June 2024 09:36:49 +0000 (0:00:00.024) 0:02:21.162 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:100 Sunday 23 June 2024 09:36:49 +0000 (0:00:00.027) 0:02:21.189 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:108 Sunday 23 June 2024 09:36:49 +0000 (0:00:00.019) 0:02:21.208 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:116 Sunday 23 June 2024 09:36:49 +0000 (0:00:00.018) 0:02:21.227 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:124 Sunday 23 June 2024 09:36:49 +0000 (0:00:00.015) 0:02:21.242 *********** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_expected_crypttab_entries": null, "_storage_test_expected_crypttab_key_file": null }, "changed": false } TASK [Get information about RAID] ********************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-md.yml:8 Sunday 23 June 2024 09:36:49 +0000 (0:00:00.014) 0:02:21.257 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-md.yml:14 Sunday 23 June 2024 09:36:49 +0000 (0:00:00.016) 0:02:21.273 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-md.yml:19 Sunday 23 June 2024 09:36:49 +0000 (0:00:00.016) 0:02:21.290 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-md.yml:24 Sunday 23 June 2024 09:36:49 +0000 (0:00:00.014) 0:02:21.304 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-md.yml:29 Sunday 23 June 2024 09:36:49 +0000 (0:00:00.014) 0:02:21.319 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-md.yml:37 Sunday 23 June 2024 09:36:49 +0000 (0:00:00.016) 0:02:21.335 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-md.yml:46 Sunday 23 June 2024 09:36:49 +0000 (0:00:00.015) 0:02:21.350 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-md.yml:54 Sunday 23 June 2024 09:36:49 +0000 (0:00:00.017) 0:02:21.367 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-md.yml:62 Sunday 23 June 2024 09:36:49 +0000 (0:00:00.014) 0:02:21.382 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-md.yml:70 Sunday 23 June 2024 09:36:49 +0000 (0:00:00.014) 0:02:21.396 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:3 Sunday 23 June 2024 09:36:49 +0000 (0:00:00.018) 0:02:21.414 *********** ok: [sut] => { "bytes": 5368709120, "changed": false, "lvm": "5g", "parted": "5GiB", "size": "5 GiB" } TASK [Parse the requested size of the volume] ********************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:11 Sunday 23 June 2024 09:36:50 +0000 (0:00:00.244) 0:02:21.659 *********** ok: [sut] => { "bytes": 5368709120, "changed": false, "lvm": "5g", "parted": "5GiB", "size": "5 GiB" } TASK [Establish base value for expected size] ********************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:20 Sunday 23 June 2024 09:36:50 +0000 (0:00:00.266) 0:02:21.926 *********** ok: [sut] => { "ansible_facts": { "storage_test_expected_size": "5368709120" }, "changed": false } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:28 Sunday 23 June 2024 09:36:50 +0000 (0:00:00.021) 0:02:21.947 *********** ok: [sut] => { "storage_test_expected_size": "5368709120" } TASK [Get the size of parent/pool device] ************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:32 Sunday 23 June 2024 09:36:50 +0000 (0:00:00.016) 0:02:21.964 *********** ok: [sut] => { "bytes": 10726680821, "changed": false, "lvm": "9g", "parted": "9GiB", "size": "9 GiB" } TASK [Show test pool] ********************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:46 Sunday 23 June 2024 09:36:50 +0000 (0:00:00.220) 0:02:22.185 *********** skipping: [sut] => { "false_condition": "'%' in storage_test_volume.size | string" } TASK [Show test blockinfo] ***************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:50 Sunday 23 June 2024 09:36:50 +0000 (0:00:00.016) 0:02:22.202 *********** skipping: [sut] => { "false_condition": "'%' in storage_test_volume.size | string" } TASK [Show test pool size] ***************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:54 Sunday 23 June 2024 09:36:50 +0000 (0:00:00.016) 0:02:22.218 *********** 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-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:58 Sunday 23 June 2024 09:36:50 +0000 (0:00:00.015) 0:02:22.234 *********** 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-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:67 Sunday 23 June 2024 09:36:50 +0000 (0:00:00.018) 0:02:22.253 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:71 Sunday 23 June 2024 09:36:50 +0000 (0:00:00.014) 0:02:22.267 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:76 Sunday 23 June 2024 09:36:50 +0000 (0:00:00.014) 0:02:22.282 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:82 Sunday 23 June 2024 09:36:50 +0000 (0:00:00.014) 0:02:22.296 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:86 Sunday 23 June 2024 09:36:50 +0000 (0:00:00.013) 0:02:22.310 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:91 Sunday 23 June 2024 09:36:50 +0000 (0:00:00.018) 0:02:22.328 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:96 Sunday 23 June 2024 09:36:50 +0000 (0:00:00.020) 0:02:22.349 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:101 Sunday 23 June 2024 09:36:50 +0000 (0:00:00.014) 0:02:22.363 *********** skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Show volume thin pool size] ********************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:105 Sunday 23 June 2024 09:36:50 +0000 (0:00:00.015) 0:02:22.378 *********** skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:109 Sunday 23 June 2024 09:36:50 +0000 (0:00:00.013) 0:02:22.392 *********** skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Establish base value for expected thin pool size] ************************ task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:113 Sunday 23 June 2024 09:36:50 +0000 (0:00:00.013) 0:02:22.406 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:120 Sunday 23 June 2024 09:36:51 +0000 (0:00:00.016) 0:02:22.422 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:127 Sunday 23 June 2024 09:36:51 +0000 (0:00:00.014) 0:02:22.437 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:131 Sunday 23 June 2024 09:36:51 +0000 (0:00:00.012) 0:02:22.449 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:137 Sunday 23 June 2024 09:36:51 +0000 (0:00:00.013) 0:02:22.462 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:143 Sunday 23 June 2024 09:36:51 +0000 (0:00:00.012) 0:02:22.475 *********** ok: [sut] => { "storage_test_actual_size": { "bytes": 5368709120, "changed": false, "failed": false, "lvm": "5g", "parted": "5GiB", "size": "5 GiB" } } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:147 Sunday 23 June 2024 09:36:51 +0000 (0:00:00.015) 0:02:22.491 *********** ok: [sut] => { "storage_test_expected_size": "5368709120" } TASK [Assert expected size is actual size] ************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:151 Sunday 23 June 2024 09:36:51 +0000 (0:00:00.014) 0:02:22.505 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-cache.yml:5 Sunday 23 June 2024 09:36:51 +0000 (0:00:00.020) 0:02:22.526 *********** ok: [sut] => { "changed": false, "cmd": [ "lvs", "--noheadings", "--nameprefixes", "--units=b", "--nosuffix", "--unquoted", "-o", "name,attr,cache_total_blocks,chunk_size,segtype", "foo/test1" ], "delta": "0:00:00.035193", "end": "2024-06-23 09:36:51.340333", "rc": 0, "start": "2024-06-23 09:36:51.305140" } STDOUT: LVM2_LV_NAME=test1 LVM2_LV_ATTR=-wi-ao---- LVM2_CACHE_TOTAL_BLOCKS= LVM2_CHUNK_SIZE=0 LVM2_SEGTYPE=linear TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-cache.yml:13 Sunday 23 June 2024 09:36:51 +0000 (0:00:00.258) 0:02:22.785 *********** ok: [sut] => { "ansible_facts": { "storage_test_lv_segtype": [ "linear" ] }, "changed": false } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-cache.yml:17 Sunday 23 June 2024 09:36:51 +0000 (0:00:00.021) 0:02:22.806 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set LV cache size] ******************************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-cache.yml:24 Sunday 23 June 2024 09:36:51 +0000 (0:00:00.022) 0:02:22.829 *********** 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-weekly-ciqd5hl47i/tests/test-verify-volume-cache.yml:31 Sunday 23 June 2024 09:36:51 +0000 (0:00:00.015) 0:02:22.845 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.cached | bool", "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-cache.yml:37 Sunday 23 June 2024 09:36:51 +0000 (0:00:00.025) 0:02:22.870 *********** 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-weekly-ciqd5hl47i/tests/test-verify-volume-cache.yml:42 Sunday 23 June 2024 09:36:51 +0000 (0:00:00.029) 0:02:22.900 *********** 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-weekly-ciqd5hl47i/tests/test-verify-volume.yml:25 Sunday 23 June 2024 09:36:51 +0000 (0:00:00.020) 0:02:22.920 *********** 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-weekly-ciqd5hl47i/tests/verify-role-results.yml:44 Sunday 23 June 2024 09:36:51 +0000 (0:00:00.015) 0:02:22.936 *********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Clean up variable namespace] ********************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-role-results.yml:54 Sunday 23 June 2024 09:36:51 +0000 (0:00:00.016) 0:02:22.952 *********** ok: [sut] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } TASK [Clean up] **************************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/tests_resize.yml:231 Sunday 23 June 2024 09:36:51 +0000 (0:00:00.015) 0:02:22.967 *********** TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Sunday 23 June 2024 09:36:51 +0000 (0:00:00.050) 0:02:23.018 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Sunday 23 June 2024 09:36:51 +0000 (0:00:00.019) 0:02:23.038 *********** skipping: [sut] => { "changed": false, "false_condition": "__storage_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Sunday 23 June 2024 09:36:51 +0000 (0:00:00.018) 0:02:23.057 *********** 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" } ok: [sut] => (item=Fedora.yml) => { "ansible_facts": { "_storage_copr_packages": [ { "packages": [ "vdo", "kmod-vdo" ], "repository": "rhawalsh/dm-vdo" } ], "_storage_copr_support_packages": [ "dnf-plugins-core" ], "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "stratisd", "stratis-cli" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/Fedora.yml" ], "ansible_loop_var": "item", "changed": false, "item": "Fedora.yml" } skipping: [sut] => (item=Fedora_40.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "Fedora_40.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora_40.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "Fedora_40.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Sunday 23 June 2024 09:36:51 +0000 (0:00:00.031) 0:02:23.089 *********** skipping: [sut] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Sunday 23 June 2024 09:36:51 +0000 (0:00:00.016) 0:02:23.105 *********** skipping: [sut] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Sunday 23 June 2024 09:36:51 +0000 (0:00:00.016) 0:02:23.122 *********** ok: [sut] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Sunday 23 June 2024 09:36:51 +0000 (0:00:00.015) 0:02:23.137 *********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Sunday 23 June 2024 09:36:51 +0000 (0:00:00.014) 0:02:23.152 *********** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for sut TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Sunday 23 June 2024 09:36:51 +0000 (0:00:00.101) 0:02:23.254 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"blivet_available\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Sunday 23 June 2024 09:36:51 +0000 (0:00:00.017) 0:02:23.271 *********** ok: [sut] => { "storage_pools": [ { "disks": [ "sda" ], "name": "foo", "state": "absent", "volumes": [ { "mount_point": "/opt/test1", "name": "test1", "size": "5g" } ] } ] } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Sunday 23 June 2024 09:36:51 +0000 (0:00:00.018) 0:02:23.290 *********** ok: [sut] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined. 'storage_volumes' is undefined" } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Sunday 23 June 2024 09:36:51 +0000 (0:00:00.015) 0:02:23.306 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Sunday 23 June 2024 09:36:51 +0000 (0:00:00.017) 0:02:23.324 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Sunday 23 June 2024 09:36:51 +0000 (0:00:00.017) 0:02:23.341 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Sunday 23 June 2024 09:36:51 +0000 (0:00:00.016) 0:02:23.357 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"service_facts\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Sunday 23 June 2024 09:36:51 +0000 (0:00:00.016) 0:02:23.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-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Sunday 23 June 2024 09:36:51 +0000 (0:00:00.027) 0:02:23.401 *********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Sunday 23 June 2024 09:36:51 +0000 (0:00:00.012) 0:02:23.413 *********** changed: [sut] => { "actions": [ { "action": "destroy format", "device": "/dev/mapper/foo-test1", "fs_type": "ext3" }, { "action": "destroy device", "device": "/dev/mapper/foo-test1", "fs_type": null }, { "action": "destroy device", "device": "/dev/foo", "fs_type": null }, { "action": "destroy format", "device": "/dev/sda", "fs_type": "lvmpv" } ], "changed": true, "crypts": [], "leaves": [ "/dev/sda", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/xvda2", "/dev/zram0" ], "mounts": [ { "fstype": "ext3", "path": "/opt/test1", "src": "UUID=cd29e959-7330-46ca-aa8a-ff99598bc626", "state": "absent" } ], "packages": [ "e2fsprogs" ], "pools": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "absent", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_mount_id": "UUID=cd29e959-7330-46ca-aa8a-ff99598bc626", "_raw_device": "/dev/mapper/foo-test1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext3", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "5g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Sunday 23 June 2024 09:36:54 +0000 (0:00:02.386) 0:02:25.800 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_udevadm_trigger | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Sunday 23 June 2024 09:36:54 +0000 (0:00:00.015) 0:02:25.815 *********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:101 Sunday 23 June 2024 09:36:54 +0000 (0:00:00.014) 0:02:25.829 *********** ok: [sut] => { "blivet_output": { "actions": [ { "action": "destroy format", "device": "/dev/mapper/foo-test1", "fs_type": "ext3" }, { "action": "destroy device", "device": "/dev/mapper/foo-test1", "fs_type": null }, { "action": "destroy device", "device": "/dev/foo", "fs_type": null }, { "action": "destroy format", "device": "/dev/sda", "fs_type": "lvmpv" } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/sda", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/xvda2", "/dev/zram0" ], "mounts": [ { "fstype": "ext3", "path": "/opt/test1", "src": "UUID=cd29e959-7330-46ca-aa8a-ff99598bc626", "state": "absent" } ], "packages": [ "e2fsprogs" ], "pools": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "absent", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_mount_id": "UUID=cd29e959-7330-46ca-aa8a-ff99598bc626", "_raw_device": "/dev/mapper/foo-test1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext3", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "5g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:110 Sunday 23 June 2024 09:36:54 +0000 (0:00:00.021) 0:02:25.851 *********** ok: [sut] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "absent", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_mount_id": "UUID=cd29e959-7330-46ca-aa8a-ff99598bc626", "_raw_device": "/dev/mapper/foo-test1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext3", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "5g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] }, "changed": false } TASK [fedora.linux_system_roles.storage : Set the list of volumes for test verification] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:114 Sunday 23 June 2024 09:36:54 +0000 (0:00:00.027) 0:02:25.878 *********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:130 Sunday 23 June 2024 09:36:54 +0000 (0:00:00.020) 0:02:25.899 *********** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount changed: [sut] => (item={'src': 'UUID=cd29e959-7330-46ca-aa8a-ff99598bc626', 'path': '/opt/test1', 'state': 'absent', 'fstype': 'ext3'}) => { "ansible_loop_var": "mount_info", "backup_file": "", "boot": "yes", "changed": true, "dump": "0", "fstab": "/etc/fstab", "fstype": "ext3", "mount_info": { "fstype": "ext3", "path": "/opt/test1", "src": "UUID=cd29e959-7330-46ca-aa8a-ff99598bc626", "state": "absent" }, "name": "/opt/test1", "opts": "defaults", "passno": "0", "src": "UUID=cd29e959-7330-46ca-aa8a-ff99598bc626" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:141 Sunday 23 June 2024 09:36:54 +0000 (0:00:00.255) 0:02:26.154 *********** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:146 Sunday 23 June 2024 09:36:55 +0000 (0:00:00.705) 0:02:26.860 *********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:157 Sunday 23 June 2024 09:36:55 +0000 (0:00:00.020) 0:02:26.880 *********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:169 Sunday 23 June 2024 09:36:55 +0000 (0:00:00.022) 0:02:26.903 *********** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:177 Sunday 23 June 2024 09:36:56 +0000 (0:00:00.733) 0:02:27.636 *********** ok: [sut] => { "changed": false, "stat": { "atime": 1719135289.8187745, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1718879485.835, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 131081, "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": 1718879088.616, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "4073972972", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:182 Sunday 23 June 2024 09:36:56 +0000 (0:00:00.228) 0:02:27.865 *********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:204 Sunday 23 June 2024 09:36:56 +0000 (0:00:00.013) 0:02:27.879 *********** ok: [sut] TASK [Verify role results] ***************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/tests_resize.yml:244 Sunday 23 June 2024 09:36:58 +0000 (0:00:02.246) 0:02:30.125 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-role-results.yml for sut TASK [Print out pool information] ********************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-role-results.yml:2 Sunday 23 June 2024 09:36:58 +0000 (0:00:00.034) 0:02:30.160 *********** ok: [sut] => { "_storage_pools_list": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "absent", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_mount_id": "UUID=cd29e959-7330-46ca-aa8a-ff99598bc626", "_raw_device": "/dev/mapper/foo-test1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext3", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "5g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] } TASK [Print out volume information] ******************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-role-results.yml:7 Sunday 23 June 2024 09:36:58 +0000 (0:00:00.019) 0:02:30.180 *********** skipping: [sut] => { "false_condition": "_storage_volumes_list | length > 0" } TASK [Collect info about the volumes.] ***************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-role-results.yml:15 Sunday 23 June 2024 09:36:58 +0000 (0:00:00.016) 0:02:30.196 *********** ok: [sut] => { "changed": false, "info": { "/dev/sda": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdb": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdc": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdc", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdd": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdd", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sde": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sde", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdf": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdf", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdg": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdg", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdh": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdh", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdi": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdi", "size": "10G", "type": "disk", "uuid": "" }, "/dev/xvda": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/xvda", "size": "250G", "type": "disk", "uuid": "" }, "/dev/xvda1": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/xvda1", "size": "1M", "type": "partition", "uuid": "" }, "/dev/xvda2": { "fstype": "ext4", "label": "", "mountpoint": "/", "name": "/dev/xvda2", "size": "250G", "type": "partition", "uuid": "d41e114e-2033-4553-824b-87c952ea3ae7" }, "/dev/zram0": { "fstype": "", "label": "", "mountpoint": "[SWAP]", "name": "/dev/zram0", "size": "3.6G", "type": "disk", "uuid": "" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-role-results.yml:20 Sunday 23 June 2024 09:36:59 +0000 (0:00:00.228) 0:02:30.425 *********** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.003328", "end": "2024-06-23 09:36:59.206849", "rc": 0, "start": "2024-06-23 09:36:59.203521" } STDOUT: # # /etc/fstab # Created by anaconda on Thu Jun 20 10:24:48 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=d41e114e-2033-4553-824b-87c952ea3ae7 / ext4 defaults 1 1 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat /mnt/redhat nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/qa /mnt/qa nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive /mnt/engarchive nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/tpsdist /mnt/tpsdist nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot /mnt/brew nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch /mnt/brew_scratch nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-role-results.yml:25 Sunday 23 June 2024 09:36:59 +0000 (0:00:00.222) 0:02:30.648 *********** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.003198", "end": "2024-06-23 09:36:59.423982", "failed_when_result": false, "rc": 0, "start": "2024-06-23 09:36:59.420784" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-role-results.yml:34 Sunday 23 June 2024 09:36:59 +0000 (0:00:00.221) 0:02:30.869 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool.yml for sut => (item={'disks': ['sda'], 'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'encryption_clevis_pin': None, 'encryption_tang_url': None, 'encryption_tang_thumbprint': None, 'grow_to_fill': False, 'name': 'foo', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_metadata_version': None, 'raid_chunk_size': None, 'shared': False, 'state': 'absent', 'type': 'lvm', 'volumes': [{'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'ext3', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test1', 'raid_level': None, 'size': '5g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/foo-test1', '_raw_device': '/dev/mapper/foo-test1', '_mount_id': 'UUID=cd29e959-7330-46ca-aa8a-ff99598bc626'}]}) TASK [Set _storage_pool_tests] ************************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool.yml:5 Sunday 23 June 2024 09:36:59 +0000 (0:00:00.031) 0:02:30.900 *********** ok: [sut] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool.yml:18 Sunday 23 June 2024 09:36:59 +0000 (0:00:00.015) 0:02:30.915 *********** 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-weekly-ciqd5hl47i/tests/test-verify-pool.yml:24 Sunday 23 June 2024 09:36:59 +0000 (0:00:00.013) 0:02:30.929 *********** 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-weekly-ciqd5hl47i/tests/test-verify-pool.yml:34 Sunday 23 June 2024 09:36:59 +0000 (0:00:00.014) 0:02:30.943 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml for sut => (item=members) included: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-volumes.yml for sut => (item=volumes) TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:2 Sunday 23 June 2024 09:36:59 +0000 (0:00:00.025) 0:02:30.968 *********** 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-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:8 Sunday 23 June 2024 09:36:59 +0000 (0:00:00.020) 0:02:30.989 *********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Set pvs lvm length] ****************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:17 Sunday 23 June 2024 09:36:59 +0000 (0:00:00.011) 0:02:31.001 *********** ok: [sut] => { "ansible_facts": { "__pvs_lvm_len": "0" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:22 Sunday 23 June 2024 09:36:59 +0000 (0:00:00.018) 0:02:31.019 *********** ok: [sut] => { "ansible_facts": { "_storage_test_pool_pvs": [] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:27 Sunday 23 June 2024 09:36:59 +0000 (0:00:00.019) 0:02:31.039 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:36 Sunday 23 June 2024 09:36:59 +0000 (0:00:00.017) 0:02:31.056 *********** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:41 Sunday 23 June 2024 09:36:59 +0000 (0:00:00.016) 0:02:31.073 *********** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:46 Sunday 23 June 2024 09:36:59 +0000 (0:00:00.016) 0:02:31.089 *********** 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-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:51 Sunday 23 June 2024 09:36:59 +0000 (0:00:00.012) 0:02:31.102 *********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check that blivet supports PV grow to fill] ****************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:64 Sunday 23 June 2024 09:36:59 +0000 (0:00:00.012) 0:02:31.115 *********** ok: [sut] => { "changed": false, "rc": 0 } STDOUT: True STDERR: Shared connection to 10.31.46.68 closed. TASK [Verify that PVs fill the whole devices when they should] ***************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:73 Sunday 23 June 2024 09:37:00 +0000 (0:00:00.392) 0:02:31.507 *********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check MD RAID] *********************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:83 Sunday 23 June 2024 09:37:00 +0000 (0:00:00.014) 0:02:31.522 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-md.yml for sut TASK [Get information about RAID] ********************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-md.yml:8 Sunday 23 June 2024 09:37:00 +0000 (0:00:00.031) 0:02:31.554 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-md.yml:14 Sunday 23 June 2024 09:37:00 +0000 (0:00:00.015) 0:02:31.570 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-md.yml:19 Sunday 23 June 2024 09:37:00 +0000 (0:00:00.017) 0:02:31.587 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-md.yml:24 Sunday 23 June 2024 09:37:00 +0000 (0:00:00.013) 0:02:31.601 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-md.yml:29 Sunday 23 June 2024 09:37:00 +0000 (0:00:00.012) 0:02:31.613 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-md.yml:37 Sunday 23 June 2024 09:37:00 +0000 (0:00:00.012) 0:02:31.625 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-md.yml:46 Sunday 23 June 2024 09:37:00 +0000 (0:00:00.011) 0:02:31.637 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-md.yml:55 Sunday 23 June 2024 09:37:00 +0000 (0:00:00.014) 0:02:31.651 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-md.yml:64 Sunday 23 June 2024 09:37:00 +0000 (0:00:00.013) 0:02:31.665 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-md.yml:74 Sunday 23 June 2024 09:37:00 +0000 (0:00:00.012) 0:02:31.677 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-md.yml:83 Sunday 23 June 2024 09:37:00 +0000 (0:00:00.012) 0:02:31.689 *********** 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-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:86 Sunday 23 June 2024 09:37:00 +0000 (0:00:00.013) 0:02:31.702 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-members-lvmraid.yml for sut TASK [Validate pool member LVM RAID settings] ********************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-members-lvmraid.yml:2 Sunday 23 June 2024 09:37:00 +0000 (0:00:00.026) 0:02:31.729 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-member-lvmraid.yml for sut => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'ext3', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test1', 'raid_level': None, 'size': '5g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/foo-test1', '_raw_device': '/dev/mapper/foo-test1', '_mount_id': 'UUID=cd29e959-7330-46ca-aa8a-ff99598bc626'}) TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-member-lvmraid.yml:8 Sunday 23 June 2024 09:37:00 +0000 (0:00:00.025) 0:02:31.754 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-member-lvmraid.yml:16 Sunday 23 June 2024 09:37:00 +0000 (0:00:00.016) 0:02:31.770 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-member-lvmraid.yml:20 Sunday 23 June 2024 09:37:00 +0000 (0:00:00.015) 0:02:31.785 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-member-lvmraid.yml:27 Sunday 23 June 2024 09:37:00 +0000 (0:00:00.016) 0:02:31.802 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-member-lvmraid.yml:31 Sunday 23 June 2024 09:37:00 +0000 (0:00:00.097) 0:02:31.900 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-member-lvmraid.yml:37 Sunday 23 June 2024 09:37:00 +0000 (0:00:00.017) 0:02:31.918 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-member-lvmraid.yml:42 Sunday 23 June 2024 09:37:00 +0000 (0:00:00.018) 0:02:31.936 *********** 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-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:89 Sunday 23 June 2024 09:37:00 +0000 (0:00:00.018) 0:02:31.954 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-members-thin.yml for sut TASK [Validate pool member thinpool settings] ********************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-members-thin.yml:2 Sunday 23 June 2024 09:37:00 +0000 (0:00:00.038) 0:02:31.993 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-member-thin.yml for sut => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'ext3', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test1', 'raid_level': None, 'size': '5g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/foo-test1', '_raw_device': '/dev/mapper/foo-test1', '_mount_id': 'UUID=cd29e959-7330-46ca-aa8a-ff99598bc626'}) TASK [Get information about thinpool] ****************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-member-thin.yml:8 Sunday 23 June 2024 09:37:00 +0000 (0:00:00.024) 0:02:32.018 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-member-thin.yml:16 Sunday 23 June 2024 09:37:00 +0000 (0:00:00.020) 0:02:32.038 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-member-thin.yml:22 Sunday 23 June 2024 09:37:00 +0000 (0:00:00.015) 0:02:32.054 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-member-thin.yml:26 Sunday 23 June 2024 09:37:00 +0000 (0:00:00.016) 0:02:32.070 *********** ok: [sut] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Check member encryption] ************************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:92 Sunday 23 June 2024 09:37:00 +0000 (0:00:00.015) 0:02:32.085 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-members-encryption.yml for sut TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-members-encryption.yml:5 Sunday 23 June 2024 09:37:00 +0000 (0:00:00.027) 0:02:32.113 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-members-encryption.yml:10 Sunday 23 June 2024 09:37:00 +0000 (0:00:00.017) 0:02:32.130 *********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Validate pool member crypttab entries] *********************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-members-encryption.yml:17 Sunday 23 June 2024 09:37:00 +0000 (0:00:00.011) 0:02:32.141 *********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-members-encryption.yml:24 Sunday 23 June 2024 09:37:00 +0000 (0:00:00.012) 0:02:32.154 *********** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_crypttab_key_file": null }, "changed": false } TASK [Check VDO] *************************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:95 Sunday 23 June 2024 09:37:00 +0000 (0:00:00.013) 0:02:32.168 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-members-vdo.yml for sut TASK [Validate pool member VDO settings] *************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-members-vdo.yml:2 Sunday 23 June 2024 09:37:00 +0000 (0:00:00.028) 0:02:32.196 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-member-vdo.yml for sut => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'ext3', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test1', 'raid_level': None, 'size': '5g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/foo-test1', '_raw_device': '/dev/mapper/foo-test1', '_mount_id': 'UUID=cd29e959-7330-46ca-aa8a-ff99598bc626'}) TASK [Get information about VDO deduplication] ********************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-member-vdo.yml:8 Sunday 23 June 2024 09:37:00 +0000 (0:00:00.027) 0:02:32.224 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-member-vdo.yml:15 Sunday 23 June 2024 09:37:00 +0000 (0:00:00.013) 0:02:32.238 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-member-vdo.yml:21 Sunday 23 June 2024 09:37:00 +0000 (0:00:00.013) 0:02:32.251 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-member-vdo.yml:27 Sunday 23 June 2024 09:37:00 +0000 (0:00:00.013) 0:02:32.265 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-member-vdo.yml:34 Sunday 23 June 2024 09:37:00 +0000 (0:00:00.012) 0:02:32.278 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-member-vdo.yml:40 Sunday 23 June 2024 09:37:00 +0000 (0:00:00.012) 0:02:32.290 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-member-vdo.yml:46 Sunday 23 June 2024 09:37:00 +0000 (0:00:00.015) 0:02:32.306 *********** ok: [sut] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Check Stratis] *********************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:98 Sunday 23 June 2024 09:37:00 +0000 (0:00:00.014) 0:02:32.320 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-stratis.yml for sut TASK [Run 'stratis report'] **************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-stratis.yml:6 Sunday 23 June 2024 09:37:00 +0000 (0:00:00.032) 0:02:32.352 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Get information about Stratis] ******************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-stratis.yml:11 Sunday 23 June 2024 09:37:00 +0000 (0:00:00.014) 0:02:32.367 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Verify that the pools was created] *************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-stratis.yml:15 Sunday 23 June 2024 09:37:00 +0000 (0:00:00.017) 0:02:32.384 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Verify that encryption is correctly set] ********************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-stratis.yml:25 Sunday 23 June 2024 09:37:00 +0000 (0:00:00.014) 0:02:32.399 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Verify that Clevis/Tang encryption is correctly set] ********************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-stratis.yml:34 Sunday 23 June 2024 09:37:00 +0000 (0:00:00.015) 0:02:32.415 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-stratis.yml:44 Sunday 23 June 2024 09:37:01 +0000 (0:00:00.022) 0:02:32.437 *********** ok: [sut] => { "ansible_facts": { "storage_test_stratis_report": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:101 Sunday 23 June 2024 09:37:01 +0000 (0:00:00.018) 0:02:32.456 *********** 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-weekly-ciqd5hl47i/tests/test-verify-pool-volumes.yml:3 Sunday 23 June 2024 09:37:01 +0000 (0:00:00.013) 0:02:32.470 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume.yml for sut => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'ext3', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test1', 'raid_level': None, 'size': '5g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/foo-test1', '_raw_device': '/dev/mapper/foo-test1', '_mount_id': 'UUID=cd29e959-7330-46ca-aa8a-ff99598bc626'}) TASK [Set storage volume test variables] *************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume.yml:2 Sunday 23 June 2024 09:37:01 +0000 (0:00:00.024) 0:02:32.494 *********** ok: [sut] => { "ansible_facts": { "_storage_test_volume_present": false, "_storage_volume_tests": [ "mount", "fstab", "fs", "device", "encryption", "md", "size", "cache" ] }, "changed": false } TASK [Run test verify for {{ storage_test_volume_subset }}] ******************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume.yml:19 Sunday 23 June 2024 09:37:01 +0000 (0:00:00.018) 0:02:32.512 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-mount.yml for sut => (item=mount) included: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-fstab.yml for sut => (item=fstab) included: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-fs.yml for sut => (item=fs) included: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-device.yml for sut => (item=device) included: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml for sut => (item=encryption) included: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-md.yml for sut => (item=md) included: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml for sut => (item=size) included: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-cache.yml for sut => (item=cache) TASK [Get expected mount device based on device type] ************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-mount.yml:7 Sunday 23 June 2024 09:37:01 +0000 (0:00:00.052) 0:02:32.565 *********** ok: [sut] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/foo-test1" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-mount.yml:11 Sunday 23 June 2024 09:37:01 +0000 (0:00:00.020) 0:02:32.585 *********** ok: [sut] => { "ansible_facts": { "storage_test_mount_expected_mount_point": "/opt/test1", "storage_test_swap_expected_matches": "0" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-mount.yml:19 Sunday 23 June 2024 09:37:01 +0000 (0:00:00.018) 0:02:32.604 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and (storage_test_volume.mount_user or storage_test_volume.mount_group or storage_test_volume.mount_mode)", "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-mount.yml:28 Sunday 23 June 2024 09:37:01 +0000 (0:00:00.013) 0:02:32.617 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Verify mount directory user] ********************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-mount.yml:36 Sunday 23 June 2024 09:37:01 +0000 (0:00:00.013) 0:02:32.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-weekly-ciqd5hl47i/tests/test-verify-volume-mount.yml:42 Sunday 23 June 2024 09:37:01 +0000 (0:00:00.012) 0:02:32.644 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_group", "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-mount.yml:48 Sunday 23 June 2024 09:37:01 +0000 (0:00:00.012) 0:02:32.656 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_mode", "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-mount.yml:57 Sunday 23 June 2024 09:37:01 +0000 (0:00:00.012) 0:02:32.668 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-mount.yml:63 Sunday 23 June 2024 09:37:01 +0000 (0:00:00.014) 0:02:32.683 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-mount.yml:69 Sunday 23 June 2024 09:37:01 +0000 (0:00:00.012) 0:02:32.695 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-mount.yml:79 Sunday 23 June 2024 09:37:01 +0000 (0:00:00.013) 0:02:32.708 *********** ok: [sut] => { "ansible_facts": { "storage_test_found_mount_stat": null, "storage_test_mount_expected_mount_point": null, "storage_test_swap_expected_matches": null, "storage_test_swaps": null, "storage_test_sys_node": null }, "changed": false } TASK [Set some variables for fstab checking] *********************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-fstab.yml:2 Sunday 23 June 2024 09:37:01 +0000 (0:00:00.014) 0:02:32.723 *********** ok: [sut] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": "0", "storage_test_fstab_expected_mount_options_matches": "0", "storage_test_fstab_expected_mount_point_matches": "0", "storage_test_fstab_id_matches": [], "storage_test_fstab_mount_options_matches": [], "storage_test_fstab_mount_point_matches": [] }, "changed": false } TASK [Verify that the device identifier appears in /etc/fstab] ***************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-fstab.yml:17 Sunday 23 June 2024 09:37:01 +0000 (0:00:00.031) 0:02:32.755 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False" } TASK [Verify the fstab mount point] ******************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-fstab.yml:24 Sunday 23 June 2024 09:37:01 +0000 (0:00:00.013) 0:02:32.768 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-fstab.yml:33 Sunday 23 June 2024 09:37:01 +0000 (0:00:00.017) 0:02:32.785 *********** skipping: [sut] => { "changed": false, "false_condition": "__storage_verify_mount_options | d(false)", "skip_reason": "Conditional result was False" } TASK [Clean up variables] ****************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-fstab.yml:45 Sunday 23 June 2024 09:37:01 +0000 (0:00:00.013) 0:02:32.799 *********** ok: [sut] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": null, "storage_test_fstab_expected_mount_options_matches": null, "storage_test_fstab_expected_mount_point_matches": null, "storage_test_fstab_id_matches": null, "storage_test_fstab_mount_options_matches": null, "storage_test_fstab_mount_point_matches": null }, "changed": false } TASK [Verify fs type] ********************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-fs.yml:6 Sunday 23 June 2024 09:37:01 +0000 (0:00:00.015) 0:02:32.814 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Verify fs label] ********************************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-fs.yml:14 Sunday 23 June 2024 09:37:01 +0000 (0:00:00.014) 0:02:32.828 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False" } TASK [See whether the device node is present] ********************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-device.yml:3 Sunday 23 June 2024 09:37:01 +0000 (0:00:00.015) 0:02:32.843 *********** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-device.yml:9 Sunday 23 June 2024 09:37:01 +0000 (0:00:00.233) 0:02:33.076 *********** 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-weekly-ciqd5hl47i/tests/test-verify-volume-device.yml:16 Sunday 23 June 2024 09:37:01 +0000 (0:00:00.015) 0:02:33.092 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about this volume] ********************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-device.yml:23 Sunday 23 June 2024 09:37:01 +0000 (0:00:00.021) 0:02:33.114 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Process volume type (set initial value) (1/2)] *************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-device.yml:29 Sunday 23 June 2024 09:37:01 +0000 (0:00:00.014) 0:02:33.129 *********** ok: [sut] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-device.yml:33 Sunday 23 June 2024 09:37:01 +0000 (0:00:00.016) 0:02:33.145 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == \"raid\"", "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-device.yml:38 Sunday 23 June 2024 09:37:01 +0000 (0:00:00.014) 0:02:33.159 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Stat the LUKS device, if encrypted] ************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:3 Sunday 23 June 2024 09:37:01 +0000 (0:00:00.013) 0:02:33.173 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:10 Sunday 23 June 2024 09:37:01 +0000 (0:00:00.014) 0:02:33.187 *********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: cryptsetup TASK [Collect LUKS info for this volume] *************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:16 Sunday 23 June 2024 09:37:03 +0000 (0:00:01.439) 0:02:34.627 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:22 Sunday 23 June 2024 09:37:03 +0000 (0:00:00.017) 0:02:34.644 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Verify that the raw device is the same as the device if not encrypted] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:29 Sunday 23 June 2024 09:37:03 +0000 (0:00:00.015) 0:02:34.659 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:40 Sunday 23 June 2024 09:37:03 +0000 (0:00:00.014) 0:02:34.674 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:46 Sunday 23 June 2024 09:37:03 +0000 (0:00:00.014) 0:02:34.688 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:51 Sunday 23 June 2024 09:37:03 +0000 (0:00:00.012) 0:02:34.701 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:63 Sunday 23 June 2024 09:37:03 +0000 (0:00:00.012) 0:02:34.713 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:75 Sunday 23 June 2024 09:37:03 +0000 (0:00:00.089) 0:02:34.803 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:87 Sunday 23 June 2024 09:37:03 +0000 (0:00:00.013) 0:02:34.816 *********** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [], "_storage_test_expected_crypttab_entries": "0", "_storage_test_expected_crypttab_key_file": "-" }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:93 Sunday 23 June 2024 09:37:03 +0000 (0:00:00.019) 0:02:34.836 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:100 Sunday 23 June 2024 09:37:03 +0000 (0:00:00.017) 0:02:34.854 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:108 Sunday 23 June 2024 09:37:03 +0000 (0:00:00.014) 0:02:34.869 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:116 Sunday 23 June 2024 09:37:03 +0000 (0:00:00.015) 0:02:34.884 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:124 Sunday 23 June 2024 09:37:03 +0000 (0:00:00.016) 0:02:34.900 *********** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_expected_crypttab_entries": null, "_storage_test_expected_crypttab_key_file": null }, "changed": false } TASK [Get information about RAID] ********************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-md.yml:8 Sunday 23 June 2024 09:37:03 +0000 (0:00:00.014) 0:02:34.914 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-md.yml:14 Sunday 23 June 2024 09:37:03 +0000 (0:00:00.012) 0:02:34.927 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-md.yml:19 Sunday 23 June 2024 09:37:03 +0000 (0:00:00.012) 0:02:34.939 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-md.yml:24 Sunday 23 June 2024 09:37:03 +0000 (0:00:00.013) 0:02:34.953 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-md.yml:29 Sunday 23 June 2024 09:37:03 +0000 (0:00:00.013) 0:02:34.967 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-md.yml:37 Sunday 23 June 2024 09:37:03 +0000 (0:00:00.015) 0:02:34.982 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-md.yml:46 Sunday 23 June 2024 09:37:03 +0000 (0:00:00.013) 0:02:34.996 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-md.yml:54 Sunday 23 June 2024 09:37:03 +0000 (0:00:00.015) 0:02:35.012 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-md.yml:62 Sunday 23 June 2024 09:37:03 +0000 (0:00:00.016) 0:02:35.028 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-md.yml:70 Sunday 23 June 2024 09:37:03 +0000 (0:00:00.015) 0:02:35.044 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:3 Sunday 23 June 2024 09:37:03 +0000 (0:00:00.012) 0:02:35.057 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False" } TASK [Parse the requested size of the volume] ********************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:11 Sunday 23 June 2024 09:37:03 +0000 (0:00:00.015) 0:02:35.072 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False" } TASK [Establish base value for expected size] ********************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:20 Sunday 23 June 2024 09:37:03 +0000 (0:00:00.014) 0:02:35.087 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False" } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:28 Sunday 23 June 2024 09:37:03 +0000 (0:00:00.013) 0:02:35.101 *********** ok: [sut] => { "storage_test_expected_size": "5368709120" } TASK [Get the size of parent/pool device] ************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:32 Sunday 23 June 2024 09:37:03 +0000 (0:00:00.014) 0:02:35.116 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False" } TASK [Show test pool] ********************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:46 Sunday 23 June 2024 09:37:03 +0000 (0:00:00.012) 0:02:35.128 *********** skipping: [sut] => { "false_condition": "_storage_test_volume_present | bool" } TASK [Show test blockinfo] ***************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:50 Sunday 23 June 2024 09:37:03 +0000 (0:00:00.014) 0:02:35.143 *********** skipping: [sut] => { "false_condition": "_storage_test_volume_present | bool" } TASK [Show test pool size] ***************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:54 Sunday 23 June 2024 09:37:03 +0000 (0:00:00.017) 0:02:35.161 *********** skipping: [sut] => { "false_condition": "_storage_test_volume_present | bool" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:58 Sunday 23 June 2024 09:37:03 +0000 (0:00:00.015) 0:02:35.177 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:67 Sunday 23 June 2024 09:37:03 +0000 (0:00:00.013) 0:02:35.190 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:71 Sunday 23 June 2024 09:37:03 +0000 (0:00:00.012) 0:02:35.203 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:76 Sunday 23 June 2024 09:37:03 +0000 (0:00:00.013) 0:02:35.216 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:82 Sunday 23 June 2024 09:37:03 +0000 (0:00:00.013) 0:02:35.229 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:86 Sunday 23 June 2024 09:37:03 +0000 (0:00:00.015) 0:02:35.244 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:91 Sunday 23 June 2024 09:37:03 +0000 (0:00:00.013) 0:02:35.257 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:96 Sunday 23 June 2024 09:37:03 +0000 (0:00:00.015) 0:02:35.272 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:101 Sunday 23 June 2024 09:37:03 +0000 (0:00:00.013) 0:02:35.286 *********** skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Show volume thin pool size] ********************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:105 Sunday 23 June 2024 09:37:03 +0000 (0:00:00.013) 0:02:35.300 *********** skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:109 Sunday 23 June 2024 09:37:03 +0000 (0:00:00.014) 0:02:35.314 *********** skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Establish base value for expected thin pool size] ************************ task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:113 Sunday 23 June 2024 09:37:03 +0000 (0:00:00.015) 0:02:35.330 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:120 Sunday 23 June 2024 09:37:03 +0000 (0:00:00.013) 0:02:35.344 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:127 Sunday 23 June 2024 09:37:03 +0000 (0:00:00.014) 0:02:35.358 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:131 Sunday 23 June 2024 09:37:03 +0000 (0:00:00.014) 0:02:35.373 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:137 Sunday 23 June 2024 09:37:03 +0000 (0:00:00.013) 0:02:35.387 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:143 Sunday 23 June 2024 09:37:03 +0000 (0:00:00.012) 0:02:35.399 *********** ok: [sut] => { "storage_test_actual_size": { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False", "skipped": true } } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:147 Sunday 23 June 2024 09:37:04 +0000 (0:00:00.018) 0:02:35.418 *********** ok: [sut] => { "storage_test_expected_size": "5368709120" } TASK [Assert expected size is actual size] ************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:151 Sunday 23 June 2024 09:37:04 +0000 (0:00:00.016) 0:02:35.434 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-cache.yml:5 Sunday 23 June 2024 09:37:04 +0000 (0:00:00.012) 0:02:35.446 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-cache.yml:13 Sunday 23 June 2024 09:37:04 +0000 (0:00:00.013) 0:02:35.460 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-cache.yml:17 Sunday 23 June 2024 09:37:04 +0000 (0:00:00.013) 0:02:35.473 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Set LV cache size] ******************************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-cache.yml:24 Sunday 23 June 2024 09:37:04 +0000 (0:00:00.020) 0:02:35.494 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-cache.yml:31 Sunday 23 June 2024 09:37:04 +0000 (0:00:00.017) 0:02:35.511 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-cache.yml:37 Sunday 23 June 2024 09:37:04 +0000 (0:00:00.013) 0:02:35.525 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-cache.yml:42 Sunday 23 June 2024 09:37:04 +0000 (0:00:00.013) 0:02:35.538 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume.yml:25 Sunday 23 June 2024 09:37:04 +0000 (0:00:00.013) 0:02:35.552 *********** 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-weekly-ciqd5hl47i/tests/verify-role-results.yml:44 Sunday 23 June 2024 09:37:04 +0000 (0:00:00.017) 0:02:35.569 *********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Clean up variable namespace] ********************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-role-results.yml:54 Sunday 23 June 2024 09:37:04 +0000 (0:00:00.013) 0:02:35.583 *********** ok: [sut] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } TASK [Create a LVM logical volume with for ext2 FS size 5g] ******************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/tests_resize.yml:249 Sunday 23 June 2024 09:37:04 +0000 (0:00:00.016) 0:02:35.600 *********** TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Sunday 23 June 2024 09:37:04 +0000 (0:00:00.050) 0:02:35.650 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Sunday 23 June 2024 09:37:04 +0000 (0:00:00.021) 0:02:35.671 *********** skipping: [sut] => { "changed": false, "false_condition": "__storage_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Sunday 23 June 2024 09:37:04 +0000 (0:00:00.020) 0:02:35.692 *********** 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" } ok: [sut] => (item=Fedora.yml) => { "ansible_facts": { "_storage_copr_packages": [ { "packages": [ "vdo", "kmod-vdo" ], "repository": "rhawalsh/dm-vdo" } ], "_storage_copr_support_packages": [ "dnf-plugins-core" ], "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "stratisd", "stratis-cli" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/Fedora.yml" ], "ansible_loop_var": "item", "changed": false, "item": "Fedora.yml" } skipping: [sut] => (item=Fedora_40.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "Fedora_40.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora_40.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "Fedora_40.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Sunday 23 June 2024 09:37:04 +0000 (0:00:00.035) 0:02:35.728 *********** skipping: [sut] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Sunday 23 June 2024 09:37:04 +0000 (0:00:00.018) 0:02:35.746 *********** skipping: [sut] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Sunday 23 June 2024 09:37:04 +0000 (0:00:00.018) 0:02:35.765 *********** ok: [sut] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Sunday 23 June 2024 09:37:04 +0000 (0:00:00.017) 0:02:35.782 *********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Sunday 23 June 2024 09:37:04 +0000 (0:00:00.016) 0:02:35.799 *********** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for sut TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Sunday 23 June 2024 09:37:04 +0000 (0:00:00.033) 0:02:35.832 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"blivet_available\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Sunday 23 June 2024 09:37:04 +0000 (0:00:00.019) 0:02:35.852 *********** ok: [sut] => { "storage_pools": [ { "disks": [ "sda" ], "name": "foo", "type": "lvm", "volumes": [ { "fs_type": "ext2", "mount_point": "/opt/test1", "name": "test1", "size": "5g" } ] } ] } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Sunday 23 June 2024 09:37:04 +0000 (0:00:00.019) 0:02:35.871 *********** ok: [sut] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined. 'storage_volumes' is undefined" } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Sunday 23 June 2024 09:37:04 +0000 (0:00:00.017) 0:02:35.889 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Sunday 23 June 2024 09:37:04 +0000 (0:00:00.016) 0:02:35.905 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Sunday 23 June 2024 09:37:04 +0000 (0:00:00.016) 0:02:35.921 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Sunday 23 June 2024 09:37:04 +0000 (0:00:00.016) 0:02:35.937 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"service_facts\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Sunday 23 June 2024 09:37:04 +0000 (0:00:00.017) 0:02:35.955 *********** ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Sunday 23 June 2024 09:37:04 +0000 (0:00:00.027) 0:02:35.983 *********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Sunday 23 June 2024 09:37:04 +0000 (0:00:00.011) 0:02:35.994 *********** changed: [sut] => { "actions": [ { "action": "create format", "device": "/dev/sda", "fs_type": "lvmpv" }, { "action": "create device", "device": "/dev/foo", "fs_type": null }, { "action": "create device", "device": "/dev/mapper/foo-test1", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/foo-test1", "fs_type": "ext2" } ], "changed": true, "crypts": [], "leaves": [ "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/xvda2", "/dev/zram0", "/dev/mapper/foo-test1" ], "mounts": [ { "dump": 0, "fstype": "ext2", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "UUID=b2bc5776-c08e-4894-b2c9-abc74990aa73", "state": "mounted" } ], "packages": [ "e2fsprogs", "lvm2" ], "pools": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "UUID=b2bc5776-c08e-4894-b2c9-abc74990aa73", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext2", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "5g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Sunday 23 June 2024 09:37:06 +0000 (0:00:02.129) 0:02:38.124 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_udevadm_trigger | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Sunday 23 June 2024 09:37:06 +0000 (0:00:00.015) 0:02:38.139 *********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:101 Sunday 23 June 2024 09:37:06 +0000 (0:00:00.012) 0:02:38.151 *********** ok: [sut] => { "blivet_output": { "actions": [ { "action": "create format", "device": "/dev/sda", "fs_type": "lvmpv" }, { "action": "create device", "device": "/dev/foo", "fs_type": null }, { "action": "create device", "device": "/dev/mapper/foo-test1", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/foo-test1", "fs_type": "ext2" } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/xvda2", "/dev/zram0", "/dev/mapper/foo-test1" ], "mounts": [ { "dump": 0, "fstype": "ext2", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "UUID=b2bc5776-c08e-4894-b2c9-abc74990aa73", "state": "mounted" } ], "packages": [ "e2fsprogs", "lvm2" ], "pools": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "UUID=b2bc5776-c08e-4894-b2c9-abc74990aa73", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext2", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "5g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:110 Sunday 23 June 2024 09:37:06 +0000 (0:00:00.148) 0:02:38.300 *********** ok: [sut] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "UUID=b2bc5776-c08e-4894-b2c9-abc74990aa73", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext2", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "5g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] }, "changed": false } TASK [fedora.linux_system_roles.storage : Set the list of volumes for test verification] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:114 Sunday 23 June 2024 09:37:06 +0000 (0:00:00.025) 0:02:38.326 *********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:130 Sunday 23 June 2024 09:37:06 +0000 (0:00:00.027) 0:02:38.353 *********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:141 Sunday 23 June 2024 09:37:06 +0000 (0:00:00.019) 0:02:38.373 *********** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:146 Sunday 23 June 2024 09:37:07 +0000 (0:00:00.704) 0:02:39.077 *********** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount changed: [sut] => (item={'src': 'UUID=b2bc5776-c08e-4894-b2c9-abc74990aa73', 'path': '/opt/test1', 'fstype': 'ext2', 'opts': 'defaults', 'dump': 0, 'passno': 0, 'state': 'mounted', 'owner': None, 'group': None, 'mode': None}) => { "ansible_loop_var": "mount_info", "backup_file": "", "boot": "yes", "changed": true, "dump": "0", "fstab": "/etc/fstab", "fstype": "ext2", "mount_info": { "dump": 0, "fstype": "ext2", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "UUID=b2bc5776-c08e-4894-b2c9-abc74990aa73", "state": "mounted" }, "name": "/opt/test1", "opts": "defaults", "passno": "0", "src": "UUID=b2bc5776-c08e-4894-b2c9-abc74990aa73" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:157 Sunday 23 June 2024 09:37:07 +0000 (0:00:00.256) 0:02:39.334 *********** skipping: [sut] => (item={'src': 'UUID=b2bc5776-c08e-4894-b2c9-abc74990aa73', 'path': '/opt/test1', 'fstype': 'ext2', 'opts': 'defaults', 'dump': 0, 'passno': 0, 'state': 'mounted', 'owner': None, 'group': None, 'mode': None}) => { "ansible_loop_var": "mount_info", "changed": false, "false_condition": "mount_info['owner'] != none or mount_info['group'] != none or mount_info['mode'] != none", "mount_info": { "dump": 0, "fstype": "ext2", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "UUID=b2bc5776-c08e-4894-b2c9-abc74990aa73", "state": "mounted" }, "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:169 Sunday 23 June 2024 09:37:07 +0000 (0:00:00.026) 0:02:39.360 *********** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:177 Sunday 23 June 2024 09:37:08 +0000 (0:00:00.699) 0:02:40.060 *********** ok: [sut] => { "changed": false, "stat": { "atime": 1719135289.8187745, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1718879485.835, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 131081, "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": 1718879088.616, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "4073972972", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:182 Sunday 23 June 2024 09:37:08 +0000 (0:00:00.229) 0:02:40.289 *********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:204 Sunday 23 June 2024 09:37:08 +0000 (0:00:00.013) 0:02:40.302 *********** ok: [sut] TASK [Verify role results] ***************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/tests_resize.yml:265 Sunday 23 June 2024 09:37:10 +0000 (0:00:02.079) 0:02:42.382 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-role-results.yml for sut TASK [Print out pool information] ********************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-role-results.yml:2 Sunday 23 June 2024 09:37:11 +0000 (0:00:00.036) 0:02:42.419 *********** ok: [sut] => { "_storage_pools_list": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "UUID=b2bc5776-c08e-4894-b2c9-abc74990aa73", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext2", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "5g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] } TASK [Print out volume information] ******************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-role-results.yml:7 Sunday 23 June 2024 09:37:11 +0000 (0:00:00.019) 0:02:42.439 *********** skipping: [sut] => { "false_condition": "_storage_volumes_list | length > 0" } TASK [Collect info about the volumes.] ***************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-role-results.yml:15 Sunday 23 June 2024 09:37:11 +0000 (0:00:00.018) 0:02:42.457 *********** ok: [sut] => { "changed": false, "info": { "/dev/mapper/foo-test1": { "fstype": "ext2", "label": "", "mountpoint": "/opt/test1", "name": "/dev/mapper/foo-test1", "size": "5G", "type": "lvm", "uuid": "b2bc5776-c08e-4894-b2c9-abc74990aa73" }, "/dev/sda": { "fstype": "LVM2_member", "label": "", "mountpoint": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "qtJ1aQ-1PJL-GzsX-UzdV-HWKy-GMU8-5VfnO7" }, "/dev/sdb": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdc": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdc", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdd": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdd", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sde": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sde", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdf": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdf", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdg": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdg", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdh": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdh", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdi": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdi", "size": "10G", "type": "disk", "uuid": "" }, "/dev/xvda": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/xvda", "size": "250G", "type": "disk", "uuid": "" }, "/dev/xvda1": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/xvda1", "size": "1M", "type": "partition", "uuid": "" }, "/dev/xvda2": { "fstype": "ext4", "label": "", "mountpoint": "/", "name": "/dev/xvda2", "size": "250G", "type": "partition", "uuid": "d41e114e-2033-4553-824b-87c952ea3ae7" }, "/dev/zram0": { "fstype": "", "label": "", "mountpoint": "[SWAP]", "name": "/dev/zram0", "size": "3.6G", "type": "disk", "uuid": "" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-role-results.yml:20 Sunday 23 June 2024 09:37:11 +0000 (0:00:00.233) 0:02:42.690 *********** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.003469", "end": "2024-06-23 09:37:11.468735", "rc": 0, "start": "2024-06-23 09:37:11.465266" } STDOUT: # # /etc/fstab # Created by anaconda on Thu Jun 20 10:24:48 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=d41e114e-2033-4553-824b-87c952ea3ae7 / ext4 defaults 1 1 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat /mnt/redhat nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/qa /mnt/qa nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive /mnt/engarchive nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/tpsdist /mnt/tpsdist nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot /mnt/brew nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch /mnt/brew_scratch nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 UUID=b2bc5776-c08e-4894-b2c9-abc74990aa73 /opt/test1 ext2 defaults 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-role-results.yml:25 Sunday 23 June 2024 09:37:11 +0000 (0:00:00.221) 0:02:42.911 *********** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.003388", "end": "2024-06-23 09:37:11.690341", "failed_when_result": false, "rc": 0, "start": "2024-06-23 09:37:11.686953" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-role-results.yml:34 Sunday 23 June 2024 09:37:11 +0000 (0:00:00.220) 0:02:43.132 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool.yml for sut => (item={'disks': ['sda'], 'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'encryption_clevis_pin': None, 'encryption_tang_url': None, 'encryption_tang_thumbprint': None, 'grow_to_fill': False, 'name': 'foo', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_metadata_version': None, 'raid_chunk_size': None, 'shared': False, 'state': 'present', 'type': 'lvm', 'volumes': [{'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'ext2', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test1', 'raid_level': None, 'size': '5g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': [], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/foo-test1', '_raw_device': '/dev/mapper/foo-test1', '_mount_id': 'UUID=b2bc5776-c08e-4894-b2c9-abc74990aa73', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}]}) TASK [Set _storage_pool_tests] ************************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool.yml:5 Sunday 23 June 2024 09:37:11 +0000 (0:00:00.031) 0:02:43.164 *********** ok: [sut] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool.yml:18 Sunday 23 June 2024 09:37:11 +0000 (0:00:00.015) 0:02:43.179 *********** ok: [sut] => { "changed": false, "cmd": [ "vgs", "--noheadings", "--binary", "-o", "shared", "foo" ], "delta": "0:00:00.033208", "end": "2024-06-23 09:37:11.990404", "rc": 0, "start": "2024-06-23 09:37:11.957196" } STDOUT: 0 TASK [Verify that VG shared value checks out] ********************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool.yml:24 Sunday 23 June 2024 09:37:12 +0000 (0:00:00.253) 0:02:43.433 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify pool subset] ****************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool.yml:34 Sunday 23 June 2024 09:37:12 +0000 (0:00:00.019) 0:02:43.452 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml for sut => (item=members) included: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-volumes.yml for sut => (item=volumes) TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:2 Sunday 23 June 2024 09:37:12 +0000 (0:00:00.029) 0:02:43.482 *********** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_count": "1", "_storage_test_pool_pvs_lvm": [ "/dev/sda" ] }, "changed": false } TASK [Get the canonical device path for each member device] ******************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:8 Sunday 23 June 2024 09:37:12 +0000 (0:00:00.025) 0:02:43.508 *********** ok: [sut] => (item=/dev/sda) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/sda", "pv": "/dev/sda" } TASK [Set pvs lvm length] ****************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:17 Sunday 23 June 2024 09:37:12 +0000 (0:00:00.220) 0:02:43.729 *********** ok: [sut] => { "ansible_facts": { "__pvs_lvm_len": "1" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:22 Sunday 23 June 2024 09:37:12 +0000 (0:00:00.018) 0:02:43.747 *********** ok: [sut] => { "ansible_facts": { "_storage_test_pool_pvs": [ "/dev/sda" ] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:27 Sunday 23 June 2024 09:37:12 +0000 (0:00:00.020) 0:02:43.768 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:36 Sunday 23 June 2024 09:37:12 +0000 (0:00:00.024) 0:02:43.793 *********** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:41 Sunday 23 June 2024 09:37:12 +0000 (0:00:00.019) 0:02:43.813 *********** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:46 Sunday 23 June 2024 09:37:12 +0000 (0:00:00.019) 0:02:43.832 *********** 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-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:51 Sunday 23 June 2024 09:37:12 +0000 (0:00:00.014) 0:02:43.846 *********** ok: [sut] => (item=/dev/sda) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/sda" } MSG: All assertions passed TASK [Check that blivet supports PV grow to fill] ****************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:64 Sunday 23 June 2024 09:37:12 +0000 (0:00:00.024) 0:02:43.870 *********** ok: [sut] => { "changed": false, "rc": 0 } STDOUT: True STDERR: Shared connection to 10.31.46.68 closed. TASK [Verify that PVs fill the whole devices when they should] ***************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:73 Sunday 23 June 2024 09:37:12 +0000 (0:00:00.411) 0:02:44.282 *********** skipping: [sut] => (item=/dev/sda) => { "ansible_loop_var": "st_pool_pv", "changed": false, "false_condition": "storage_test_pool.grow_to_fill | bool", "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/sda" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [Check MD RAID] *********************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:83 Sunday 23 June 2024 09:37:12 +0000 (0:00:00.018) 0:02:44.300 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-md.yml for sut TASK [Get information about RAID] ********************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-md.yml:8 Sunday 23 June 2024 09:37:12 +0000 (0:00:00.025) 0:02:44.326 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-md.yml:14 Sunday 23 June 2024 09:37:12 +0000 (0:00:00.012) 0:02:44.339 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-md.yml:19 Sunday 23 June 2024 09:37:12 +0000 (0:00:00.012) 0:02:44.352 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-md.yml:24 Sunday 23 June 2024 09:37:12 +0000 (0:00:00.013) 0:02:44.365 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-md.yml:29 Sunday 23 June 2024 09:37:12 +0000 (0:00:00.016) 0:02:44.382 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-md.yml:37 Sunday 23 June 2024 09:37:12 +0000 (0:00:00.013) 0:02:44.396 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-md.yml:46 Sunday 23 June 2024 09:37:12 +0000 (0:00:00.013) 0:02:44.410 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-md.yml:55 Sunday 23 June 2024 09:37:13 +0000 (0:00:00.013) 0:02:44.424 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-md.yml:64 Sunday 23 June 2024 09:37:13 +0000 (0:00:00.012) 0:02:44.436 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-md.yml:74 Sunday 23 June 2024 09:37:13 +0000 (0:00:00.012) 0:02:44.449 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-md.yml:83 Sunday 23 June 2024 09:37:13 +0000 (0:00:00.015) 0:02:44.464 *********** 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-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:86 Sunday 23 June 2024 09:37:13 +0000 (0:00:00.013) 0:02:44.478 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-members-lvmraid.yml for sut TASK [Validate pool member LVM RAID settings] ********************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-members-lvmraid.yml:2 Sunday 23 June 2024 09:37:13 +0000 (0:00:00.025) 0:02:44.503 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-member-lvmraid.yml for sut => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'ext2', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test1', 'raid_level': None, 'size': '5g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': [], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/foo-test1', '_raw_device': '/dev/mapper/foo-test1', '_mount_id': 'UUID=b2bc5776-c08e-4894-b2c9-abc74990aa73', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}) TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-member-lvmraid.yml:8 Sunday 23 June 2024 09:37:13 +0000 (0:00:00.028) 0:02:44.532 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-member-lvmraid.yml:16 Sunday 23 June 2024 09:37:13 +0000 (0:00:00.018) 0:02:44.550 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-member-lvmraid.yml:20 Sunday 23 June 2024 09:37:13 +0000 (0:00:00.015) 0:02:44.566 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-member-lvmraid.yml:27 Sunday 23 June 2024 09:37:13 +0000 (0:00:00.016) 0:02:44.582 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-member-lvmraid.yml:31 Sunday 23 June 2024 09:37:13 +0000 (0:00:00.016) 0:02:44.599 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-member-lvmraid.yml:37 Sunday 23 June 2024 09:37:13 +0000 (0:00:00.017) 0:02:44.617 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-member-lvmraid.yml:42 Sunday 23 June 2024 09:37:13 +0000 (0:00:00.017) 0:02:44.635 *********** 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-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:89 Sunday 23 June 2024 09:37:13 +0000 (0:00:00.017) 0:02:44.652 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-members-thin.yml for sut TASK [Validate pool member thinpool settings] ********************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-members-thin.yml:2 Sunday 23 June 2024 09:37:13 +0000 (0:00:00.026) 0:02:44.679 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-member-thin.yml for sut => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'ext2', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test1', 'raid_level': None, 'size': '5g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': [], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/foo-test1', '_raw_device': '/dev/mapper/foo-test1', '_mount_id': 'UUID=b2bc5776-c08e-4894-b2c9-abc74990aa73', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}) TASK [Get information about thinpool] ****************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-member-thin.yml:8 Sunday 23 June 2024 09:37:13 +0000 (0:00:00.025) 0:02:44.704 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-member-thin.yml:16 Sunday 23 June 2024 09:37:13 +0000 (0:00:00.013) 0:02:44.717 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-member-thin.yml:22 Sunday 23 June 2024 09:37:13 +0000 (0:00:00.012) 0:02:44.730 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-member-thin.yml:26 Sunday 23 June 2024 09:37:13 +0000 (0:00:00.012) 0:02:44.743 *********** ok: [sut] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Check member encryption] ************************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:92 Sunday 23 June 2024 09:37:13 +0000 (0:00:00.014) 0:02:44.757 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-members-encryption.yml for sut TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-members-encryption.yml:5 Sunday 23 June 2024 09:37:13 +0000 (0:00:00.112) 0:02:44.870 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-members-encryption.yml:10 Sunday 23 June 2024 09:37:13 +0000 (0:00:00.017) 0:02:44.888 *********** skipping: [sut] => (item=/dev/sda) => { "_storage_test_pool_member_path": "/dev/sda", "ansible_loop_var": "_storage_test_pool_member_path", "changed": false, "false_condition": "storage_test_pool.type == 'lvm' and storage_test_pool.encryption", "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [Validate pool member crypttab entries] *********************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-members-encryption.yml:17 Sunday 23 June 2024 09:37:13 +0000 (0:00:00.015) 0:02:44.903 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-member-crypttab.yml for sut => (item=/dev/sda) TASK [Set variables used by tests] ********************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-member-crypttab.yml:2 Sunday 23 June 2024 09:37:13 +0000 (0:00:00.022) 0:02:44.925 *********** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-member-crypttab.yml:6 Sunday 23 June 2024 09:37:13 +0000 (0:00:00.019) 0:02:44.944 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-member-crypttab.yml:14 Sunday 23 June 2024 09:37:13 +0000 (0:00:00.019) 0:02:44.964 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-member-crypttab.yml:23 Sunday 23 June 2024 09:37:13 +0000 (0:00:00.015) 0:02:44.979 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-member-crypttab.yml:32 Sunday 23 June 2024 09:37:13 +0000 (0:00:00.015) 0:02:44.995 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-member-crypttab.yml:41 Sunday 23 June 2024 09:37:13 +0000 (0:00:00.015) 0:02:45.010 *********** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-members-encryption.yml:24 Sunday 23 June 2024 09:37:13 +0000 (0:00:00.014) 0:02:45.025 *********** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_crypttab_key_file": null }, "changed": false } TASK [Check VDO] *************************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:95 Sunday 23 June 2024 09:37:13 +0000 (0:00:00.014) 0:02:45.039 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-members-vdo.yml for sut TASK [Validate pool member VDO settings] *************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-members-vdo.yml:2 Sunday 23 June 2024 09:37:13 +0000 (0:00:00.031) 0:02:45.071 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-member-vdo.yml for sut => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'ext2', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test1', 'raid_level': None, 'size': '5g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': [], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/foo-test1', '_raw_device': '/dev/mapper/foo-test1', '_mount_id': 'UUID=b2bc5776-c08e-4894-b2c9-abc74990aa73', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}) TASK [Get information about VDO deduplication] ********************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-member-vdo.yml:8 Sunday 23 June 2024 09:37:13 +0000 (0:00:00.025) 0:02:45.096 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-member-vdo.yml:15 Sunday 23 June 2024 09:37:13 +0000 (0:00:00.015) 0:02:45.112 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-member-vdo.yml:21 Sunday 23 June 2024 09:37:13 +0000 (0:00:00.014) 0:02:45.126 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-member-vdo.yml:27 Sunday 23 June 2024 09:37:13 +0000 (0:00:00.013) 0:02:45.139 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-member-vdo.yml:34 Sunday 23 June 2024 09:37:13 +0000 (0:00:00.012) 0:02:45.152 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-member-vdo.yml:40 Sunday 23 June 2024 09:37:13 +0000 (0:00:00.013) 0:02:45.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 [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-member-vdo.yml:46 Sunday 23 June 2024 09:37:13 +0000 (0:00:00.013) 0:02:45.179 *********** ok: [sut] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Check Stratis] *********************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:98 Sunday 23 June 2024 09:37:13 +0000 (0:00:00.015) 0:02:45.195 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-stratis.yml for sut TASK [Run 'stratis report'] **************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-stratis.yml:6 Sunday 23 June 2024 09:37:13 +0000 (0:00:00.030) 0:02:45.226 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Get information about Stratis] ******************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-stratis.yml:11 Sunday 23 June 2024 09:37:13 +0000 (0:00:00.014) 0:02:45.240 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Verify that the pools was created] *************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-stratis.yml:15 Sunday 23 June 2024 09:37:13 +0000 (0:00:00.013) 0:02:45.253 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Verify that encryption is correctly set] ********************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-stratis.yml:25 Sunday 23 June 2024 09:37:13 +0000 (0:00:00.014) 0:02:45.267 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Verify that Clevis/Tang encryption is correctly set] ********************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-stratis.yml:34 Sunday 23 June 2024 09:37:13 +0000 (0:00:00.013) 0:02:45.281 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-stratis.yml:44 Sunday 23 June 2024 09:37:13 +0000 (0:00:00.012) 0:02:45.294 *********** ok: [sut] => { "ansible_facts": { "storage_test_stratis_report": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:101 Sunday 23 June 2024 09:37:13 +0000 (0:00:00.013) 0:02:45.307 *********** 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-weekly-ciqd5hl47i/tests/test-verify-pool-volumes.yml:3 Sunday 23 June 2024 09:37:13 +0000 (0:00:00.013) 0:02:45.321 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume.yml for sut => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'ext2', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test1', 'raid_level': None, 'size': '5g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': [], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/foo-test1', '_raw_device': '/dev/mapper/foo-test1', '_mount_id': 'UUID=b2bc5776-c08e-4894-b2c9-abc74990aa73', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}) TASK [Set storage volume test variables] *************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume.yml:2 Sunday 23 June 2024 09:37:13 +0000 (0:00:00.024) 0:02:45.345 *********** ok: [sut] => { "ansible_facts": { "_storage_test_volume_present": true, "_storage_volume_tests": [ "mount", "fstab", "fs", "device", "encryption", "md", "size", "cache" ] }, "changed": false } TASK [Run test verify for {{ storage_test_volume_subset }}] ******************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume.yml:19 Sunday 23 June 2024 09:37:13 +0000 (0:00:00.019) 0:02:45.365 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-mount.yml for sut => (item=mount) included: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-fstab.yml for sut => (item=fstab) included: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-fs.yml for sut => (item=fs) included: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-device.yml for sut => (item=device) included: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml for sut => (item=encryption) included: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-md.yml for sut => (item=md) included: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml for sut => (item=size) included: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-cache.yml for sut => (item=cache) TASK [Get expected mount device based on device type] ************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-mount.yml:7 Sunday 23 June 2024 09:37:14 +0000 (0:00:00.054) 0:02:45.419 *********** ok: [sut] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/foo-test1" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-mount.yml:11 Sunday 23 June 2024 09:37:14 +0000 (0:00:00.021) 0:02:45.440 *********** ok: [sut] => { "ansible_facts": { "storage_test_mount_expected_mount_point": "/opt/test1", "storage_test_swap_expected_matches": "0" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-mount.yml:19 Sunday 23 June 2024 09:37:14 +0000 (0:00:00.019) 0:02:45.460 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and (storage_test_volume.mount_user or storage_test_volume.mount_group or storage_test_volume.mount_mode)", "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-mount.yml:28 Sunday 23 June 2024 09:37:14 +0000 (0:00:00.014) 0:02:45.474 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-mount.yml:36 Sunday 23 June 2024 09:37:14 +0000 (0:00:00.017) 0:02:45.492 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_user", "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-mount.yml:42 Sunday 23 June 2024 09:37:14 +0000 (0:00:00.015) 0:02:45.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-weekly-ciqd5hl47i/tests/test-verify-volume-mount.yml:48 Sunday 23 June 2024 09:37:14 +0000 (0:00:00.014) 0:02:45.521 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_mode", "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-mount.yml:57 Sunday 23 June 2024 09:37:14 +0000 (0:00:00.014) 0:02:45.536 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-mount.yml:63 Sunday 23 June 2024 09:37:14 +0000 (0:00:00.013) 0:02:45.550 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-mount.yml:69 Sunday 23 June 2024 09:37:14 +0000 (0:00:00.014) 0:02:45.564 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-mount.yml:79 Sunday 23 June 2024 09:37:14 +0000 (0:00:00.012) 0:02:45.577 *********** ok: [sut] => { "ansible_facts": { "storage_test_found_mount_stat": null, "storage_test_mount_expected_mount_point": null, "storage_test_swap_expected_matches": null, "storage_test_swaps": null, "storage_test_sys_node": null }, "changed": false } TASK [Set some variables for fstab checking] *********************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-fstab.yml:2 Sunday 23 June 2024 09:37:14 +0000 (0:00:00.015) 0:02:45.593 *********** ok: [sut] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": "1", "storage_test_fstab_expected_mount_options_matches": "1", "storage_test_fstab_expected_mount_point_matches": "1", "storage_test_fstab_id_matches": [ "UUID=b2bc5776-c08e-4894-b2c9-abc74990aa73 " ], "storage_test_fstab_mount_options_matches": [ " /opt/test1 ext2 defaults " ], "storage_test_fstab_mount_point_matches": [ " /opt/test1 " ] }, "changed": false } TASK [Verify that the device identifier appears in /etc/fstab] ***************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-fstab.yml:17 Sunday 23 June 2024 09:37:14 +0000 (0:00:00.033) 0:02:45.626 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-fstab.yml:24 Sunday 23 June 2024 09:37:14 +0000 (0:00:00.018) 0:02:45.645 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-fstab.yml:33 Sunday 23 June 2024 09:37:14 +0000 (0:00:00.018) 0:02:45.663 *********** skipping: [sut] => { "changed": false, "false_condition": "__storage_verify_mount_options | d(false)", "skip_reason": "Conditional result was False" } TASK [Clean up variables] ****************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-fstab.yml:45 Sunday 23 June 2024 09:37:14 +0000 (0:00:00.013) 0:02:45.677 *********** ok: [sut] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": null, "storage_test_fstab_expected_mount_options_matches": null, "storage_test_fstab_expected_mount_point_matches": null, "storage_test_fstab_id_matches": null, "storage_test_fstab_mount_options_matches": null, "storage_test_fstab_mount_point_matches": null }, "changed": false } TASK [Verify fs type] ********************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-fs.yml:6 Sunday 23 June 2024 09:37:14 +0000 (0:00:00.013) 0:02:45.690 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-fs.yml:14 Sunday 23 June 2024 09:37:14 +0000 (0:00:00.021) 0:02:45.711 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-device.yml:3 Sunday 23 June 2024 09:37:14 +0000 (0:00:00.019) 0:02:45.731 *********** ok: [sut] => { "changed": false, "stat": { "atime": 1719135426.6118863, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1719135426.6118863, "dev": 6, "device_type": 64768, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 782, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/symlink", "mode": "0660", "mtime": 1719135426.6118863, "nlink": 1, "path": "/dev/mapper/foo-test1", "pw_name": "root", "readable": true, "rgrp": true, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": null, "wgrp": true, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-device.yml:9 Sunday 23 June 2024 09:37:14 +0000 (0:00:00.231) 0:02:45.962 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-device.yml:16 Sunday 23 June 2024 09:37:14 +0000 (0:00:00.017) 0:02:45.980 *********** skipping: [sut] => { "changed": false, "false_condition": "not (_storage_test_volume_present or storage_test_volume.type == 'disk')", "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-device.yml:23 Sunday 23 June 2024 09:37:14 +0000 (0:00:00.014) 0:02:45.994 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-device.yml:29 Sunday 23 June 2024 09:37:14 +0000 (0:00:00.018) 0:02:46.012 *********** ok: [sut] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-device.yml:33 Sunday 23 June 2024 09:37:14 +0000 (0:00:00.016) 0:02:46.029 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == \"raid\"", "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-device.yml:38 Sunday 23 June 2024 09:37:14 +0000 (0:00:00.014) 0:02:46.043 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:3 Sunday 23 June 2024 09:37:14 +0000 (0:00:00.017) 0:02:46.061 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:10 Sunday 23 June 2024 09:37:14 +0000 (0:00:00.014) 0:02:46.075 *********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: cryptsetup TASK [Collect LUKS info for this volume] *************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:16 Sunday 23 June 2024 09:37:16 +0000 (0:00:01.409) 0:02:47.485 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:22 Sunday 23 June 2024 09:37:16 +0000 (0:00:00.013) 0:02:47.499 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Verify that the raw device is the same as the device if not encrypted] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:29 Sunday 23 June 2024 09:37:16 +0000 (0:00:00.015) 0:02:47.514 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:40 Sunday 23 June 2024 09:37:16 +0000 (0:00:00.021) 0:02:47.535 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:46 Sunday 23 June 2024 09:37:16 +0000 (0:00:00.015) 0:02:47.551 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:51 Sunday 23 June 2024 09:37:16 +0000 (0:00:00.013) 0:02:47.565 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:63 Sunday 23 June 2024 09:37:16 +0000 (0:00:00.022) 0:02:47.588 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:75 Sunday 23 June 2024 09:37:16 +0000 (0:00:00.013) 0:02:47.602 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:87 Sunday 23 June 2024 09:37:16 +0000 (0:00:00.016) 0:02:47.618 *********** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [], "_storage_test_expected_crypttab_entries": "0", "_storage_test_expected_crypttab_key_file": "-" }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:93 Sunday 23 June 2024 09:37:16 +0000 (0:00:00.021) 0:02:47.639 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:100 Sunday 23 June 2024 09:37:16 +0000 (0:00:00.022) 0:02:47.662 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:108 Sunday 23 June 2024 09:37:16 +0000 (0:00:00.017) 0:02:47.679 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:116 Sunday 23 June 2024 09:37:16 +0000 (0:00:00.015) 0:02:47.695 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:124 Sunday 23 June 2024 09:37:16 +0000 (0:00:00.014) 0:02:47.710 *********** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_expected_crypttab_entries": null, "_storage_test_expected_crypttab_key_file": null }, "changed": false } TASK [Get information about RAID] ********************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-md.yml:8 Sunday 23 June 2024 09:37:16 +0000 (0:00:00.018) 0:02:47.728 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-md.yml:14 Sunday 23 June 2024 09:37:16 +0000 (0:00:00.014) 0:02:47.743 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-md.yml:19 Sunday 23 June 2024 09:37:16 +0000 (0:00:00.016) 0:02:47.759 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-md.yml:24 Sunday 23 June 2024 09:37:16 +0000 (0:00:00.021) 0:02:47.781 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-md.yml:29 Sunday 23 June 2024 09:37:16 +0000 (0:00:00.016) 0:02:47.798 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-md.yml:37 Sunday 23 June 2024 09:37:16 +0000 (0:00:00.013) 0:02:47.811 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-md.yml:46 Sunday 23 June 2024 09:37:16 +0000 (0:00:00.015) 0:02:47.826 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-md.yml:54 Sunday 23 June 2024 09:37:16 +0000 (0:00:00.014) 0:02:47.841 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-md.yml:62 Sunday 23 June 2024 09:37:16 +0000 (0:00:00.014) 0:02:47.855 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-md.yml:70 Sunday 23 June 2024 09:37:16 +0000 (0:00:00.014) 0:02:47.869 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:3 Sunday 23 June 2024 09:37:16 +0000 (0:00:00.014) 0:02:47.884 *********** ok: [sut] => { "bytes": 5368709120, "changed": false, "lvm": "5g", "parted": "5GiB", "size": "5 GiB" } TASK [Parse the requested size of the volume] ********************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:11 Sunday 23 June 2024 09:37:16 +0000 (0:00:00.219) 0:02:48.103 *********** ok: [sut] => { "bytes": 5368709120, "changed": false, "lvm": "5g", "parted": "5GiB", "size": "5 GiB" } TASK [Establish base value for expected size] ********************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:20 Sunday 23 June 2024 09:37:16 +0000 (0:00:00.223) 0:02:48.326 *********** ok: [sut] => { "ansible_facts": { "storage_test_expected_size": "5368709120" }, "changed": false } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:28 Sunday 23 June 2024 09:37:16 +0000 (0:00:00.020) 0:02:48.347 *********** ok: [sut] => { "storage_test_expected_size": "5368709120" } TASK [Get the size of parent/pool device] ************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:32 Sunday 23 June 2024 09:37:16 +0000 (0:00:00.016) 0:02:48.363 *********** ok: [sut] => { "bytes": 10726680821, "changed": false, "lvm": "9g", "parted": "9GiB", "size": "9 GiB" } TASK [Show test pool] ********************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:46 Sunday 23 June 2024 09:37:17 +0000 (0:00:00.219) 0:02:48.583 *********** skipping: [sut] => { "false_condition": "'%' in storage_test_volume.size | string" } TASK [Show test blockinfo] ***************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:50 Sunday 23 June 2024 09:37:17 +0000 (0:00:00.016) 0:02:48.599 *********** skipping: [sut] => { "false_condition": "'%' in storage_test_volume.size | string" } TASK [Show test pool size] ***************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:54 Sunday 23 June 2024 09:37:17 +0000 (0:00:00.015) 0:02:48.615 *********** 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-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:58 Sunday 23 June 2024 09:37:17 +0000 (0:00:00.106) 0:02:48.722 *********** 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-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:67 Sunday 23 June 2024 09:37:17 +0000 (0:00:00.017) 0:02:48.740 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:71 Sunday 23 June 2024 09:37:17 +0000 (0:00:00.014) 0:02:48.754 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:76 Sunday 23 June 2024 09:37:17 +0000 (0:00:00.014) 0:02:48.769 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:82 Sunday 23 June 2024 09:37:17 +0000 (0:00:00.014) 0:02:48.783 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:86 Sunday 23 June 2024 09:37:17 +0000 (0:00:00.014) 0:02:48.798 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:91 Sunday 23 June 2024 09:37:17 +0000 (0:00:00.015) 0:02:48.813 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:96 Sunday 23 June 2024 09:37:17 +0000 (0:00:00.014) 0:02:48.827 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:101 Sunday 23 June 2024 09:37:17 +0000 (0:00:00.013) 0:02:48.841 *********** skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Show volume thin pool size] ********************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:105 Sunday 23 June 2024 09:37:17 +0000 (0:00:00.013) 0:02:48.855 *********** skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:109 Sunday 23 June 2024 09:37:17 +0000 (0:00:00.013) 0:02:48.868 *********** skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Establish base value for expected thin pool size] ************************ task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:113 Sunday 23 June 2024 09:37:17 +0000 (0:00:00.013) 0:02:48.882 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:120 Sunday 23 June 2024 09:37:17 +0000 (0:00:00.016) 0:02:48.898 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:127 Sunday 23 June 2024 09:37:17 +0000 (0:00:00.013) 0:02:48.912 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:131 Sunday 23 June 2024 09:37:17 +0000 (0:00:00.013) 0:02:48.925 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:137 Sunday 23 June 2024 09:37:17 +0000 (0:00:00.013) 0:02:48.938 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:143 Sunday 23 June 2024 09:37:17 +0000 (0:00:00.012) 0:02:48.951 *********** ok: [sut] => { "storage_test_actual_size": { "bytes": 5368709120, "changed": false, "failed": false, "lvm": "5g", "parted": "5GiB", "size": "5 GiB" } } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:147 Sunday 23 June 2024 09:37:17 +0000 (0:00:00.014) 0:02:48.966 *********** ok: [sut] => { "storage_test_expected_size": "5368709120" } TASK [Assert expected size is actual size] ************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:151 Sunday 23 June 2024 09:37:17 +0000 (0:00:00.017) 0:02:48.984 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-cache.yml:5 Sunday 23 June 2024 09:37:17 +0000 (0:00:00.022) 0:02:49.006 *********** ok: [sut] => { "changed": false, "cmd": [ "lvs", "--noheadings", "--nameprefixes", "--units=b", "--nosuffix", "--unquoted", "-o", "name,attr,cache_total_blocks,chunk_size,segtype", "foo/test1" ], "delta": "0:00:00.032988", "end": "2024-06-23 09:37:17.817362", "rc": 0, "start": "2024-06-23 09:37:17.784374" } STDOUT: LVM2_LV_NAME=test1 LVM2_LV_ATTR=-wi-ao---- LVM2_CACHE_TOTAL_BLOCKS= LVM2_CHUNK_SIZE=0 LVM2_SEGTYPE=linear TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-cache.yml:13 Sunday 23 June 2024 09:37:17 +0000 (0:00:00.254) 0:02:49.260 *********** ok: [sut] => { "ansible_facts": { "storage_test_lv_segtype": [ "linear" ] }, "changed": false } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-cache.yml:17 Sunday 23 June 2024 09:37:17 +0000 (0:00:00.018) 0:02:49.279 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set LV cache size] ******************************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-cache.yml:24 Sunday 23 June 2024 09:37:17 +0000 (0:00:00.018) 0:02:49.297 *********** 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-weekly-ciqd5hl47i/tests/test-verify-volume-cache.yml:31 Sunday 23 June 2024 09:37:17 +0000 (0:00:00.014) 0:02:49.312 *********** 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-weekly-ciqd5hl47i/tests/test-verify-volume-cache.yml:37 Sunday 23 June 2024 09:37:17 +0000 (0:00:00.016) 0:02:49.328 *********** 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-weekly-ciqd5hl47i/tests/test-verify-volume-cache.yml:42 Sunday 23 June 2024 09:37:17 +0000 (0:00:00.015) 0:02:49.344 *********** 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-weekly-ciqd5hl47i/tests/test-verify-volume.yml:25 Sunday 23 June 2024 09:37:17 +0000 (0:00:00.015) 0:02:49.360 *********** 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-weekly-ciqd5hl47i/tests/verify-role-results.yml:44 Sunday 23 June 2024 09:37:17 +0000 (0:00:00.015) 0:02:49.375 *********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Clean up variable namespace] ********************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-role-results.yml:54 Sunday 23 June 2024 09:37:17 +0000 (0:00:00.012) 0:02:49.388 *********** ok: [sut] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } TASK [Change volume size to 9g] ************************************************ task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/tests_resize.yml:268 Sunday 23 June 2024 09:37:17 +0000 (0:00:00.015) 0:02:49.403 *********** TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Sunday 23 June 2024 09:37:18 +0000 (0:00:00.055) 0:02:49.459 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Sunday 23 June 2024 09:37:18 +0000 (0:00:00.022) 0:02:49.481 *********** skipping: [sut] => { "changed": false, "false_condition": "__storage_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Sunday 23 June 2024 09:37:18 +0000 (0:00:00.019) 0:02:49.501 *********** 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" } ok: [sut] => (item=Fedora.yml) => { "ansible_facts": { "_storage_copr_packages": [ { "packages": [ "vdo", "kmod-vdo" ], "repository": "rhawalsh/dm-vdo" } ], "_storage_copr_support_packages": [ "dnf-plugins-core" ], "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "stratisd", "stratis-cli" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/Fedora.yml" ], "ansible_loop_var": "item", "changed": false, "item": "Fedora.yml" } skipping: [sut] => (item=Fedora_40.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "Fedora_40.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora_40.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "Fedora_40.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Sunday 23 June 2024 09:37:18 +0000 (0:00:00.036) 0:02:49.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 : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Sunday 23 June 2024 09:37:18 +0000 (0:00:00.018) 0:02:49.556 *********** skipping: [sut] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Sunday 23 June 2024 09:37:18 +0000 (0:00:00.017) 0:02:49.574 *********** ok: [sut] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Sunday 23 June 2024 09:37:18 +0000 (0:00:00.017) 0:02:49.591 *********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Sunday 23 June 2024 09:37:18 +0000 (0:00:00.015) 0:02:49.607 *********** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for sut TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Sunday 23 June 2024 09:37:18 +0000 (0:00:00.031) 0:02:49.638 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"blivet_available\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Sunday 23 June 2024 09:37:18 +0000 (0:00:00.018) 0:02:49.657 *********** ok: [sut] => { "storage_pools": [ { "disks": [ "sda" ], "name": "foo", "type": "lvm", "volumes": [ { "fs_type": "ext2", "mount_point": "/opt/test1", "name": "test1", "size": "9g" } ] } ] } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Sunday 23 June 2024 09:37:18 +0000 (0:00:00.020) 0:02:49.677 *********** ok: [sut] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined. 'storage_volumes' is undefined" } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Sunday 23 June 2024 09:37:18 +0000 (0:00:00.017) 0:02:49.695 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Sunday 23 June 2024 09:37:18 +0000 (0:00:00.019) 0:02:49.715 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Sunday 23 June 2024 09:37:18 +0000 (0:00:00.019) 0:02:49.734 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Sunday 23 June 2024 09:37:18 +0000 (0:00:00.018) 0:02:49.752 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"service_facts\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Sunday 23 June 2024 09:37:18 +0000 (0:00:00.018) 0:02:49.771 *********** ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Sunday 23 June 2024 09:37:18 +0000 (0:00:00.037) 0:02:49.808 *********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Sunday 23 June 2024 09:37:18 +0000 (0:00:00.012) 0:02:49.821 *********** changed: [sut] => { "actions": [ { "action": "resize device", "device": "/dev/mapper/foo-test1", "fs_type": null }, { "action": "resize format", "device": "/dev/mapper/foo-test1", "fs_type": "ext2" } ], "changed": true, "crypts": [], "leaves": [ "/dev/mapper/foo-test1", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/xvda2", "/dev/zram0" ], "mounts": [ { "dump": 0, "fstype": "ext2", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "UUID=b2bc5776-c08e-4894-b2c9-abc74990aa73", "state": "mounted" } ], "packages": [ "e2fsprogs", "lvm2" ], "pools": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "UUID=b2bc5776-c08e-4894-b2c9-abc74990aa73", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext2", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "9g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Sunday 23 June 2024 09:37:20 +0000 (0:00:02.033) 0:02:51.855 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_udevadm_trigger | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Sunday 23 June 2024 09:37:20 +0000 (0:00:00.015) 0:02:51.870 *********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:101 Sunday 23 June 2024 09:37:20 +0000 (0:00:00.011) 0:02:51.882 *********** ok: [sut] => { "blivet_output": { "actions": [ { "action": "resize device", "device": "/dev/mapper/foo-test1", "fs_type": null }, { "action": "resize format", "device": "/dev/mapper/foo-test1", "fs_type": "ext2" } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/mapper/foo-test1", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/xvda2", "/dev/zram0" ], "mounts": [ { "dump": 0, "fstype": "ext2", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "UUID=b2bc5776-c08e-4894-b2c9-abc74990aa73", "state": "mounted" } ], "packages": [ "e2fsprogs", "lvm2" ], "pools": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "UUID=b2bc5776-c08e-4894-b2c9-abc74990aa73", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext2", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "9g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:110 Sunday 23 June 2024 09:37:20 +0000 (0:00:00.021) 0:02:51.903 *********** ok: [sut] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "UUID=b2bc5776-c08e-4894-b2c9-abc74990aa73", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext2", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "9g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] }, "changed": false } TASK [fedora.linux_system_roles.storage : Set the list of volumes for test verification] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:114 Sunday 23 June 2024 09:37:20 +0000 (0:00:00.019) 0:02:51.923 *********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:130 Sunday 23 June 2024 09:37:20 +0000 (0:00:00.017) 0:02:51.940 *********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:141 Sunday 23 June 2024 09:37:20 +0000 (0:00:00.018) 0:02:51.959 *********** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:146 Sunday 23 June 2024 09:37:21 +0000 (0:00:00.702) 0:02:52.662 *********** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount ok: [sut] => (item={'src': 'UUID=b2bc5776-c08e-4894-b2c9-abc74990aa73', 'path': '/opt/test1', 'fstype': 'ext2', 'opts': 'defaults', 'dump': 0, 'passno': 0, 'state': 'mounted', 'owner': None, 'group': None, 'mode': None}) => { "ansible_loop_var": "mount_info", "backup_file": "", "boot": "yes", "changed": false, "dump": "0", "fstab": "/etc/fstab", "fstype": "ext2", "mount_info": { "dump": 0, "fstype": "ext2", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "UUID=b2bc5776-c08e-4894-b2c9-abc74990aa73", "state": "mounted" }, "name": "/opt/test1", "opts": "defaults", "passno": "0", "src": "UUID=b2bc5776-c08e-4894-b2c9-abc74990aa73" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:157 Sunday 23 June 2024 09:37:21 +0000 (0:00:00.236) 0:02:52.898 *********** skipping: [sut] => (item={'src': 'UUID=b2bc5776-c08e-4894-b2c9-abc74990aa73', 'path': '/opt/test1', 'fstype': 'ext2', 'opts': 'defaults', 'dump': 0, 'passno': 0, 'state': 'mounted', 'owner': None, 'group': None, 'mode': None}) => { "ansible_loop_var": "mount_info", "changed": false, "false_condition": "mount_info['owner'] != none or mount_info['group'] != none or mount_info['mode'] != none", "mount_info": { "dump": 0, "fstype": "ext2", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "UUID=b2bc5776-c08e-4894-b2c9-abc74990aa73", "state": "mounted" }, "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:169 Sunday 23 June 2024 09:37:21 +0000 (0:00:00.024) 0:02:52.923 *********** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:177 Sunday 23 June 2024 09:37:22 +0000 (0:00:00.700) 0:02:53.624 *********** ok: [sut] => { "changed": false, "stat": { "atime": 1719135289.8187745, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1718879485.835, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 131081, "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": 1718879088.616, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "4073972972", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:182 Sunday 23 June 2024 09:37:22 +0000 (0:00:00.230) 0:02:53.854 *********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:204 Sunday 23 June 2024 09:37:22 +0000 (0:00:00.013) 0:02:53.867 *********** ok: [sut] TASK [Verify role results] ***************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/tests_resize.yml:282 Sunday 23 June 2024 09:37:24 +0000 (0:00:02.252) 0:02:56.120 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-role-results.yml for sut TASK [Print out pool information] ********************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-role-results.yml:2 Sunday 23 June 2024 09:37:24 +0000 (0:00:00.035) 0:02:56.156 *********** ok: [sut] => { "_storage_pools_list": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "UUID=b2bc5776-c08e-4894-b2c9-abc74990aa73", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext2", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "9g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] } TASK [Print out volume information] ******************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-role-results.yml:7 Sunday 23 June 2024 09:37:24 +0000 (0:00:00.019) 0:02:56.175 *********** skipping: [sut] => { "false_condition": "_storage_volumes_list | length > 0" } TASK [Collect info about the volumes.] ***************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-role-results.yml:15 Sunday 23 June 2024 09:37:24 +0000 (0:00:00.015) 0:02:56.191 *********** ok: [sut] => { "changed": false, "info": { "/dev/mapper/foo-test1": { "fstype": "ext2", "label": "", "mountpoint": "/opt/test1", "name": "/dev/mapper/foo-test1", "size": "9G", "type": "lvm", "uuid": "b2bc5776-c08e-4894-b2c9-abc74990aa73" }, "/dev/sda": { "fstype": "LVM2_member", "label": "", "mountpoint": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "qtJ1aQ-1PJL-GzsX-UzdV-HWKy-GMU8-5VfnO7" }, "/dev/sdb": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdc": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdc", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdd": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdd", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sde": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sde", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdf": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdf", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdg": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdg", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdh": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdh", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdi": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdi", "size": "10G", "type": "disk", "uuid": "" }, "/dev/xvda": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/xvda", "size": "250G", "type": "disk", "uuid": "" }, "/dev/xvda1": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/xvda1", "size": "1M", "type": "partition", "uuid": "" }, "/dev/xvda2": { "fstype": "ext4", "label": "", "mountpoint": "/", "name": "/dev/xvda2", "size": "250G", "type": "partition", "uuid": "d41e114e-2033-4553-824b-87c952ea3ae7" }, "/dev/zram0": { "fstype": "", "label": "", "mountpoint": "[SWAP]", "name": "/dev/zram0", "size": "3.6G", "type": "disk", "uuid": "" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-role-results.yml:20 Sunday 23 June 2024 09:37:25 +0000 (0:00:00.322) 0:02:56.513 *********** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.003506", "end": "2024-06-23 09:37:25.291264", "rc": 0, "start": "2024-06-23 09:37:25.287758" } STDOUT: # # /etc/fstab # Created by anaconda on Thu Jun 20 10:24:48 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=d41e114e-2033-4553-824b-87c952ea3ae7 / ext4 defaults 1 1 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat /mnt/redhat nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/qa /mnt/qa nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive /mnt/engarchive nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/tpsdist /mnt/tpsdist nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot /mnt/brew nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch /mnt/brew_scratch nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 UUID=b2bc5776-c08e-4894-b2c9-abc74990aa73 /opt/test1 ext2 defaults 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-role-results.yml:25 Sunday 23 June 2024 09:37:25 +0000 (0:00:00.218) 0:02:56.732 *********** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.003311", "end": "2024-06-23 09:37:25.510421", "failed_when_result": false, "rc": 0, "start": "2024-06-23 09:37:25.507110" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-role-results.yml:34 Sunday 23 June 2024 09:37:25 +0000 (0:00:00.221) 0:02:56.954 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool.yml for sut => (item={'disks': ['sda'], 'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'encryption_clevis_pin': None, 'encryption_tang_url': None, 'encryption_tang_thumbprint': None, 'grow_to_fill': False, 'name': 'foo', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_metadata_version': None, 'raid_chunk_size': None, 'shared': False, 'state': 'present', 'type': 'lvm', 'volumes': [{'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'ext2', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test1', 'raid_level': None, 'size': '9g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/foo-test1', '_raw_device': '/dev/mapper/foo-test1', '_mount_id': 'UUID=b2bc5776-c08e-4894-b2c9-abc74990aa73', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}]}) TASK [Set _storage_pool_tests] ************************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool.yml:5 Sunday 23 June 2024 09:37:25 +0000 (0:00:00.032) 0:02:56.986 *********** ok: [sut] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool.yml:18 Sunday 23 June 2024 09:37:25 +0000 (0:00:00.015) 0:02:57.002 *********** ok: [sut] => { "changed": false, "cmd": [ "vgs", "--noheadings", "--binary", "-o", "shared", "foo" ], "delta": "0:00:00.030133", "end": "2024-06-23 09:37:25.811197", "rc": 0, "start": "2024-06-23 09:37:25.781064" } STDOUT: 0 TASK [Verify that VG shared value checks out] ********************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool.yml:24 Sunday 23 June 2024 09:37:25 +0000 (0:00:00.253) 0:02:57.255 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify pool subset] ****************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool.yml:34 Sunday 23 June 2024 09:37:25 +0000 (0:00:00.018) 0:02:57.274 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml for sut => (item=members) included: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-volumes.yml for sut => (item=volumes) TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:2 Sunday 23 June 2024 09:37:25 +0000 (0:00:00.029) 0:02:57.303 *********** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_count": "1", "_storage_test_pool_pvs_lvm": [ "/dev/sda" ] }, "changed": false } TASK [Get the canonical device path for each member device] ******************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:8 Sunday 23 June 2024 09:37:25 +0000 (0:00:00.025) 0:02:57.329 *********** ok: [sut] => (item=/dev/sda) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/sda", "pv": "/dev/sda" } TASK [Set pvs lvm length] ****************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:17 Sunday 23 June 2024 09:37:26 +0000 (0:00:00.225) 0:02:57.554 *********** ok: [sut] => { "ansible_facts": { "__pvs_lvm_len": "1" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:22 Sunday 23 June 2024 09:37:26 +0000 (0:00:00.017) 0:02:57.571 *********** ok: [sut] => { "ansible_facts": { "_storage_test_pool_pvs": [ "/dev/sda" ] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:27 Sunday 23 June 2024 09:37:26 +0000 (0:00:00.019) 0:02:57.590 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:36 Sunday 23 June 2024 09:37:26 +0000 (0:00:00.019) 0:02:57.609 *********** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:41 Sunday 23 June 2024 09:37:26 +0000 (0:00:00.018) 0:02:57.627 *********** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:46 Sunday 23 June 2024 09:37:26 +0000 (0:00:00.017) 0:02:57.645 *********** 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-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:51 Sunday 23 June 2024 09:37:26 +0000 (0:00:00.013) 0:02:57.659 *********** ok: [sut] => (item=/dev/sda) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/sda" } MSG: All assertions passed TASK [Check that blivet supports PV grow to fill] ****************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:64 Sunday 23 June 2024 09:37:26 +0000 (0:00:00.020) 0:02:57.679 *********** ok: [sut] => { "changed": false, "rc": 0 } STDOUT: True STDERR: Shared connection to 10.31.46.68 closed. TASK [Verify that PVs fill the whole devices when they should] ***************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:73 Sunday 23 June 2024 09:37:26 +0000 (0:00:00.383) 0:02:58.063 *********** skipping: [sut] => (item=/dev/sda) => { "ansible_loop_var": "st_pool_pv", "changed": false, "false_condition": "storage_test_pool.grow_to_fill | bool", "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/sda" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [Check MD RAID] *********************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:83 Sunday 23 June 2024 09:37:26 +0000 (0:00:00.018) 0:02:58.081 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-md.yml for sut TASK [Get information about RAID] ********************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-md.yml:8 Sunday 23 June 2024 09:37:26 +0000 (0:00:00.026) 0:02:58.108 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-md.yml:14 Sunday 23 June 2024 09:37:26 +0000 (0:00:00.013) 0:02:58.121 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-md.yml:19 Sunday 23 June 2024 09:37:26 +0000 (0:00:00.012) 0:02:58.134 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-md.yml:24 Sunday 23 June 2024 09:37:26 +0000 (0:00:00.013) 0:02:58.147 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-md.yml:29 Sunday 23 June 2024 09:37:26 +0000 (0:00:00.014) 0:02:58.162 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-md.yml:37 Sunday 23 June 2024 09:37:26 +0000 (0:00:00.013) 0:02:58.175 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-md.yml:46 Sunday 23 June 2024 09:37:26 +0000 (0:00:00.013) 0:02:58.188 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-md.yml:55 Sunday 23 June 2024 09:37:26 +0000 (0:00:00.013) 0:02:58.201 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-md.yml:64 Sunday 23 June 2024 09:37:26 +0000 (0:00:00.013) 0:02:58.215 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-md.yml:74 Sunday 23 June 2024 09:37:26 +0000 (0:00:00.014) 0:02:58.229 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-md.yml:83 Sunday 23 June 2024 09:37:26 +0000 (0:00:00.015) 0:02:58.244 *********** 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-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:86 Sunday 23 June 2024 09:37:26 +0000 (0:00:00.014) 0:02:58.259 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-members-lvmraid.yml for sut TASK [Validate pool member LVM RAID settings] ********************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-members-lvmraid.yml:2 Sunday 23 June 2024 09:37:26 +0000 (0:00:00.026) 0:02:58.285 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-member-lvmraid.yml for sut => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'ext2', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test1', 'raid_level': None, 'size': '9g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/foo-test1', '_raw_device': '/dev/mapper/foo-test1', '_mount_id': 'UUID=b2bc5776-c08e-4894-b2c9-abc74990aa73', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}) TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-member-lvmraid.yml:8 Sunday 23 June 2024 09:37:26 +0000 (0:00:00.026) 0:02:58.311 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-member-lvmraid.yml:16 Sunday 23 June 2024 09:37:26 +0000 (0:00:00.017) 0:02:58.328 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-member-lvmraid.yml:20 Sunday 23 June 2024 09:37:26 +0000 (0:00:00.016) 0:02:58.345 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-member-lvmraid.yml:27 Sunday 23 June 2024 09:37:26 +0000 (0:00:00.016) 0:02:58.361 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-member-lvmraid.yml:31 Sunday 23 June 2024 09:37:26 +0000 (0:00:00.017) 0:02:58.378 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-member-lvmraid.yml:37 Sunday 23 June 2024 09:37:26 +0000 (0:00:00.015) 0:02:58.394 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-member-lvmraid.yml:42 Sunday 23 June 2024 09:37:26 +0000 (0:00:00.017) 0:02:58.411 *********** 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-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:89 Sunday 23 June 2024 09:37:27 +0000 (0:00:00.016) 0:02:58.428 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-members-thin.yml for sut TASK [Validate pool member thinpool settings] ********************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-members-thin.yml:2 Sunday 23 June 2024 09:37:27 +0000 (0:00:00.026) 0:02:58.455 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-member-thin.yml for sut => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'ext2', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test1', 'raid_level': None, 'size': '9g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/foo-test1', '_raw_device': '/dev/mapper/foo-test1', '_mount_id': 'UUID=b2bc5776-c08e-4894-b2c9-abc74990aa73', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}) TASK [Get information about thinpool] ****************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-member-thin.yml:8 Sunday 23 June 2024 09:37:27 +0000 (0:00:00.024) 0:02:58.479 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-member-thin.yml:16 Sunday 23 June 2024 09:37:27 +0000 (0:00:00.014) 0:02:58.493 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-member-thin.yml:22 Sunday 23 June 2024 09:37:27 +0000 (0:00:00.012) 0:02:58.506 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-member-thin.yml:26 Sunday 23 June 2024 09:37:27 +0000 (0:00:00.013) 0:02:58.519 *********** ok: [sut] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Check member encryption] ************************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:92 Sunday 23 June 2024 09:37:27 +0000 (0:00:00.014) 0:02:58.533 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-members-encryption.yml for sut TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-members-encryption.yml:5 Sunday 23 June 2024 09:37:27 +0000 (0:00:00.028) 0:02:58.562 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-members-encryption.yml:10 Sunday 23 June 2024 09:37:27 +0000 (0:00:00.017) 0:02:58.579 *********** skipping: [sut] => (item=/dev/sda) => { "_storage_test_pool_member_path": "/dev/sda", "ansible_loop_var": "_storage_test_pool_member_path", "changed": false, "false_condition": "storage_test_pool.type == 'lvm' and storage_test_pool.encryption", "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [Validate pool member crypttab entries] *********************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-members-encryption.yml:17 Sunday 23 June 2024 09:37:27 +0000 (0:00:00.015) 0:02:58.595 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-member-crypttab.yml for sut => (item=/dev/sda) TASK [Set variables used by tests] ********************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-member-crypttab.yml:2 Sunday 23 June 2024 09:37:27 +0000 (0:00:00.024) 0:02:58.619 *********** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-member-crypttab.yml:6 Sunday 23 June 2024 09:37:27 +0000 (0:00:00.021) 0:02:58.641 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-member-crypttab.yml:14 Sunday 23 June 2024 09:37:27 +0000 (0:00:00.018) 0:02:58.660 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-member-crypttab.yml:23 Sunday 23 June 2024 09:37:27 +0000 (0:00:00.014) 0:02:58.674 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-member-crypttab.yml:32 Sunday 23 June 2024 09:37:27 +0000 (0:00:00.013) 0:02:58.688 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-member-crypttab.yml:41 Sunday 23 June 2024 09:37:27 +0000 (0:00:00.013) 0:02:58.702 *********** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-members-encryption.yml:24 Sunday 23 June 2024 09:37:27 +0000 (0:00:00.013) 0:02:58.715 *********** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_crypttab_key_file": null }, "changed": false } TASK [Check VDO] *************************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:95 Sunday 23 June 2024 09:37:27 +0000 (0:00:00.015) 0:02:58.730 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-members-vdo.yml for sut TASK [Validate pool member VDO settings] *************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-members-vdo.yml:2 Sunday 23 June 2024 09:37:27 +0000 (0:00:00.029) 0:02:58.759 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-member-vdo.yml for sut => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'ext2', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test1', 'raid_level': None, 'size': '9g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/foo-test1', '_raw_device': '/dev/mapper/foo-test1', '_mount_id': 'UUID=b2bc5776-c08e-4894-b2c9-abc74990aa73', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}) TASK [Get information about VDO deduplication] ********************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-member-vdo.yml:8 Sunday 23 June 2024 09:37:27 +0000 (0:00:00.024) 0:02:58.784 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-member-vdo.yml:15 Sunday 23 June 2024 09:37:27 +0000 (0:00:00.014) 0:02:58.799 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-member-vdo.yml:21 Sunday 23 June 2024 09:37:27 +0000 (0:00:00.012) 0:02:58.812 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-member-vdo.yml:27 Sunday 23 June 2024 09:37:27 +0000 (0:00:00.012) 0:02:58.824 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-member-vdo.yml:34 Sunday 23 June 2024 09:37:27 +0000 (0:00:00.013) 0:02:58.837 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-member-vdo.yml:40 Sunday 23 June 2024 09:37:27 +0000 (0:00:00.013) 0:02:58.851 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-member-vdo.yml:46 Sunday 23 June 2024 09:37:27 +0000 (0:00:00.012) 0:02:58.864 *********** ok: [sut] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Check Stratis] *********************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:98 Sunday 23 June 2024 09:37:27 +0000 (0:00:00.015) 0:02:58.879 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-stratis.yml for sut TASK [Run 'stratis report'] **************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-stratis.yml:6 Sunday 23 June 2024 09:37:27 +0000 (0:00:00.030) 0:02:58.910 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Get information about Stratis] ******************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-stratis.yml:11 Sunday 23 June 2024 09:37:27 +0000 (0:00:00.013) 0:02:58.923 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Verify that the pools was created] *************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-stratis.yml:15 Sunday 23 June 2024 09:37:27 +0000 (0:00:00.012) 0:02:58.935 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Verify that encryption is correctly set] ********************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-stratis.yml:25 Sunday 23 June 2024 09:37:27 +0000 (0:00:00.110) 0:02:59.046 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Verify that Clevis/Tang encryption is correctly set] ********************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-stratis.yml:34 Sunday 23 June 2024 09:37:27 +0000 (0:00:00.015) 0:02:59.061 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-stratis.yml:44 Sunday 23 June 2024 09:37:27 +0000 (0:00:00.013) 0:02:59.075 *********** ok: [sut] => { "ansible_facts": { "storage_test_stratis_report": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:101 Sunday 23 June 2024 09:37:27 +0000 (0:00:00.015) 0:02:59.091 *********** 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-weekly-ciqd5hl47i/tests/test-verify-pool-volumes.yml:3 Sunday 23 June 2024 09:37:27 +0000 (0:00:00.014) 0:02:59.105 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume.yml for sut => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'ext2', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test1', 'raid_level': None, 'size': '9g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/foo-test1', '_raw_device': '/dev/mapper/foo-test1', '_mount_id': 'UUID=b2bc5776-c08e-4894-b2c9-abc74990aa73', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}) TASK [Set storage volume test variables] *************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume.yml:2 Sunday 23 June 2024 09:37:27 +0000 (0:00:00.024) 0:02:59.129 *********** ok: [sut] => { "ansible_facts": { "_storage_test_volume_present": true, "_storage_volume_tests": [ "mount", "fstab", "fs", "device", "encryption", "md", "size", "cache" ] }, "changed": false } TASK [Run test verify for {{ storage_test_volume_subset }}] ******************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume.yml:19 Sunday 23 June 2024 09:37:27 +0000 (0:00:00.019) 0:02:59.149 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-mount.yml for sut => (item=mount) included: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-fstab.yml for sut => (item=fstab) included: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-fs.yml for sut => (item=fs) included: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-device.yml for sut => (item=device) included: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml for sut => (item=encryption) included: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-md.yml for sut => (item=md) included: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml for sut => (item=size) included: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-cache.yml for sut => (item=cache) TASK [Get expected mount device based on device type] ************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-mount.yml:7 Sunday 23 June 2024 09:37:27 +0000 (0:00:00.054) 0:02:59.203 *********** ok: [sut] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/foo-test1" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-mount.yml:11 Sunday 23 June 2024 09:37:27 +0000 (0:00:00.020) 0:02:59.224 *********** ok: [sut] => { "ansible_facts": { "storage_test_mount_expected_mount_point": "/opt/test1", "storage_test_swap_expected_matches": "0" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-mount.yml:19 Sunday 23 June 2024 09:37:27 +0000 (0:00:00.020) 0:02:59.245 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and (storage_test_volume.mount_user or storage_test_volume.mount_group or storage_test_volume.mount_mode)", "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-mount.yml:28 Sunday 23 June 2024 09:37:27 +0000 (0:00:00.014) 0:02:59.259 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-mount.yml:36 Sunday 23 June 2024 09:37:27 +0000 (0:00:00.018) 0:02:59.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-weekly-ciqd5hl47i/tests/test-verify-volume-mount.yml:42 Sunday 23 June 2024 09:37:27 +0000 (0:00:00.015) 0:02:59.293 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_group", "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-mount.yml:48 Sunday 23 June 2024 09:37:27 +0000 (0:00:00.013) 0:02:59.307 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_mode", "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-mount.yml:57 Sunday 23 June 2024 09:37:27 +0000 (0:00:00.013) 0:02:59.321 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-mount.yml:63 Sunday 23 June 2024 09:37:27 +0000 (0:00:00.015) 0:02:59.337 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-mount.yml:69 Sunday 23 June 2024 09:37:27 +0000 (0:00:00.014) 0:02:59.351 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-mount.yml:79 Sunday 23 June 2024 09:37:27 +0000 (0:00:00.015) 0:02:59.367 *********** ok: [sut] => { "ansible_facts": { "storage_test_found_mount_stat": null, "storage_test_mount_expected_mount_point": null, "storage_test_swap_expected_matches": null, "storage_test_swaps": null, "storage_test_sys_node": null }, "changed": false } TASK [Set some variables for fstab checking] *********************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-fstab.yml:2 Sunday 23 June 2024 09:37:27 +0000 (0:00:00.015) 0:02:59.382 *********** ok: [sut] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": "1", "storage_test_fstab_expected_mount_options_matches": "1", "storage_test_fstab_expected_mount_point_matches": "1", "storage_test_fstab_id_matches": [ "UUID=b2bc5776-c08e-4894-b2c9-abc74990aa73 " ], "storage_test_fstab_mount_options_matches": [ " /opt/test1 ext2 defaults " ], "storage_test_fstab_mount_point_matches": [ " /opt/test1 " ] }, "changed": false } TASK [Verify that the device identifier appears in /etc/fstab] ***************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-fstab.yml:17 Sunday 23 June 2024 09:37:27 +0000 (0:00:00.033) 0:02:59.416 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-fstab.yml:24 Sunday 23 June 2024 09:37:28 +0000 (0:00:00.018) 0:02:59.434 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-fstab.yml:33 Sunday 23 June 2024 09:37:28 +0000 (0:00:00.017) 0:02:59.452 *********** skipping: [sut] => { "changed": false, "false_condition": "__storage_verify_mount_options | d(false)", "skip_reason": "Conditional result was False" } TASK [Clean up variables] ****************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-fstab.yml:45 Sunday 23 June 2024 09:37:28 +0000 (0:00:00.014) 0:02:59.467 *********** ok: [sut] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": null, "storage_test_fstab_expected_mount_options_matches": null, "storage_test_fstab_expected_mount_point_matches": null, "storage_test_fstab_id_matches": null, "storage_test_fstab_mount_options_matches": null, "storage_test_fstab_mount_point_matches": null }, "changed": false } TASK [Verify fs type] ********************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-fs.yml:6 Sunday 23 June 2024 09:37:28 +0000 (0:00:00.016) 0:02:59.483 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-fs.yml:14 Sunday 23 June 2024 09:37:28 +0000 (0:00:00.020) 0:02:59.504 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-device.yml:3 Sunday 23 June 2024 09:37:28 +0000 (0:00:00.018) 0:02:59.522 *********** ok: [sut] => { "changed": false, "stat": { "atime": 1719135440.3388977, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1719135440.3388977, "dev": 6, "device_type": 64768, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 782, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/symlink", "mode": "0660", "mtime": 1719135440.3388977, "nlink": 1, "path": "/dev/mapper/foo-test1", "pw_name": "root", "readable": true, "rgrp": true, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": null, "wgrp": true, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-device.yml:9 Sunday 23 June 2024 09:37:28 +0000 (0:00:00.225) 0:02:59.747 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-device.yml:16 Sunday 23 June 2024 09:37:28 +0000 (0:00:00.017) 0:02:59.765 *********** skipping: [sut] => { "changed": false, "false_condition": "not (_storage_test_volume_present or storage_test_volume.type == 'disk')", "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-device.yml:23 Sunday 23 June 2024 09:37:28 +0000 (0:00:00.013) 0:02:59.778 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-device.yml:29 Sunday 23 June 2024 09:37:28 +0000 (0:00:00.018) 0:02:59.797 *********** ok: [sut] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-device.yml:33 Sunday 23 June 2024 09:37:28 +0000 (0:00:00.014) 0:02:59.812 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == \"raid\"", "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-device.yml:38 Sunday 23 June 2024 09:37:28 +0000 (0:00:00.012) 0:02:59.824 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:3 Sunday 23 June 2024 09:37:28 +0000 (0:00:00.016) 0:02:59.840 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:10 Sunday 23 June 2024 09:37:28 +0000 (0:00:00.012) 0:02:59.853 *********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: cryptsetup TASK [Collect LUKS info for this volume] *************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:16 Sunday 23 June 2024 09:37:29 +0000 (0:00:01.406) 0:03:01.260 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:22 Sunday 23 June 2024 09:37:29 +0000 (0:00:00.016) 0:03:01.276 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Verify that the raw device is the same as the device if not encrypted] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:29 Sunday 23 June 2024 09:37:29 +0000 (0:00:00.014) 0:03:01.291 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:40 Sunday 23 June 2024 09:37:29 +0000 (0:00:00.019) 0:03:01.310 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:46 Sunday 23 June 2024 09:37:29 +0000 (0:00:00.014) 0:03:01.324 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:51 Sunday 23 June 2024 09:37:29 +0000 (0:00:00.014) 0:03:01.339 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:63 Sunday 23 June 2024 09:37:29 +0000 (0:00:00.016) 0:03:01.355 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:75 Sunday 23 June 2024 09:37:29 +0000 (0:00:00.016) 0:03:01.372 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:87 Sunday 23 June 2024 09:37:29 +0000 (0:00:00.016) 0:03:01.388 *********** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [], "_storage_test_expected_crypttab_entries": "0", "_storage_test_expected_crypttab_key_file": "-" }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:93 Sunday 23 June 2024 09:37:29 +0000 (0:00:00.020) 0:03:01.409 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:100 Sunday 23 June 2024 09:37:30 +0000 (0:00:00.018) 0:03:01.428 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:108 Sunday 23 June 2024 09:37:30 +0000 (0:00:00.017) 0:03:01.445 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:116 Sunday 23 June 2024 09:37:30 +0000 (0:00:00.014) 0:03:01.460 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:124 Sunday 23 June 2024 09:37:30 +0000 (0:00:00.017) 0:03:01.477 *********** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_expected_crypttab_entries": null, "_storage_test_expected_crypttab_key_file": null }, "changed": false } TASK [Get information about RAID] ********************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-md.yml:8 Sunday 23 June 2024 09:37:30 +0000 (0:00:00.015) 0:03:01.492 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-md.yml:14 Sunday 23 June 2024 09:37:30 +0000 (0:00:00.013) 0:03:01.506 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-md.yml:19 Sunday 23 June 2024 09:37:30 +0000 (0:00:00.012) 0:03:01.518 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-md.yml:24 Sunday 23 June 2024 09:37:30 +0000 (0:00:00.013) 0:03:01.531 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-md.yml:29 Sunday 23 June 2024 09:37:30 +0000 (0:00:00.012) 0:03:01.544 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-md.yml:37 Sunday 23 June 2024 09:37:30 +0000 (0:00:00.014) 0:03:01.558 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-md.yml:46 Sunday 23 June 2024 09:37:30 +0000 (0:00:00.013) 0:03:01.572 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-md.yml:54 Sunday 23 June 2024 09:37:30 +0000 (0:00:00.013) 0:03:01.585 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-md.yml:62 Sunday 23 June 2024 09:37:30 +0000 (0:00:00.013) 0:03:01.599 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-md.yml:70 Sunday 23 June 2024 09:37:30 +0000 (0:00:00.013) 0:03:01.613 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:3 Sunday 23 June 2024 09:37:30 +0000 (0:00:00.012) 0:03:01.625 *********** ok: [sut] => { "bytes": 9663676416, "changed": false, "lvm": "9g", "parted": "9GiB", "size": "9 GiB" } TASK [Parse the requested size of the volume] ********************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:11 Sunday 23 June 2024 09:37:30 +0000 (0:00:00.223) 0:03:01.849 *********** ok: [sut] => { "bytes": 9663676416, "changed": false, "lvm": "9g", "parted": "9GiB", "size": "9 GiB" } TASK [Establish base value for expected size] ********************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:20 Sunday 23 June 2024 09:37:30 +0000 (0:00:00.223) 0:03:02.072 *********** ok: [sut] => { "ansible_facts": { "storage_test_expected_size": "9663676416" }, "changed": false } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:28 Sunday 23 June 2024 09:37:30 +0000 (0:00:00.020) 0:03:02.093 *********** ok: [sut] => { "storage_test_expected_size": "9663676416" } TASK [Get the size of parent/pool device] ************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:32 Sunday 23 June 2024 09:37:30 +0000 (0:00:00.016) 0:03:02.109 *********** ok: [sut] => { "bytes": 10726680821, "changed": false, "lvm": "9g", "parted": "9GiB", "size": "9 GiB" } TASK [Show test pool] ********************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:46 Sunday 23 June 2024 09:37:30 +0000 (0:00:00.220) 0:03:02.329 *********** skipping: [sut] => { "false_condition": "'%' in storage_test_volume.size | string" } TASK [Show test blockinfo] ***************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:50 Sunday 23 June 2024 09:37:30 +0000 (0:00:00.015) 0:03:02.345 *********** skipping: [sut] => { "false_condition": "'%' in storage_test_volume.size | string" } TASK [Show test pool size] ***************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:54 Sunday 23 June 2024 09:37:30 +0000 (0:00:00.017) 0:03:02.363 *********** 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-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:58 Sunday 23 June 2024 09:37:30 +0000 (0:00:00.016) 0:03:02.380 *********** 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-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:67 Sunday 23 June 2024 09:37:30 +0000 (0:00:00.015) 0:03:02.395 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:71 Sunday 23 June 2024 09:37:30 +0000 (0:00:00.012) 0:03:02.408 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:76 Sunday 23 June 2024 09:37:31 +0000 (0:00:00.012) 0:03:02.421 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:82 Sunday 23 June 2024 09:37:31 +0000 (0:00:00.012) 0:03:02.433 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:86 Sunday 23 June 2024 09:37:31 +0000 (0:00:00.014) 0:03:02.448 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:91 Sunday 23 June 2024 09:37:31 +0000 (0:00:00.014) 0:03:02.462 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:96 Sunday 23 June 2024 09:37:31 +0000 (0:00:00.014) 0:03:02.476 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:101 Sunday 23 June 2024 09:37:31 +0000 (0:00:00.013) 0:03:02.490 *********** skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Show volume thin pool size] ********************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:105 Sunday 23 June 2024 09:37:31 +0000 (0:00:00.012) 0:03:02.502 *********** skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:109 Sunday 23 June 2024 09:37:31 +0000 (0:00:00.011) 0:03:02.514 *********** skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Establish base value for expected thin pool size] ************************ task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:113 Sunday 23 June 2024 09:37:31 +0000 (0:00:00.013) 0:03:02.528 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:120 Sunday 23 June 2024 09:37:31 +0000 (0:00:00.013) 0:03:02.542 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:127 Sunday 23 June 2024 09:37:31 +0000 (0:00:00.012) 0:03:02.554 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:131 Sunday 23 June 2024 09:37:31 +0000 (0:00:00.012) 0:03:02.567 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:137 Sunday 23 June 2024 09:37:31 +0000 (0:00:00.012) 0:03:02.579 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:143 Sunday 23 June 2024 09:37:31 +0000 (0:00:00.012) 0:03:02.592 *********** ok: [sut] => { "storage_test_actual_size": { "bytes": 9663676416, "changed": false, "failed": false, "lvm": "9g", "parted": "9GiB", "size": "9 GiB" } } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:147 Sunday 23 June 2024 09:37:31 +0000 (0:00:00.016) 0:03:02.609 *********** ok: [sut] => { "storage_test_expected_size": "9663676416" } TASK [Assert expected size is actual size] ************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:151 Sunday 23 June 2024 09:37:31 +0000 (0:00:00.015) 0:03:02.624 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-cache.yml:5 Sunday 23 June 2024 09:37:31 +0000 (0:00:00.021) 0:03:02.646 *********** ok: [sut] => { "changed": false, "cmd": [ "lvs", "--noheadings", "--nameprefixes", "--units=b", "--nosuffix", "--unquoted", "-o", "name,attr,cache_total_blocks,chunk_size,segtype", "foo/test1" ], "delta": "0:00:00.041922", "end": "2024-06-23 09:37:31.462286", "rc": 0, "start": "2024-06-23 09:37:31.420364" } STDOUT: LVM2_LV_NAME=test1 LVM2_LV_ATTR=-wi-ao---- LVM2_CACHE_TOTAL_BLOCKS= LVM2_CHUNK_SIZE=0 LVM2_SEGTYPE=linear TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-cache.yml:13 Sunday 23 June 2024 09:37:31 +0000 (0:00:00.259) 0:03:02.905 *********** ok: [sut] => { "ansible_facts": { "storage_test_lv_segtype": [ "linear" ] }, "changed": false } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-cache.yml:17 Sunday 23 June 2024 09:37:31 +0000 (0:00:00.017) 0:03:02.922 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set LV cache size] ******************************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-cache.yml:24 Sunday 23 June 2024 09:37:31 +0000 (0:00:00.016) 0:03:02.939 *********** 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-weekly-ciqd5hl47i/tests/test-verify-volume-cache.yml:31 Sunday 23 June 2024 09:37:31 +0000 (0:00:00.015) 0:03:02.954 *********** 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-weekly-ciqd5hl47i/tests/test-verify-volume-cache.yml:37 Sunday 23 June 2024 09:37:31 +0000 (0:00:00.014) 0:03:02.969 *********** 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-weekly-ciqd5hl47i/tests/test-verify-volume-cache.yml:42 Sunday 23 June 2024 09:37:31 +0000 (0:00:00.015) 0:03:02.984 *********** 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-weekly-ciqd5hl47i/tests/test-verify-volume.yml:25 Sunday 23 June 2024 09:37:31 +0000 (0:00:00.014) 0:03:02.999 *********** 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-weekly-ciqd5hl47i/tests/verify-role-results.yml:44 Sunday 23 June 2024 09:37:31 +0000 (0:00:00.013) 0:03:03.013 *********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Clean up variable namespace] ********************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-role-results.yml:54 Sunday 23 June 2024 09:37:31 +0000 (0:00:00.010) 0:03:03.023 *********** ok: [sut] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } TASK [Change volume size to 5g] ************************************************ task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/tests_resize.yml:285 Sunday 23 June 2024 09:37:31 +0000 (0:00:00.015) 0:03:03.039 *********** TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Sunday 23 June 2024 09:37:31 +0000 (0:00:00.058) 0:03:03.097 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Sunday 23 June 2024 09:37:31 +0000 (0:00:00.118) 0:03:03.216 *********** skipping: [sut] => { "changed": false, "false_condition": "__storage_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Sunday 23 June 2024 09:37:31 +0000 (0:00:00.018) 0:03:03.235 *********** 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" } ok: [sut] => (item=Fedora.yml) => { "ansible_facts": { "_storage_copr_packages": [ { "packages": [ "vdo", "kmod-vdo" ], "repository": "rhawalsh/dm-vdo" } ], "_storage_copr_support_packages": [ "dnf-plugins-core" ], "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "stratisd", "stratis-cli" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/Fedora.yml" ], "ansible_loop_var": "item", "changed": false, "item": "Fedora.yml" } skipping: [sut] => (item=Fedora_40.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "Fedora_40.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora_40.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "Fedora_40.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Sunday 23 June 2024 09:37:31 +0000 (0:00:00.033) 0:03:03.268 *********** skipping: [sut] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Sunday 23 June 2024 09:37:31 +0000 (0:00:00.017) 0:03:03.286 *********** skipping: [sut] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Sunday 23 June 2024 09:37:31 +0000 (0:00:00.019) 0:03:03.306 *********** ok: [sut] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Sunday 23 June 2024 09:37:31 +0000 (0:00:00.016) 0:03:03.322 *********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Sunday 23 June 2024 09:37:31 +0000 (0:00:00.014) 0:03:03.337 *********** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for sut TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Sunday 23 June 2024 09:37:31 +0000 (0:00:00.031) 0:03:03.369 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"blivet_available\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Sunday 23 June 2024 09:37:31 +0000 (0:00:00.019) 0:03:03.388 *********** ok: [sut] => { "storage_pools": [ { "disks": [ "sda" ], "name": "foo", "type": "lvm", "volumes": [ { "fs_type": "ext2", "mount_point": "/opt/test1", "name": "test1", "size": "5g" } ] } ] } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Sunday 23 June 2024 09:37:31 +0000 (0:00:00.020) 0:03:03.409 *********** ok: [sut] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined. 'storage_volumes' is undefined" } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Sunday 23 June 2024 09:37:32 +0000 (0:00:00.016) 0:03:03.425 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Sunday 23 June 2024 09:37:32 +0000 (0:00:00.016) 0:03:03.442 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Sunday 23 June 2024 09:37:32 +0000 (0:00:00.017) 0:03:03.459 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Sunday 23 June 2024 09:37:32 +0000 (0:00:00.017) 0:03:03.477 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"service_facts\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Sunday 23 June 2024 09:37:32 +0000 (0:00:00.019) 0:03:03.497 *********** ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Sunday 23 June 2024 09:37:32 +0000 (0:00:00.030) 0:03:03.528 *********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Sunday 23 June 2024 09:37:32 +0000 (0:00:00.011) 0:03:03.539 *********** changed: [sut] => { "actions": [ { "action": "resize format", "device": "/dev/mapper/foo-test1", "fs_type": "ext2" }, { "action": "resize device", "device": "/dev/mapper/foo-test1", "fs_type": null } ], "changed": true, "crypts": [], "leaves": [ "/dev/mapper/foo-test1", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/xvda2", "/dev/zram0" ], "mounts": [ { "dump": 0, "fstype": "ext2", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "UUID=b2bc5776-c08e-4894-b2c9-abc74990aa73", "state": "mounted" } ], "packages": [ "e2fsprogs", "lvm2" ], "pools": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "UUID=b2bc5776-c08e-4894-b2c9-abc74990aa73", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext2", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "5g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Sunday 23 June 2024 09:37:35 +0000 (0:00:03.073) 0:03:06.613 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_udevadm_trigger | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Sunday 23 June 2024 09:37:35 +0000 (0:00:00.014) 0:03:06.627 *********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:101 Sunday 23 June 2024 09:37:35 +0000 (0:00:00.013) 0:03:06.641 *********** ok: [sut] => { "blivet_output": { "actions": [ { "action": "resize format", "device": "/dev/mapper/foo-test1", "fs_type": "ext2" }, { "action": "resize device", "device": "/dev/mapper/foo-test1", "fs_type": null } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/mapper/foo-test1", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/xvda2", "/dev/zram0" ], "mounts": [ { "dump": 0, "fstype": "ext2", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "UUID=b2bc5776-c08e-4894-b2c9-abc74990aa73", "state": "mounted" } ], "packages": [ "e2fsprogs", "lvm2" ], "pools": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "UUID=b2bc5776-c08e-4894-b2c9-abc74990aa73", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext2", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "5g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:110 Sunday 23 June 2024 09:37:35 +0000 (0:00:00.020) 0:03:06.662 *********** ok: [sut] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "UUID=b2bc5776-c08e-4894-b2c9-abc74990aa73", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext2", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "5g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] }, "changed": false } TASK [fedora.linux_system_roles.storage : Set the list of volumes for test verification] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:114 Sunday 23 June 2024 09:37:35 +0000 (0:00:00.019) 0:03:06.681 *********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:130 Sunday 23 June 2024 09:37:35 +0000 (0:00:00.017) 0:03:06.698 *********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:141 Sunday 23 June 2024 09:37:35 +0000 (0:00:00.017) 0:03:06.716 *********** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:146 Sunday 23 June 2024 09:37:35 +0000 (0:00:00.695) 0:03:07.411 *********** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount changed: [sut] => (item={'src': 'UUID=b2bc5776-c08e-4894-b2c9-abc74990aa73', 'path': '/opt/test1', 'fstype': 'ext2', 'opts': 'defaults', 'dump': 0, 'passno': 0, 'state': 'mounted', 'owner': None, 'group': None, 'mode': None}) => { "ansible_loop_var": "mount_info", "backup_file": "", "boot": "yes", "changed": true, "dump": "0", "fstab": "/etc/fstab", "fstype": "ext2", "mount_info": { "dump": 0, "fstype": "ext2", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "UUID=b2bc5776-c08e-4894-b2c9-abc74990aa73", "state": "mounted" }, "name": "/opt/test1", "opts": "defaults", "passno": "0", "src": "UUID=b2bc5776-c08e-4894-b2c9-abc74990aa73" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:157 Sunday 23 June 2024 09:37:36 +0000 (0:00:00.255) 0:03:07.667 *********** skipping: [sut] => (item={'src': 'UUID=b2bc5776-c08e-4894-b2c9-abc74990aa73', 'path': '/opt/test1', 'fstype': 'ext2', 'opts': 'defaults', 'dump': 0, 'passno': 0, 'state': 'mounted', 'owner': None, 'group': None, 'mode': None}) => { "ansible_loop_var": "mount_info", "changed": false, "false_condition": "mount_info['owner'] != none or mount_info['group'] != none or mount_info['mode'] != none", "mount_info": { "dump": 0, "fstype": "ext2", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "UUID=b2bc5776-c08e-4894-b2c9-abc74990aa73", "state": "mounted" }, "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:169 Sunday 23 June 2024 09:37:36 +0000 (0:00:00.022) 0:03:07.690 *********** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:177 Sunday 23 June 2024 09:37:36 +0000 (0:00:00.691) 0:03:08.381 *********** ok: [sut] => { "changed": false, "stat": { "atime": 1719135289.8187745, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1718879485.835, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 131081, "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": 1718879088.616, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "4073972972", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:182 Sunday 23 June 2024 09:37:37 +0000 (0:00:00.231) 0:03:08.613 *********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:204 Sunday 23 June 2024 09:37:37 +0000 (0:00:00.014) 0:03:08.627 *********** ok: [sut] TASK [Verify role results] ***************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/tests_resize.yml:299 Sunday 23 June 2024 09:37:39 +0000 (0:00:02.248) 0:03:10.875 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-role-results.yml for sut TASK [Print out pool information] ********************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-role-results.yml:2 Sunday 23 June 2024 09:37:39 +0000 (0:00:00.038) 0:03:10.914 *********** ok: [sut] => { "_storage_pools_list": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "UUID=b2bc5776-c08e-4894-b2c9-abc74990aa73", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext2", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "5g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] } TASK [Print out volume information] ******************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-role-results.yml:7 Sunday 23 June 2024 09:37:39 +0000 (0:00:00.021) 0:03:10.935 *********** skipping: [sut] => { "false_condition": "_storage_volumes_list | length > 0" } TASK [Collect info about the volumes.] ***************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-role-results.yml:15 Sunday 23 June 2024 09:37:39 +0000 (0:00:00.015) 0:03:10.951 *********** ok: [sut] => { "changed": false, "info": { "/dev/mapper/foo-test1": { "fstype": "ext2", "label": "", "mountpoint": "/opt/test1", "name": "/dev/mapper/foo-test1", "size": "5G", "type": "lvm", "uuid": "b2bc5776-c08e-4894-b2c9-abc74990aa73" }, "/dev/sda": { "fstype": "LVM2_member", "label": "", "mountpoint": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "qtJ1aQ-1PJL-GzsX-UzdV-HWKy-GMU8-5VfnO7" }, "/dev/sdb": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdc": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdc", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdd": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdd", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sde": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sde", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdf": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdf", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdg": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdg", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdh": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdh", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdi": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdi", "size": "10G", "type": "disk", "uuid": "" }, "/dev/xvda": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/xvda", "size": "250G", "type": "disk", "uuid": "" }, "/dev/xvda1": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/xvda1", "size": "1M", "type": "partition", "uuid": "" }, "/dev/xvda2": { "fstype": "ext4", "label": "", "mountpoint": "/", "name": "/dev/xvda2", "size": "250G", "type": "partition", "uuid": "d41e114e-2033-4553-824b-87c952ea3ae7" }, "/dev/zram0": { "fstype": "", "label": "", "mountpoint": "[SWAP]", "name": "/dev/zram0", "size": "3.6G", "type": "disk", "uuid": "" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-role-results.yml:20 Sunday 23 June 2024 09:37:39 +0000 (0:00:00.231) 0:03:11.182 *********** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.003269", "end": "2024-06-23 09:37:39.963206", "rc": 0, "start": "2024-06-23 09:37:39.959937" } STDOUT: # # /etc/fstab # Created by anaconda on Thu Jun 20 10:24:48 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=d41e114e-2033-4553-824b-87c952ea3ae7 / ext4 defaults 1 1 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat /mnt/redhat nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/qa /mnt/qa nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive /mnt/engarchive nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/tpsdist /mnt/tpsdist nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot /mnt/brew nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch /mnt/brew_scratch nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 UUID=b2bc5776-c08e-4894-b2c9-abc74990aa73 /opt/test1 ext2 defaults 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-role-results.yml:25 Sunday 23 June 2024 09:37:39 +0000 (0:00:00.225) 0:03:11.407 *********** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.003360", "end": "2024-06-23 09:37:40.190576", "failed_when_result": false, "rc": 0, "start": "2024-06-23 09:37:40.187216" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-role-results.yml:34 Sunday 23 June 2024 09:37:40 +0000 (0:00:00.225) 0:03:11.632 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool.yml for sut => (item={'disks': ['sda'], 'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'encryption_clevis_pin': None, 'encryption_tang_url': None, 'encryption_tang_thumbprint': None, 'grow_to_fill': False, 'name': 'foo', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_metadata_version': None, 'raid_chunk_size': None, 'shared': False, 'state': 'present', 'type': 'lvm', 'volumes': [{'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'ext2', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test1', 'raid_level': None, 'size': '5g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/foo-test1', '_raw_device': '/dev/mapper/foo-test1', '_mount_id': 'UUID=b2bc5776-c08e-4894-b2c9-abc74990aa73', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}]}) TASK [Set _storage_pool_tests] ************************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool.yml:5 Sunday 23 June 2024 09:37:40 +0000 (0:00:00.032) 0:03:11.665 *********** ok: [sut] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool.yml:18 Sunday 23 June 2024 09:37:40 +0000 (0:00:00.014) 0:03:11.679 *********** ok: [sut] => { "changed": false, "cmd": [ "vgs", "--noheadings", "--binary", "-o", "shared", "foo" ], "delta": "0:00:00.034358", "end": "2024-06-23 09:37:40.490281", "rc": 0, "start": "2024-06-23 09:37:40.455923" } STDOUT: 0 TASK [Verify that VG shared value checks out] ********************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool.yml:24 Sunday 23 June 2024 09:37:40 +0000 (0:00:00.253) 0:03:11.932 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify pool subset] ****************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool.yml:34 Sunday 23 June 2024 09:37:40 +0000 (0:00:00.019) 0:03:11.952 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml for sut => (item=members) included: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-volumes.yml for sut => (item=volumes) TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:2 Sunday 23 June 2024 09:37:40 +0000 (0:00:00.029) 0:03:11.981 *********** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_count": "1", "_storage_test_pool_pvs_lvm": [ "/dev/sda" ] }, "changed": false } TASK [Get the canonical device path for each member device] ******************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:8 Sunday 23 June 2024 09:37:40 +0000 (0:00:00.025) 0:03:12.007 *********** ok: [sut] => (item=/dev/sda) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/sda", "pv": "/dev/sda" } TASK [Set pvs lvm length] ****************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:17 Sunday 23 June 2024 09:37:40 +0000 (0:00:00.215) 0:03:12.222 *********** ok: [sut] => { "ansible_facts": { "__pvs_lvm_len": "1" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:22 Sunday 23 June 2024 09:37:40 +0000 (0:00:00.017) 0:03:12.240 *********** ok: [sut] => { "ansible_facts": { "_storage_test_pool_pvs": [ "/dev/sda" ] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:27 Sunday 23 June 2024 09:37:40 +0000 (0:00:00.020) 0:03:12.260 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:36 Sunday 23 June 2024 09:37:40 +0000 (0:00:00.021) 0:03:12.282 *********** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:41 Sunday 23 June 2024 09:37:40 +0000 (0:00:00.017) 0:03:12.300 *********** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:46 Sunday 23 June 2024 09:37:40 +0000 (0:00:00.018) 0:03:12.318 *********** 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-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:51 Sunday 23 June 2024 09:37:40 +0000 (0:00:00.013) 0:03:12.332 *********** ok: [sut] => (item=/dev/sda) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/sda" } MSG: All assertions passed TASK [Check that blivet supports PV grow to fill] ****************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:64 Sunday 23 June 2024 09:37:40 +0000 (0:00:00.020) 0:03:12.353 *********** ok: [sut] => { "changed": false, "rc": 0 } STDOUT: True STDERR: Shared connection to 10.31.46.68 closed. TASK [Verify that PVs fill the whole devices when they should] ***************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:73 Sunday 23 June 2024 09:37:41 +0000 (0:00:00.385) 0:03:12.738 *********** skipping: [sut] => (item=/dev/sda) => { "ansible_loop_var": "st_pool_pv", "changed": false, "false_condition": "storage_test_pool.grow_to_fill | bool", "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/sda" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [Check MD RAID] *********************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:83 Sunday 23 June 2024 09:37:41 +0000 (0:00:00.021) 0:03:12.759 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-md.yml for sut TASK [Get information about RAID] ********************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-md.yml:8 Sunday 23 June 2024 09:37:41 +0000 (0:00:00.025) 0:03:12.785 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-md.yml:14 Sunday 23 June 2024 09:37:41 +0000 (0:00:00.014) 0:03:12.799 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-md.yml:19 Sunday 23 June 2024 09:37:41 +0000 (0:00:00.014) 0:03:12.814 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-md.yml:24 Sunday 23 June 2024 09:37:41 +0000 (0:00:00.018) 0:03:12.832 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-md.yml:29 Sunday 23 June 2024 09:37:41 +0000 (0:00:00.014) 0:03:12.847 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-md.yml:37 Sunday 23 June 2024 09:37:41 +0000 (0:00:00.014) 0:03:12.861 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-md.yml:46 Sunday 23 June 2024 09:37:41 +0000 (0:00:00.016) 0:03:12.877 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-md.yml:55 Sunday 23 June 2024 09:37:41 +0000 (0:00:00.014) 0:03:12.892 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-md.yml:64 Sunday 23 June 2024 09:37:41 +0000 (0:00:00.013) 0:03:12.905 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-md.yml:74 Sunday 23 June 2024 09:37:41 +0000 (0:00:00.014) 0:03:12.920 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-md.yml:83 Sunday 23 June 2024 09:37:41 +0000 (0:00:00.014) 0:03:12.934 *********** 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-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:86 Sunday 23 June 2024 09:37:41 +0000 (0:00:00.015) 0:03:12.949 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-members-lvmraid.yml for sut TASK [Validate pool member LVM RAID settings] ********************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-members-lvmraid.yml:2 Sunday 23 June 2024 09:37:41 +0000 (0:00:00.026) 0:03:12.976 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-member-lvmraid.yml for sut => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'ext2', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test1', 'raid_level': None, 'size': '5g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/foo-test1', '_raw_device': '/dev/mapper/foo-test1', '_mount_id': 'UUID=b2bc5776-c08e-4894-b2c9-abc74990aa73', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}) TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-member-lvmraid.yml:8 Sunday 23 June 2024 09:37:41 +0000 (0:00:00.027) 0:03:13.004 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-member-lvmraid.yml:16 Sunday 23 June 2024 09:37:41 +0000 (0:00:00.017) 0:03:13.021 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-member-lvmraid.yml:20 Sunday 23 June 2024 09:37:41 +0000 (0:00:00.017) 0:03:13.038 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-member-lvmraid.yml:27 Sunday 23 June 2024 09:37:41 +0000 (0:00:00.017) 0:03:13.056 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-member-lvmraid.yml:31 Sunday 23 June 2024 09:37:41 +0000 (0:00:00.026) 0:03:13.083 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-member-lvmraid.yml:37 Sunday 23 June 2024 09:37:41 +0000 (0:00:00.018) 0:03:13.102 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-member-lvmraid.yml:42 Sunday 23 June 2024 09:37:41 +0000 (0:00:00.017) 0:03:13.119 *********** 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-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:89 Sunday 23 June 2024 09:37:41 +0000 (0:00:00.019) 0:03:13.138 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-members-thin.yml for sut TASK [Validate pool member thinpool settings] ********************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-members-thin.yml:2 Sunday 23 June 2024 09:37:41 +0000 (0:00:00.027) 0:03:13.165 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-member-thin.yml for sut => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'ext2', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test1', 'raid_level': None, 'size': '5g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/foo-test1', '_raw_device': '/dev/mapper/foo-test1', '_mount_id': 'UUID=b2bc5776-c08e-4894-b2c9-abc74990aa73', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}) TASK [Get information about thinpool] ****************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-member-thin.yml:8 Sunday 23 June 2024 09:37:41 +0000 (0:00:00.125) 0:03:13.291 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-member-thin.yml:16 Sunday 23 June 2024 09:37:41 +0000 (0:00:00.014) 0:03:13.305 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-member-thin.yml:22 Sunday 23 June 2024 09:37:41 +0000 (0:00:00.013) 0:03:13.318 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-member-thin.yml:26 Sunday 23 June 2024 09:37:41 +0000 (0:00:00.014) 0:03:13.333 *********** ok: [sut] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Check member encryption] ************************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:92 Sunday 23 June 2024 09:37:41 +0000 (0:00:00.015) 0:03:13.348 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-members-encryption.yml for sut TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-members-encryption.yml:5 Sunday 23 June 2024 09:37:41 +0000 (0:00:00.029) 0:03:13.377 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-members-encryption.yml:10 Sunday 23 June 2024 09:37:41 +0000 (0:00:00.017) 0:03:13.395 *********** skipping: [sut] => (item=/dev/sda) => { "_storage_test_pool_member_path": "/dev/sda", "ansible_loop_var": "_storage_test_pool_member_path", "changed": false, "false_condition": "storage_test_pool.type == 'lvm' and storage_test_pool.encryption", "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [Validate pool member crypttab entries] *********************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-members-encryption.yml:17 Sunday 23 June 2024 09:37:41 +0000 (0:00:00.017) 0:03:13.412 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-member-crypttab.yml for sut => (item=/dev/sda) TASK [Set variables used by tests] ********************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-member-crypttab.yml:2 Sunday 23 June 2024 09:37:42 +0000 (0:00:00.023) 0:03:13.436 *********** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-member-crypttab.yml:6 Sunday 23 June 2024 09:37:42 +0000 (0:00:00.019) 0:03:13.455 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-member-crypttab.yml:14 Sunday 23 June 2024 09:37:42 +0000 (0:00:00.018) 0:03:13.474 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-member-crypttab.yml:23 Sunday 23 June 2024 09:37:42 +0000 (0:00:00.013) 0:03:13.487 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-member-crypttab.yml:32 Sunday 23 June 2024 09:37:42 +0000 (0:00:00.013) 0:03:13.501 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-member-crypttab.yml:41 Sunday 23 June 2024 09:37:42 +0000 (0:00:00.013) 0:03:13.514 *********** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-members-encryption.yml:24 Sunday 23 June 2024 09:37:42 +0000 (0:00:00.015) 0:03:13.530 *********** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_crypttab_key_file": null }, "changed": false } TASK [Check VDO] *************************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:95 Sunday 23 June 2024 09:37:42 +0000 (0:00:00.014) 0:03:13.544 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-members-vdo.yml for sut TASK [Validate pool member VDO settings] *************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-members-vdo.yml:2 Sunday 23 June 2024 09:37:42 +0000 (0:00:00.028) 0:03:13.573 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-member-vdo.yml for sut => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'ext2', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test1', 'raid_level': None, 'size': '5g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/foo-test1', '_raw_device': '/dev/mapper/foo-test1', '_mount_id': 'UUID=b2bc5776-c08e-4894-b2c9-abc74990aa73', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}) TASK [Get information about VDO deduplication] ********************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-member-vdo.yml:8 Sunday 23 June 2024 09:37:42 +0000 (0:00:00.026) 0:03:13.599 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-member-vdo.yml:15 Sunday 23 June 2024 09:37:42 +0000 (0:00:00.013) 0:03:13.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 on] **************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-member-vdo.yml:21 Sunday 23 June 2024 09:37:42 +0000 (0:00:00.015) 0:03:13.629 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-member-vdo.yml:27 Sunday 23 June 2024 09:37:42 +0000 (0:00:00.014) 0:03:13.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 off] *************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-member-vdo.yml:34 Sunday 23 June 2024 09:37:42 +0000 (0:00:00.014) 0:03:13.658 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-member-vdo.yml:40 Sunday 23 June 2024 09:37:42 +0000 (0:00:00.013) 0:03:13.671 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-member-vdo.yml:46 Sunday 23 June 2024 09:37:42 +0000 (0:00:00.016) 0:03:13.687 *********** ok: [sut] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Check Stratis] *********************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:98 Sunday 23 June 2024 09:37:42 +0000 (0:00:00.015) 0:03:13.703 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-stratis.yml for sut TASK [Run 'stratis report'] **************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-stratis.yml:6 Sunday 23 June 2024 09:37:42 +0000 (0:00:00.030) 0:03:13.733 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Get information about Stratis] ******************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-stratis.yml:11 Sunday 23 June 2024 09:37:42 +0000 (0:00:00.014) 0:03:13.747 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Verify that the pools was created] *************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-stratis.yml:15 Sunday 23 June 2024 09:37:42 +0000 (0:00:00.013) 0:03:13.761 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Verify that encryption is correctly set] ********************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-stratis.yml:25 Sunday 23 June 2024 09:37:42 +0000 (0:00:00.012) 0:03:13.774 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Verify that Clevis/Tang encryption is correctly set] ********************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-stratis.yml:34 Sunday 23 June 2024 09:37:42 +0000 (0:00:00.013) 0:03:13.788 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-stratis.yml:44 Sunday 23 June 2024 09:37:42 +0000 (0:00:00.014) 0:03:13.802 *********** ok: [sut] => { "ansible_facts": { "storage_test_stratis_report": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:101 Sunday 23 June 2024 09:37:42 +0000 (0:00:00.014) 0:03:13.817 *********** 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-weekly-ciqd5hl47i/tests/test-verify-pool-volumes.yml:3 Sunday 23 June 2024 09:37:42 +0000 (0:00:00.015) 0:03:13.832 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume.yml for sut => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'ext2', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test1', 'raid_level': None, 'size': '5g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/foo-test1', '_raw_device': '/dev/mapper/foo-test1', '_mount_id': 'UUID=b2bc5776-c08e-4894-b2c9-abc74990aa73', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}) TASK [Set storage volume test variables] *************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume.yml:2 Sunday 23 June 2024 09:37:42 +0000 (0:00:00.024) 0:03:13.856 *********** ok: [sut] => { "ansible_facts": { "_storage_test_volume_present": true, "_storage_volume_tests": [ "mount", "fstab", "fs", "device", "encryption", "md", "size", "cache" ] }, "changed": false } TASK [Run test verify for {{ storage_test_volume_subset }}] ******************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume.yml:19 Sunday 23 June 2024 09:37:42 +0000 (0:00:00.019) 0:03:13.876 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-mount.yml for sut => (item=mount) included: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-fstab.yml for sut => (item=fstab) included: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-fs.yml for sut => (item=fs) included: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-device.yml for sut => (item=device) included: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml for sut => (item=encryption) included: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-md.yml for sut => (item=md) included: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml for sut => (item=size) included: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-cache.yml for sut => (item=cache) TASK [Get expected mount device based on device type] ************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-mount.yml:7 Sunday 23 June 2024 09:37:42 +0000 (0:00:00.058) 0:03:13.934 *********** ok: [sut] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/foo-test1" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-mount.yml:11 Sunday 23 June 2024 09:37:42 +0000 (0:00:00.021) 0:03:13.956 *********** ok: [sut] => { "ansible_facts": { "storage_test_mount_expected_mount_point": "/opt/test1", "storage_test_swap_expected_matches": "0" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-mount.yml:19 Sunday 23 June 2024 09:37:42 +0000 (0:00:00.023) 0:03:13.979 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and (storage_test_volume.mount_user or storage_test_volume.mount_group or storage_test_volume.mount_mode)", "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-mount.yml:28 Sunday 23 June 2024 09:37:42 +0000 (0:00:00.015) 0:03:13.995 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-mount.yml:36 Sunday 23 June 2024 09:37:42 +0000 (0:00:00.018) 0:03:14.013 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_user", "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-mount.yml:42 Sunday 23 June 2024 09:37:42 +0000 (0:00:00.013) 0:03:14.027 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_group", "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-mount.yml:48 Sunday 23 June 2024 09:37:42 +0000 (0:00:00.012) 0:03:14.040 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_mode", "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-mount.yml:57 Sunday 23 June 2024 09:37:42 +0000 (0:00:00.013) 0:03:14.053 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-mount.yml:63 Sunday 23 June 2024 09:37:42 +0000 (0:00:00.013) 0:03:14.067 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-mount.yml:69 Sunday 23 June 2024 09:37:42 +0000 (0:00:00.015) 0:03:14.083 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-mount.yml:79 Sunday 23 June 2024 09:37:42 +0000 (0:00:00.014) 0:03:14.098 *********** ok: [sut] => { "ansible_facts": { "storage_test_found_mount_stat": null, "storage_test_mount_expected_mount_point": null, "storage_test_swap_expected_matches": null, "storage_test_swaps": null, "storage_test_sys_node": null }, "changed": false } TASK [Set some variables for fstab checking] *********************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-fstab.yml:2 Sunday 23 June 2024 09:37:42 +0000 (0:00:00.016) 0:03:14.115 *********** ok: [sut] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": "1", "storage_test_fstab_expected_mount_options_matches": "1", "storage_test_fstab_expected_mount_point_matches": "1", "storage_test_fstab_id_matches": [ "UUID=b2bc5776-c08e-4894-b2c9-abc74990aa73 " ], "storage_test_fstab_mount_options_matches": [ " /opt/test1 ext2 defaults " ], "storage_test_fstab_mount_point_matches": [ " /opt/test1 " ] }, "changed": false } TASK [Verify that the device identifier appears in /etc/fstab] ***************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-fstab.yml:17 Sunday 23 June 2024 09:37:42 +0000 (0:00:00.033) 0:03:14.148 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-fstab.yml:24 Sunday 23 June 2024 09:37:42 +0000 (0:00:00.019) 0:03:14.168 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-fstab.yml:33 Sunday 23 June 2024 09:37:42 +0000 (0:00:00.017) 0:03:14.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-weekly-ciqd5hl47i/tests/test-verify-volume-fstab.yml:45 Sunday 23 June 2024 09:37:42 +0000 (0:00:00.015) 0:03:14.201 *********** ok: [sut] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": null, "storage_test_fstab_expected_mount_options_matches": null, "storage_test_fstab_expected_mount_point_matches": null, "storage_test_fstab_id_matches": null, "storage_test_fstab_mount_options_matches": null, "storage_test_fstab_mount_point_matches": null }, "changed": false } TASK [Verify fs type] ********************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-fs.yml:6 Sunday 23 June 2024 09:37:42 +0000 (0:00:00.016) 0:03:14.218 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-fs.yml:14 Sunday 23 June 2024 09:37:42 +0000 (0:00:00.020) 0:03:14.238 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-device.yml:3 Sunday 23 June 2024 09:37:42 +0000 (0:00:00.019) 0:03:14.258 *********** ok: [sut] => { "changed": false, "stat": { "atime": 1719135455.0979102, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1719135455.0979102, "dev": 6, "device_type": 64768, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 782, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/symlink", "mode": "0660", "mtime": 1719135455.0979102, "nlink": 1, "path": "/dev/mapper/foo-test1", "pw_name": "root", "readable": true, "rgrp": true, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": null, "wgrp": true, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-device.yml:9 Sunday 23 June 2024 09:37:43 +0000 (0:00:00.227) 0:03:14.486 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-device.yml:16 Sunday 23 June 2024 09:37:43 +0000 (0:00:00.017) 0:03:14.503 *********** skipping: [sut] => { "changed": false, "false_condition": "not (_storage_test_volume_present or storage_test_volume.type == 'disk')", "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-device.yml:23 Sunday 23 June 2024 09:37:43 +0000 (0:00:00.015) 0:03:14.519 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-device.yml:29 Sunday 23 June 2024 09:37:43 +0000 (0:00:00.017) 0:03:14.536 *********** ok: [sut] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-device.yml:33 Sunday 23 June 2024 09:37:43 +0000 (0:00:00.015) 0:03:14.552 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == \"raid\"", "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-device.yml:38 Sunday 23 June 2024 09:37:43 +0000 (0:00:00.014) 0:03:14.566 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:3 Sunday 23 June 2024 09:37:43 +0000 (0:00:00.016) 0:03:14.582 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:10 Sunday 23 June 2024 09:37:43 +0000 (0:00:00.012) 0:03:14.595 *********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: cryptsetup TASK [Collect LUKS info for this volume] *************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:16 Sunday 23 June 2024 09:37:44 +0000 (0:00:01.401) 0:03:15.996 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:22 Sunday 23 June 2024 09:37:44 +0000 (0:00:00.014) 0:03:16.011 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Verify that the raw device is the same as the device if not encrypted] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:29 Sunday 23 June 2024 09:37:44 +0000 (0:00:00.014) 0:03:16.025 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:40 Sunday 23 June 2024 09:37:44 +0000 (0:00:00.019) 0:03:16.045 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:46 Sunday 23 June 2024 09:37:44 +0000 (0:00:00.013) 0:03:16.059 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:51 Sunday 23 June 2024 09:37:44 +0000 (0:00:00.014) 0:03:16.073 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:63 Sunday 23 June 2024 09:37:44 +0000 (0:00:00.017) 0:03:16.090 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:75 Sunday 23 June 2024 09:37:44 +0000 (0:00:00.013) 0:03:16.104 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:87 Sunday 23 June 2024 09:37:44 +0000 (0:00:00.013) 0:03:16.118 *********** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [], "_storage_test_expected_crypttab_entries": "0", "_storage_test_expected_crypttab_key_file": "-" }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:93 Sunday 23 June 2024 09:37:44 +0000 (0:00:00.020) 0:03:16.138 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:100 Sunday 23 June 2024 09:37:44 +0000 (0:00:00.018) 0:03:16.157 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:108 Sunday 23 June 2024 09:37:44 +0000 (0:00:00.014) 0:03:16.171 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:116 Sunday 23 June 2024 09:37:44 +0000 (0:00:00.015) 0:03:16.187 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:124 Sunday 23 June 2024 09:37:44 +0000 (0:00:00.014) 0:03:16.202 *********** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_expected_crypttab_entries": null, "_storage_test_expected_crypttab_key_file": null }, "changed": false } TASK [Get information about RAID] ********************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-md.yml:8 Sunday 23 June 2024 09:37:44 +0000 (0:00:00.015) 0:03:16.217 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-md.yml:14 Sunday 23 June 2024 09:37:44 +0000 (0:00:00.013) 0:03:16.230 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-md.yml:19 Sunday 23 June 2024 09:37:44 +0000 (0:00:00.013) 0:03:16.243 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-md.yml:24 Sunday 23 June 2024 09:37:44 +0000 (0:00:00.012) 0:03:16.256 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-md.yml:29 Sunday 23 June 2024 09:37:44 +0000 (0:00:00.017) 0:03:16.274 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-md.yml:37 Sunday 23 June 2024 09:37:44 +0000 (0:00:00.014) 0:03:16.289 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-md.yml:46 Sunday 23 June 2024 09:37:44 +0000 (0:00:00.014) 0:03:16.303 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-md.yml:54 Sunday 23 June 2024 09:37:44 +0000 (0:00:00.014) 0:03:16.317 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-md.yml:62 Sunday 23 June 2024 09:37:44 +0000 (0:00:00.015) 0:03:16.332 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-md.yml:70 Sunday 23 June 2024 09:37:44 +0000 (0:00:00.013) 0:03:16.346 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:3 Sunday 23 June 2024 09:37:44 +0000 (0:00:00.015) 0:03:16.361 *********** ok: [sut] => { "bytes": 5368709120, "changed": false, "lvm": "5g", "parted": "5GiB", "size": "5 GiB" } TASK [Parse the requested size of the volume] ********************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:11 Sunday 23 June 2024 09:37:45 +0000 (0:00:00.220) 0:03:16.582 *********** ok: [sut] => { "bytes": 5368709120, "changed": false, "lvm": "5g", "parted": "5GiB", "size": "5 GiB" } TASK [Establish base value for expected size] ********************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:20 Sunday 23 June 2024 09:37:45 +0000 (0:00:00.219) 0:03:16.801 *********** ok: [sut] => { "ansible_facts": { "storage_test_expected_size": "5368709120" }, "changed": false } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:28 Sunday 23 June 2024 09:37:45 +0000 (0:00:00.019) 0:03:16.820 *********** ok: [sut] => { "storage_test_expected_size": "5368709120" } TASK [Get the size of parent/pool device] ************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:32 Sunday 23 June 2024 09:37:45 +0000 (0:00:00.015) 0:03:16.836 *********** ok: [sut] => { "bytes": 10726680821, "changed": false, "lvm": "9g", "parted": "9GiB", "size": "9 GiB" } TASK [Show test pool] ********************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:46 Sunday 23 June 2024 09:37:45 +0000 (0:00:00.227) 0:03:17.063 *********** skipping: [sut] => { "false_condition": "'%' in storage_test_volume.size | string" } TASK [Show test blockinfo] ***************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:50 Sunday 23 June 2024 09:37:45 +0000 (0:00:00.018) 0:03:17.081 *********** skipping: [sut] => { "false_condition": "'%' in storage_test_volume.size | string" } TASK [Show test pool size] ***************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:54 Sunday 23 June 2024 09:37:45 +0000 (0:00:00.018) 0:03:17.099 *********** 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-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:58 Sunday 23 June 2024 09:37:45 +0000 (0:00:00.017) 0:03:17.117 *********** 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-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:67 Sunday 23 June 2024 09:37:45 +0000 (0:00:00.017) 0:03:17.134 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:71 Sunday 23 June 2024 09:37:45 +0000 (0:00:00.014) 0:03:17.149 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:76 Sunday 23 June 2024 09:37:45 +0000 (0:00:00.013) 0:03:17.163 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:82 Sunday 23 June 2024 09:37:45 +0000 (0:00:00.123) 0:03:17.287 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:86 Sunday 23 June 2024 09:37:45 +0000 (0:00:00.014) 0:03:17.301 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:91 Sunday 23 June 2024 09:37:45 +0000 (0:00:00.014) 0:03:17.316 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:96 Sunday 23 June 2024 09:37:45 +0000 (0:00:00.014) 0:03:17.331 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:101 Sunday 23 June 2024 09:37:45 +0000 (0:00:00.014) 0:03:17.345 *********** skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Show volume thin pool size] ********************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:105 Sunday 23 June 2024 09:37:45 +0000 (0:00:00.013) 0:03:17.359 *********** skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:109 Sunday 23 June 2024 09:37:45 +0000 (0:00:00.015) 0:03:17.375 *********** skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Establish base value for expected thin pool size] ************************ task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:113 Sunday 23 June 2024 09:37:45 +0000 (0:00:00.014) 0:03:17.389 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:120 Sunday 23 June 2024 09:37:45 +0000 (0:00:00.014) 0:03:17.403 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:127 Sunday 23 June 2024 09:37:46 +0000 (0:00:00.012) 0:03:17.416 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:131 Sunday 23 June 2024 09:37:46 +0000 (0:00:00.012) 0:03:17.429 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:137 Sunday 23 June 2024 09:37:46 +0000 (0:00:00.013) 0:03:17.442 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:143 Sunday 23 June 2024 09:37:46 +0000 (0:00:00.015) 0:03:17.458 *********** ok: [sut] => { "storage_test_actual_size": { "bytes": 5368709120, "changed": false, "failed": false, "lvm": "5g", "parted": "5GiB", "size": "5 GiB" } } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:147 Sunday 23 June 2024 09:37:46 +0000 (0:00:00.016) 0:03:17.474 *********** ok: [sut] => { "storage_test_expected_size": "5368709120" } TASK [Assert expected size is actual size] ************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:151 Sunday 23 June 2024 09:37:46 +0000 (0:00:00.016) 0:03:17.490 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-cache.yml:5 Sunday 23 June 2024 09:37:46 +0000 (0:00:00.020) 0:03:17.510 *********** ok: [sut] => { "changed": false, "cmd": [ "lvs", "--noheadings", "--nameprefixes", "--units=b", "--nosuffix", "--unquoted", "-o", "name,attr,cache_total_blocks,chunk_size,segtype", "foo/test1" ], "delta": "0:00:00.039714", "end": "2024-06-23 09:37:46.324380", "rc": 0, "start": "2024-06-23 09:37:46.284666" } STDOUT: LVM2_LV_NAME=test1 LVM2_LV_ATTR=-wi-ao---- LVM2_CACHE_TOTAL_BLOCKS= LVM2_CHUNK_SIZE=0 LVM2_SEGTYPE=linear TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-cache.yml:13 Sunday 23 June 2024 09:37:46 +0000 (0:00:00.257) 0:03:17.768 *********** ok: [sut] => { "ansible_facts": { "storage_test_lv_segtype": [ "linear" ] }, "changed": false } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-cache.yml:17 Sunday 23 June 2024 09:37:46 +0000 (0:00:00.018) 0:03:17.787 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set LV cache size] ******************************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-cache.yml:24 Sunday 23 June 2024 09:37:46 +0000 (0:00:00.020) 0:03:17.807 *********** 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-weekly-ciqd5hl47i/tests/test-verify-volume-cache.yml:31 Sunday 23 June 2024 09:37:46 +0000 (0:00:00.015) 0:03:17.823 *********** 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-weekly-ciqd5hl47i/tests/test-verify-volume-cache.yml:37 Sunday 23 June 2024 09:37:46 +0000 (0:00:00.015) 0:03:17.838 *********** 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-weekly-ciqd5hl47i/tests/test-verify-volume-cache.yml:42 Sunday 23 June 2024 09:37:46 +0000 (0:00:00.014) 0:03:17.853 *********** 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-weekly-ciqd5hl47i/tests/test-verify-volume.yml:25 Sunday 23 June 2024 09:37:46 +0000 (0:00:00.013) 0:03:17.867 *********** 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-weekly-ciqd5hl47i/tests/verify-role-results.yml:44 Sunday 23 June 2024 09:37:46 +0000 (0:00:00.015) 0:03:17.883 *********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Clean up variable namespace] ********************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-role-results.yml:54 Sunday 23 June 2024 09:37:46 +0000 (0:00:00.014) 0:03:17.897 *********** ok: [sut] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } TASK [Clean up] **************************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/tests_resize.yml:302 Sunday 23 June 2024 09:37:46 +0000 (0:00:00.014) 0:03:17.912 *********** TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Sunday 23 June 2024 09:37:46 +0000 (0:00:00.061) 0:03:17.974 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Sunday 23 June 2024 09:37:46 +0000 (0:00:00.023) 0:03:17.998 *********** skipping: [sut] => { "changed": false, "false_condition": "__storage_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Sunday 23 June 2024 09:37:46 +0000 (0:00:00.018) 0:03:18.016 *********** 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" } ok: [sut] => (item=Fedora.yml) => { "ansible_facts": { "_storage_copr_packages": [ { "packages": [ "vdo", "kmod-vdo" ], "repository": "rhawalsh/dm-vdo" } ], "_storage_copr_support_packages": [ "dnf-plugins-core" ], "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "stratisd", "stratis-cli" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/Fedora.yml" ], "ansible_loop_var": "item", "changed": false, "item": "Fedora.yml" } skipping: [sut] => (item=Fedora_40.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "Fedora_40.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora_40.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "Fedora_40.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Sunday 23 June 2024 09:37:46 +0000 (0:00:00.034) 0:03:18.050 *********** skipping: [sut] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Sunday 23 June 2024 09:37:46 +0000 (0:00:00.019) 0:03:18.070 *********** skipping: [sut] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Sunday 23 June 2024 09:37:46 +0000 (0:00:00.017) 0:03:18.088 *********** ok: [sut] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Sunday 23 June 2024 09:37:46 +0000 (0:00:00.016) 0:03:18.104 *********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Sunday 23 June 2024 09:37:46 +0000 (0:00:00.015) 0:03:18.119 *********** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for sut TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Sunday 23 June 2024 09:37:46 +0000 (0:00:00.031) 0:03:18.151 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"blivet_available\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Sunday 23 June 2024 09:37:46 +0000 (0:00:00.018) 0:03:18.170 *********** ok: [sut] => { "storage_pools": [ { "disks": [ "sda" ], "name": "foo", "state": "absent", "volumes": [ { "mount_point": "/opt/test1", "name": "test1", "size": "5g" } ] } ] } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Sunday 23 June 2024 09:37:46 +0000 (0:00:00.019) 0:03:18.190 *********** ok: [sut] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined. 'storage_volumes' is undefined" } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Sunday 23 June 2024 09:37:46 +0000 (0:00:00.017) 0:03:18.207 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Sunday 23 June 2024 09:37:46 +0000 (0:00:00.017) 0:03:18.225 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Sunday 23 June 2024 09:37:46 +0000 (0:00:00.019) 0:03:18.245 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Sunday 23 June 2024 09:37:46 +0000 (0:00:00.018) 0:03:18.264 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"service_facts\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Sunday 23 June 2024 09:37:46 +0000 (0:00:00.018) 0:03:18.282 *********** ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Sunday 23 June 2024 09:37:46 +0000 (0:00:00.029) 0:03:18.312 *********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Sunday 23 June 2024 09:37:46 +0000 (0:00:00.012) 0:03:18.324 *********** changed: [sut] => { "actions": [ { "action": "destroy format", "device": "/dev/mapper/foo-test1", "fs_type": "ext2" }, { "action": "destroy device", "device": "/dev/mapper/foo-test1", "fs_type": null }, { "action": "destroy device", "device": "/dev/foo", "fs_type": null }, { "action": "destroy format", "device": "/dev/sda", "fs_type": "lvmpv" } ], "changed": true, "crypts": [], "leaves": [ "/dev/sda", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/xvda2", "/dev/zram0" ], "mounts": [ { "fstype": "ext2", "path": "/opt/test1", "src": "UUID=b2bc5776-c08e-4894-b2c9-abc74990aa73", "state": "absent" } ], "packages": [ "e2fsprogs" ], "pools": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "absent", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_mount_id": "UUID=b2bc5776-c08e-4894-b2c9-abc74990aa73", "_raw_device": "/dev/mapper/foo-test1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext2", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "5g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Sunday 23 June 2024 09:37:49 +0000 (0:00:02.406) 0:03:20.731 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_udevadm_trigger | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Sunday 23 June 2024 09:37:49 +0000 (0:00:00.017) 0:03:20.749 *********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:101 Sunday 23 June 2024 09:37:49 +0000 (0:00:00.015) 0:03:20.764 *********** ok: [sut] => { "blivet_output": { "actions": [ { "action": "destroy format", "device": "/dev/mapper/foo-test1", "fs_type": "ext2" }, { "action": "destroy device", "device": "/dev/mapper/foo-test1", "fs_type": null }, { "action": "destroy device", "device": "/dev/foo", "fs_type": null }, { "action": "destroy format", "device": "/dev/sda", "fs_type": "lvmpv" } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/sda", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/xvda2", "/dev/zram0" ], "mounts": [ { "fstype": "ext2", "path": "/opt/test1", "src": "UUID=b2bc5776-c08e-4894-b2c9-abc74990aa73", "state": "absent" } ], "packages": [ "e2fsprogs" ], "pools": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "absent", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_mount_id": "UUID=b2bc5776-c08e-4894-b2c9-abc74990aa73", "_raw_device": "/dev/mapper/foo-test1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext2", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "5g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:110 Sunday 23 June 2024 09:37:49 +0000 (0:00:00.020) 0:03:20.785 *********** ok: [sut] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "absent", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_mount_id": "UUID=b2bc5776-c08e-4894-b2c9-abc74990aa73", "_raw_device": "/dev/mapper/foo-test1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext2", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "5g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] }, "changed": false } TASK [fedora.linux_system_roles.storage : Set the list of volumes for test verification] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:114 Sunday 23 June 2024 09:37:49 +0000 (0:00:00.021) 0:03:20.807 *********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:130 Sunday 23 June 2024 09:37:49 +0000 (0:00:00.017) 0:03:20.825 *********** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount changed: [sut] => (item={'src': 'UUID=b2bc5776-c08e-4894-b2c9-abc74990aa73', 'path': '/opt/test1', 'state': 'absent', 'fstype': 'ext2'}) => { "ansible_loop_var": "mount_info", "backup_file": "", "boot": "yes", "changed": true, "dump": "0", "fstab": "/etc/fstab", "fstype": "ext2", "mount_info": { "fstype": "ext2", "path": "/opt/test1", "src": "UUID=b2bc5776-c08e-4894-b2c9-abc74990aa73", "state": "absent" }, "name": "/opt/test1", "opts": "defaults", "passno": "0", "src": "UUID=b2bc5776-c08e-4894-b2c9-abc74990aa73" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:141 Sunday 23 June 2024 09:37:49 +0000 (0:00:00.238) 0:03:21.063 *********** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:146 Sunday 23 June 2024 09:37:50 +0000 (0:00:00.698) 0:03:21.762 *********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:157 Sunday 23 June 2024 09:37:50 +0000 (0:00:00.020) 0:03:21.782 *********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:169 Sunday 23 June 2024 09:37:50 +0000 (0:00:00.019) 0:03:21.802 *********** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:177 Sunday 23 June 2024 09:37:51 +0000 (0:00:00.692) 0:03:22.494 *********** ok: [sut] => { "changed": false, "stat": { "atime": 1719135289.8187745, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1718879485.835, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 131081, "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": 1718879088.616, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "4073972972", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:182 Sunday 23 June 2024 09:37:51 +0000 (0:00:00.227) 0:03:22.722 *********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:204 Sunday 23 June 2024 09:37:51 +0000 (0:00:00.013) 0:03:22.736 *********** ok: [sut] TASK [Verify role results] ***************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/tests_resize.yml:315 Sunday 23 June 2024 09:37:53 +0000 (0:00:02.140) 0:03:24.876 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-role-results.yml for sut TASK [Print out pool information] ********************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-role-results.yml:2 Sunday 23 June 2024 09:37:53 +0000 (0:00:00.039) 0:03:24.916 *********** ok: [sut] => { "_storage_pools_list": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "absent", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_mount_id": "UUID=b2bc5776-c08e-4894-b2c9-abc74990aa73", "_raw_device": "/dev/mapper/foo-test1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext2", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "5g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] } TASK [Print out volume information] ******************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-role-results.yml:7 Sunday 23 June 2024 09:37:53 +0000 (0:00:00.019) 0:03:24.935 *********** skipping: [sut] => { "false_condition": "_storage_volumes_list | length > 0" } TASK [Collect info about the volumes.] ***************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-role-results.yml:15 Sunday 23 June 2024 09:37:53 +0000 (0:00:00.014) 0:03:24.950 *********** ok: [sut] => { "changed": false, "info": { "/dev/sda": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdb": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdc": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdc", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdd": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdd", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sde": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sde", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdf": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdf", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdg": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdg", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdh": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdh", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdi": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdi", "size": "10G", "type": "disk", "uuid": "" }, "/dev/xvda": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/xvda", "size": "250G", "type": "disk", "uuid": "" }, "/dev/xvda1": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/xvda1", "size": "1M", "type": "partition", "uuid": "" }, "/dev/xvda2": { "fstype": "ext4", "label": "", "mountpoint": "/", "name": "/dev/xvda2", "size": "250G", "type": "partition", "uuid": "d41e114e-2033-4553-824b-87c952ea3ae7" }, "/dev/zram0": { "fstype": "", "label": "", "mountpoint": "[SWAP]", "name": "/dev/zram0", "size": "3.6G", "type": "disk", "uuid": "" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-role-results.yml:20 Sunday 23 June 2024 09:37:53 +0000 (0:00:00.223) 0:03:25.173 *********** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.003316", "end": "2024-06-23 09:37:53.950441", "rc": 0, "start": "2024-06-23 09:37:53.947125" } STDOUT: # # /etc/fstab # Created by anaconda on Thu Jun 20 10:24:48 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=d41e114e-2033-4553-824b-87c952ea3ae7 / ext4 defaults 1 1 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat /mnt/redhat nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/qa /mnt/qa nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive /mnt/engarchive nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/tpsdist /mnt/tpsdist nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot /mnt/brew nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch /mnt/brew_scratch nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-role-results.yml:25 Sunday 23 June 2024 09:37:53 +0000 (0:00:00.220) 0:03:25.393 *********** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.003442", "end": "2024-06-23 09:37:54.170669", "failed_when_result": false, "rc": 0, "start": "2024-06-23 09:37:54.167227" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-role-results.yml:34 Sunday 23 June 2024 09:37:54 +0000 (0:00:00.217) 0:03:25.611 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool.yml for sut => (item={'disks': ['sda'], 'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'encryption_clevis_pin': None, 'encryption_tang_url': None, 'encryption_tang_thumbprint': None, 'grow_to_fill': False, 'name': 'foo', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_metadata_version': None, 'raid_chunk_size': None, 'shared': False, 'state': 'absent', 'type': 'lvm', 'volumes': [{'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'ext2', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test1', 'raid_level': None, 'size': '5g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/foo-test1', '_raw_device': '/dev/mapper/foo-test1', '_mount_id': 'UUID=b2bc5776-c08e-4894-b2c9-abc74990aa73'}]}) TASK [Set _storage_pool_tests] ************************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool.yml:5 Sunday 23 June 2024 09:37:54 +0000 (0:00:00.033) 0:03:25.644 *********** ok: [sut] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool.yml:18 Sunday 23 June 2024 09:37:54 +0000 (0:00:00.014) 0:03:25.659 *********** 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-weekly-ciqd5hl47i/tests/test-verify-pool.yml:24 Sunday 23 June 2024 09:37:54 +0000 (0:00:00.012) 0:03:25.671 *********** 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-weekly-ciqd5hl47i/tests/test-verify-pool.yml:34 Sunday 23 June 2024 09:37:54 +0000 (0:00:00.013) 0:03:25.685 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml for sut => (item=members) included: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-volumes.yml for sut => (item=volumes) TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:2 Sunday 23 June 2024 09:37:54 +0000 (0:00:00.027) 0:03:25.713 *********** 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-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:8 Sunday 23 June 2024 09:37:54 +0000 (0:00:00.021) 0:03:25.734 *********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Set pvs lvm length] ****************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:17 Sunday 23 June 2024 09:37:54 +0000 (0:00:00.011) 0:03:25.746 *********** ok: [sut] => { "ansible_facts": { "__pvs_lvm_len": "0" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:22 Sunday 23 June 2024 09:37:54 +0000 (0:00:00.015) 0:03:25.761 *********** ok: [sut] => { "ansible_facts": { "_storage_test_pool_pvs": [] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:27 Sunday 23 June 2024 09:37:54 +0000 (0:00:00.019) 0:03:25.780 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:36 Sunday 23 June 2024 09:37:54 +0000 (0:00:00.017) 0:03:25.798 *********** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:41 Sunday 23 June 2024 09:37:54 +0000 (0:00:00.014) 0:03:25.813 *********** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:46 Sunday 23 June 2024 09:37:54 +0000 (0:00:00.016) 0:03:25.830 *********** 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-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:51 Sunday 23 June 2024 09:37:54 +0000 (0:00:00.012) 0:03:25.842 *********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check that blivet supports PV grow to fill] ****************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:64 Sunday 23 June 2024 09:37:54 +0000 (0:00:00.010) 0:03:25.853 *********** ok: [sut] => { "changed": false, "rc": 0 } STDOUT: True STDERR: Shared connection to 10.31.46.68 closed. TASK [Verify that PVs fill the whole devices when they should] ***************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:73 Sunday 23 June 2024 09:37:54 +0000 (0:00:00.386) 0:03:26.239 *********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check MD RAID] *********************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:83 Sunday 23 June 2024 09:37:54 +0000 (0:00:00.013) 0:03:26.252 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-md.yml for sut TASK [Get information about RAID] ********************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-md.yml:8 Sunday 23 June 2024 09:37:54 +0000 (0:00:00.023) 0:03:26.276 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-md.yml:14 Sunday 23 June 2024 09:37:54 +0000 (0:00:00.014) 0:03:26.290 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-md.yml:19 Sunday 23 June 2024 09:37:54 +0000 (0:00:00.015) 0:03:26.305 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-md.yml:24 Sunday 23 June 2024 09:37:55 +0000 (0:00:00.124) 0:03:26.430 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-md.yml:29 Sunday 23 June 2024 09:37:55 +0000 (0:00:00.013) 0:03:26.444 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-md.yml:37 Sunday 23 June 2024 09:37:55 +0000 (0:00:00.013) 0:03:26.458 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-md.yml:46 Sunday 23 June 2024 09:37:55 +0000 (0:00:00.013) 0:03:26.472 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-md.yml:55 Sunday 23 June 2024 09:37:55 +0000 (0:00:00.013) 0:03:26.486 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-md.yml:64 Sunday 23 June 2024 09:37:55 +0000 (0:00:00.013) 0:03:26.499 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-md.yml:74 Sunday 23 June 2024 09:37:55 +0000 (0:00:00.014) 0:03:26.513 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-md.yml:83 Sunday 23 June 2024 09:37:55 +0000 (0:00:00.013) 0:03:26.527 *********** 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-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:86 Sunday 23 June 2024 09:37:55 +0000 (0:00:00.014) 0:03:26.542 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-members-lvmraid.yml for sut TASK [Validate pool member LVM RAID settings] ********************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-members-lvmraid.yml:2 Sunday 23 June 2024 09:37:55 +0000 (0:00:00.026) 0:03:26.568 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-member-lvmraid.yml for sut => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'ext2', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test1', 'raid_level': None, 'size': '5g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/foo-test1', '_raw_device': '/dev/mapper/foo-test1', '_mount_id': 'UUID=b2bc5776-c08e-4894-b2c9-abc74990aa73'}) TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-member-lvmraid.yml:8 Sunday 23 June 2024 09:37:55 +0000 (0:00:00.026) 0:03:26.595 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-member-lvmraid.yml:16 Sunday 23 June 2024 09:37:55 +0000 (0:00:00.018) 0:03:26.613 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-member-lvmraid.yml:20 Sunday 23 June 2024 09:37:55 +0000 (0:00:00.017) 0:03:26.631 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Set LV stripe size] ****************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-member-lvmraid.yml:27 Sunday 23 June 2024 09:37:55 +0000 (0:00:00.017) 0:03:26.648 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-member-lvmraid.yml:31 Sunday 23 June 2024 09:37:55 +0000 (0:00:00.017) 0:03:26.665 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-member-lvmraid.yml:37 Sunday 23 June 2024 09:37:55 +0000 (0:00:00.018) 0:03:26.684 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Check stripe size] ******************************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-member-lvmraid.yml:42 Sunday 23 June 2024 09:37:55 +0000 (0:00:00.016) 0:03:26.701 *********** 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-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:89 Sunday 23 June 2024 09:37:55 +0000 (0:00:00.016) 0:03:26.718 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-members-thin.yml for sut TASK [Validate pool member thinpool settings] ********************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-members-thin.yml:2 Sunday 23 June 2024 09:37:55 +0000 (0:00:00.026) 0:03:26.744 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-member-thin.yml for sut => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'ext2', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test1', 'raid_level': None, 'size': '5g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/foo-test1', '_raw_device': '/dev/mapper/foo-test1', '_mount_id': 'UUID=b2bc5776-c08e-4894-b2c9-abc74990aa73'}) TASK [Get information about thinpool] ****************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-member-thin.yml:8 Sunday 23 June 2024 09:37:55 +0000 (0:00:00.025) 0:03:26.770 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-member-thin.yml:16 Sunday 23 June 2024 09:37:55 +0000 (0:00:00.014) 0:03:26.784 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-member-thin.yml:22 Sunday 23 June 2024 09:37:55 +0000 (0:00:00.013) 0:03:26.798 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-member-thin.yml:26 Sunday 23 June 2024 09:37:55 +0000 (0:00:00.012) 0:03:26.811 *********** ok: [sut] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Check member encryption] ************************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:92 Sunday 23 June 2024 09:37:55 +0000 (0:00:00.013) 0:03:26.824 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-members-encryption.yml for sut TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-members-encryption.yml:5 Sunday 23 June 2024 09:37:55 +0000 (0:00:00.029) 0:03:26.854 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-members-encryption.yml:10 Sunday 23 June 2024 09:37:55 +0000 (0:00:00.017) 0:03:26.871 *********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Validate pool member crypttab entries] *********************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-members-encryption.yml:17 Sunday 23 June 2024 09:37:55 +0000 (0:00:00.011) 0:03:26.882 *********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-members-encryption.yml:24 Sunday 23 June 2024 09:37:55 +0000 (0:00:00.011) 0:03:26.894 *********** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_crypttab_key_file": null }, "changed": false } TASK [Check VDO] *************************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:95 Sunday 23 June 2024 09:37:55 +0000 (0:00:00.015) 0:03:26.909 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-members-vdo.yml for sut TASK [Validate pool member VDO settings] *************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-members-vdo.yml:2 Sunday 23 June 2024 09:37:55 +0000 (0:00:00.028) 0:03:26.937 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-member-vdo.yml for sut => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'ext2', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test1', 'raid_level': None, 'size': '5g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/foo-test1', '_raw_device': '/dev/mapper/foo-test1', '_mount_id': 'UUID=b2bc5776-c08e-4894-b2c9-abc74990aa73'}) TASK [Get information about VDO deduplication] ********************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-member-vdo.yml:8 Sunday 23 June 2024 09:37:55 +0000 (0:00:00.024) 0:03:26.962 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-member-vdo.yml:15 Sunday 23 June 2024 09:37:55 +0000 (0:00:00.014) 0:03:26.977 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-member-vdo.yml:21 Sunday 23 June 2024 09:37:55 +0000 (0:00:00.012) 0:03:26.990 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-member-vdo.yml:27 Sunday 23 June 2024 09:37:55 +0000 (0:00:00.012) 0:03:27.003 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-member-vdo.yml:34 Sunday 23 June 2024 09:37:55 +0000 (0:00:00.012) 0:03:27.015 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-member-vdo.yml:40 Sunday 23 June 2024 09:37:55 +0000 (0:00:00.012) 0:03:27.028 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-member-vdo.yml:46 Sunday 23 June 2024 09:37:55 +0000 (0:00:00.012) 0:03:27.040 *********** ok: [sut] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Check Stratis] *********************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:98 Sunday 23 June 2024 09:37:55 +0000 (0:00:00.015) 0:03:27.056 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-stratis.yml for sut TASK [Run 'stratis report'] **************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-stratis.yml:6 Sunday 23 June 2024 09:37:55 +0000 (0:00:00.030) 0:03:27.086 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Get information about Stratis] ******************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-stratis.yml:11 Sunday 23 June 2024 09:37:55 +0000 (0:00:00.013) 0:03:27.100 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Verify that the pools was created] *************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-stratis.yml:15 Sunday 23 June 2024 09:37:55 +0000 (0:00:00.012) 0:03:27.112 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Verify that encryption is correctly set] ********************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-stratis.yml:25 Sunday 23 June 2024 09:37:55 +0000 (0:00:00.013) 0:03:27.125 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Verify that Clevis/Tang encryption is correctly set] ********************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-stratis.yml:34 Sunday 23 June 2024 09:37:55 +0000 (0:00:00.012) 0:03:27.138 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-stratis.yml:44 Sunday 23 June 2024 09:37:55 +0000 (0:00:00.012) 0:03:27.151 *********** ok: [sut] => { "ansible_facts": { "storage_test_stratis_report": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:101 Sunday 23 June 2024 09:37:55 +0000 (0:00:00.013) 0:03:27.164 *********** 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-weekly-ciqd5hl47i/tests/test-verify-pool-volumes.yml:3 Sunday 23 June 2024 09:37:55 +0000 (0:00:00.013) 0:03:27.177 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume.yml for sut => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'ext2', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test1', 'raid_level': None, 'size': '5g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/foo-test1', '_raw_device': '/dev/mapper/foo-test1', '_mount_id': 'UUID=b2bc5776-c08e-4894-b2c9-abc74990aa73'}) TASK [Set storage volume test variables] *************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume.yml:2 Sunday 23 June 2024 09:37:55 +0000 (0:00:00.023) 0:03:27.200 *********** ok: [sut] => { "ansible_facts": { "_storage_test_volume_present": false, "_storage_volume_tests": [ "mount", "fstab", "fs", "device", "encryption", "md", "size", "cache" ] }, "changed": false } TASK [Run test verify for {{ storage_test_volume_subset }}] ******************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume.yml:19 Sunday 23 June 2024 09:37:55 +0000 (0:00:00.019) 0:03:27.220 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-mount.yml for sut => (item=mount) included: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-fstab.yml for sut => (item=fstab) included: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-fs.yml for sut => (item=fs) included: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-device.yml for sut => (item=device) included: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml for sut => (item=encryption) included: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-md.yml for sut => (item=md) included: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml for sut => (item=size) included: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-cache.yml for sut => (item=cache) TASK [Get expected mount device based on device type] ************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-mount.yml:7 Sunday 23 June 2024 09:37:55 +0000 (0:00:00.054) 0:03:27.275 *********** ok: [sut] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/foo-test1" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-mount.yml:11 Sunday 23 June 2024 09:37:55 +0000 (0:00:00.022) 0:03:27.297 *********** ok: [sut] => { "ansible_facts": { "storage_test_mount_expected_mount_point": "/opt/test1", "storage_test_swap_expected_matches": "0" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-mount.yml:19 Sunday 23 June 2024 09:37:55 +0000 (0:00:00.020) 0:03:27.318 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and (storage_test_volume.mount_user or storage_test_volume.mount_group or storage_test_volume.mount_mode)", "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-mount.yml:28 Sunday 23 June 2024 09:37:55 +0000 (0:00:00.014) 0:03:27.333 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Verify mount directory user] ********************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-mount.yml:36 Sunday 23 June 2024 09:37:55 +0000 (0:00:00.014) 0:03:27.348 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_user", "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-mount.yml:42 Sunday 23 June 2024 09:37:55 +0000 (0:00:00.015) 0:03:27.363 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_group", "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-mount.yml:48 Sunday 23 June 2024 09:37:55 +0000 (0:00:00.013) 0:03:27.377 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_mode", "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-mount.yml:57 Sunday 23 June 2024 09:37:55 +0000 (0:00:00.013) 0:03:27.391 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-mount.yml:63 Sunday 23 June 2024 09:37:55 +0000 (0:00:00.012) 0:03:27.403 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-mount.yml:69 Sunday 23 June 2024 09:37:56 +0000 (0:00:00.012) 0:03:27.416 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-mount.yml:79 Sunday 23 June 2024 09:37:56 +0000 (0:00:00.011) 0:03:27.428 *********** ok: [sut] => { "ansible_facts": { "storage_test_found_mount_stat": null, "storage_test_mount_expected_mount_point": null, "storage_test_swap_expected_matches": null, "storage_test_swaps": null, "storage_test_sys_node": null }, "changed": false } TASK [Set some variables for fstab checking] *********************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-fstab.yml:2 Sunday 23 June 2024 09:37:56 +0000 (0:00:00.014) 0:03:27.443 *********** ok: [sut] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": "0", "storage_test_fstab_expected_mount_options_matches": "0", "storage_test_fstab_expected_mount_point_matches": "0", "storage_test_fstab_id_matches": [], "storage_test_fstab_mount_options_matches": [], "storage_test_fstab_mount_point_matches": [] }, "changed": false } TASK [Verify that the device identifier appears in /etc/fstab] ***************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-fstab.yml:17 Sunday 23 June 2024 09:37:56 +0000 (0:00:00.031) 0:03:27.474 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False" } TASK [Verify the fstab mount point] ******************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-fstab.yml:24 Sunday 23 June 2024 09:37:56 +0000 (0:00:00.013) 0:03:27.488 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-fstab.yml:33 Sunday 23 June 2024 09:37:56 +0000 (0:00:00.018) 0:03:27.506 *********** skipping: [sut] => { "changed": false, "false_condition": "__storage_verify_mount_options | d(false)", "skip_reason": "Conditional result was False" } TASK [Clean up variables] ****************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-fstab.yml:45 Sunday 23 June 2024 09:37:56 +0000 (0:00:00.013) 0:03:27.520 *********** ok: [sut] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": null, "storage_test_fstab_expected_mount_options_matches": null, "storage_test_fstab_expected_mount_point_matches": null, "storage_test_fstab_id_matches": null, "storage_test_fstab_mount_options_matches": null, "storage_test_fstab_mount_point_matches": null }, "changed": false } TASK [Verify fs type] ********************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-fs.yml:6 Sunday 23 June 2024 09:37:56 +0000 (0:00:00.012) 0:03:27.532 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Verify fs label] ********************************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-fs.yml:14 Sunday 23 June 2024 09:37:56 +0000 (0:00:00.015) 0:03:27.548 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False" } TASK [See whether the device node is present] ********************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-device.yml:3 Sunday 23 June 2024 09:37:56 +0000 (0:00:00.015) 0:03:27.563 *********** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-device.yml:9 Sunday 23 June 2024 09:37:56 +0000 (0:00:00.214) 0:03:27.778 *********** 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-weekly-ciqd5hl47i/tests/test-verify-volume-device.yml:16 Sunday 23 June 2024 09:37:56 +0000 (0:00:00.013) 0:03:27.791 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about this volume] ********************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-device.yml:23 Sunday 23 June 2024 09:37:56 +0000 (0:00:00.016) 0:03:27.808 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Process volume type (set initial value) (1/2)] *************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-device.yml:29 Sunday 23 June 2024 09:37:56 +0000 (0:00:00.012) 0:03:27.820 *********** ok: [sut] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-device.yml:33 Sunday 23 June 2024 09:37:56 +0000 (0:00:00.016) 0:03:27.836 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == \"raid\"", "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-device.yml:38 Sunday 23 June 2024 09:37:56 +0000 (0:00:00.013) 0:03:27.849 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Stat the LUKS device, if encrypted] ************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:3 Sunday 23 June 2024 09:37:56 +0000 (0:00:00.012) 0:03:27.861 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:10 Sunday 23 June 2024 09:37:56 +0000 (0:00:00.012) 0:03:27.874 *********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: cryptsetup TASK [Collect LUKS info for this volume] *************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:16 Sunday 23 June 2024 09:37:57 +0000 (0:00:01.364) 0:03:29.239 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:22 Sunday 23 June 2024 09:37:57 +0000 (0:00:00.012) 0:03:29.251 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Verify that the raw device is the same as the device if not encrypted] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:29 Sunday 23 June 2024 09:37:57 +0000 (0:00:00.014) 0:03:29.266 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:40 Sunday 23 June 2024 09:37:57 +0000 (0:00:00.013) 0:03:29.280 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:46 Sunday 23 June 2024 09:37:57 +0000 (0:00:00.013) 0:03:29.294 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:51 Sunday 23 June 2024 09:37:57 +0000 (0:00:00.013) 0:03:29.307 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:63 Sunday 23 June 2024 09:37:57 +0000 (0:00:00.013) 0:03:29.320 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:75 Sunday 23 June 2024 09:37:57 +0000 (0:00:00.013) 0:03:29.333 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:87 Sunday 23 June 2024 09:37:57 +0000 (0:00:00.014) 0:03:29.348 *********** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [], "_storage_test_expected_crypttab_entries": "0", "_storage_test_expected_crypttab_key_file": "-" }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:93 Sunday 23 June 2024 09:37:57 +0000 (0:00:00.020) 0:03:29.369 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:100 Sunday 23 June 2024 09:37:57 +0000 (0:00:00.018) 0:03:29.387 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:108 Sunday 23 June 2024 09:37:57 +0000 (0:00:00.015) 0:03:29.402 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:116 Sunday 23 June 2024 09:37:58 +0000 (0:00:00.014) 0:03:29.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-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:124 Sunday 23 June 2024 09:37:58 +0000 (0:00:00.013) 0:03:29.431 *********** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_expected_crypttab_entries": null, "_storage_test_expected_crypttab_key_file": null }, "changed": false } TASK [Get information about RAID] ********************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-md.yml:8 Sunday 23 June 2024 09:37:58 +0000 (0:00:00.015) 0:03:29.446 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-md.yml:14 Sunday 23 June 2024 09:37:58 +0000 (0:00:00.013) 0:03:29.459 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-md.yml:19 Sunday 23 June 2024 09:37:58 +0000 (0:00:00.012) 0:03:29.471 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-md.yml:24 Sunday 23 June 2024 09:37:58 +0000 (0:00:00.011) 0:03:29.483 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-md.yml:29 Sunday 23 June 2024 09:37:58 +0000 (0:00:00.012) 0:03:29.495 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-md.yml:37 Sunday 23 June 2024 09:37:58 +0000 (0:00:00.012) 0:03:29.508 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-md.yml:46 Sunday 23 June 2024 09:37:58 +0000 (0:00:00.124) 0:03:29.632 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-md.yml:54 Sunday 23 June 2024 09:37:58 +0000 (0:00:00.014) 0:03:29.647 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-md.yml:62 Sunday 23 June 2024 09:37:58 +0000 (0:00:00.013) 0:03:29.660 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-md.yml:70 Sunday 23 June 2024 09:37:58 +0000 (0:00:00.012) 0:03:29.673 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:3 Sunday 23 June 2024 09:37:58 +0000 (0:00:00.013) 0:03:29.687 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False" } TASK [Parse the requested size of the volume] ********************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:11 Sunday 23 June 2024 09:37:58 +0000 (0:00:00.014) 0:03:29.701 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False" } TASK [Establish base value for expected size] ********************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:20 Sunday 23 June 2024 09:37:58 +0000 (0:00:00.015) 0:03:29.716 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False" } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:28 Sunday 23 June 2024 09:37:58 +0000 (0:00:00.012) 0:03:29.729 *********** ok: [sut] => { "storage_test_expected_size": "5368709120" } TASK [Get the size of parent/pool device] ************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:32 Sunday 23 June 2024 09:37:58 +0000 (0:00:00.015) 0:03:29.745 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False" } TASK [Show test pool] ********************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:46 Sunday 23 June 2024 09:37:58 +0000 (0:00:00.013) 0:03:29.758 *********** skipping: [sut] => { "false_condition": "_storage_test_volume_present | bool" } TASK [Show test blockinfo] ***************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:50 Sunday 23 June 2024 09:37:58 +0000 (0:00:00.012) 0:03:29.771 *********** skipping: [sut] => { "false_condition": "_storage_test_volume_present | bool" } TASK [Show test pool size] ***************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:54 Sunday 23 June 2024 09:37:58 +0000 (0:00:00.012) 0:03:29.783 *********** skipping: [sut] => { "false_condition": "_storage_test_volume_present | bool" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:58 Sunday 23 June 2024 09:37:58 +0000 (0:00:00.014) 0:03:29.798 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:67 Sunday 23 June 2024 09:37:58 +0000 (0:00:00.013) 0:03:29.811 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:71 Sunday 23 June 2024 09:37:58 +0000 (0:00:00.012) 0:03:29.824 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:76 Sunday 23 June 2024 09:37:58 +0000 (0:00:00.012) 0:03:29.836 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:82 Sunday 23 June 2024 09:37:58 +0000 (0:00:00.012) 0:03:29.849 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:86 Sunday 23 June 2024 09:37:58 +0000 (0:00:00.012) 0:03:29.862 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:91 Sunday 23 June 2024 09:37:58 +0000 (0:00:00.016) 0:03:29.878 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:96 Sunday 23 June 2024 09:37:58 +0000 (0:00:00.016) 0:03:29.895 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:101 Sunday 23 June 2024 09:37:58 +0000 (0:00:00.013) 0:03:29.909 *********** skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Show volume thin pool size] ********************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:105 Sunday 23 June 2024 09:37:58 +0000 (0:00:00.012) 0:03:29.921 *********** skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:109 Sunday 23 June 2024 09:37:58 +0000 (0:00:00.012) 0:03:29.933 *********** skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Establish base value for expected thin pool size] ************************ task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:113 Sunday 23 June 2024 09:37:58 +0000 (0:00:00.012) 0:03:29.946 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:120 Sunday 23 June 2024 09:37:58 +0000 (0:00:00.014) 0:03:29.960 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:127 Sunday 23 June 2024 09:37:58 +0000 (0:00:00.012) 0:03:29.972 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:131 Sunday 23 June 2024 09:37:58 +0000 (0:00:00.012) 0:03:29.985 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:137 Sunday 23 June 2024 09:37:58 +0000 (0:00:00.012) 0:03:29.997 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:143 Sunday 23 June 2024 09:37:58 +0000 (0:00:00.012) 0:03:30.009 *********** ok: [sut] => { "storage_test_actual_size": { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False", "skipped": true } } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:147 Sunday 23 June 2024 09:37:58 +0000 (0:00:00.015) 0:03:30.024 *********** ok: [sut] => { "storage_test_expected_size": "5368709120" } TASK [Assert expected size is actual size] ************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:151 Sunday 23 June 2024 09:37:58 +0000 (0:00:00.018) 0:03:30.042 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-cache.yml:5 Sunday 23 June 2024 09:37:58 +0000 (0:00:00.013) 0:03:30.056 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-cache.yml:13 Sunday 23 June 2024 09:37:58 +0000 (0:00:00.012) 0:03:30.068 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-cache.yml:17 Sunday 23 June 2024 09:37:58 +0000 (0:00:00.012) 0:03:30.081 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Set LV cache size] ******************************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-cache.yml:24 Sunday 23 June 2024 09:37:58 +0000 (0:00:00.012) 0:03:30.094 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-cache.yml:31 Sunday 23 June 2024 09:37:58 +0000 (0:00:00.012) 0:03:30.106 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-cache.yml:37 Sunday 23 June 2024 09:37:58 +0000 (0:00:00.014) 0:03:30.120 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-cache.yml:42 Sunday 23 June 2024 09:37:58 +0000 (0:00:00.012) 0:03:30.133 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume.yml:25 Sunday 23 June 2024 09:37:58 +0000 (0:00:00.012) 0:03:30.145 *********** 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-weekly-ciqd5hl47i/tests/verify-role-results.yml:44 Sunday 23 June 2024 09:37:58 +0000 (0:00:00.013) 0:03:30.159 *********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Clean up variable namespace] ********************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-role-results.yml:54 Sunday 23 June 2024 09:37:58 +0000 (0:00:00.010) 0:03:30.170 *********** ok: [sut] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } TASK [Gather package facts] **************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/tests_resize.yml:318 Sunday 23 June 2024 09:37:58 +0000 (0:00:00.013) 0:03:30.183 *********** ok: [sut] => { "ansible_facts": { "packages": { "ModemManager-glib": [ { "arch": "x86_64", "epoch": null, "name": "ModemManager-glib", "release": "3.fc40", "source": "rpm", "version": "1.22.0" } ], "NetworkManager": [ { "arch": "x86_64", "epoch": 1, "name": "NetworkManager", "release": "2.fc40", "source": "rpm", "version": "1.46.0" } ], "NetworkManager-libnm": [ { "arch": "x86_64", "epoch": 1, "name": "NetworkManager-libnm", "release": "2.fc40", "source": "rpm", "version": "1.46.0" } ], "abattis-cantarell-vf-fonts": [ { "arch": "noarch", "epoch": null, "name": "abattis-cantarell-vf-fonts", "release": "12.fc40", "source": "rpm", "version": "0.301" } ], "alternatives": [ { "arch": "x86_64", "epoch": null, "name": "alternatives", "release": "1.fc40", "source": "rpm", "version": "1.27" } ], "amd-gpu-firmware": [ { "arch": "noarch", "epoch": null, "name": "amd-gpu-firmware", "release": "1.fc40", "source": "rpm", "version": "20240610" } ], "amd-ucode-firmware": [ { "arch": "noarch", "epoch": null, "name": "amd-ucode-firmware", "release": "1.fc40", "source": "rpm", "version": "20240610" } ], "aspell": [ { "arch": "x86_64", "epoch": 12, "name": "aspell", "release": "1.fc40", "source": "rpm", "version": "0.60.8.1" } ], "aspell-en": [ { "arch": "x86_64", "epoch": 50, "name": "aspell-en", "release": "10.fc40", "source": "rpm", "version": "2020.12.07" } ], "atheros-firmware": [ { "arch": "noarch", "epoch": null, "name": "atheros-firmware", "release": "1.fc40", "source": "rpm", "version": "20240610" } ], "audit": [ { "arch": "x86_64", "epoch": null, "name": "audit", "release": "1.fc40", "source": "rpm", "version": "4.0.1" } ], "audit-libs": [ { "arch": "x86_64", "epoch": null, "name": "audit-libs", "release": "1.fc40", "source": "rpm", "version": "4.0.1" } ], "audit-rules": [ { "arch": "x86_64", "epoch": null, "name": "audit-rules", "release": "1.fc40", "source": "rpm", "version": "4.0.1" } ], "authselect": [ { "arch": "x86_64", "epoch": null, "name": "authselect", "release": "5.fc40", "source": "rpm", "version": "1.5.0" } ], "authselect-libs": [ { "arch": "x86_64", "epoch": null, "name": "authselect-libs", "release": "5.fc40", "source": "rpm", "version": "1.5.0" } ], "avahi-libs": [ { "arch": "x86_64", "epoch": null, "name": "avahi-libs", "release": "26.fc40", "source": "rpm", "version": "0.8" } ], "basesystem": [ { "arch": "noarch", "epoch": null, "name": "basesystem", "release": "20.fc40", "source": "rpm", "version": "11" } ], "bash": [ { "arch": "x86_64", "epoch": null, "name": "bash", "release": "3.fc40", "source": "rpm", "version": "5.2.26" } ], "bc": [ { "arch": "x86_64", "epoch": null, "name": "bc", "release": "21.fc40", "source": "rpm", "version": "1.07.1" } ], "beakerlib": [ { "arch": "noarch", "epoch": null, "name": "beakerlib", "release": "5.fc40", "source": "rpm", "version": "1.29.3" } ], "beakerlib-redhat": [ { "arch": "noarch", "epoch": null, "name": "beakerlib-redhat", "release": "33.fc40eng", "source": "rpm", "version": "1" } ], "binutils": [ { "arch": "x86_64", "epoch": null, "name": "binutils", "release": "37.fc40", "source": "rpm", "version": "2.41" } ], "binutils-gold": [ { "arch": "x86_64", "epoch": null, "name": "binutils-gold", "release": "37.fc40", "source": "rpm", "version": "2.41" } ], "bison": [ { "arch": "x86_64", "epoch": null, "name": "bison", "release": "7.fc40", "source": "rpm", "version": "3.8.2" } ], "blivet-data": [ { "arch": "noarch", "epoch": 1, "name": "blivet-data", "release": "1.fc40", "source": "rpm", "version": "3.10.0" } ], "bluez": [ { "arch": "x86_64", "epoch": null, "name": "bluez", "release": "1.fc40", "source": "rpm", "version": "5.76" } ], "boost-atomic": [ { "arch": "x86_64", "epoch": null, "name": "boost-atomic", "release": "5.fc40", "source": "rpm", "version": "1.83.0" } ], "boost-filesystem": [ { "arch": "x86_64", "epoch": null, "name": "boost-filesystem", "release": "5.fc40", "source": "rpm", "version": "1.83.0" } ], "boost-system": [ { "arch": "x86_64", "epoch": null, "name": "boost-system", "release": "5.fc40", "source": "rpm", "version": "1.83.0" } ], "boost-thread": [ { "arch": "x86_64", "epoch": null, "name": "boost-thread", "release": "5.fc40", "source": "rpm", "version": "1.83.0" } ], "brcmfmac-firmware": [ { "arch": "noarch", "epoch": null, "name": "brcmfmac-firmware", "release": "1.fc40", "source": "rpm", "version": "20240610" } ], "btrfs-progs": [ { "arch": "x86_64", "epoch": null, "name": "btrfs-progs", "release": "1.fc40", "source": "rpm", "version": "6.8.1" } ], "bzip2-libs": [ { "arch": "x86_64", "epoch": null, "name": "bzip2-libs", "release": "18.fc40", "source": "rpm", "version": "1.0.8" } ], "c-ares": [ { "arch": "x86_64", "epoch": null, "name": "c-ares", "release": "1.fc40", "source": "rpm", "version": "1.28.1" } ], "ca-certificates": [ { "arch": "noarch", "epoch": null, "name": "ca-certificates", "release": "6.fc40", "source": "rpm", "version": "2023.2.62_v7.0.401" } ], "checkpolicy": [ { "arch": "x86_64", "epoch": null, "name": "checkpolicy", "release": "3.fc40", "source": "rpm", "version": "3.6" } ], "chkconfig": [ { "arch": "x86_64", "epoch": null, "name": "chkconfig", "release": "1.fc40", "source": "rpm", "version": "1.27" } ], "chrony": [ { "arch": "x86_64", "epoch": null, "name": "chrony", "release": "3.fc40", "source": "rpm", "version": "4.5" } ], "cirrus-audio-firmware": [ { "arch": "noarch", "epoch": null, "name": "cirrus-audio-firmware", "release": "1.fc40", "source": "rpm", "version": "20240610" } ], "clevis": [ { "arch": "x86_64", "epoch": null, "name": "clevis", "release": "2.fc40", "source": "rpm", "version": "20" } ], "clevis-luks": [ { "arch": "x86_64", "epoch": null, "name": "clevis-luks", "release": "2.fc40", "source": "rpm", "version": "20" } ], "clevis-pin-tpm2": [ { "arch": "x86_64", "epoch": null, "name": "clevis-pin-tpm2", "release": "5.fc40", "source": "rpm", "version": "0.5.3" } ], "cloud-init": [ { "arch": "noarch", "epoch": null, "name": "cloud-init", "release": "2.fc40", "source": "rpm", "version": "24.1.4" } ], "cloud-utils-growpart": [ { "arch": "noarch", "epoch": null, "name": "cloud-utils-growpart", "release": "7.fc40", "source": "rpm", "version": "0.33" } ], "coreutils": [ { "arch": "x86_64", "epoch": null, "name": "coreutils", "release": "6.fc40", "source": "rpm", "version": "9.4" } ], "coreutils-common": [ { "arch": "x86_64", "epoch": null, "name": "coreutils-common", "release": "6.fc40", "source": "rpm", "version": "9.4" } ], "cpio": [ { "arch": "x86_64", "epoch": null, "name": "cpio", "release": "1.fc40", "source": "rpm", "version": "2.15" } ], "cpp": [ { "arch": "x86_64", "epoch": null, "name": "cpp", "release": "5.fc40", "source": "rpm", "version": "14.1.1" } ], "cracklib": [ { "arch": "x86_64", "epoch": null, "name": "cracklib", "release": "5.fc40", "source": "rpm", "version": "2.9.11" } ], "cracklib-dicts": [ { "arch": "x86_64", "epoch": null, "name": "cracklib-dicts", "release": "5.fc40", "source": "rpm", "version": "2.9.11" } ], "createrepo_c": [ { "arch": "x86_64", "epoch": null, "name": "createrepo_c", "release": "1.fc40", "source": "rpm", "version": "1.0.4" } ], "createrepo_c-libs": [ { "arch": "x86_64", "epoch": null, "name": "createrepo_c-libs", "release": "1.fc40", "source": "rpm", "version": "1.0.4" } ], "crypto-policies": [ { "arch": "noarch", "epoch": null, "name": "crypto-policies", "release": "1.gitd287a42.fc40", "source": "rpm", "version": "20240510" } ], "crypto-policies-scripts": [ { "arch": "noarch", "epoch": null, "name": "crypto-policies-scripts", "release": "1.gitd287a42.fc40", "source": "rpm", "version": "20240510" } ], "cryptsetup": [ { "arch": "x86_64", "epoch": null, "name": "cryptsetup", "release": "1.fc40", "source": "rpm", "version": "2.7.3" } ], "cryptsetup-libs": [ { "arch": "x86_64", "epoch": null, "name": "cryptsetup-libs", "release": "1.fc40", "source": "rpm", "version": "2.7.3" } ], "curl": [ { "arch": "x86_64", "epoch": null, "name": "curl", "release": "8.fc40", "source": "rpm", "version": "8.6.0" } ], "cyrus-sasl-lib": [ { "arch": "x86_64", "epoch": null, "name": "cyrus-sasl-lib", "release": "19.fc40", "source": "rpm", "version": "2.1.28" } ], "dbus": [ { "arch": "x86_64", "epoch": 1, "name": "dbus", "release": "3.fc40", "source": "rpm", "version": "1.14.10" } ], "dbus-broker": [ { "arch": "x86_64", "epoch": null, "name": "dbus-broker", "release": "2.fc40", "source": "rpm", "version": "36" } ], "dbus-common": [ { "arch": "noarch", "epoch": 1, "name": "dbus-common", "release": "3.fc40", "source": "rpm", "version": "1.14.10" } ], "dbus-libs": [ { "arch": "x86_64", "epoch": 1, "name": "dbus-libs", "release": "3.fc40", "source": "rpm", "version": "1.14.10" } ], "default-fonts-core-sans": [ { "arch": "noarch", "epoch": null, "name": "default-fonts-core-sans", "release": "13.fc40", "source": "rpm", "version": "4.0" } ], "device-mapper": [ { "arch": "x86_64", "epoch": null, "name": "device-mapper", "release": "1.fc40", "source": "rpm", "version": "1.02.197" } ], "device-mapper-event": [ { "arch": "x86_64", "epoch": null, "name": "device-mapper-event", "release": "1.fc40", "source": "rpm", "version": "1.02.197" } ], "device-mapper-event-libs": [ { "arch": "x86_64", "epoch": null, "name": "device-mapper-event-libs", "release": "1.fc40", "source": "rpm", "version": "1.02.197" } ], "device-mapper-libs": [ { "arch": "x86_64", "epoch": null, "name": "device-mapper-libs", "release": "1.fc40", "source": "rpm", "version": "1.02.197" } ], "device-mapper-multipath": [ { "arch": "x86_64", "epoch": null, "name": "device-mapper-multipath", "release": "7.fc40", "source": "rpm", "version": "0.9.7" } ], "device-mapper-multipath-libs": [ { "arch": "x86_64", "epoch": null, "name": "device-mapper-multipath-libs", "release": "7.fc40", "source": "rpm", "version": "0.9.7" } ], "device-mapper-persistent-data": [ { "arch": "x86_64", "epoch": null, "name": "device-mapper-persistent-data", "release": "1.fc40", "source": "rpm", "version": "1.0.12" } ], "dhcp-client": [ { "arch": "x86_64", "epoch": 12, "name": "dhcp-client", "release": "13.P1.fc40", "source": "rpm", "version": "4.4.3" } ], "dhcp-common": [ { "arch": "noarch", "epoch": 12, "name": "dhcp-common", "release": "13.P1.fc40", "source": "rpm", "version": "4.4.3" } ], "dhcpcd": [ { "arch": "x86_64", "epoch": null, "name": "dhcpcd", "release": "4.fc40", "source": "rpm", "version": "10.0.6" } ], "diffutils": [ { "arch": "x86_64", "epoch": null, "name": "diffutils", "release": "5.fc40", "source": "rpm", "version": "3.10" } ], "dnf": [ { "arch": "noarch", "epoch": null, "name": "dnf", "release": "1.fc40", "source": "rpm", "version": "4.19.2" } ], "dnf-data": [ { "arch": "noarch", "epoch": null, "name": "dnf-data", "release": "1.fc40", "source": "rpm", "version": "4.19.2" } ], "dnf-plugins-core": [ { "arch": "noarch", "epoch": null, "name": "dnf-plugins-core", "release": "1.fc40", "source": "rpm", "version": "4.6.0" } ], "dnf-utils": [ { "arch": "noarch", "epoch": null, "name": "dnf-utils", "release": "1.fc40", "source": "rpm", "version": "4.6.0" } ], "dosfstools": [ { "arch": "x86_64", "epoch": null, "name": "dosfstools", "release": "11.fc40", "source": "rpm", "version": "4.2" } ], "dracut": [ { "arch": "x86_64", "epoch": null, "name": "dracut", "release": "1.fc40", "source": "rpm", "version": "101" } ], "dracut-config-rescue": [ { "arch": "x86_64", "epoch": null, "name": "dracut-config-rescue", "release": "1.fc40", "source": "rpm", "version": "101" } ], "drpm": [ { "arch": "x86_64", "epoch": null, "name": "drpm", "release": "5.fc40", "source": "rpm", "version": "0.5.2" } ], "duktape": [ { "arch": "x86_64", "epoch": null, "name": "duktape", "release": "7.fc40", "source": "rpm", "version": "2.7.0" } ], "dyninst": [ { "arch": "x86_64", "epoch": null, "name": "dyninst", "release": "6.fc40", "source": "rpm", "version": "12.3.0" } ], "e2fsprogs": [ { "arch": "x86_64", "epoch": null, "name": "e2fsprogs", "release": "5.fc40", "source": "rpm", "version": "1.47.0" } ], "e2fsprogs-libs": [ { "arch": "x86_64", "epoch": null, "name": "e2fsprogs-libs", "release": "5.fc40", "source": "rpm", "version": "1.47.0" } ], "efivar-libs": [ { "arch": "x86_64", "epoch": null, "name": "efivar-libs", "release": "1.fc40", "source": "rpm", "version": "39" } ], "elfutils-debuginfod-client": [ { "arch": "x86_64", "epoch": null, "name": "elfutils-debuginfod-client", "release": "4.fc40", "source": "rpm", "version": "0.191" } ], "elfutils-debuginfod-client-devel": [ { "arch": "x86_64", "epoch": null, "name": "elfutils-debuginfod-client-devel", "release": "4.fc40", "source": "rpm", "version": "0.191" } ], "elfutils-default-yama-scope": [ { "arch": "noarch", "epoch": null, "name": "elfutils-default-yama-scope", "release": "4.fc40", "source": "rpm", "version": "0.191" } ], "elfutils-devel": [ { "arch": "x86_64", "epoch": null, "name": "elfutils-devel", "release": "4.fc40", "source": "rpm", "version": "0.191" } ], "elfutils-libelf": [ { "arch": "x86_64", "epoch": null, "name": "elfutils-libelf", "release": "4.fc40", "source": "rpm", "version": "0.191" } ], "elfutils-libelf-devel": [ { "arch": "x86_64", "epoch": null, "name": "elfutils-libelf-devel", "release": "4.fc40", "source": "rpm", "version": "0.191" } ], "elfutils-libs": [ { "arch": "x86_64", "epoch": null, "name": "elfutils-libs", "release": "4.fc40", "source": "rpm", "version": "0.191" } ], "exfatprogs": [ { "arch": "x86_64", "epoch": null, "name": "exfatprogs", "release": "1.fc40", "source": "rpm", "version": "1.2.3" } ], "expat": [ { "arch": "x86_64", "epoch": null, "name": "expat", "release": "1.fc40", "source": "rpm", "version": "2.6.2" } ], "fedora-gpg-keys": [ { "arch": "noarch", "epoch": null, "name": "fedora-gpg-keys", "release": "2", "source": "rpm", "version": "40" } ], "fedora-release": [ { "arch": "noarch", "epoch": null, "name": "fedora-release", "release": "39", "source": "rpm", "version": "40" } ], "fedora-release-common": [ { "arch": "noarch", "epoch": null, "name": "fedora-release-common", "release": "39", "source": "rpm", "version": "40" } ], "fedora-release-identity-basic": [ { "arch": "noarch", "epoch": null, "name": "fedora-release-identity-basic", "release": "39", "source": "rpm", "version": "40" } ], "fedora-repos": [ { "arch": "noarch", "epoch": null, "name": "fedora-repos", "release": "2", "source": "rpm", "version": "40" } ], "file": [ { "arch": "x86_64", "epoch": null, "name": "file", "release": "4.fc40", "source": "rpm", "version": "5.45" } ], "file-libs": [ { "arch": "x86_64", "epoch": null, "name": "file-libs", "release": "4.fc40", "source": "rpm", "version": "5.45" } ], "filesystem": [ { "arch": "x86_64", "epoch": null, "name": "filesystem", "release": "8.fc40", "source": "rpm", "version": "3.18" } ], "findutils": [ { "arch": "x86_64", "epoch": 1, "name": "findutils", "release": "8.fc40", "source": "rpm", "version": "4.9.0" } ], "firewalld": [ { "arch": "noarch", "epoch": null, "name": "firewalld", "release": "2.fc40", "source": "rpm", "version": "2.1.2" } ], "firewalld-filesystem": [ { "arch": "noarch", "epoch": null, "name": "firewalld-filesystem", "release": "2.fc40", "source": "rpm", "version": "2.1.2" } ], "flex": [ { "arch": "x86_64", "epoch": null, "name": "flex", "release": "16.fc40", "source": "rpm", "version": "2.6.4" } ], "fonts-filesystem": [ { "arch": "noarch", "epoch": 1, "name": "fonts-filesystem", "release": "14.fc40", "source": "rpm", "version": "2.0.5" } ], "fuse-libs": [ { "arch": "x86_64", "epoch": null, "name": "fuse-libs", "release": "21.fc40", "source": "rpm", "version": "2.9.9" } ], "fwupd": [ { "arch": "x86_64", "epoch": null, "name": "fwupd", "release": "1.fc40", "source": "rpm", "version": "1.9.21" } ], "fwupd-efi": [ { "arch": "x86_64", "epoch": null, "name": "fwupd-efi", "release": "1.fc40", "source": "rpm", "version": "1.6" } ], "fwupd-plugin-modem-manager": [ { "arch": "x86_64", "epoch": null, "name": "fwupd-plugin-modem-manager", "release": "1.fc40", "source": "rpm", "version": "1.9.21" } ], "fwupd-plugin-uefi-capsule-data": [ { "arch": "x86_64", "epoch": null, "name": "fwupd-plugin-uefi-capsule-data", "release": "1.fc40", "source": "rpm", "version": "1.9.21" } ], "gawk": [ { "arch": "x86_64", "epoch": null, "name": "gawk", "release": "3.fc40", "source": "rpm", "version": "5.3.0" } ], "gc": [ { "arch": "x86_64", "epoch": null, "name": "gc", "release": "6.fc40", "source": "rpm", "version": "8.2.2" } ], "gcc": [ { "arch": "x86_64", "epoch": null, "name": "gcc", "release": "5.fc40", "source": "rpm", "version": "14.1.1" } ], "gdbm": [ { "arch": "x86_64", "epoch": 1, "name": "gdbm", "release": "6.fc40", "source": "rpm", "version": "1.23" } ], "gdbm-libs": [ { "arch": "x86_64", "epoch": 1, "name": "gdbm-libs", "release": "6.fc40", "source": "rpm", "version": "1.23" } ], "gdisk": [ { "arch": "x86_64", "epoch": null, "name": "gdisk", "release": "1.fc40", "source": "rpm", "version": "1.0.10" } ], "gettext-envsubst": [ { "arch": "x86_64", "epoch": null, "name": "gettext-envsubst", "release": "2.fc40", "source": "rpm", "version": "0.22.5" } ], "gettext-libs": [ { "arch": "x86_64", "epoch": null, "name": "gettext-libs", "release": "2.fc40", "source": "rpm", "version": "0.22.5" } ], "gettext-runtime": [ { "arch": "x86_64", "epoch": null, "name": "gettext-runtime", "release": "2.fc40", "source": "rpm", "version": "0.22.5" } ], "git": [ { "arch": "x86_64", "epoch": null, "name": "git", "release": "2.fc40", "source": "rpm", "version": "2.45.2" } ], "git-core": [ { "arch": "x86_64", "epoch": null, "name": "git-core", "release": "2.fc40", "source": "rpm", "version": "2.45.2" } ], "git-core-doc": [ { "arch": "noarch", "epoch": null, "name": "git-core-doc", "release": "2.fc40", "source": "rpm", "version": "2.45.2" } ], "glib-networking": [ { "arch": "x86_64", "epoch": null, "name": "glib-networking", "release": "1.fc40", "source": "rpm", "version": "2.80.0" } ], "glib2": [ { "arch": "x86_64", "epoch": null, "name": "glib2", "release": "1.fc40", "source": "rpm", "version": "2.80.3" } ], "glibc": [ { "arch": "x86_64", "epoch": null, "name": "glibc", "release": "15.fc40", "source": "rpm", "version": "2.39" } ], "glibc-common": [ { "arch": "x86_64", "epoch": null, "name": "glibc-common", "release": "15.fc40", "source": "rpm", "version": "2.39" } ], "glibc-devel": [ { "arch": "x86_64", "epoch": null, "name": "glibc-devel", "release": "15.fc40", "source": "rpm", "version": "2.39" } ], "glibc-gconv-extra": [ { "arch": "x86_64", "epoch": null, "name": "glibc-gconv-extra", "release": "15.fc40", "source": "rpm", "version": "2.39" } ], "glibc-headers-x86": [ { "arch": "noarch", "epoch": null, "name": "glibc-headers-x86", "release": "15.fc40", "source": "rpm", "version": "2.39" } ], "glibc-langpack-en": [ { "arch": "x86_64", "epoch": null, "name": "glibc-langpack-en", "release": "15.fc40", "source": "rpm", "version": "2.39" } ], "gmp": [ { "arch": "x86_64", "epoch": 1, "name": "gmp", "release": "8.fc40", "source": "rpm", "version": "6.2.1" } ], "gnupg2": [ { "arch": "x86_64", "epoch": null, "name": "gnupg2", "release": "1.fc40", "source": "rpm", "version": "2.4.4" } ], "gnutls": [ { "arch": "x86_64", "epoch": null, "name": "gnutls", "release": "1.fc40", "source": "rpm", "version": "3.8.5" } ], "gnutls-dane": [ { "arch": "x86_64", "epoch": null, "name": "gnutls-dane", "release": "1.fc40", "source": "rpm", "version": "3.8.5" } ], "gobject-introspection": [ { "arch": "x86_64", "epoch": null, "name": "gobject-introspection", "release": "1.fc40", "source": "rpm", "version": "1.80.1" } ], "google-noto-fonts-common": [ { "arch": "noarch", "epoch": null, "name": "google-noto-fonts-common", "release": "2.fc40", "source": "rpm", "version": "20240301" } ], "google-noto-sans-mono-vf-fonts": [ { "arch": "noarch", "epoch": null, "name": "google-noto-sans-mono-vf-fonts", "release": "2.fc40", "source": "rpm", "version": "20240301" } ], "google-noto-sans-vf-fonts": [ { "arch": "noarch", "epoch": null, "name": "google-noto-sans-vf-fonts", "release": "2.fc40", "source": "rpm", "version": "20240301" } ], "google-noto-serif-vf-fonts": [ { "arch": "noarch", "epoch": null, "name": "google-noto-serif-vf-fonts", "release": "2.fc40", "source": "rpm", "version": "20240301" } ], "gpg-pubkey": [ { "arch": null, "epoch": null, "name": "gpg-pubkey", "release": "63d04c2c", "source": "rpm", "version": "a15b79cc" } ], "gpgme": [ { "arch": "x86_64", "epoch": null, "name": "gpgme", "release": "3.fc40", "source": "rpm", "version": "1.23.2" } ], "gpm-libs": [ { "arch": "x86_64", "epoch": null, "name": "gpm-libs", "release": "46.fc40", "source": "rpm", "version": "1.20.7" } ], "grep": [ { "arch": "x86_64", "epoch": null, "name": "grep", "release": "7.fc40", "source": "rpm", "version": "3.11" } ], "groff-base": [ { "arch": "x86_64", "epoch": null, "name": "groff-base", "release": "6.fc40", "source": "rpm", "version": "1.23.0" } ], "grub2-common": [ { "arch": "noarch", "epoch": 1, "name": "grub2-common", "release": "123.fc40", "source": "rpm", "version": "2.06" } ], "grub2-pc": [ { "arch": "x86_64", "epoch": 1, "name": "grub2-pc", "release": "123.fc40", "source": "rpm", "version": "2.06" } ], "grub2-pc-modules": [ { "arch": "noarch", "epoch": 1, "name": "grub2-pc-modules", "release": "123.fc40", "source": "rpm", "version": "2.06" } ], "grub2-tools": [ { "arch": "x86_64", "epoch": 1, "name": "grub2-tools", "release": "123.fc40", "source": "rpm", "version": "2.06" } ], "grub2-tools-minimal": [ { "arch": "x86_64", "epoch": 1, "name": "grub2-tools-minimal", "release": "123.fc40", "source": "rpm", "version": "2.06" } ], "grubby": [ { "arch": "x86_64", "epoch": null, "name": "grubby", "release": "75.fc40", "source": "rpm", "version": "8.40" } ], "gsettings-desktop-schemas": [ { "arch": "x86_64", "epoch": null, "name": "gsettings-desktop-schemas", "release": "1.fc40", "source": "rpm", "version": "46.0" } ], "gssproxy": [ { "arch": "x86_64", "epoch": null, "name": "gssproxy", "release": "3.fc40", "source": "rpm", "version": "0.9.2" } ], "guile30": [ { "arch": "x86_64", "epoch": null, "name": "guile30", "release": "12.fc40", "source": "rpm", "version": "3.0.7" } ], "gzip": [ { "arch": "x86_64", "epoch": null, "name": "gzip", "release": "1.fc40", "source": "rpm", "version": "1.13" } ], "hostname": [ { "arch": "x86_64", "epoch": null, "name": "hostname", "release": "12.fc40", "source": "rpm", "version": "3.23" } ], "hunspell": [ { "arch": "x86_64", "epoch": null, "name": "hunspell", "release": "7.fc40", "source": "rpm", "version": "1.7.2" } ], "hunspell-en": [ { "arch": "noarch", "epoch": null, "name": "hunspell-en", "release": "9.fc40", "source": "rpm", "version": "0.20201207" } ], "hunspell-en-GB": [ { "arch": "noarch", "epoch": null, "name": "hunspell-en-GB", "release": "9.fc40", "source": "rpm", "version": "0.20201207" } ], "hunspell-en-US": [ { "arch": "noarch", "epoch": null, "name": "hunspell-en-US", "release": "9.fc40", "source": "rpm", "version": "0.20201207" } ], "hunspell-filesystem": [ { "arch": "x86_64", "epoch": null, "name": "hunspell-filesystem", "release": "7.fc40", "source": "rpm", "version": "1.7.2" } ], "ima-evm-utils": [ { "arch": "x86_64", "epoch": null, "name": "ima-evm-utils", "release": "4.fc40", "source": "rpm", "version": "1.5" } ], "inih": [ { "arch": "x86_64", "epoch": null, "name": "inih", "release": "1.fc40", "source": "rpm", "version": "58" } ], "initscripts": [ { "arch": "x86_64", "epoch": null, "name": "initscripts", "release": "1.fc40", "source": "rpm", "version": "10.23" } ], "initscripts-rename-device": [ { "arch": "x86_64", "epoch": null, "name": "initscripts-rename-device", "release": "1.fc40", "source": "rpm", "version": "10.23" } ], "initscripts-service": [ { "arch": "noarch", "epoch": null, "name": "initscripts-service", "release": "1.fc40", "source": "rpm", "version": "10.23" } ], "intel-audio-firmware": [ { "arch": "noarch", "epoch": null, "name": "intel-audio-firmware", "release": "1.fc40", "source": "rpm", "version": "20240610" } ], "intel-gpu-firmware": [ { "arch": "noarch", "epoch": null, "name": "intel-gpu-firmware", "release": "1.fc40", "source": "rpm", "version": "20240610" } ], "ipcalc": [ { "arch": "x86_64", "epoch": null, "name": "ipcalc", "release": "9.fc40", "source": "rpm", "version": "1.0.3" } ], "iproute": [ { "arch": "x86_64", "epoch": null, "name": "iproute", "release": "2.fc40", "source": "rpm", "version": "6.7.0" } ], "iptables-libs": [ { "arch": "x86_64", "epoch": null, "name": "iptables-libs", "release": "7.fc40", "source": "rpm", "version": "1.8.10" } ], "iptables-nft": [ { "arch": "x86_64", "epoch": null, "name": "iptables-nft", "release": "7.fc40", "source": "rpm", "version": "1.8.10" } ], "iputils": [ { "arch": "x86_64", "epoch": null, "name": "iputils", "release": "4.fc40", "source": "rpm", "version": "20240117" } ], "jansson": [ { "arch": "x86_64", "epoch": null, "name": "jansson", "release": "9.fc40", "source": "rpm", "version": "2.13.1" } ], "jitterentropy": [ { "arch": "x86_64", "epoch": null, "name": "jitterentropy", "release": "3.fc40", "source": "rpm", "version": "3.5.0" } ], "jose": [ { "arch": "x86_64", "epoch": null, "name": "jose", "release": "1.fc40", "source": "rpm", "version": "14" } ], "jq": [ { "arch": "x86_64", "epoch": null, "name": "jq", "release": "7.fc40", "source": "rpm", "version": "1.7.1" } ], "json-c": [ { "arch": "x86_64", "epoch": null, "name": "json-c", "release": "3.fc40", "source": "rpm", "version": "0.17" } ], "json-glib": [ { "arch": "x86_64", "epoch": null, "name": "json-glib", "release": "3.fc40", "source": "rpm", "version": "1.8.0" } ], "kbd": [ { "arch": "x86_64", "epoch": null, "name": "kbd", "release": "3.fc40", "source": "rpm", "version": "2.6.4" } ], "kbd-legacy": [ { "arch": "noarch", "epoch": null, "name": "kbd-legacy", "release": "3.fc40", "source": "rpm", "version": "2.6.4" } ], "kbd-misc": [ { "arch": "noarch", "epoch": null, "name": "kbd-misc", "release": "3.fc40", "source": "rpm", "version": "2.6.4" } ], "kernel": [ { "arch": "x86_64", "epoch": null, "name": "kernel", "release": "200.fc40", "source": "rpm", "version": "6.9.4" } ], "kernel-core": [ { "arch": "x86_64", "epoch": null, "name": "kernel-core", "release": "200.fc40", "source": "rpm", "version": "6.9.4" } ], "kernel-devel": [ { "arch": "x86_64", "epoch": null, "name": "kernel-devel", "release": "200.fc40", "source": "rpm", "version": "6.9.4" } ], "kernel-headers": [ { "arch": "x86_64", "epoch": null, "name": "kernel-headers", "release": "200.fc40", "source": "rpm", "version": "6.9.4" } ], "kernel-modules": [ { "arch": "x86_64", "epoch": null, "name": "kernel-modules", "release": "200.fc40", "source": "rpm", "version": "6.9.4" } ], "kernel-modules-core": [ { "arch": "x86_64", "epoch": null, "name": "kernel-modules-core", "release": "200.fc40", "source": "rpm", "version": "6.9.4" } ], "keyutils": [ { "arch": "x86_64", "epoch": null, "name": "keyutils", "release": "3.fc40", "source": "rpm", "version": "1.6.3" } ], "keyutils-libs": [ { "arch": "x86_64", "epoch": null, "name": "keyutils-libs", "release": "3.fc40", "source": "rpm", "version": "1.6.3" } ], "kmod": [ { "arch": "x86_64", "epoch": null, "name": "kmod", "release": "5.fc40", "source": "rpm", "version": "31" } ], "kmod-libs": [ { "arch": "x86_64", "epoch": null, "name": "kmod-libs", "release": "5.fc40", "source": "rpm", "version": "31" } ], "kpartx": [ { "arch": "x86_64", "epoch": null, "name": "kpartx", "release": "7.fc40", "source": "rpm", "version": "0.9.7" } ], "krb5-libs": [ { "arch": "x86_64", "epoch": null, "name": "krb5-libs", "release": "5.fc40", "source": "rpm", "version": "1.21.2" } ], "langpacks-core-en": [ { "arch": "noarch", "epoch": null, "name": "langpacks-core-en", "release": "13.fc40", "source": "rpm", "version": "4.0" } ], "langpacks-en": [ { "arch": "noarch", "epoch": null, "name": "langpacks-en", "release": "13.fc40", "source": "rpm", "version": "4.0" } ], "langpacks-fonts-en": [ { "arch": "noarch", "epoch": null, "name": "langpacks-fonts-en", "release": "13.fc40", "source": "rpm", "version": "4.0" } ], "less": [ { "arch": "x86_64", "epoch": null, "name": "less", "release": "4.fc40", "source": "rpm", "version": "643" } ], "libacl": [ { "arch": "x86_64", "epoch": null, "name": "libacl", "release": "1.fc40", "source": "rpm", "version": "2.3.2" } ], "libaio": [ { "arch": "x86_64", "epoch": null, "name": "libaio", "release": "19.fc40", "source": "rpm", "version": "0.3.111" } ], "libarchive": [ { "arch": "x86_64", "epoch": null, "name": "libarchive", "release": "4.fc40", "source": "rpm", "version": "3.7.2" } ], "libassuan": [ { "arch": "x86_64", "epoch": null, "name": "libassuan", "release": "1.fc40", "source": "rpm", "version": "2.5.7" } ], "libatasmart": [ { "arch": "x86_64", "epoch": null, "name": "libatasmart", "release": "28.fc40", "source": "rpm", "version": "0.19" } ], "libattr": [ { "arch": "x86_64", "epoch": null, "name": "libattr", "release": "3.fc40", "source": "rpm", "version": "2.5.2" } ], "libb2": [ { "arch": "x86_64", "epoch": null, "name": "libb2", "release": "11.fc40", "source": "rpm", "version": "0.98.1" } ], "libbasicobjects": [ { "arch": "x86_64", "epoch": null, "name": "libbasicobjects", "release": "56.fc40", "source": "rpm", "version": "0.1.1" } ], "libblkid": [ { "arch": "x86_64", "epoch": null, "name": "libblkid", "release": "1.fc40", "source": "rpm", "version": "2.40.1" } ], "libblockdev": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev", "release": "1.fc40", "source": "rpm", "version": "3.1.1" } ], "libblockdev-btrfs": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-btrfs", "release": "1.fc40", "source": "rpm", "version": "3.1.1" } ], "libblockdev-crypto": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-crypto", "release": "1.fc40", "source": "rpm", "version": "3.1.1" } ], "libblockdev-dm": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-dm", "release": "1.fc40", "source": "rpm", "version": "3.1.1" } ], "libblockdev-fs": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-fs", "release": "1.fc40", "source": "rpm", "version": "3.1.1" } ], "libblockdev-loop": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-loop", "release": "1.fc40", "source": "rpm", "version": "3.1.1" } ], "libblockdev-lvm": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-lvm", "release": "1.fc40", "source": "rpm", "version": "3.1.1" } ], "libblockdev-mdraid": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-mdraid", "release": "1.fc40", "source": "rpm", "version": "3.1.1" } ], "libblockdev-mpath": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-mpath", "release": "1.fc40", "source": "rpm", "version": "3.1.1" } ], "libblockdev-nvme": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-nvme", "release": "1.fc40", "source": "rpm", "version": "3.1.1" } ], "libblockdev-part": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-part", "release": "1.fc40", "source": "rpm", "version": "3.1.1" } ], "libblockdev-swap": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-swap", "release": "1.fc40", "source": "rpm", "version": "3.1.1" } ], "libblockdev-utils": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-utils", "release": "1.fc40", "source": "rpm", "version": "3.1.1" } ], "libbpf": [ { "arch": "x86_64", "epoch": 2, "name": "libbpf", "release": "3.fc40", "source": "rpm", "version": "1.2.0" } ], "libbrotli": [ { "arch": "x86_64", "epoch": null, "name": "libbrotli", "release": "3.fc40", "source": "rpm", "version": "1.1.0" } ], "libbytesize": [ { "arch": "x86_64", "epoch": null, "name": "libbytesize", "release": "3.fc40", "source": "rpm", "version": "2.10" } ], "libcap": [ { "arch": "x86_64", "epoch": null, "name": "libcap", "release": "8.fc40", "source": "rpm", "version": "2.69" } ], "libcap-ng": [ { "arch": "x86_64", "epoch": null, "name": "libcap-ng", "release": "4.fc40", "source": "rpm", "version": "0.8.4" } ], "libcbor": [ { "arch": "x86_64", "epoch": null, "name": "libcbor", "release": "1.fc40", "source": "rpm", "version": "0.11.0" } ], "libcollection": [ { "arch": "x86_64", "epoch": null, "name": "libcollection", "release": "56.fc40", "source": "rpm", "version": "0.7.0" } ], "libcom_err": [ { "arch": "x86_64", "epoch": null, "name": "libcom_err", "release": "5.fc40", "source": "rpm", "version": "1.47.0" } ], "libcomps": [ { "arch": "x86_64", "epoch": null, "name": "libcomps", "release": "5.fc40", "source": "rpm", "version": "0.1.20" } ], "libcurl": [ { "arch": "x86_64", "epoch": null, "name": "libcurl", "release": "8.fc40", "source": "rpm", "version": "8.6.0" } ], "libdhash": [ { "arch": "x86_64", "epoch": null, "name": "libdhash", "release": "56.fc40", "source": "rpm", "version": "0.5.0" } ], "libdnf": [ { "arch": "x86_64", "epoch": null, "name": "libdnf", "release": "1.fc40", "source": "rpm", "version": "0.73.1" } ], "libeconf": [ { "arch": "x86_64", "epoch": null, "name": "libeconf", "release": "2.fc40", "source": "rpm", "version": "0.6.2" } ], "libedit": [ { "arch": "x86_64", "epoch": null, "name": "libedit", "release": "51.20240517cvs.fc40", "source": "rpm", "version": "3.1" } ], "libev": [ { "arch": "x86_64", "epoch": null, "name": "libev", "release": "11.fc40", "source": "rpm", "version": "4.33" } ], "libevdev": [ { "arch": "x86_64", "epoch": null, "name": "libevdev", "release": "2.fc40", "source": "rpm", "version": "1.13.2" } ], "libevent": [ { "arch": "x86_64", "epoch": null, "name": "libevent", "release": "12.fc40", "source": "rpm", "version": "2.1.12" } ], "libfdisk": [ { "arch": "x86_64", "epoch": null, "name": "libfdisk", "release": "1.fc40", "source": "rpm", "version": "2.40.1" } ], "libffi": [ { "arch": "x86_64", "epoch": null, "name": "libffi", "release": "7.fc40", "source": "rpm", "version": "3.4.4" } ], "libfido2": [ { "arch": "x86_64", "epoch": null, "name": "libfido2", "release": "4.fc40", "source": "rpm", "version": "1.14.0" } ], "libfsverity": [ { "arch": "x86_64", "epoch": null, "name": "libfsverity", "release": "12.fc40", "source": "rpm", "version": "1.4" } ], "libgcc": [ { "arch": "x86_64", "epoch": null, "name": "libgcc", "release": "5.fc40", "source": "rpm", "version": "14.1.1" } ], "libgcrypt": [ { "arch": "x86_64", "epoch": null, "name": "libgcrypt", "release": "3.fc40", "source": "rpm", "version": "1.10.3" } ], "libgomp": [ { "arch": "x86_64", "epoch": null, "name": "libgomp", "release": "5.fc40", "source": "rpm", "version": "14.1.1" } ], "libgpg-error": [ { "arch": "x86_64", "epoch": null, "name": "libgpg-error", "release": "1.fc40", "source": "rpm", "version": "1.49" } ], "libgudev": [ { "arch": "x86_64", "epoch": null, "name": "libgudev", "release": "5.fc40", "source": "rpm", "version": "238" } ], "libgusb": [ { "arch": "x86_64", "epoch": null, "name": "libgusb", "release": "1.fc40", "source": "rpm", "version": "0.4.9" } ], "libidn2": [ { "arch": "x86_64", "epoch": null, "name": "libidn2", "release": "1.fc40", "source": "rpm", "version": "2.3.7" } ], "libini_config": [ { "arch": "x86_64", "epoch": null, "name": "libini_config", "release": "56.fc40", "source": "rpm", "version": "1.3.1" } ], "libjcat": [ { "arch": "x86_64", "epoch": null, "name": "libjcat", "release": "2.fc40", "source": "rpm", "version": "0.2.1" } ], "libjose": [ { "arch": "x86_64", "epoch": null, "name": "libjose", "release": "1.fc40", "source": "rpm", "version": "14" } ], "libkcapi": [ { "arch": "x86_64", "epoch": null, "name": "libkcapi", "release": "10.fc40", "source": "rpm", "version": "1.4.0" } ], "libkcapi-hmaccalc": [ { "arch": "x86_64", "epoch": null, "name": "libkcapi-hmaccalc", "release": "10.fc40", "source": "rpm", "version": "1.4.0" } ], "libksba": [ { "arch": "x86_64", "epoch": null, "name": "libksba", "release": "1.fc40", "source": "rpm", "version": "1.6.6" } ], "libldb": [ { "arch": "x86_64", "epoch": null, "name": "libldb", "release": "1.fc40", "source": "rpm", "version": "2.9.0" } ], "libluksmeta": [ { "arch": "x86_64", "epoch": null, "name": "libluksmeta", "release": "22.fc40", "source": "rpm", "version": "9" } ], "libmaxminddb": [ { "arch": "x86_64", "epoch": null, "name": "libmaxminddb", "release": "2.fc40", "source": "rpm", "version": "1.9.1" } ], "libmbim": [ { "arch": "x86_64", "epoch": null, "name": "libmbim", "release": "3.fc40", "source": "rpm", "version": "1.30.0" } ], "libmnl": [ { "arch": "x86_64", "epoch": null, "name": "libmnl", "release": "5.fc40", "source": "rpm", "version": "1.0.5" } ], "libmodulemd": [ { "arch": "x86_64", "epoch": null, "name": "libmodulemd", "release": "12.fc40", "source": "rpm", "version": "2.15.0" } ], "libmount": [ { "arch": "x86_64", "epoch": null, "name": "libmount", "release": "1.fc40", "source": "rpm", "version": "2.40.1" } ], "libmpc": [ { "arch": "x86_64", "epoch": null, "name": "libmpc", "release": "5.fc40", "source": "rpm", "version": "1.3.1" } ], "libndp": [ { "arch": "x86_64", "epoch": null, "name": "libndp", "release": "9.fc40", "source": "rpm", "version": "1.8" } ], "libnetfilter_conntrack": [ { "arch": "x86_64", "epoch": null, "name": "libnetfilter_conntrack", "release": "5.fc40", "source": "rpm", "version": "1.0.9" } ], "libnfnetlink": [ { "arch": "x86_64", "epoch": null, "name": "libnfnetlink", "release": "27.fc40", "source": "rpm", "version": "1.0.1" } ], "libnfsidmap": [ { "arch": "x86_64", "epoch": 1, "name": "libnfsidmap", "release": "0.rc6.fc40", "source": "rpm", "version": "2.6.4" } ], "libnftnl": [ { "arch": "x86_64", "epoch": null, "name": "libnftnl", "release": "5.fc40", "source": "rpm", "version": "1.2.6" } ], "libnghttp2": [ { "arch": "x86_64", "epoch": null, "name": "libnghttp2", "release": "3.fc40", "source": "rpm", "version": "1.59.0" } ], "libnl3": [ { "arch": "x86_64", "epoch": null, "name": "libnl3", "release": "3.fc40", "source": "rpm", "version": "3.9.0" } ], "libnsl2": [ { "arch": "x86_64", "epoch": null, "name": "libnsl2", "release": "1.fc40", "source": "rpm", "version": "2.0.1" } ], "libnvme": [ { "arch": "x86_64", "epoch": null, "name": "libnvme", "release": "1.fc40", "source": "rpm", "version": "1.8" } ], "libpath_utils": [ { "arch": "x86_64", "epoch": null, "name": "libpath_utils", "release": "56.fc40", "source": "rpm", "version": "0.2.1" } ], "libpipeline": [ { "arch": "x86_64", "epoch": null, "name": "libpipeline", "release": "5.fc40", "source": "rpm", "version": "1.5.7" } ], "libpkgconf": [ { "arch": "x86_64", "epoch": null, "name": "libpkgconf", "release": "1.fc40", "source": "rpm", "version": "2.1.0" } ], "libproxy": [ { "arch": "x86_64", "epoch": null, "name": "libproxy", "release": "1.fc40", "source": "rpm", "version": "0.5.5" } ], "libpsl": [ { "arch": "x86_64", "epoch": null, "name": "libpsl", "release": "3.fc40", "source": "rpm", "version": "0.21.5" } ], "libpwquality": [ { "arch": "x86_64", "epoch": null, "name": "libpwquality", "release": "9.fc40", "source": "rpm", "version": "1.4.5" } ], "libqmi": [ { "arch": "x86_64", "epoch": null, "name": "libqmi", "release": "5.fc40", "source": "rpm", "version": "1.34.0" } ], "libqrtr-glib": [ { "arch": "x86_64", "epoch": null, "name": "libqrtr-glib", "release": "5.fc40", "source": "rpm", "version": "1.2.2" } ], "libref_array": [ { "arch": "x86_64", "epoch": null, "name": "libref_array", "release": "56.fc40", "source": "rpm", "version": "0.1.5" } ], "librepo": [ { "arch": "x86_64", "epoch": null, "name": "librepo", "release": "1.fc40", "source": "rpm", "version": "1.17.1" } ], "libreport-filesystem": [ { "arch": "noarch", "epoch": null, "name": "libreport-filesystem", "release": "1.fc40", "source": "rpm", "version": "2.17.15" } ], "libseccomp": [ { "arch": "x86_64", "epoch": null, "name": "libseccomp", "release": "1.fc40", "source": "rpm", "version": "2.5.5" } ], "libselinux": [ { "arch": "x86_64", "epoch": null, "name": "libselinux", "release": "4.fc40", "source": "rpm", "version": "3.6" } ], "libselinux-utils": [ { "arch": "x86_64", "epoch": null, "name": "libselinux-utils", "release": "4.fc40", "source": "rpm", "version": "3.6" } ], "libsemanage": [ { "arch": "x86_64", "epoch": null, "name": "libsemanage", "release": "3.fc40", "source": "rpm", "version": "3.6" } ], "libsepol": [ { "arch": "x86_64", "epoch": null, "name": "libsepol", "release": "3.fc40", "source": "rpm", "version": "3.6" } ], "libsmartcols": [ { "arch": "x86_64", "epoch": null, "name": "libsmartcols", "release": "1.fc40", "source": "rpm", "version": "2.40.1" } ], "libsodium": [ { "arch": "x86_64", "epoch": null, "name": "libsodium", "release": "1.fc40", "source": "rpm", "version": "1.0.20" } ], "libsolv": [ { "arch": "x86_64", "epoch": null, "name": "libsolv", "release": "1.fc40", "source": "rpm", "version": "0.7.29" } ], "libsoup3": [ { "arch": "x86_64", "epoch": null, "name": "libsoup3", "release": "3.fc40", "source": "rpm", "version": "3.4.4" } ], "libss": [ { "arch": "x86_64", "epoch": null, "name": "libss", "release": "5.fc40", "source": "rpm", "version": "1.47.0" } ], "libssh": [ { "arch": "x86_64", "epoch": null, "name": "libssh", "release": "5.fc40", "source": "rpm", "version": "0.10.6" } ], "libssh-config": [ { "arch": "noarch", "epoch": null, "name": "libssh-config", "release": "5.fc40", "source": "rpm", "version": "0.10.6" } ], "libsss_certmap": [ { "arch": "x86_64", "epoch": null, "name": "libsss_certmap", "release": "1.fc40", "source": "rpm", "version": "2.9.5" } ], "libsss_idmap": [ { "arch": "x86_64", "epoch": null, "name": "libsss_idmap", "release": "1.fc40", "source": "rpm", "version": "2.9.5" } ], "libsss_nss_idmap": [ { "arch": "x86_64", "epoch": null, "name": "libsss_nss_idmap", "release": "1.fc40", "source": "rpm", "version": "2.9.5" } ], "libsss_sudo": [ { "arch": "x86_64", "epoch": null, "name": "libsss_sudo", "release": "1.fc40", "source": "rpm", "version": "2.9.5" } ], "libstdc++": [ { "arch": "x86_64", "epoch": null, "name": "libstdc++", "release": "5.fc40", "source": "rpm", "version": "14.1.1" } ], "libtalloc": [ { "arch": "x86_64", "epoch": null, "name": "libtalloc", "release": "1.fc40", "source": "rpm", "version": "2.4.2" } ], "libtasn1": [ { "arch": "x86_64", "epoch": null, "name": "libtasn1", "release": "6.fc40", "source": "rpm", "version": "4.19.0" } ], "libtdb": [ { "arch": "x86_64", "epoch": null, "name": "libtdb", "release": "1.fc40", "source": "rpm", "version": "1.4.10" } ], "libtevent": [ { "arch": "x86_64", "epoch": null, "name": "libtevent", "release": "1.fc40", "source": "rpm", "version": "0.16.1" } ], "libtirpc": [ { "arch": "x86_64", "epoch": null, "name": "libtirpc", "release": "1.rc3.fc40", "source": "rpm", "version": "1.3.4" } ], "libtool-ltdl": [ { "arch": "x86_64", "epoch": null, "name": "libtool-ltdl", "release": "10.fc40", "source": "rpm", "version": "2.4.7" } ], "libudisks2": [ { "arch": "x86_64", "epoch": null, "name": "libudisks2", "release": "5.fc40", "source": "rpm", "version": "2.10.1" } ], "libunistring": [ { "arch": "x86_64", "epoch": null, "name": "libunistring", "release": "7.fc40", "source": "rpm", "version": "1.1" } ], "libusb1": [ { "arch": "x86_64", "epoch": null, "name": "libusb1", "release": "2.fc40", "source": "rpm", "version": "1.0.27" } ], "libutempter": [ { "arch": "x86_64", "epoch": null, "name": "libutempter", "release": "13.fc40", "source": "rpm", "version": "1.2.1" } ], "libuuid": [ { "arch": "x86_64", "epoch": null, "name": "libuuid", "release": "1.fc40", "source": "rpm", "version": "2.40.1" } ], "libverto": [ { "arch": "x86_64", "epoch": null, "name": "libverto", "release": "8.fc40", "source": "rpm", "version": "0.3.2" } ], "libverto-libev": [ { "arch": "x86_64", "epoch": null, "name": "libverto-libev", "release": "8.fc40", "source": "rpm", "version": "0.3.2" } ], "libxcrypt": [ { "arch": "x86_64", "epoch": null, "name": "libxcrypt", "release": "5.fc40", "source": "rpm", "version": "4.4.36" } ], "libxcrypt-devel": [ { "arch": "x86_64", "epoch": null, "name": "libxcrypt-devel", "release": "5.fc40", "source": "rpm", "version": "4.4.36" } ], "libxkbcommon": [ { "arch": "x86_64", "epoch": null, "name": "libxkbcommon", "release": "2.fc40", "source": "rpm", "version": "1.6.0" } ], "libxml2": [ { "arch": "x86_64", "epoch": null, "name": "libxml2", "release": "1.fc40", "source": "rpm", "version": "2.12.8" } ], "libxmlb": [ { "arch": "x86_64", "epoch": null, "name": "libxmlb", "release": "2.fc40", "source": "rpm", "version": "0.3.19" } ], "libxslt": [ { "arch": "x86_64", "epoch": null, "name": "libxslt", "release": "1.fc40", "source": "rpm", "version": "1.1.40" } ], "libyaml": [ { "arch": "x86_64", "epoch": null, "name": "libyaml", "release": "14.fc40", "source": "rpm", "version": "0.2.5" } ], "libzstd": [ { "arch": "x86_64", "epoch": null, "name": "libzstd", "release": "1.fc40", "source": "rpm", "version": "1.5.6" } ], "libzstd-devel": [ { "arch": "x86_64", "epoch": null, "name": "libzstd-devel", "release": "1.fc40", "source": "rpm", "version": "1.5.6" } ], "linux-firmware": [ { "arch": "noarch", "epoch": null, "name": "linux-firmware", "release": "1.fc40", "source": "rpm", "version": "20240610" } ], "linux-firmware-whence": [ { "arch": "noarch", "epoch": null, "name": "linux-firmware-whence", "release": "1.fc40", "source": "rpm", "version": "20240610" } ], "lmdb-libs": [ { "arch": "x86_64", "epoch": null, "name": "lmdb-libs", "release": "1.fc40", "source": "rpm", "version": "0.9.33" } ], "lsof": [ { "arch": "x86_64", "epoch": null, "name": "lsof", "release": "4.fc40", "source": "rpm", "version": "4.98.0" } ], "lua-libs": [ { "arch": "x86_64", "epoch": null, "name": "lua-libs", "release": "5.fc40", "source": "rpm", "version": "5.4.6" } ], "luksmeta": [ { "arch": "x86_64", "epoch": null, "name": "luksmeta", "release": "22.fc40", "source": "rpm", "version": "9" } ], "lvm2": [ { "arch": "x86_64", "epoch": null, "name": "lvm2", "release": "1.fc40", "source": "rpm", "version": "2.03.23" } ], "lvm2-libs": [ { "arch": "x86_64", "epoch": null, "name": "lvm2-libs", "release": "1.fc40", "source": "rpm", "version": "2.03.23" } ], "lz4-libs": [ { "arch": "x86_64", "epoch": null, "name": "lz4-libs", "release": "6.fc40", "source": "rpm", "version": "1.9.4" } ], "lzo": [ { "arch": "x86_64", "epoch": null, "name": "lzo", "release": "12.fc40", "source": "rpm", "version": "2.10" } ], "m4": [ { "arch": "x86_64", "epoch": null, "name": "m4", "release": "9.fc40", "source": "rpm", "version": "1.4.19" } ], "make": [ { "arch": "x86_64", "epoch": 1, "name": "make", "release": "6.fc40", "source": "rpm", "version": "4.4.1" } ], "man-db": [ { "arch": "x86_64", "epoch": null, "name": "man-db", "release": "6.fc40", "source": "rpm", "version": "2.12.0" } ], "mdadm": [ { "arch": "x86_64", "epoch": null, "name": "mdadm", "release": "8.fc40", "source": "rpm", "version": "4.2" } ], "mokutil": [ { "arch": "x86_64", "epoch": 2, "name": "mokutil", "release": "1.fc40", "source": "rpm", "version": "0.7.1" } ], "mpdecimal": [ { "arch": "x86_64", "epoch": null, "name": "mpdecimal", "release": "9.fc40", "source": "rpm", "version": "2.5.1" } ], "mpfr": [ { "arch": "x86_64", "epoch": null, "name": "mpfr", "release": "4.fc40", "source": "rpm", "version": "4.2.1" } ], "mt7xxx-firmware": [ { "arch": "noarch", "epoch": null, "name": "mt7xxx-firmware", "release": "1.fc40", "source": "rpm", "version": "20240610" } ], "nano": [ { "arch": "x86_64", "epoch": null, "name": "nano", "release": "7.fc40", "source": "rpm", "version": "7.2" } ], "nano-default-editor": [ { "arch": "noarch", "epoch": null, "name": "nano-default-editor", "release": "7.fc40", "source": "rpm", "version": "7.2" } ], "ncurses": [ { "arch": "x86_64", "epoch": null, "name": "ncurses", "release": "12.20240127.fc40", "source": "rpm", "version": "6.4" } ], "ncurses-base": [ { "arch": "noarch", "epoch": null, "name": "ncurses-base", "release": "12.20240127.fc40", "source": "rpm", "version": "6.4" } ], "ncurses-libs": [ { "arch": "x86_64", "epoch": null, "name": "ncurses-libs", "release": "12.20240127.fc40", "source": "rpm", "version": "6.4" } ], "net-tools": [ { "arch": "x86_64", "epoch": null, "name": "net-tools", "release": "0.69.20160912git.fc40", "source": "rpm", "version": "2.0" } ], "nettle": [ { "arch": "x86_64", "epoch": null, "name": "nettle", "release": "6.fc40", "source": "rpm", "version": "3.9.1" } ], "nfs-utils": [ { "arch": "x86_64", "epoch": 1, "name": "nfs-utils", "release": "0.rc6.fc40", "source": "rpm", "version": "2.6.4" } ], "nftables": [ { "arch": "x86_64", "epoch": 1, "name": "nftables", "release": "3.fc40", "source": "rpm", "version": "1.0.9" } ], "npth": [ { "arch": "x86_64", "epoch": null, "name": "npth", "release": "1.fc40", "source": "rpm", "version": "1.7" } ], "nspr": [ { "arch": "x86_64", "epoch": null, "name": "nspr", "release": "24.fc40", "source": "rpm", "version": "4.35.0" } ], "nss": [ { "arch": "x86_64", "epoch": null, "name": "nss", "release": "1.fc40", "source": "rpm", "version": "3.101.0" } ], "nss-softokn": [ { "arch": "x86_64", "epoch": null, "name": "nss-softokn", "release": "1.fc40", "source": "rpm", "version": "3.101.0" } ], "nss-softokn-freebl": [ { "arch": "x86_64", "epoch": null, "name": "nss-softokn-freebl", "release": "1.fc40", "source": "rpm", "version": "3.101.0" } ], "nss-sysinit": [ { "arch": "x86_64", "epoch": null, "name": "nss-sysinit", "release": "1.fc40", "source": "rpm", "version": "3.101.0" } ], "nss-util": [ { "arch": "x86_64", "epoch": null, "name": "nss-util", "release": "1.fc40", "source": "rpm", "version": "3.101.0" } ], "ntfs-3g": [ { "arch": "x86_64", "epoch": 2, "name": "ntfs-3g", "release": "5.fc40", "source": "rpm", "version": "2022.10.3" } ], "ntfs-3g-libs": [ { "arch": "x86_64", "epoch": 2, "name": "ntfs-3g-libs", "release": "5.fc40", "source": "rpm", "version": "2022.10.3" } ], "ntfsprogs": [ { "arch": "x86_64", "epoch": 2, "name": "ntfsprogs", "release": "5.fc40", "source": "rpm", "version": "2022.10.3" } ], "nvidia-gpu-firmware": [ { "arch": "noarch", "epoch": null, "name": "nvidia-gpu-firmware", "release": "1.fc40", "source": "rpm", "version": "20240610" } ], "nxpwireless-firmware": [ { "arch": "noarch", "epoch": null, "name": "nxpwireless-firmware", "release": "1.fc40", "source": "rpm", "version": "20240610" } ], "oniguruma": [ { "arch": "x86_64", "epoch": null, "name": "oniguruma", "release": "3.fc40", "source": "rpm", "version": "6.9.9" } ], "openldap": [ { "arch": "x86_64", "epoch": null, "name": "openldap", "release": "1.fc40", "source": "rpm", "version": "2.6.7" } ], "openssh": [ { "arch": "x86_64", "epoch": null, "name": "openssh", "release": "1.fc40.2", "source": "rpm", "version": "9.6p1" } ], "openssh-clients": [ { "arch": "x86_64", "epoch": null, "name": "openssh-clients", "release": "1.fc40.2", "source": "rpm", "version": "9.6p1" } ], "openssh-server": [ { "arch": "x86_64", "epoch": null, "name": "openssh-server", "release": "1.fc40.2", "source": "rpm", "version": "9.6p1" } ], "openssl": [ { "arch": "x86_64", "epoch": 1, "name": "openssl", "release": "2.fc40", "source": "rpm", "version": "3.2.1" } ], "openssl-devel": [ { "arch": "x86_64", "epoch": 1, "name": "openssl-devel", "release": "2.fc40", "source": "rpm", "version": "3.2.1" } ], "openssl-libs": [ { "arch": "x86_64", "epoch": 1, "name": "openssl-libs", "release": "2.fc40", "source": "rpm", "version": "3.2.1" } ], "openssl-pkcs11": [ { "arch": "x86_64", "epoch": null, "name": "openssl-pkcs11", "release": "8.fc40", "source": "rpm", "version": "0.4.12" } ], "os-prober": [ { "arch": "x86_64", "epoch": null, "name": "os-prober", "release": "6.fc40", "source": "rpm", "version": "1.81" } ], "p11-kit": [ { "arch": "x86_64", "epoch": null, "name": "p11-kit", "release": "4.fc40", "source": "rpm", "version": "0.25.3" } ], "p11-kit-trust": [ { "arch": "x86_64", "epoch": null, "name": "p11-kit-trust", "release": "4.fc40", "source": "rpm", "version": "0.25.3" } ], "pam": [ { "arch": "x86_64", "epoch": null, "name": "pam", "release": "3.fc40", "source": "rpm", "version": "1.6.1" } ], "pam-libs": [ { "arch": "x86_64", "epoch": null, "name": "pam-libs", "release": "3.fc40", "source": "rpm", "version": "1.6.1" } ], "parted": [ { "arch": "x86_64", "epoch": null, "name": "parted", "release": "4.fc40", "source": "rpm", "version": "3.6" } ], "passim": [ { "arch": "x86_64", "epoch": null, "name": "passim", "release": "1.fc40", "source": "rpm", "version": "0.1.7" } ], "passim-libs": [ { "arch": "x86_64", "epoch": null, "name": "passim-libs", "release": "1.fc40", "source": "rpm", "version": "0.1.7" } ], "pcre2": [ { "arch": "x86_64", "epoch": null, "name": "pcre2", "release": "2.fc40.2", "source": "rpm", "version": "10.42" } ], "pcre2-syntax": [ { "arch": "noarch", "epoch": null, "name": "pcre2-syntax", "release": "2.fc40.2", "source": "rpm", "version": "10.42" } ], "pcsc-lite": [ { "arch": "x86_64", "epoch": null, "name": "pcsc-lite", "release": "1.fc40", "source": "rpm", "version": "2.0.3" } ], "pcsc-lite-ccid": [ { "arch": "x86_64", "epoch": null, "name": "pcsc-lite-ccid", "release": "3.fc40", "source": "rpm", "version": "1.5.5" } ], "pcsc-lite-libs": [ { "arch": "x86_64", "epoch": null, "name": "pcsc-lite-libs", "release": "1.fc40", "source": "rpm", "version": "2.0.3" } ], "perl-AutoLoader": [ { "arch": "noarch", "epoch": 0, "name": "perl-AutoLoader", "release": "506.fc40", "source": "rpm", "version": "5.74" } ], "perl-B": [ { "arch": "x86_64", "epoch": 0, "name": "perl-B", "release": "506.fc40", "source": "rpm", "version": "1.88" } ], "perl-Carp": [ { "arch": "noarch", "epoch": null, "name": "perl-Carp", "release": "502.fc40", "source": "rpm", "version": "1.54" } ], "perl-Class-Struct": [ { "arch": "noarch", "epoch": 0, "name": "perl-Class-Struct", "release": "506.fc40", "source": "rpm", "version": "0.68" } ], "perl-Data-Dumper": [ { "arch": "x86_64", "epoch": null, "name": "perl-Data-Dumper", "release": "503.fc40", "source": "rpm", "version": "2.188" } ], "perl-Digest": [ { "arch": "noarch", "epoch": null, "name": "perl-Digest", "release": "502.fc40", "source": "rpm", "version": "1.20" } ], "perl-Digest-MD5": [ { "arch": "x86_64", "epoch": null, "name": "perl-Digest-MD5", "release": "3.fc40", "source": "rpm", "version": "2.59" } ], "perl-DynaLoader": [ { "arch": "x86_64", "epoch": 0, "name": "perl-DynaLoader", "release": "506.fc40", "source": "rpm", "version": "1.54" } ], "perl-Encode": [ { "arch": "x86_64", "epoch": 4, "name": "perl-Encode", "release": "505.fc40", "source": "rpm", "version": "3.21" } ], "perl-Errno": [ { "arch": "x86_64", "epoch": 0, "name": "perl-Errno", "release": "506.fc40", "source": "rpm", "version": "1.37" } ], "perl-Error": [ { "arch": "noarch", "epoch": 1, "name": "perl-Error", "release": "15.fc40", "source": "rpm", "version": "0.17029" } ], "perl-Exporter": [ { "arch": "noarch", "epoch": null, "name": "perl-Exporter", "release": "3.fc40", "source": "rpm", "version": "5.78" } ], "perl-Fcntl": [ { "arch": "x86_64", "epoch": 0, "name": "perl-Fcntl", "release": "506.fc40", "source": "rpm", "version": "1.15" } ], "perl-File-Basename": [ { "arch": "noarch", "epoch": 0, "name": "perl-File-Basename", "release": "506.fc40", "source": "rpm", "version": "2.86" } ], "perl-File-Find": [ { "arch": "noarch", "epoch": 0, "name": "perl-File-Find", "release": "506.fc40", "source": "rpm", "version": "1.43" } ], "perl-File-Path": [ { "arch": "noarch", "epoch": null, "name": "perl-File-Path", "release": "503.fc40", "source": "rpm", "version": "2.18" } ], "perl-File-Temp": [ { "arch": "noarch", "epoch": 1, "name": "perl-File-Temp", "release": "503.fc40", "source": "rpm", "version": "0.231.100" } ], "perl-File-stat": [ { "arch": "noarch", "epoch": 0, "name": "perl-File-stat", "release": "506.fc40", "source": "rpm", "version": "1.13" } ], "perl-FileHandle": [ { "arch": "noarch", "epoch": 0, "name": "perl-FileHandle", "release": "506.fc40", "source": "rpm", "version": "2.05" } ], "perl-Getopt-Long": [ { "arch": "noarch", "epoch": 1, "name": "perl-Getopt-Long", "release": "4.fc40", "source": "rpm", "version": "2.57" } ], "perl-Getopt-Std": [ { "arch": "noarch", "epoch": 0, "name": "perl-Getopt-Std", "release": "506.fc40", "source": "rpm", "version": "1.13" } ], "perl-Git": [ { "arch": "noarch", "epoch": null, "name": "perl-Git", "release": "2.fc40", "source": "rpm", "version": "2.45.2" } ], "perl-HTTP-Tiny": [ { "arch": "noarch", "epoch": null, "name": "perl-HTTP-Tiny", "release": "5.fc40", "source": "rpm", "version": "0.088" } ], "perl-IO": [ { "arch": "x86_64", "epoch": 0, "name": "perl-IO", "release": "506.fc40", "source": "rpm", "version": "1.52" } ], "perl-IO-Socket-IP": [ { "arch": "noarch", "epoch": null, "name": "perl-IO-Socket-IP", "release": "2.fc40", "source": "rpm", "version": "0.42" } ], "perl-IO-Socket-SSL": [ { "arch": "noarch", "epoch": null, "name": "perl-IO-Socket-SSL", "release": "1.fc40", "source": "rpm", "version": "2.085" } ], "perl-IPC-Open3": [ { "arch": "noarch", "epoch": 0, "name": "perl-IPC-Open3", "release": "506.fc40", "source": "rpm", "version": "1.22" } ], "perl-MIME-Base64": [ { "arch": "x86_64", "epoch": null, "name": "perl-MIME-Base64", "release": "503.fc40", "source": "rpm", "version": "3.16" } ], "perl-Mozilla-CA": [ { "arch": "noarch", "epoch": null, "name": "perl-Mozilla-CA", "release": "3.fc40", "source": "rpm", "version": "20231213" } ], "perl-NDBM_File": [ { "arch": "x86_64", "epoch": 0, "name": "perl-NDBM_File", "release": "506.fc40", "source": "rpm", "version": "1.16" } ], "perl-Net-SSLeay": [ { "arch": "x86_64", "epoch": null, "name": "perl-Net-SSLeay", "release": "3.fc40", "source": "rpm", "version": "1.94" } ], "perl-POSIX": [ { "arch": "x86_64", "epoch": 0, "name": "perl-POSIX", "release": "506.fc40", "source": "rpm", "version": "2.13" } ], "perl-PathTools": [ { "arch": "x86_64", "epoch": null, "name": "perl-PathTools", "release": "502.fc40", "source": "rpm", "version": "3.89" } ], "perl-Pod-Escapes": [ { "arch": "noarch", "epoch": 1, "name": "perl-Pod-Escapes", "release": "503.fc40", "source": "rpm", "version": "1.07" } ], "perl-Pod-Perldoc": [ { "arch": "noarch", "epoch": null, "name": "perl-Pod-Perldoc", "release": "503.fc40", "source": "rpm", "version": "3.28.01" } ], "perl-Pod-Simple": [ { "arch": "noarch", "epoch": 1, "name": "perl-Pod-Simple", "release": "6.fc40", "source": "rpm", "version": "3.45" } ], "perl-Pod-Usage": [ { "arch": "noarch", "epoch": 4, "name": "perl-Pod-Usage", "release": "504.fc40", "source": "rpm", "version": "2.03" } ], "perl-Scalar-List-Utils": [ { "arch": "x86_64", "epoch": 5, "name": "perl-Scalar-List-Utils", "release": "503.fc40", "source": "rpm", "version": "1.63" } ], "perl-SelectSaver": [ { "arch": "noarch", "epoch": 0, "name": "perl-SelectSaver", "release": "506.fc40", "source": "rpm", "version": "1.02" } ], "perl-Socket": [ { "arch": "x86_64", "epoch": 4, "name": "perl-Socket", "release": "1.fc40", "source": "rpm", "version": "2.038" } ], "perl-Storable": [ { "arch": "x86_64", "epoch": 1, "name": "perl-Storable", "release": "502.fc40", "source": "rpm", "version": "3.32" } ], "perl-Symbol": [ { "arch": "noarch", "epoch": 0, "name": "perl-Symbol", "release": "506.fc40", "source": "rpm", "version": "1.09" } ], "perl-Term-ANSIColor": [ { "arch": "noarch", "epoch": null, "name": "perl-Term-ANSIColor", "release": "504.fc40", "source": "rpm", "version": "5.01" } ], "perl-Term-Cap": [ { "arch": "noarch", "epoch": null, "name": "perl-Term-Cap", "release": "503.fc40", "source": "rpm", "version": "1.18" } ], "perl-TermReadKey": [ { "arch": "x86_64", "epoch": null, "name": "perl-TermReadKey", "release": "21.fc40", "source": "rpm", "version": "2.38" } ], "perl-Text-ParseWords": [ { "arch": "noarch", "epoch": null, "name": "perl-Text-ParseWords", "release": "502.fc40", "source": "rpm", "version": "3.31" } ], "perl-Text-Tabs+Wrap": [ { "arch": "noarch", "epoch": null, "name": "perl-Text-Tabs+Wrap", "release": "1.fc40", "source": "rpm", "version": "2024.001" } ], "perl-Time-Local": [ { "arch": "noarch", "epoch": 2, "name": "perl-Time-Local", "release": "5.fc40", "source": "rpm", "version": "1.350" } ], "perl-URI": [ { "arch": "noarch", "epoch": null, "name": "perl-URI", "release": "1.fc40", "source": "rpm", "version": "5.28" } ], "perl-base": [ { "arch": "noarch", "epoch": 0, "name": "perl-base", "release": "506.fc40", "source": "rpm", "version": "2.27" } ], "perl-constant": [ { "arch": "noarch", "epoch": null, "name": "perl-constant", "release": "503.fc40", "source": "rpm", "version": "1.33" } ], "perl-if": [ { "arch": "noarch", "epoch": 0, "name": "perl-if", "release": "506.fc40", "source": "rpm", "version": "0.61.000" } ], "perl-interpreter": [ { "arch": "x86_64", "epoch": 4, "name": "perl-interpreter", "release": "506.fc40", "source": "rpm", "version": "5.38.2" } ], "perl-lib": [ { "arch": "x86_64", "epoch": 0, "name": "perl-lib", "release": "506.fc40", "source": "rpm", "version": "0.65" } ], "perl-libnet": [ { "arch": "noarch", "epoch": null, "name": "perl-libnet", "release": "503.fc40", "source": "rpm", "version": "3.15" } ], "perl-libs": [ { "arch": "x86_64", "epoch": 4, "name": "perl-libs", "release": "506.fc40", "source": "rpm", "version": "5.38.2" } ], "perl-locale": [ { "arch": "noarch", "epoch": 0, "name": "perl-locale", "release": "506.fc40", "source": "rpm", "version": "1.10" } ], "perl-mro": [ { "arch": "x86_64", "epoch": 0, "name": "perl-mro", "release": "506.fc40", "source": "rpm", "version": "1.28" } ], "perl-overload": [ { "arch": "noarch", "epoch": 0, "name": "perl-overload", "release": "506.fc40", "source": "rpm", "version": "1.37" } ], "perl-overloading": [ { "arch": "noarch", "epoch": 0, "name": "perl-overloading", "release": "506.fc40", "source": "rpm", "version": "0.02" } ], "perl-parent": [ { "arch": "noarch", "epoch": 1, "name": "perl-parent", "release": "502.fc40", "source": "rpm", "version": "0.241" } ], "perl-podlators": [ { "arch": "noarch", "epoch": 1, "name": "perl-podlators", "release": "502.fc40", "source": "rpm", "version": "5.01" } ], "perl-vars": [ { "arch": "noarch", "epoch": 0, "name": "perl-vars", "release": "506.fc40", "source": "rpm", "version": "1.05" } ], "pkgconf": [ { "arch": "x86_64", "epoch": null, "name": "pkgconf", "release": "1.fc40", "source": "rpm", "version": "2.1.0" } ], "pkgconf-m4": [ { "arch": "noarch", "epoch": null, "name": "pkgconf-m4", "release": "1.fc40", "source": "rpm", "version": "2.1.0" } ], "pkgconf-pkg-config": [ { "arch": "x86_64", "epoch": null, "name": "pkgconf-pkg-config", "release": "1.fc40", "source": "rpm", "version": "2.1.0" } ], "plymouth": [ { "arch": "x86_64", "epoch": null, "name": "plymouth", "release": "12.fc40", "source": "rpm", "version": "24.004.60" } ], "plymouth-core-libs": [ { "arch": "x86_64", "epoch": null, "name": "plymouth-core-libs", "release": "12.fc40", "source": "rpm", "version": "24.004.60" } ], "plymouth-scripts": [ { "arch": "x86_64", "epoch": null, "name": "plymouth-scripts", "release": "12.fc40", "source": "rpm", "version": "24.004.60" } ], "policycoreutils": [ { "arch": "x86_64", "epoch": null, "name": "policycoreutils", "release": "3.fc40", "source": "rpm", "version": "3.6" } ], "polkit": [ { "arch": "x86_64", "epoch": null, "name": "polkit", "release": "2.fc40", "source": "rpm", "version": "124" } ], "polkit-libs": [ { "arch": "x86_64", "epoch": null, "name": "polkit-libs", "release": "2.fc40", "source": "rpm", "version": "124" } ], "polkit-pkla-compat": [ { "arch": "x86_64", "epoch": null, "name": "polkit-pkla-compat", "release": "28.fc40", "source": "rpm", "version": "0.1" } ], "popt": [ { "arch": "x86_64", "epoch": null, "name": "popt", "release": "6.fc40", "source": "rpm", "version": "1.19" } ], "procps-ng": [ { "arch": "x86_64", "epoch": null, "name": "procps-ng", "release": "3.fc40", "source": "rpm", "version": "4.0.4" } ], "protobuf-c": [ { "arch": "x86_64", "epoch": null, "name": "protobuf-c", "release": "3.fc40", "source": "rpm", "version": "1.5.0" } ], "psmisc": [ { "arch": "x86_64", "epoch": null, "name": "psmisc", "release": "6.fc40", "source": "rpm", "version": "23.6" } ], "publicsuffix-list-dafsa": [ { "arch": "noarch", "epoch": null, "name": "publicsuffix-list-dafsa", "release": "3.fc40", "source": "rpm", "version": "20240107" } ], "python-pip-wheel": [ { "arch": "noarch", "epoch": null, "name": "python-pip-wheel", "release": "1.fc40", "source": "rpm", "version": "23.3.2" } ], "python-unversioned-command": [ { "arch": "noarch", "epoch": null, "name": "python-unversioned-command", "release": "2.fc40", "source": "rpm", "version": "3.12.3" } ], "python3": [ { "arch": "x86_64", "epoch": null, "name": "python3", "release": "2.fc40", "source": "rpm", "version": "3.12.3" } ], "python3-attrs": [ { "arch": "noarch", "epoch": null, "name": "python3-attrs", "release": "4.fc40", "source": "rpm", "version": "23.2.0" } ], "python3-audit": [ { "arch": "x86_64", "epoch": null, "name": "python3-audit", "release": "1.fc40", "source": "rpm", "version": "4.0.1" } ], "python3-blivet": [ { "arch": "noarch", "epoch": 1, "name": "python3-blivet", "release": "1.fc40", "source": "rpm", "version": "3.10.0" } ], "python3-blockdev": [ { "arch": "x86_64", "epoch": null, "name": "python3-blockdev", "release": "1.fc40", "source": "rpm", "version": "3.1.1" } ], "python3-bytesize": [ { "arch": "x86_64", "epoch": null, "name": "python3-bytesize", "release": "3.fc40", "source": "rpm", "version": "2.10" } ], "python3-charset-normalizer": [ { "arch": "noarch", "epoch": null, "name": "python3-charset-normalizer", "release": "3.fc40", "source": "rpm", "version": "3.3.2" } ], "python3-configobj": [ { "arch": "noarch", "epoch": null, "name": "python3-configobj", "release": "8.fc40", "source": "rpm", "version": "5.0.8" } ], "python3-configshell": [ { "arch": "noarch", "epoch": 1, "name": "python3-configshell", "release": "6.fc40", "source": "rpm", "version": "1.1.30" } ], "python3-dateutil": [ { "arch": "noarch", "epoch": 1, "name": "python3-dateutil", "release": "13.fc40", "source": "rpm", "version": "2.8.2" } ], "python3-dbus": [ { "arch": "x86_64", "epoch": null, "name": "python3-dbus", "release": "6.fc40", "source": "rpm", "version": "1.3.2" } ], "python3-dbus-client-gen": [ { "arch": "noarch", "epoch": null, "name": "python3-dbus-client-gen", "release": "6.fc40", "source": "rpm", "version": "0.5.1" } ], "python3-dbus-python-client-gen": [ { "arch": "noarch", "epoch": null, "name": "python3-dbus-python-client-gen", "release": "5.fc40", "source": "rpm", "version": "0.8.3" } ], "python3-dbus-signature-pyparsing": [ { "arch": "noarch", "epoch": null, "name": "python3-dbus-signature-pyparsing", "release": "7.fc40", "source": "rpm", "version": "0.4.1" } ], "python3-distro": [ { "arch": "noarch", "epoch": null, "name": "python3-distro", "release": "3.fc40", "source": "rpm", "version": "1.9.0" } ], "python3-dnf": [ { "arch": "noarch", "epoch": null, "name": "python3-dnf", "release": "1.fc40", "source": "rpm", "version": "4.19.2" } ], "python3-dnf-plugins-core": [ { "arch": "noarch", "epoch": null, "name": "python3-dnf-plugins-core", "release": "1.fc40", "source": "rpm", "version": "4.6.0" } ], "python3-firewall": [ { "arch": "noarch", "epoch": null, "name": "python3-firewall", "release": "2.fc40", "source": "rpm", "version": "2.1.2" } ], "python3-gobject-base": [ { "arch": "x86_64", "epoch": null, "name": "python3-gobject-base", "release": "1.fc40", "source": "rpm", "version": "3.48.2" } ], "python3-hawkey": [ { "arch": "x86_64", "epoch": null, "name": "python3-hawkey", "release": "1.fc40", "source": "rpm", "version": "0.73.1" } ], "python3-idna": [ { "arch": "noarch", "epoch": null, "name": "python3-idna", "release": "1.fc40", "source": "rpm", "version": "3.7" } ], "python3-into-dbus-python": [ { "arch": "noarch", "epoch": null, "name": "python3-into-dbus-python", "release": "5.fc40", "source": "rpm", "version": "0.8.2" } ], "python3-jinja2": [ { "arch": "noarch", "epoch": null, "name": "python3-jinja2", "release": "1.fc40", "source": "rpm", "version": "3.1.4" } ], "python3-jsonpatch": [ { "arch": "noarch", "epoch": null, "name": "python3-jsonpatch", "release": "4.fc40", "source": "rpm", "version": "1.33" } ], "python3-jsonpointer": [ { "arch": "noarch", "epoch": null, "name": "python3-jsonpointer", "release": "7.fc40", "source": "rpm", "version": "2.3" } ], "python3-jsonschema": [ { "arch": "noarch", "epoch": null, "name": "python3-jsonschema", "release": "3.fc40", "source": "rpm", "version": "4.19.1" } ], "python3-jsonschema-specifications": [ { "arch": "noarch", "epoch": null, "name": "python3-jsonschema-specifications", "release": "3.fc40", "source": "rpm", "version": "2023.11.2" } ], "python3-justbases": [ { "arch": "noarch", "epoch": null, "name": "python3-justbases", "release": "7.fc40", "source": "rpm", "version": "0.15.2" } ], "python3-justbytes": [ { "arch": "noarch", "epoch": null, "name": "python3-justbytes", "release": "5.fc40", "source": "rpm", "version": "0.15.2" } ], "python3-kmod": [ { "arch": "x86_64", "epoch": null, "name": "python3-kmod", "release": "4.fc40", "source": "rpm", "version": "0.9.2" } ], "python3-libcomps": [ { "arch": "x86_64", "epoch": null, "name": "python3-libcomps", "release": "5.fc40", "source": "rpm", "version": "0.1.20" } ], "python3-libdnf": [ { "arch": "x86_64", "epoch": null, "name": "python3-libdnf", "release": "1.fc40", "source": "rpm", "version": "0.73.1" } ], "python3-libmount": [ { "arch": "x86_64", "epoch": null, "name": "python3-libmount", "release": "1.fc40", "source": "rpm", "version": "2.40.1" } ], "python3-libs": [ { "arch": "x86_64", "epoch": null, "name": "python3-libs", "release": "2.fc40", "source": "rpm", "version": "3.12.3" } ], "python3-libselinux": [ { "arch": "x86_64", "epoch": null, "name": "python3-libselinux", "release": "4.fc40", "source": "rpm", "version": "3.6" } ], "python3-libsemanage": [ { "arch": "x86_64", "epoch": null, "name": "python3-libsemanage", "release": "3.fc40", "source": "rpm", "version": "3.6" } ], "python3-lxml": [ { "arch": "x86_64", "epoch": null, "name": "python3-lxml", "release": "7.fc40", "source": "rpm", "version": "5.1.0" } ], "python3-markupsafe": [ { "arch": "x86_64", "epoch": null, "name": "python3-markupsafe", "release": "4.fc40", "source": "rpm", "version": "2.1.3" } ], "python3-netifaces": [ { "arch": "x86_64", "epoch": null, "name": "python3-netifaces", "release": "9.fc40", "source": "rpm", "version": "0.11.0" } ], "python3-nftables": [ { "arch": "x86_64", "epoch": 1, "name": "python3-nftables", "release": "3.fc40", "source": "rpm", "version": "1.0.9" } ], "python3-oauthlib": [ { "arch": "noarch", "epoch": null, "name": "python3-oauthlib", "release": "3.fc40", "source": "rpm", "version": "3.2.2" } ], "python3-packaging": [ { "arch": "noarch", "epoch": null, "name": "python3-packaging", "release": "4.fc40", "source": "rpm", "version": "23.2" } ], "python3-policycoreutils": [ { "arch": "noarch", "epoch": null, "name": "python3-policycoreutils", "release": "3.fc40", "source": "rpm", "version": "3.6" } ], "python3-psutil": [ { "arch": "x86_64", "epoch": null, "name": "python3-psutil", "release": "1.fc40", "source": "rpm", "version": "5.9.8" } ], "python3-pyparsing": [ { "arch": "noarch", "epoch": null, "name": "python3-pyparsing", "release": "2.fc40", "source": "rpm", "version": "3.1.2" } ], "python3-pyparted": [ { "arch": "x86_64", "epoch": 1, "name": "python3-pyparted", "release": "5.fc40", "source": "rpm", "version": "3.13.0" } ], "python3-pyserial": [ { "arch": "noarch", "epoch": null, "name": "python3-pyserial", "release": "8.fc40", "source": "rpm", "version": "3.5" } ], "python3-pysocks": [ { "arch": "noarch", "epoch": null, "name": "python3-pysocks", "release": "22.fc40", "source": "rpm", "version": "1.7.1" } ], "python3-pyudev": [ { "arch": "noarch", "epoch": null, "name": "python3-pyudev", "release": "7.fc40", "source": "rpm", "version": "0.24.1" } ], "python3-pyyaml": [ { "arch": "x86_64", "epoch": null, "name": "python3-pyyaml", "release": "14.fc40", "source": "rpm", "version": "6.0.1" } ], "python3-referencing": [ { "arch": "noarch", "epoch": null, "name": "python3-referencing", "release": "3.fc40", "source": "rpm", "version": "0.31.1" } ], "python3-requests": [ { "arch": "noarch", "epoch": null, "name": "python3-requests", "release": "3.fc40", "source": "rpm", "version": "2.31.0" } ], "python3-rpds-py": [ { "arch": "x86_64", "epoch": null, "name": "python3-rpds-py", "release": "1.fc40", "source": "rpm", "version": "0.18.1" } ], "python3-rpm": [ { "arch": "x86_64", "epoch": null, "name": "python3-rpm", "release": "1.fc40", "source": "rpm", "version": "4.19.1.1" } ], "python3-rtslib": [ { "arch": "noarch", "epoch": null, "name": "python3-rtslib", "release": "7.fc40", "source": "rpm", "version": "2.1.76" } ], "python3-setools": [ { "arch": "x86_64", "epoch": null, "name": "python3-setools", "release": "2.fc40", "source": "rpm", "version": "4.5.1" } ], "python3-setuptools": [ { "arch": "noarch", "epoch": null, "name": "python3-setuptools", "release": "3.fc40", "source": "rpm", "version": "69.0.3" } ], "python3-six": [ { "arch": "noarch", "epoch": null, "name": "python3-six", "release": "14.fc40", "source": "rpm", "version": "1.16.0" } ], "python3-systemd": [ { "arch": "x86_64", "epoch": null, "name": "python3-systemd", "release": "9.fc40", "source": "rpm", "version": "235" } ], "python3-typing-extensions": [ { "arch": "noarch", "epoch": null, "name": "python3-typing-extensions", "release": "3.fc40", "source": "rpm", "version": "4.9.0" } ], "python3-unbound": [ { "arch": "x86_64", "epoch": null, "name": "python3-unbound", "release": "1.fc40", "source": "rpm", "version": "1.20.0" } ], "python3-urllib3": [ { "arch": "noarch", "epoch": null, "name": "python3-urllib3", "release": "3.fc40", "source": "rpm", "version": "1.26.18" } ], "python3-urllib3+socks": [ { "arch": "noarch", "epoch": null, "name": "python3-urllib3+socks", "release": "3.fc40", "source": "rpm", "version": "1.26.18" } ], "python3-urwid": [ { "arch": "x86_64", "epoch": null, "name": "python3-urwid", "release": "2.fc40", "source": "rpm", "version": "2.5.3" } ], "python3-wcwidth": [ { "arch": "noarch", "epoch": null, "name": "python3-wcwidth", "release": "2.fc40", "source": "rpm", "version": "0.2.13" } ], "qa-tools": [ { "arch": "noarch", "epoch": null, "name": "qa-tools", "release": "4.fc40", "source": "rpm", "version": "4.1" } ], "quota": [ { "arch": "x86_64", "epoch": 1, "name": "quota", "release": "5.fc40", "source": "rpm", "version": "4.09" } ], "quota-nls": [ { "arch": "noarch", "epoch": 1, "name": "quota-nls", "release": "5.fc40", "source": "rpm", "version": "4.09" } ], "readline": [ { "arch": "x86_64", "epoch": null, "name": "readline", "release": "8.fc40", "source": "rpm", "version": "8.2" } ], "realtek-firmware": [ { "arch": "noarch", "epoch": null, "name": "realtek-firmware", "release": "1.fc40", "source": "rpm", "version": "20240610" } ], "restraint": [ { "arch": "x86_64", "epoch": null, "name": "restraint", "release": "1.fc40eng", "source": "rpm", "version": "0.4.4" } ], "restraint-rhts": [ { "arch": "x86_64", "epoch": null, "name": "restraint-rhts", "release": "1.fc40eng", "source": "rpm", "version": "0.4.4" } ], "rng-tools": [ { "arch": "x86_64", "epoch": null, "name": "rng-tools", "release": "1.fc40", "source": "rpm", "version": "6.17" } ], "rootfiles": [ { "arch": "noarch", "epoch": null, "name": "rootfiles", "release": "36.fc40", "source": "rpm", "version": "8.1" } ], "rpcbind": [ { "arch": "x86_64", "epoch": null, "name": "rpcbind", "release": "4.rc3.fc40", "source": "rpm", "version": "1.2.6" } ], "rpm": [ { "arch": "x86_64", "epoch": null, "name": "rpm", "release": "1.fc40", "source": "rpm", "version": "4.19.1.1" } ], "rpm-build-libs": [ { "arch": "x86_64", "epoch": null, "name": "rpm-build-libs", "release": "1.fc40", "source": "rpm", "version": "4.19.1.1" } ], "rpm-libs": [ { "arch": "x86_64", "epoch": null, "name": "rpm-libs", "release": "1.fc40", "source": "rpm", "version": "4.19.1.1" } ], "rpm-plugin-selinux": [ { "arch": "x86_64", "epoch": null, "name": "rpm-plugin-selinux", "release": "1.fc40", "source": "rpm", "version": "4.19.1.1" } ], "rpm-sequoia": [ { "arch": "x86_64", "epoch": null, "name": "rpm-sequoia", "release": "3.fc40", "source": "rpm", "version": "1.6.0" } ], "rpm-sign-libs": [ { "arch": "x86_64", "epoch": null, "name": "rpm-sign-libs", "release": "1.fc40", "source": "rpm", "version": "4.19.1.1" } ], "rsync": [ { "arch": "x86_64", "epoch": null, "name": "rsync", "release": "1.fc40", "source": "rpm", "version": "3.3.0" } ], "rtl-sdr": [ { "arch": "x86_64", "epoch": null, "name": "rtl-sdr", "release": "3.fc40", "source": "rpm", "version": "0.6.0^20230921git1261fbb2" } ], "sed": [ { "arch": "x86_64", "epoch": null, "name": "sed", "release": "1.fc40", "source": "rpm", "version": "4.9" } ], "selinux-policy": [ { "arch": "noarch", "epoch": null, "name": "selinux-policy", "release": "1.fc40", "source": "rpm", "version": "40.22" } ], "selinux-policy-targeted": [ { "arch": "noarch", "epoch": null, "name": "selinux-policy-targeted", "release": "1.fc40", "source": "rpm", "version": "40.22" } ], "setup": [ { "arch": "noarch", "epoch": null, "name": "setup", "release": "2.fc40", "source": "rpm", "version": "2.14.5" } ], "shadow-utils": [ { "arch": "x86_64", "epoch": 2, "name": "shadow-utils", "release": "3.fc40", "source": "rpm", "version": "4.15.1" } ], "shared-mime-info": [ { "arch": "x86_64", "epoch": null, "name": "shared-mime-info", "release": "5.fc40", "source": "rpm", "version": "2.3" } ], "sqlite-libs": [ { "arch": "x86_64", "epoch": null, "name": "sqlite-libs", "release": "2.fc40", "source": "rpm", "version": "3.45.1" } ], "sssd-client": [ { "arch": "x86_64", "epoch": null, "name": "sssd-client", "release": "1.fc40", "source": "rpm", "version": "2.9.5" } ], "sssd-common": [ { "arch": "x86_64", "epoch": null, "name": "sssd-common", "release": "1.fc40", "source": "rpm", "version": "2.9.5" } ], "sssd-kcm": [ { "arch": "x86_64", "epoch": null, "name": "sssd-kcm", "release": "1.fc40", "source": "rpm", "version": "2.9.5" } ], "sssd-nfs-idmap": [ { "arch": "x86_64", "epoch": null, "name": "sssd-nfs-idmap", "release": "1.fc40", "source": "rpm", "version": "2.9.5" } ], "strace": [ { "arch": "x86_64", "epoch": null, "name": "strace", "release": "1.fc40", "source": "rpm", "version": "6.9" } ], "stratis-cli": [ { "arch": "noarch", "epoch": null, "name": "stratis-cli", "release": "1.fc40", "source": "rpm", "version": "3.6.2" } ], "stratisd": [ { "arch": "x86_64", "epoch": null, "name": "stratisd", "release": "1.fc40", "source": "rpm", "version": "3.6.7" } ], "sudo": [ { "arch": "x86_64", "epoch": null, "name": "sudo", "release": "2.p5.fc40", "source": "rpm", "version": "1.9.15" } ], "systemd": [ { "arch": "x86_64", "epoch": null, "name": "systemd", "release": "1.fc40", "source": "rpm", "version": "255.7" } ], "systemd-libs": [ { "arch": "x86_64", "epoch": null, "name": "systemd-libs", "release": "1.fc40", "source": "rpm", "version": "255.7" } ], "systemd-networkd": [ { "arch": "x86_64", "epoch": null, "name": "systemd-networkd", "release": "1.fc40", "source": "rpm", "version": "255.7" } ], "systemd-pam": [ { "arch": "x86_64", "epoch": null, "name": "systemd-pam", "release": "1.fc40", "source": "rpm", "version": "255.7" } ], "systemd-resolved": [ { "arch": "x86_64", "epoch": null, "name": "systemd-resolved", "release": "1.fc40", "source": "rpm", "version": "255.7" } ], "systemd-udev": [ { "arch": "x86_64", "epoch": null, "name": "systemd-udev", "release": "1.fc40", "source": "rpm", "version": "255.7" } ], "systemtap": [ { "arch": "x86_64", "epoch": null, "name": "systemtap", "release": "1.fc40", "source": "rpm", "version": "5.1" } ], "systemtap-client": [ { "arch": "x86_64", "epoch": null, "name": "systemtap-client", "release": "1.fc40", "source": "rpm", "version": "5.1" } ], "systemtap-devel": [ { "arch": "x86_64", "epoch": null, "name": "systemtap-devel", "release": "1.fc40", "source": "rpm", "version": "5.1" } ], "systemtap-runtime": [ { "arch": "x86_64", "epoch": null, "name": "systemtap-runtime", "release": "1.fc40", "source": "rpm", "version": "5.1" } ], "tar": [ { "arch": "x86_64", "epoch": 2, "name": "tar", "release": "3.fc40", "source": "rpm", "version": "1.35" } ], "target-restore": [ { "arch": "noarch", "epoch": null, "name": "target-restore", "release": "7.fc40", "source": "rpm", "version": "2.1.76" } ], "targetcli": [ { "arch": "noarch", "epoch": null, "name": "targetcli", "release": "1.fc40", "source": "rpm", "version": "2.1.58" } ], "tbb": [ { "arch": "x86_64", "epoch": null, "name": "tbb", "release": "5.fc40", "source": "rpm", "version": "2021.11.0" } ], "time": [ { "arch": "x86_64", "epoch": null, "name": "time", "release": "23.fc40", "source": "rpm", "version": "1.9" } ], "tiwilink-firmware": [ { "arch": "noarch", "epoch": null, "name": "tiwilink-firmware", "release": "1.fc40", "source": "rpm", "version": "20240610" } ], "tpm2-tools": [ { "arch": "x86_64", "epoch": null, "name": "tpm2-tools", "release": "1.fc40", "source": "rpm", "version": "5.7" } ], "tpm2-tss": [ { "arch": "x86_64", "epoch": null, "name": "tpm2-tss", "release": "1.fc40", "source": "rpm", "version": "4.1.3" } ], "tpm2-tss-fapi": [ { "arch": "x86_64", "epoch": null, "name": "tpm2-tss-fapi", "release": "1.fc40", "source": "rpm", "version": "4.1.3" } ], "tzdata": [ { "arch": "noarch", "epoch": null, "name": "tzdata", "release": "5.fc40", "source": "rpm", "version": "2024a" } ], "udisks2": [ { "arch": "x86_64", "epoch": null, "name": "udisks2", "release": "5.fc40", "source": "rpm", "version": "2.10.1" } ], "unbound-anchor": [ { "arch": "x86_64", "epoch": null, "name": "unbound-anchor", "release": "1.fc40", "source": "rpm", "version": "1.20.0" } ], "unbound-libs": [ { "arch": "x86_64", "epoch": null, "name": "unbound-libs", "release": "1.fc40", "source": "rpm", "version": "1.20.0" } ], "unzip": [ { "arch": "x86_64", "epoch": null, "name": "unzip", "release": "63.fc40", "source": "rpm", "version": "6.0" } ], "userspace-rcu": [ { "arch": "x86_64", "epoch": null, "name": "userspace-rcu", "release": "4.fc40", "source": "rpm", "version": "0.14.0" } ], "util-linux": [ { "arch": "x86_64", "epoch": null, "name": "util-linux", "release": "1.fc40", "source": "rpm", "version": "2.40.1" } ], "util-linux-core": [ { "arch": "x86_64", "epoch": null, "name": "util-linux-core", "release": "1.fc40", "source": "rpm", "version": "2.40.1" } ], "vim-common": [ { "arch": "x86_64", "epoch": 2, "name": "vim-common", "release": "1.fc40", "source": "rpm", "version": "9.1.452" } ], "vim-data": [ { "arch": "noarch", "epoch": 2, "name": "vim-data", "release": "1.fc40", "source": "rpm", "version": "9.1.452" } ], "vim-enhanced": [ { "arch": "x86_64", "epoch": 2, "name": "vim-enhanced", "release": "1.fc40", "source": "rpm", "version": "9.1.452" } ], "vim-filesystem": [ { "arch": "noarch", "epoch": 2, "name": "vim-filesystem", "release": "1.fc40", "source": "rpm", "version": "9.1.452" } ], "vim-minimal": [ { "arch": "x86_64", "epoch": 2, "name": "vim-minimal", "release": "1.fc40", "source": "rpm", "version": "9.1.452" } ], "volume_key-libs": [ { "arch": "x86_64", "epoch": null, "name": "volume_key-libs", "release": "21.fc40", "source": "rpm", "version": "0.3.12" } ], "wget2": [ { "arch": "x86_64", "epoch": null, "name": "wget2", "release": "9.fc40", "source": "rpm", "version": "2.1.0" } ], "wget2-libs": [ { "arch": "x86_64", "epoch": null, "name": "wget2-libs", "release": "9.fc40", "source": "rpm", "version": "2.1.0" } ], "wget2-wget": [ { "arch": "x86_64", "epoch": null, "name": "wget2-wget", "release": "9.fc40", "source": "rpm", "version": "2.1.0" } ], "which": [ { "arch": "x86_64", "epoch": null, "name": "which", "release": "41.fc40", "source": "rpm", "version": "2.21" } ], "xfsprogs": [ { "arch": "x86_64", "epoch": null, "name": "xfsprogs", "release": "3.fc40", "source": "rpm", "version": "6.5.0" } ], "xkeyboard-config": [ { "arch": "noarch", "epoch": null, "name": "xkeyboard-config", "release": "1.fc40", "source": "rpm", "version": "2.41" } ], "xxd": [ { "arch": "x86_64", "epoch": 2, "name": "xxd", "release": "1.fc40", "source": "rpm", "version": "9.1.452" } ], "xxhash-libs": [ { "arch": "x86_64", "epoch": null, "name": "xxhash-libs", "release": "2.fc40", "source": "rpm", "version": "0.8.2" } ], "xz": [ { "arch": "x86_64", "epoch": 1, "name": "xz", "release": "3.fc40", "source": "rpm", "version": "5.4.6" } ], "xz-devel": [ { "arch": "x86_64", "epoch": 1, "name": "xz-devel", "release": "3.fc40", "source": "rpm", "version": "5.4.6" } ], "xz-libs": [ { "arch": "x86_64", "epoch": 1, "name": "xz-libs", "release": "3.fc40", "source": "rpm", "version": "5.4.6" } ], "yum": [ { "arch": "noarch", "epoch": null, "name": "yum", "release": "1.fc40", "source": "rpm", "version": "4.19.2" } ], "zchunk-libs": [ { "arch": "x86_64", "epoch": null, "name": "zchunk-libs", "release": "2.fc40", "source": "rpm", "version": "1.4.0" } ], "zip": [ { "arch": "x86_64", "epoch": null, "name": "zip", "release": "40.fc40", "source": "rpm", "version": "3.0" } ], "zlib-ng-compat": [ { "arch": "x86_64", "epoch": null, "name": "zlib-ng-compat", "release": "5.fc40", "source": "rpm", "version": "2.1.6" } ], "zlib-ng-compat-devel": [ { "arch": "x86_64", "epoch": null, "name": "zlib-ng-compat-devel", "release": "5.fc40", "source": "rpm", "version": "2.1.6" } ], "zram-generator": [ { "arch": "x86_64", "epoch": null, "name": "zram-generator", "release": "11.fc40", "source": "rpm", "version": "1.1.2" } ], "zram-generator-defaults": [ { "arch": "noarch", "epoch": null, "name": "zram-generator-defaults", "release": "11.fc40", "source": "rpm", "version": "1.1.2" } ] } }, "changed": false } TASK [Set blivet package name] ************************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/tests_resize.yml:321 Sunday 23 June 2024 09:37:59 +0000 (0:00:01.162) 0:03:31.345 *********** ok: [sut] => { "ansible_facts": { "blivet_pkg_name": [ "python3-blivet" ] }, "changed": false } TASK [Set blivet package version] ********************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/tests_resize.yml:325 Sunday 23 June 2024 09:37:59 +0000 (0:00:00.036) 0:03:31.382 *********** ok: [sut] => { "ansible_facts": { "blivet_pkg_version": "3.10.0-1.fc40" }, "changed": false } TASK [Set distribution version] ************************************************ task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/tests_resize.yml:329 Sunday 23 June 2024 09:37:59 +0000 (0:00:00.031) 0:03:31.413 *********** ok: [sut] => { "ansible_facts": { "is_fedora": true, "is_rhel8": false, "is_rhel9": false }, "changed": false } TASK [Create one LVM logical volume under one volume group with size 5g] ******* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/tests_resize.yml:340 Sunday 23 June 2024 09:38:00 +0000 (0:00:00.158) 0:03:31.571 *********** TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Sunday 23 June 2024 09:38:00 +0000 (0:00:00.046) 0:03:31.618 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Sunday 23 June 2024 09:38:00 +0000 (0:00:00.046) 0:03:31.664 *********** skipping: [sut] => { "changed": false, "false_condition": "__storage_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Sunday 23 June 2024 09:38:00 +0000 (0:00:00.037) 0:03:31.702 *********** 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" } ok: [sut] => (item=Fedora.yml) => { "ansible_facts": { "_storage_copr_packages": [ { "packages": [ "vdo", "kmod-vdo" ], "repository": "rhawalsh/dm-vdo" } ], "_storage_copr_support_packages": [ "dnf-plugins-core" ], "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "stratisd", "stratis-cli" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/Fedora.yml" ], "ansible_loop_var": "item", "changed": false, "item": "Fedora.yml" } skipping: [sut] => (item=Fedora_40.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "Fedora_40.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora_40.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "Fedora_40.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Sunday 23 June 2024 09:38:00 +0000 (0:00:00.060) 0:03:31.762 *********** skipping: [sut] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Sunday 23 June 2024 09:38:00 +0000 (0:00:00.030) 0:03:31.792 *********** skipping: [sut] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Sunday 23 June 2024 09:38:00 +0000 (0:00:00.030) 0:03:31.822 *********** ok: [sut] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Sunday 23 June 2024 09:38:00 +0000 (0:00:00.030) 0:03:31.853 *********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Sunday 23 June 2024 09:38:00 +0000 (0:00:00.030) 0:03:31.883 *********** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for sut TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Sunday 23 June 2024 09:38:00 +0000 (0:00:00.054) 0:03:31.937 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"blivet_available\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Sunday 23 June 2024 09:38:00 +0000 (0:00:00.030) 0:03:31.967 *********** ok: [sut] => { "storage_pools": [ { "disks": [ "sda" ], "name": "foo", "type": "lvm", "volumes": [ { "fs_type": "ext4", "mount_point": "/opt/test1", "name": "test1", "size": "5g" } ] } ] } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Sunday 23 June 2024 09:38:00 +0000 (0:00:00.032) 0:03:32.000 *********** ok: [sut] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined. 'storage_volumes' is undefined" } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Sunday 23 June 2024 09:38:00 +0000 (0:00:00.152) 0:03:32.152 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Sunday 23 June 2024 09:38:00 +0000 (0:00:00.031) 0:03:32.183 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Sunday 23 June 2024 09:38:00 +0000 (0:00:00.030) 0:03:32.214 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Sunday 23 June 2024 09:38:00 +0000 (0:00:00.029) 0:03:32.244 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"service_facts\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Sunday 23 June 2024 09:38:00 +0000 (0:00:00.033) 0:03:32.277 *********** ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Sunday 23 June 2024 09:38:00 +0000 (0:00:00.045) 0:03:32.323 *********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Sunday 23 June 2024 09:38:00 +0000 (0:00:00.024) 0:03:32.347 *********** changed: [sut] => { "actions": [ { "action": "create format", "device": "/dev/sda", "fs_type": "lvmpv" }, { "action": "create device", "device": "/dev/foo", "fs_type": null }, { "action": "create device", "device": "/dev/mapper/foo-test1", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/foo-test1", "fs_type": "ext4" } ], "changed": true, "crypts": [], "leaves": [ "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/xvda2", "/dev/zram0", "/dev/mapper/foo-test1" ], "mounts": [ { "dump": 0, "fstype": "ext4", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "UUID=8c08aee5-29dd-4dea-a956-fd7a39d27c79", "state": "mounted" } ], "packages": [ "lvm2", "e2fsprogs" ], "pools": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "UUID=8c08aee5-29dd-4dea-a956-fd7a39d27c79", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext4", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "5g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Sunday 23 June 2024 09:38:03 +0000 (0:00:02.206) 0:03:34.553 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_udevadm_trigger | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Sunday 23 June 2024 09:38:03 +0000 (0:00:00.030) 0:03:34.583 *********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:101 Sunday 23 June 2024 09:38:03 +0000 (0:00:00.022) 0:03:34.606 *********** ok: [sut] => { "blivet_output": { "actions": [ { "action": "create format", "device": "/dev/sda", "fs_type": "lvmpv" }, { "action": "create device", "device": "/dev/foo", "fs_type": null }, { "action": "create device", "device": "/dev/mapper/foo-test1", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/foo-test1", "fs_type": "ext4" } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/xvda2", "/dev/zram0", "/dev/mapper/foo-test1" ], "mounts": [ { "dump": 0, "fstype": "ext4", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "UUID=8c08aee5-29dd-4dea-a956-fd7a39d27c79", "state": "mounted" } ], "packages": [ "lvm2", "e2fsprogs" ], "pools": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "UUID=8c08aee5-29dd-4dea-a956-fd7a39d27c79", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext4", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "5g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:110 Sunday 23 June 2024 09:38:03 +0000 (0:00:00.033) 0:03:34.640 *********** ok: [sut] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "UUID=8c08aee5-29dd-4dea-a956-fd7a39d27c79", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext4", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "5g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] }, "changed": false } TASK [fedora.linux_system_roles.storage : Set the list of volumes for test verification] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:114 Sunday 23 June 2024 09:38:03 +0000 (0:00:00.034) 0:03:34.674 *********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:130 Sunday 23 June 2024 09:38:03 +0000 (0:00:00.032) 0:03:34.706 *********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:141 Sunday 23 June 2024 09:38:03 +0000 (0:00:00.028) 0:03:34.735 *********** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:146 Sunday 23 June 2024 09:38:04 +0000 (0:00:00.839) 0:03:35.575 *********** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount changed: [sut] => (item={'src': 'UUID=8c08aee5-29dd-4dea-a956-fd7a39d27c79', 'path': '/opt/test1', 'fstype': 'ext4', 'opts': 'defaults', 'dump': 0, 'passno': 0, 'state': 'mounted', 'owner': None, 'group': None, 'mode': None}) => { "ansible_loop_var": "mount_info", "backup_file": "", "boot": "yes", "changed": true, "dump": "0", "fstab": "/etc/fstab", "fstype": "ext4", "mount_info": { "dump": 0, "fstype": "ext4", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "UUID=8c08aee5-29dd-4dea-a956-fd7a39d27c79", "state": "mounted" }, "name": "/opt/test1", "opts": "defaults", "passno": "0", "src": "UUID=8c08aee5-29dd-4dea-a956-fd7a39d27c79" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:157 Sunday 23 June 2024 09:38:04 +0000 (0:00:00.270) 0:03:35.846 *********** skipping: [sut] => (item={'src': 'UUID=8c08aee5-29dd-4dea-a956-fd7a39d27c79', 'path': '/opt/test1', 'fstype': 'ext4', 'opts': 'defaults', 'dump': 0, 'passno': 0, 'state': 'mounted', 'owner': None, 'group': None, 'mode': None}) => { "ansible_loop_var": "mount_info", "changed": false, "false_condition": "mount_info['owner'] != none or mount_info['group'] != none or mount_info['mode'] != none", "mount_info": { "dump": 0, "fstype": "ext4", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "UUID=8c08aee5-29dd-4dea-a956-fd7a39d27c79", "state": "mounted" }, "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:169 Sunday 23 June 2024 09:38:04 +0000 (0:00:00.033) 0:03:35.879 *********** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:177 Sunday 23 June 2024 09:38:05 +0000 (0:00:00.717) 0:03:36.597 *********** ok: [sut] => { "changed": false, "stat": { "atime": 1719135289.8187745, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1718879485.835, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 131081, "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": 1718879088.616, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "4073972972", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:182 Sunday 23 June 2024 09:38:05 +0000 (0:00:00.240) 0:03:36.838 *********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:204 Sunday 23 June 2024 09:38:05 +0000 (0:00:00.022) 0:03:36.860 *********** ok: [sut] TASK [Verify role results] ***************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/tests_resize.yml:356 Sunday 23 June 2024 09:38:07 +0000 (0:00:02.271) 0:03:39.132 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-role-results.yml for sut TASK [Print out pool information] ********************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-role-results.yml:2 Sunday 23 June 2024 09:38:07 +0000 (0:00:00.044) 0:03:39.176 *********** ok: [sut] => { "_storage_pools_list": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "UUID=8c08aee5-29dd-4dea-a956-fd7a39d27c79", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext4", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "5g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] } TASK [Print out volume information] ******************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-role-results.yml:7 Sunday 23 June 2024 09:38:07 +0000 (0:00:00.033) 0:03:39.210 *********** skipping: [sut] => { "false_condition": "_storage_volumes_list | length > 0" } TASK [Collect info about the volumes.] ***************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-role-results.yml:15 Sunday 23 June 2024 09:38:07 +0000 (0:00:00.028) 0:03:39.238 *********** ok: [sut] => { "changed": false, "info": { "/dev/mapper/foo-test1": { "fstype": "ext4", "label": "", "mountpoint": "/opt/test1", "name": "/dev/mapper/foo-test1", "size": "5G", "type": "lvm", "uuid": "8c08aee5-29dd-4dea-a956-fd7a39d27c79" }, "/dev/sda": { "fstype": "LVM2_member", "label": "", "mountpoint": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "s8uBuc-9Qi2-RZff-0pYy-f4Vc-Xt3U-yc2hpU" }, "/dev/sdb": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdc": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdc", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdd": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdd", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sde": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sde", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdf": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdf", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdg": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdg", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdh": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdh", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdi": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdi", "size": "10G", "type": "disk", "uuid": "" }, "/dev/xvda": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/xvda", "size": "250G", "type": "disk", "uuid": "" }, "/dev/xvda1": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/xvda1", "size": "1M", "type": "partition", "uuid": "" }, "/dev/xvda2": { "fstype": "ext4", "label": "", "mountpoint": "/", "name": "/dev/xvda2", "size": "250G", "type": "partition", "uuid": "d41e114e-2033-4553-824b-87c952ea3ae7" }, "/dev/zram0": { "fstype": "", "label": "", "mountpoint": "[SWAP]", "name": "/dev/zram0", "size": "3.6G", "type": "disk", "uuid": "" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-role-results.yml:20 Sunday 23 June 2024 09:38:08 +0000 (0:00:00.241) 0:03:39.480 *********** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.003327", "end": "2024-06-23 09:38:08.264703", "rc": 0, "start": "2024-06-23 09:38:08.261376" } STDOUT: # # /etc/fstab # Created by anaconda on Thu Jun 20 10:24:48 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=d41e114e-2033-4553-824b-87c952ea3ae7 / ext4 defaults 1 1 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat /mnt/redhat nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/qa /mnt/qa nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive /mnt/engarchive nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/tpsdist /mnt/tpsdist nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot /mnt/brew nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch /mnt/brew_scratch nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 UUID=8c08aee5-29dd-4dea-a956-fd7a39d27c79 /opt/test1 ext4 defaults 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-role-results.yml:25 Sunday 23 June 2024 09:38:08 +0000 (0:00:00.234) 0:03:39.715 *********** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.003245", "end": "2024-06-23 09:38:08.496962", "failed_when_result": false, "rc": 0, "start": "2024-06-23 09:38:08.493717" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-role-results.yml:34 Sunday 23 June 2024 09:38:08 +0000 (0:00:00.356) 0:03:40.071 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool.yml for sut => (item={'disks': ['sda'], 'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'encryption_clevis_pin': None, 'encryption_tang_url': None, 'encryption_tang_thumbprint': None, 'grow_to_fill': False, 'name': 'foo', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_metadata_version': None, 'raid_chunk_size': None, 'shared': False, 'state': 'present', 'type': 'lvm', 'volumes': [{'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'ext4', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test1', 'raid_level': None, 'size': '5g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': [], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/foo-test1', '_raw_device': '/dev/mapper/foo-test1', '_mount_id': 'UUID=8c08aee5-29dd-4dea-a956-fd7a39d27c79', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}]}) TASK [Set _storage_pool_tests] ************************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool.yml:5 Sunday 23 June 2024 09:38:08 +0000 (0:00:00.049) 0:03:40.121 *********** ok: [sut] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool.yml:18 Sunday 23 June 2024 09:38:08 +0000 (0:00:00.030) 0:03:40.152 *********** ok: [sut] => { "changed": false, "cmd": [ "vgs", "--noheadings", "--binary", "-o", "shared", "foo" ], "delta": "0:00:00.035128", "end": "2024-06-23 09:38:08.969217", "rc": 0, "start": "2024-06-23 09:38:08.934089" } STDOUT: 0 TASK [Verify that VG shared value checks out] ********************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool.yml:24 Sunday 23 June 2024 09:38:09 +0000 (0:00:00.268) 0:03:40.420 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify pool subset] ****************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool.yml:34 Sunday 23 June 2024 09:38:09 +0000 (0:00:00.033) 0:03:40.454 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml for sut => (item=members) included: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-volumes.yml for sut => (item=volumes) TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:2 Sunday 23 June 2024 09:38:09 +0000 (0:00:00.050) 0:03:40.504 *********** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_count": "1", "_storage_test_pool_pvs_lvm": [ "/dev/sda" ] }, "changed": false } TASK [Get the canonical device path for each member device] ******************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:8 Sunday 23 June 2024 09:38:09 +0000 (0:00:00.035) 0:03:40.540 *********** ok: [sut] => (item=/dev/sda) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/sda", "pv": "/dev/sda" } TASK [Set pvs lvm length] ****************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:17 Sunday 23 June 2024 09:38:09 +0000 (0:00:00.230) 0:03:40.770 *********** ok: [sut] => { "ansible_facts": { "__pvs_lvm_len": "1" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:22 Sunday 23 June 2024 09:38:09 +0000 (0:00:00.031) 0:03:40.802 *********** ok: [sut] => { "ansible_facts": { "_storage_test_pool_pvs": [ "/dev/sda" ] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:27 Sunday 23 June 2024 09:38:09 +0000 (0:00:00.032) 0:03:40.834 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:36 Sunday 23 June 2024 09:38:09 +0000 (0:00:00.032) 0:03:40.866 *********** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:41 Sunday 23 June 2024 09:38:09 +0000 (0:00:00.030) 0:03:40.897 *********** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:46 Sunday 23 June 2024 09:38:09 +0000 (0:00:00.034) 0:03:40.931 *********** 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-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:51 Sunday 23 June 2024 09:38:09 +0000 (0:00:00.149) 0:03:41.080 *********** ok: [sut] => (item=/dev/sda) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/sda" } MSG: All assertions passed TASK [Check that blivet supports PV grow to fill] ****************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:64 Sunday 23 June 2024 09:38:09 +0000 (0:00:00.034) 0:03:41.115 *********** ok: [sut] => { "changed": false, "rc": 0 } STDOUT: True STDERR: Shared connection to 10.31.46.68 closed. TASK [Verify that PVs fill the whole devices when they should] ***************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:73 Sunday 23 June 2024 09:38:10 +0000 (0:00:00.409) 0:03:41.524 *********** skipping: [sut] => (item=/dev/sda) => { "ansible_loop_var": "st_pool_pv", "changed": false, "false_condition": "storage_test_pool.grow_to_fill | bool", "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/sda" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [Check MD RAID] *********************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:83 Sunday 23 June 2024 09:38:10 +0000 (0:00:00.033) 0:03:41.557 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-md.yml for sut TASK [Get information about RAID] ********************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-md.yml:8 Sunday 23 June 2024 09:38:10 +0000 (0:00:00.052) 0:03:41.609 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-md.yml:14 Sunday 23 June 2024 09:38:10 +0000 (0:00:00.028) 0:03:41.638 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-md.yml:19 Sunday 23 June 2024 09:38:10 +0000 (0:00:00.028) 0:03:41.667 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-md.yml:24 Sunday 23 June 2024 09:38:10 +0000 (0:00:00.027) 0:03:41.694 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-md.yml:29 Sunday 23 June 2024 09:38:10 +0000 (0:00:00.027) 0:03:41.722 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-md.yml:37 Sunday 23 June 2024 09:38:10 +0000 (0:00:00.028) 0:03:41.751 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-md.yml:46 Sunday 23 June 2024 09:38:10 +0000 (0:00:00.028) 0:03:41.779 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-md.yml:55 Sunday 23 June 2024 09:38:10 +0000 (0:00:00.026) 0:03:41.806 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-md.yml:64 Sunday 23 June 2024 09:38:10 +0000 (0:00:00.026) 0:03:41.832 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-md.yml:74 Sunday 23 June 2024 09:38:10 +0000 (0:00:00.158) 0:03:41.991 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-md.yml:83 Sunday 23 June 2024 09:38:10 +0000 (0:00:00.029) 0:03:42.020 *********** 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-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:86 Sunday 23 June 2024 09:38:10 +0000 (0:00:00.029) 0:03:42.049 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-members-lvmraid.yml for sut TASK [Validate pool member LVM RAID settings] ********************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-members-lvmraid.yml:2 Sunday 23 June 2024 09:38:10 +0000 (0:00:00.051) 0:03:42.101 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-member-lvmraid.yml for sut => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'ext4', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test1', 'raid_level': None, 'size': '5g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': [], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/foo-test1', '_raw_device': '/dev/mapper/foo-test1', '_mount_id': 'UUID=8c08aee5-29dd-4dea-a956-fd7a39d27c79', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}) TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-member-lvmraid.yml:8 Sunday 23 June 2024 09:38:10 +0000 (0:00:00.048) 0:03:42.150 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-member-lvmraid.yml:16 Sunday 23 June 2024 09:38:10 +0000 (0:00:00.028) 0:03:42.179 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-member-lvmraid.yml:20 Sunday 23 June 2024 09:38:10 +0000 (0:00:00.029) 0:03:42.208 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-member-lvmraid.yml:27 Sunday 23 June 2024 09:38:10 +0000 (0:00:00.029) 0:03:42.238 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-member-lvmraid.yml:31 Sunday 23 June 2024 09:38:10 +0000 (0:00:00.029) 0:03:42.267 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-member-lvmraid.yml:37 Sunday 23 June 2024 09:38:10 +0000 (0:00:00.027) 0:03:42.295 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-member-lvmraid.yml:42 Sunday 23 June 2024 09:38:10 +0000 (0:00:00.029) 0:03:42.324 *********** 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-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:89 Sunday 23 June 2024 09:38:10 +0000 (0:00:00.029) 0:03:42.354 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-members-thin.yml for sut TASK [Validate pool member thinpool settings] ********************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-members-thin.yml:2 Sunday 23 June 2024 09:38:11 +0000 (0:00:00.176) 0:03:42.530 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-member-thin.yml for sut => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'ext4', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test1', 'raid_level': None, 'size': '5g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': [], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/foo-test1', '_raw_device': '/dev/mapper/foo-test1', '_mount_id': 'UUID=8c08aee5-29dd-4dea-a956-fd7a39d27c79', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}) TASK [Get information about thinpool] ****************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-member-thin.yml:8 Sunday 23 June 2024 09:38:11 +0000 (0:00:00.048) 0:03:42.578 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-member-thin.yml:16 Sunday 23 June 2024 09:38:11 +0000 (0:00:00.028) 0:03:42.607 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-member-thin.yml:22 Sunday 23 June 2024 09:38:11 +0000 (0:00:00.027) 0:03:42.634 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-member-thin.yml:26 Sunday 23 June 2024 09:38:11 +0000 (0:00:00.027) 0:03:42.662 *********** ok: [sut] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Check member encryption] ************************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:92 Sunday 23 June 2024 09:38:11 +0000 (0:00:00.029) 0:03:42.692 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-members-encryption.yml for sut TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-members-encryption.yml:5 Sunday 23 June 2024 09:38:11 +0000 (0:00:00.052) 0:03:42.745 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-members-encryption.yml:10 Sunday 23 June 2024 09:38:11 +0000 (0:00:00.030) 0:03:42.775 *********** skipping: [sut] => (item=/dev/sda) => { "_storage_test_pool_member_path": "/dev/sda", "ansible_loop_var": "_storage_test_pool_member_path", "changed": false, "false_condition": "storage_test_pool.type == 'lvm' and storage_test_pool.encryption", "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [Validate pool member crypttab entries] *********************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-members-encryption.yml:17 Sunday 23 June 2024 09:38:11 +0000 (0:00:00.029) 0:03:42.805 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-member-crypttab.yml for sut => (item=/dev/sda) TASK [Set variables used by tests] ********************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-member-crypttab.yml:2 Sunday 23 June 2024 09:38:11 +0000 (0:00:00.044) 0:03:42.849 *********** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-member-crypttab.yml:6 Sunday 23 June 2024 09:38:11 +0000 (0:00:00.032) 0:03:42.882 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-member-crypttab.yml:14 Sunday 23 June 2024 09:38:11 +0000 (0:00:00.157) 0:03:43.039 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-member-crypttab.yml:23 Sunday 23 June 2024 09:38:11 +0000 (0:00:00.030) 0:03:43.069 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-member-crypttab.yml:32 Sunday 23 June 2024 09:38:11 +0000 (0:00:00.030) 0:03:43.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-weekly-ciqd5hl47i/tests/verify-pool-member-crypttab.yml:41 Sunday 23 June 2024 09:38:11 +0000 (0:00:00.028) 0:03:43.129 *********** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-members-encryption.yml:24 Sunday 23 June 2024 09:38:11 +0000 (0:00:00.029) 0:03:43.158 *********** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_crypttab_key_file": null }, "changed": false } TASK [Check VDO] *************************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:95 Sunday 23 June 2024 09:38:11 +0000 (0:00:00.030) 0:03:43.189 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-members-vdo.yml for sut TASK [Validate pool member VDO settings] *************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-members-vdo.yml:2 Sunday 23 June 2024 09:38:11 +0000 (0:00:00.054) 0:03:43.243 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-member-vdo.yml for sut => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'ext4', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test1', 'raid_level': None, 'size': '5g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': [], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/foo-test1', '_raw_device': '/dev/mapper/foo-test1', '_mount_id': 'UUID=8c08aee5-29dd-4dea-a956-fd7a39d27c79', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}) TASK [Get information about VDO deduplication] ********************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-member-vdo.yml:8 Sunday 23 June 2024 09:38:11 +0000 (0:00:00.046) 0:03:43.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 [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-member-vdo.yml:15 Sunday 23 June 2024 09:38:11 +0000 (0:00:00.028) 0:03:43.318 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-member-vdo.yml:21 Sunday 23 June 2024 09:38:11 +0000 (0:00:00.027) 0:03:43.345 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-member-vdo.yml:27 Sunday 23 June 2024 09:38:11 +0000 (0:00:00.027) 0:03:43.373 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-member-vdo.yml:34 Sunday 23 June 2024 09:38:11 +0000 (0:00:00.028) 0:03:43.401 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-member-vdo.yml:40 Sunday 23 June 2024 09:38:12 +0000 (0:00:00.158) 0:03:43.559 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-member-vdo.yml:46 Sunday 23 June 2024 09:38:12 +0000 (0:00:00.028) 0:03:43.588 *********** ok: [sut] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Check Stratis] *********************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:98 Sunday 23 June 2024 09:38:12 +0000 (0:00:00.032) 0:03:43.620 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-stratis.yml for sut TASK [Run 'stratis report'] **************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-stratis.yml:6 Sunday 23 June 2024 09:38:12 +0000 (0:00:00.054) 0:03:43.675 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Get information about Stratis] ******************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-stratis.yml:11 Sunday 23 June 2024 09:38:12 +0000 (0:00:00.028) 0:03:43.704 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Verify that the pools was created] *************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-stratis.yml:15 Sunday 23 June 2024 09:38:12 +0000 (0:00:00.028) 0:03:43.732 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Verify that encryption is correctly set] ********************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-stratis.yml:25 Sunday 23 June 2024 09:38:12 +0000 (0:00:00.029) 0:03:43.761 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Verify that Clevis/Tang encryption is correctly set] ********************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-stratis.yml:34 Sunday 23 June 2024 09:38:12 +0000 (0:00:00.031) 0:03:43.793 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-stratis.yml:44 Sunday 23 June 2024 09:38:12 +0000 (0:00:00.028) 0:03:43.821 *********** ok: [sut] => { "ansible_facts": { "storage_test_stratis_report": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:101 Sunday 23 June 2024 09:38:12 +0000 (0:00:00.030) 0:03:43.852 *********** 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-weekly-ciqd5hl47i/tests/test-verify-pool-volumes.yml:3 Sunday 23 June 2024 09:38:12 +0000 (0:00:00.031) 0:03:43.883 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume.yml for sut => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'ext4', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test1', 'raid_level': None, 'size': '5g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': [], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/foo-test1', '_raw_device': '/dev/mapper/foo-test1', '_mount_id': 'UUID=8c08aee5-29dd-4dea-a956-fd7a39d27c79', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}) TASK [Set storage volume test variables] *************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume.yml:2 Sunday 23 June 2024 09:38:12 +0000 (0:00:00.048) 0:03:43.932 *********** ok: [sut] => { "ansible_facts": { "_storage_test_volume_present": true, "_storage_volume_tests": [ "mount", "fstab", "fs", "device", "encryption", "md", "size", "cache" ] }, "changed": false } TASK [Run test verify for {{ storage_test_volume_subset }}] ******************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume.yml:19 Sunday 23 June 2024 09:38:12 +0000 (0:00:00.033) 0:03:43.965 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-mount.yml for sut => (item=mount) included: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-fstab.yml for sut => (item=fstab) included: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-fs.yml for sut => (item=fs) included: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-device.yml for sut => (item=device) included: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml for sut => (item=encryption) included: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-md.yml for sut => (item=md) included: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml for sut => (item=size) included: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-cache.yml for sut => (item=cache) TASK [Get expected mount device based on device type] ************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-mount.yml:7 Sunday 23 June 2024 09:38:12 +0000 (0:00:00.356) 0:03:44.322 *********** ok: [sut] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/foo-test1" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-mount.yml:11 Sunday 23 June 2024 09:38:12 +0000 (0:00:00.033) 0:03:44.355 *********** ok: [sut] => { "ansible_facts": { "storage_test_mount_expected_mount_point": "/opt/test1", "storage_test_swap_expected_matches": "0" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-mount.yml:19 Sunday 23 June 2024 09:38:12 +0000 (0:00:00.039) 0:03:44.394 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and (storage_test_volume.mount_user or storage_test_volume.mount_group or storage_test_volume.mount_mode)", "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-mount.yml:28 Sunday 23 June 2024 09:38:13 +0000 (0:00:00.030) 0:03:44.425 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-mount.yml:36 Sunday 23 June 2024 09:38:13 +0000 (0:00:00.032) 0:03:44.457 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_user", "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-mount.yml:42 Sunday 23 June 2024 09:38:13 +0000 (0:00:00.028) 0:03:44.486 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_group", "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-mount.yml:48 Sunday 23 June 2024 09:38:13 +0000 (0:00:00.028) 0:03:44.514 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_mode", "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-mount.yml:57 Sunday 23 June 2024 09:38:13 +0000 (0:00:00.028) 0:03:44.543 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-mount.yml:63 Sunday 23 June 2024 09:38:13 +0000 (0:00:00.029) 0:03:44.573 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-mount.yml:69 Sunday 23 June 2024 09:38:13 +0000 (0:00:00.027) 0:03:44.601 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-mount.yml:79 Sunday 23 June 2024 09:38:13 +0000 (0:00:00.027) 0:03:44.629 *********** ok: [sut] => { "ansible_facts": { "storage_test_found_mount_stat": null, "storage_test_mount_expected_mount_point": null, "storage_test_swap_expected_matches": null, "storage_test_swaps": null, "storage_test_sys_node": null }, "changed": false } TASK [Set some variables for fstab checking] *********************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-fstab.yml:2 Sunday 23 June 2024 09:38:13 +0000 (0:00:00.029) 0:03:44.658 *********** ok: [sut] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": "1", "storage_test_fstab_expected_mount_options_matches": "1", "storage_test_fstab_expected_mount_point_matches": "1", "storage_test_fstab_id_matches": [ "UUID=8c08aee5-29dd-4dea-a956-fd7a39d27c79 " ], "storage_test_fstab_mount_options_matches": [ " /opt/test1 ext4 defaults " ], "storage_test_fstab_mount_point_matches": [ " /opt/test1 " ] }, "changed": false } TASK [Verify that the device identifier appears in /etc/fstab] ***************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-fstab.yml:17 Sunday 23 June 2024 09:38:13 +0000 (0:00:00.171) 0:03:44.829 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-fstab.yml:24 Sunday 23 June 2024 09:38:13 +0000 (0:00:00.032) 0:03:44.862 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-fstab.yml:33 Sunday 23 June 2024 09:38:13 +0000 (0:00:00.032) 0:03:44.895 *********** skipping: [sut] => { "changed": false, "false_condition": "__storage_verify_mount_options | d(false)", "skip_reason": "Conditional result was False" } TASK [Clean up variables] ****************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-fstab.yml:45 Sunday 23 June 2024 09:38:13 +0000 (0:00:00.029) 0:03:44.924 *********** ok: [sut] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": null, "storage_test_fstab_expected_mount_options_matches": null, "storage_test_fstab_expected_mount_point_matches": null, "storage_test_fstab_id_matches": null, "storage_test_fstab_mount_options_matches": null, "storage_test_fstab_mount_point_matches": null }, "changed": false } TASK [Verify fs type] ********************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-fs.yml:6 Sunday 23 June 2024 09:38:13 +0000 (0:00:00.030) 0:03:44.955 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-fs.yml:14 Sunday 23 June 2024 09:38:13 +0000 (0:00:00.033) 0:03:44.988 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-device.yml:3 Sunday 23 June 2024 09:38:13 +0000 (0:00:00.033) 0:03:45.022 *********** ok: [sut] => { "changed": false, "stat": { "atime": 1719135483.0299325, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1719135483.0299325, "dev": 6, "device_type": 64768, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 836, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/symlink", "mode": "0660", "mtime": 1719135483.0299325, "nlink": 1, "path": "/dev/mapper/foo-test1", "pw_name": "root", "readable": true, "rgrp": true, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": null, "wgrp": true, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-device.yml:9 Sunday 23 June 2024 09:38:13 +0000 (0:00:00.248) 0:03:45.271 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-device.yml:16 Sunday 23 June 2024 09:38:13 +0000 (0:00:00.032) 0:03:45.303 *********** skipping: [sut] => { "changed": false, "false_condition": "not (_storage_test_volume_present or storage_test_volume.type == 'disk')", "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-device.yml:23 Sunday 23 June 2024 09:38:13 +0000 (0:00:00.027) 0:03:45.331 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-device.yml:29 Sunday 23 June 2024 09:38:13 +0000 (0:00:00.031) 0:03:45.362 *********** ok: [sut] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-device.yml:33 Sunday 23 June 2024 09:38:13 +0000 (0:00:00.029) 0:03:45.392 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == \"raid\"", "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-device.yml:38 Sunday 23 June 2024 09:38:14 +0000 (0:00:00.027) 0:03:45.420 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:3 Sunday 23 June 2024 09:38:14 +0000 (0:00:00.029) 0:03:45.449 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:10 Sunday 23 June 2024 09:38:14 +0000 (0:00:00.028) 0:03:45.477 *********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: cryptsetup TASK [Collect LUKS info for this volume] *************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:16 Sunday 23 June 2024 09:38:15 +0000 (0:00:01.516) 0:03:46.994 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:22 Sunday 23 June 2024 09:38:15 +0000 (0:00:00.028) 0:03:47.023 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Verify that the raw device is the same as the device if not encrypted] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:29 Sunday 23 June 2024 09:38:15 +0000 (0:00:00.026) 0:03:47.050 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:40 Sunday 23 June 2024 09:38:15 +0000 (0:00:00.033) 0:03:47.083 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:46 Sunday 23 June 2024 09:38:15 +0000 (0:00:00.029) 0:03:47.112 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:51 Sunday 23 June 2024 09:38:15 +0000 (0:00:00.028) 0:03:47.141 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:63 Sunday 23 June 2024 09:38:15 +0000 (0:00:00.027) 0:03:47.169 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:75 Sunday 23 June 2024 09:38:15 +0000 (0:00:00.029) 0:03:47.198 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:87 Sunday 23 June 2024 09:38:15 +0000 (0:00:00.028) 0:03:47.226 *********** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [], "_storage_test_expected_crypttab_entries": "0", "_storage_test_expected_crypttab_key_file": "-" }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:93 Sunday 23 June 2024 09:38:15 +0000 (0:00:00.035) 0:03:47.262 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:100 Sunday 23 June 2024 09:38:15 +0000 (0:00:00.032) 0:03:47.295 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:108 Sunday 23 June 2024 09:38:15 +0000 (0:00:00.029) 0:03:47.324 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:116 Sunday 23 June 2024 09:38:15 +0000 (0:00:00.028) 0:03:47.353 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:124 Sunday 23 June 2024 09:38:15 +0000 (0:00:00.029) 0:03:47.383 *********** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_expected_crypttab_entries": null, "_storage_test_expected_crypttab_key_file": null }, "changed": false } TASK [Get information about RAID] ********************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-md.yml:8 Sunday 23 June 2024 09:38:15 +0000 (0:00:00.029) 0:03:47.412 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-md.yml:14 Sunday 23 June 2024 09:38:16 +0000 (0:00:00.165) 0:03:47.578 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-md.yml:19 Sunday 23 June 2024 09:38:16 +0000 (0:00:00.029) 0:03:47.607 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-md.yml:24 Sunday 23 June 2024 09:38:16 +0000 (0:00:00.028) 0:03:47.636 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-md.yml:29 Sunday 23 June 2024 09:38:16 +0000 (0:00:00.031) 0:03:47.668 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-md.yml:37 Sunday 23 June 2024 09:38:16 +0000 (0:00:00.029) 0:03:47.697 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-md.yml:46 Sunday 23 June 2024 09:38:16 +0000 (0:00:00.028) 0:03:47.726 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-md.yml:54 Sunday 23 June 2024 09:38:16 +0000 (0:00:00.027) 0:03:47.754 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-md.yml:62 Sunday 23 June 2024 09:38:16 +0000 (0:00:00.030) 0:03:47.785 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-md.yml:70 Sunday 23 June 2024 09:38:16 +0000 (0:00:00.028) 0:03:47.813 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:3 Sunday 23 June 2024 09:38:16 +0000 (0:00:00.028) 0:03:47.842 *********** ok: [sut] => { "bytes": 5368709120, "changed": false, "lvm": "5g", "parted": "5GiB", "size": "5 GiB" } TASK [Parse the requested size of the volume] ********************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:11 Sunday 23 June 2024 09:38:16 +0000 (0:00:00.232) 0:03:48.074 *********** ok: [sut] => { "bytes": 5368709120, "changed": false, "lvm": "5g", "parted": "5GiB", "size": "5 GiB" } TASK [Establish base value for expected size] ********************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:20 Sunday 23 June 2024 09:38:16 +0000 (0:00:00.237) 0:03:48.312 *********** ok: [sut] => { "ansible_facts": { "storage_test_expected_size": "5368709120" }, "changed": false } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:28 Sunday 23 June 2024 09:38:16 +0000 (0:00:00.033) 0:03:48.345 *********** ok: [sut] => { "storage_test_expected_size": "5368709120" } TASK [Get the size of parent/pool device] ************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:32 Sunday 23 June 2024 09:38:16 +0000 (0:00:00.030) 0:03:48.375 *********** ok: [sut] => { "bytes": 10726680821, "changed": false, "lvm": "9g", "parted": "9GiB", "size": "9 GiB" } TASK [Show test pool] ********************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:46 Sunday 23 June 2024 09:38:17 +0000 (0:00:00.234) 0:03:48.609 *********** skipping: [sut] => { "false_condition": "'%' in storage_test_volume.size | string" } TASK [Show test blockinfo] ***************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:50 Sunday 23 June 2024 09:38:17 +0000 (0:00:00.157) 0:03:48.767 *********** skipping: [sut] => { "false_condition": "'%' in storage_test_volume.size | string" } TASK [Show test pool size] ***************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:54 Sunday 23 June 2024 09:38:17 +0000 (0:00:00.031) 0:03:48.798 *********** 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-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:58 Sunday 23 June 2024 09:38:17 +0000 (0:00:00.030) 0:03:48.829 *********** 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-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:67 Sunday 23 June 2024 09:38:17 +0000 (0:00:00.031) 0:03:48.860 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:71 Sunday 23 June 2024 09:38:17 +0000 (0:00:00.028) 0:03:48.889 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:76 Sunday 23 June 2024 09:38:17 +0000 (0:00:00.028) 0:03:48.918 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:82 Sunday 23 June 2024 09:38:17 +0000 (0:00:00.028) 0:03:48.946 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:86 Sunday 23 June 2024 09:38:17 +0000 (0:00:00.027) 0:03:48.974 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:91 Sunday 23 June 2024 09:38:17 +0000 (0:00:00.029) 0:03:49.003 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:96 Sunday 23 June 2024 09:38:17 +0000 (0:00:00.028) 0:03:49.031 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:101 Sunday 23 June 2024 09:38:17 +0000 (0:00:00.027) 0:03:49.059 *********** skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Show volume thin pool size] ********************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:105 Sunday 23 June 2024 09:38:17 +0000 (0:00:00.027) 0:03:49.087 *********** skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:109 Sunday 23 June 2024 09:38:17 +0000 (0:00:00.028) 0:03:49.116 *********** skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Establish base value for expected thin pool size] ************************ task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:113 Sunday 23 June 2024 09:38:17 +0000 (0:00:00.027) 0:03:49.144 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:120 Sunday 23 June 2024 09:38:17 +0000 (0:00:00.154) 0:03:49.298 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:127 Sunday 23 June 2024 09:38:17 +0000 (0:00:00.028) 0:03:49.327 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:131 Sunday 23 June 2024 09:38:17 +0000 (0:00:00.028) 0:03:49.355 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:137 Sunday 23 June 2024 09:38:17 +0000 (0:00:00.028) 0:03:49.384 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:143 Sunday 23 June 2024 09:38:17 +0000 (0:00:00.028) 0:03:49.412 *********** ok: [sut] => { "storage_test_actual_size": { "bytes": 5368709120, "changed": false, "failed": false, "lvm": "5g", "parted": "5GiB", "size": "5 GiB" } } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:147 Sunday 23 June 2024 09:38:18 +0000 (0:00:00.030) 0:03:49.443 *********** ok: [sut] => { "storage_test_expected_size": "5368709120" } TASK [Assert expected size is actual size] ************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:151 Sunday 23 June 2024 09:38:18 +0000 (0:00:00.031) 0:03:49.475 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-cache.yml:5 Sunday 23 June 2024 09:38:18 +0000 (0:00:00.035) 0:03:49.510 *********** ok: [sut] => { "changed": false, "cmd": [ "lvs", "--noheadings", "--nameprefixes", "--units=b", "--nosuffix", "--unquoted", "-o", "name,attr,cache_total_blocks,chunk_size,segtype", "foo/test1" ], "delta": "0:00:00.027442", "end": "2024-06-23 09:38:18.319200", "rc": 0, "start": "2024-06-23 09:38:18.291758" } STDOUT: LVM2_LV_NAME=test1 LVM2_LV_ATTR=-wi-ao---- LVM2_CACHE_TOTAL_BLOCKS= LVM2_CHUNK_SIZE=0 LVM2_SEGTYPE=linear TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-cache.yml:13 Sunday 23 June 2024 09:38:18 +0000 (0:00:00.265) 0:03:49.776 *********** ok: [sut] => { "ansible_facts": { "storage_test_lv_segtype": [ "linear" ] }, "changed": false } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-cache.yml:17 Sunday 23 June 2024 09:38:18 +0000 (0:00:00.031) 0:03:49.808 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set LV cache size] ******************************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-cache.yml:24 Sunday 23 June 2024 09:38:18 +0000 (0:00:00.033) 0:03:49.841 *********** 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-weekly-ciqd5hl47i/tests/test-verify-volume-cache.yml:31 Sunday 23 June 2024 09:38:18 +0000 (0:00:00.029) 0:03:49.871 *********** 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-weekly-ciqd5hl47i/tests/test-verify-volume-cache.yml:37 Sunday 23 June 2024 09:38:18 +0000 (0:00:00.028) 0:03:49.899 *********** 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-weekly-ciqd5hl47i/tests/test-verify-volume-cache.yml:42 Sunday 23 June 2024 09:38:18 +0000 (0:00:00.028) 0:03:49.928 *********** 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-weekly-ciqd5hl47i/tests/test-verify-volume.yml:25 Sunday 23 June 2024 09:38:18 +0000 (0:00:00.029) 0:03:49.957 *********** 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-weekly-ciqd5hl47i/tests/verify-role-results.yml:44 Sunday 23 June 2024 09:38:18 +0000 (0:00:00.159) 0:03:50.117 *********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Clean up variable namespace] ********************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-role-results.yml:54 Sunday 23 June 2024 09:38:18 +0000 (0:00:00.022) 0:03:50.139 *********** ok: [sut] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } TASK [Change volume_size to 9g] ************************************************ task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/tests_resize.yml:359 Sunday 23 June 2024 09:38:18 +0000 (0:00:00.038) 0:03:50.178 *********** TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Sunday 23 June 2024 09:38:18 +0000 (0:00:00.050) 0:03:50.229 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Sunday 23 June 2024 09:38:18 +0000 (0:00:00.045) 0:03:50.274 *********** skipping: [sut] => { "changed": false, "false_condition": "__storage_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Sunday 23 June 2024 09:38:18 +0000 (0:00:00.036) 0:03:50.311 *********** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=Fedora.yml) => { "ansible_facts": { "_storage_copr_packages": [ { "packages": [ "vdo", "kmod-vdo" ], "repository": "rhawalsh/dm-vdo" } ], "_storage_copr_support_packages": [ "dnf-plugins-core" ], "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "stratisd", "stratis-cli" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/Fedora.yml" ], "ansible_loop_var": "item", "changed": false, "item": "Fedora.yml" } skipping: [sut] => (item=Fedora_40.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "Fedora_40.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora_40.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "Fedora_40.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Sunday 23 June 2024 09:38:18 +0000 (0:00:00.060) 0:03:50.371 *********** skipping: [sut] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Sunday 23 June 2024 09:38:18 +0000 (0:00:00.029) 0:03:50.400 *********** skipping: [sut] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Sunday 23 June 2024 09:38:19 +0000 (0:00:00.028) 0:03:50.429 *********** ok: [sut] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Sunday 23 June 2024 09:38:19 +0000 (0:00:00.031) 0:03:50.460 *********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Sunday 23 June 2024 09:38:19 +0000 (0:00:00.030) 0:03:50.491 *********** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for sut TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Sunday 23 June 2024 09:38:19 +0000 (0:00:00.183) 0:03:50.675 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"blivet_available\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Sunday 23 June 2024 09:38:19 +0000 (0:00:00.029) 0:03:50.704 *********** ok: [sut] => { "storage_pools": [ { "disks": [ "sda" ], "name": "foo", "type": "lvm", "volumes": [ { "fs_type": "ext4", "mount_point": "/opt/test1", "name": "test1", "size": "9g" } ] } ] } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Sunday 23 June 2024 09:38:19 +0000 (0:00:00.033) 0:03:50.737 *********** ok: [sut] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined. 'storage_volumes' is undefined" } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Sunday 23 June 2024 09:38:19 +0000 (0:00:00.032) 0:03:50.770 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Sunday 23 June 2024 09:38:19 +0000 (0:00:00.029) 0:03:50.799 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Sunday 23 June 2024 09:38:19 +0000 (0:00:00.029) 0:03:50.829 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Sunday 23 June 2024 09:38:19 +0000 (0:00:00.029) 0:03:50.859 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"service_facts\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Sunday 23 June 2024 09:38:19 +0000 (0:00:00.029) 0:03:50.889 *********** ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Sunday 23 June 2024 09:38:19 +0000 (0:00:00.044) 0:03:50.934 *********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Sunday 23 June 2024 09:38:19 +0000 (0:00:00.021) 0:03:50.955 *********** changed: [sut] => { "actions": [ { "action": "resize device", "device": "/dev/mapper/foo-test1", "fs_type": null }, { "action": "resize format", "device": "/dev/mapper/foo-test1", "fs_type": "ext4" } ], "changed": true, "crypts": [], "leaves": [ "/dev/mapper/foo-test1", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/xvda2", "/dev/zram0" ], "mounts": [ { "dump": 0, "fstype": "ext4", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "UUID=8c08aee5-29dd-4dea-a956-fd7a39d27c79", "state": "mounted" } ], "packages": [ "e2fsprogs", "lvm2" ], "pools": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "UUID=8c08aee5-29dd-4dea-a956-fd7a39d27c79", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext4", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "9g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Sunday 23 June 2024 09:38:21 +0000 (0:00:02.056) 0:03:53.012 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_udevadm_trigger | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Sunday 23 June 2024 09:38:21 +0000 (0:00:00.030) 0:03:53.042 *********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:101 Sunday 23 June 2024 09:38:21 +0000 (0:00:00.022) 0:03:53.065 *********** ok: [sut] => { "blivet_output": { "actions": [ { "action": "resize device", "device": "/dev/mapper/foo-test1", "fs_type": null }, { "action": "resize format", "device": "/dev/mapper/foo-test1", "fs_type": "ext4" } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/mapper/foo-test1", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/xvda2", "/dev/zram0" ], "mounts": [ { "dump": 0, "fstype": "ext4", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "UUID=8c08aee5-29dd-4dea-a956-fd7a39d27c79", "state": "mounted" } ], "packages": [ "e2fsprogs", "lvm2" ], "pools": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "UUID=8c08aee5-29dd-4dea-a956-fd7a39d27c79", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext4", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "9g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:110 Sunday 23 June 2024 09:38:21 +0000 (0:00:00.033) 0:03:53.099 *********** ok: [sut] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "UUID=8c08aee5-29dd-4dea-a956-fd7a39d27c79", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext4", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "9g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] }, "changed": false } TASK [fedora.linux_system_roles.storage : Set the list of volumes for test verification] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:114 Sunday 23 June 2024 09:38:21 +0000 (0:00:00.034) 0:03:53.134 *********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:130 Sunday 23 June 2024 09:38:21 +0000 (0:00:00.158) 0:03:53.292 *********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:141 Sunday 23 June 2024 09:38:21 +0000 (0:00:00.028) 0:03:53.320 *********** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:146 Sunday 23 June 2024 09:38:22 +0000 (0:00:00.717) 0:03:54.038 *********** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount ok: [sut] => (item={'src': 'UUID=8c08aee5-29dd-4dea-a956-fd7a39d27c79', 'path': '/opt/test1', 'fstype': 'ext4', 'opts': 'defaults', 'dump': 0, 'passno': 0, 'state': 'mounted', 'owner': None, 'group': None, 'mode': None}) => { "ansible_loop_var": "mount_info", "backup_file": "", "boot": "yes", "changed": false, "dump": "0", "fstab": "/etc/fstab", "fstype": "ext4", "mount_info": { "dump": 0, "fstype": "ext4", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "UUID=8c08aee5-29dd-4dea-a956-fd7a39d27c79", "state": "mounted" }, "name": "/opt/test1", "opts": "defaults", "passno": "0", "src": "UUID=8c08aee5-29dd-4dea-a956-fd7a39d27c79" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:157 Sunday 23 June 2024 09:38:22 +0000 (0:00:00.249) 0:03:54.287 *********** skipping: [sut] => (item={'src': 'UUID=8c08aee5-29dd-4dea-a956-fd7a39d27c79', 'path': '/opt/test1', 'fstype': 'ext4', 'opts': 'defaults', 'dump': 0, 'passno': 0, 'state': 'mounted', 'owner': None, 'group': None, 'mode': None}) => { "ansible_loop_var": "mount_info", "changed": false, "false_condition": "mount_info['owner'] != none or mount_info['group'] != none or mount_info['mode'] != none", "mount_info": { "dump": 0, "fstype": "ext4", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "UUID=8c08aee5-29dd-4dea-a956-fd7a39d27c79", "state": "mounted" }, "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:169 Sunday 23 June 2024 09:38:22 +0000 (0:00:00.036) 0:03:54.323 *********** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:177 Sunday 23 June 2024 09:38:23 +0000 (0:00:00.715) 0:03:55.039 *********** ok: [sut] => { "changed": false, "stat": { "atime": 1719135289.8187745, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1718879485.835, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 131081, "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": 1718879088.616, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "4073972972", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:182 Sunday 23 June 2024 09:38:23 +0000 (0:00:00.245) 0:03:55.285 *********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:204 Sunday 23 June 2024 09:38:23 +0000 (0:00:00.024) 0:03:55.309 *********** ok: [sut] TASK [Verify role results] ***************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/tests_resize.yml:373 Sunday 23 June 2024 09:38:25 +0000 (0:00:02.074) 0:03:57.384 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-role-results.yml for sut TASK [Print out pool information] ********************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-role-results.yml:2 Sunday 23 June 2024 09:38:26 +0000 (0:00:00.046) 0:03:57.431 *********** ok: [sut] => { "_storage_pools_list": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "UUID=8c08aee5-29dd-4dea-a956-fd7a39d27c79", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext4", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "9g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] } TASK [Print out volume information] ******************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-role-results.yml:7 Sunday 23 June 2024 09:38:26 +0000 (0:00:00.033) 0:03:57.464 *********** skipping: [sut] => { "false_condition": "_storage_volumes_list | length > 0" } TASK [Collect info about the volumes.] ***************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-role-results.yml:15 Sunday 23 June 2024 09:38:26 +0000 (0:00:00.030) 0:03:57.494 *********** ok: [sut] => { "changed": false, "info": { "/dev/mapper/foo-test1": { "fstype": "ext4", "label": "", "mountpoint": "/opt/test1", "name": "/dev/mapper/foo-test1", "size": "9G", "type": "lvm", "uuid": "8c08aee5-29dd-4dea-a956-fd7a39d27c79" }, "/dev/sda": { "fstype": "LVM2_member", "label": "", "mountpoint": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "s8uBuc-9Qi2-RZff-0pYy-f4Vc-Xt3U-yc2hpU" }, "/dev/sdb": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdc": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdc", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdd": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdd", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sde": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sde", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdf": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdf", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdg": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdg", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdh": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdh", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdi": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdi", "size": "10G", "type": "disk", "uuid": "" }, "/dev/xvda": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/xvda", "size": "250G", "type": "disk", "uuid": "" }, "/dev/xvda1": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/xvda1", "size": "1M", "type": "partition", "uuid": "" }, "/dev/xvda2": { "fstype": "ext4", "label": "", "mountpoint": "/", "name": "/dev/xvda2", "size": "250G", "type": "partition", "uuid": "d41e114e-2033-4553-824b-87c952ea3ae7" }, "/dev/zram0": { "fstype": "", "label": "", "mountpoint": "[SWAP]", "name": "/dev/zram0", "size": "3.6G", "type": "disk", "uuid": "" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-role-results.yml:20 Sunday 23 June 2024 09:38:26 +0000 (0:00:00.379) 0:03:57.874 *********** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.003470", "end": "2024-06-23 09:38:26.656599", "rc": 0, "start": "2024-06-23 09:38:26.653129" } STDOUT: # # /etc/fstab # Created by anaconda on Thu Jun 20 10:24:48 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=d41e114e-2033-4553-824b-87c952ea3ae7 / ext4 defaults 1 1 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat /mnt/redhat nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/qa /mnt/qa nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive /mnt/engarchive nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/tpsdist /mnt/tpsdist nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot /mnt/brew nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch /mnt/brew_scratch nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 UUID=8c08aee5-29dd-4dea-a956-fd7a39d27c79 /opt/test1 ext4 defaults 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-role-results.yml:25 Sunday 23 June 2024 09:38:26 +0000 (0:00:00.237) 0:03:58.111 *********** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.003292", "end": "2024-06-23 09:38:26.899189", "failed_when_result": false, "rc": 0, "start": "2024-06-23 09:38:26.895897" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-role-results.yml:34 Sunday 23 June 2024 09:38:26 +0000 (0:00:00.240) 0:03:58.352 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool.yml for sut => (item={'disks': ['sda'], 'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'encryption_clevis_pin': None, 'encryption_tang_url': None, 'encryption_tang_thumbprint': None, 'grow_to_fill': False, 'name': 'foo', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_metadata_version': None, 'raid_chunk_size': None, 'shared': False, 'state': 'present', 'type': 'lvm', 'volumes': [{'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'ext4', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test1', 'raid_level': None, 'size': '9g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/foo-test1', '_raw_device': '/dev/mapper/foo-test1', '_mount_id': 'UUID=8c08aee5-29dd-4dea-a956-fd7a39d27c79', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}]}) TASK [Set _storage_pool_tests] ************************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool.yml:5 Sunday 23 June 2024 09:38:26 +0000 (0:00:00.050) 0:03:58.402 *********** ok: [sut] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool.yml:18 Sunday 23 June 2024 09:38:27 +0000 (0:00:00.031) 0:03:58.434 *********** ok: [sut] => { "changed": false, "cmd": [ "vgs", "--noheadings", "--binary", "-o", "shared", "foo" ], "delta": "0:00:00.031030", "end": "2024-06-23 09:38:27.248205", "rc": 0, "start": "2024-06-23 09:38:27.217175" } STDOUT: 0 TASK [Verify that VG shared value checks out] ********************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool.yml:24 Sunday 23 June 2024 09:38:27 +0000 (0:00:00.265) 0:03:58.700 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify pool subset] ****************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool.yml:34 Sunday 23 June 2024 09:38:27 +0000 (0:00:00.036) 0:03:58.737 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml for sut => (item=members) included: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-volumes.yml for sut => (item=volumes) TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:2 Sunday 23 June 2024 09:38:27 +0000 (0:00:00.054) 0:03:58.791 *********** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_count": "1", "_storage_test_pool_pvs_lvm": [ "/dev/sda" ] }, "changed": false } TASK [Get the canonical device path for each member device] ******************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:8 Sunday 23 June 2024 09:38:27 +0000 (0:00:00.038) 0:03:58.830 *********** ok: [sut] => (item=/dev/sda) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/sda", "pv": "/dev/sda" } TASK [Set pvs lvm length] ****************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:17 Sunday 23 June 2024 09:38:27 +0000 (0:00:00.234) 0:03:59.065 *********** ok: [sut] => { "ansible_facts": { "__pvs_lvm_len": "1" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:22 Sunday 23 June 2024 09:38:27 +0000 (0:00:00.033) 0:03:59.098 *********** ok: [sut] => { "ansible_facts": { "_storage_test_pool_pvs": [ "/dev/sda" ] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:27 Sunday 23 June 2024 09:38:27 +0000 (0:00:00.034) 0:03:59.132 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:36 Sunday 23 June 2024 09:38:27 +0000 (0:00:00.164) 0:03:59.297 *********** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:41 Sunday 23 June 2024 09:38:27 +0000 (0:00:00.031) 0:03:59.328 *********** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:46 Sunday 23 June 2024 09:38:27 +0000 (0:00:00.033) 0:03:59.362 *********** 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-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:51 Sunday 23 June 2024 09:38:27 +0000 (0:00:00.030) 0:03:59.393 *********** ok: [sut] => (item=/dev/sda) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/sda" } MSG: All assertions passed TASK [Check that blivet supports PV grow to fill] ****************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:64 Sunday 23 June 2024 09:38:28 +0000 (0:00:00.038) 0:03:59.431 *********** ok: [sut] => { "changed": false, "rc": 0 } STDOUT: True STDERR: Shared connection to 10.31.46.68 closed. TASK [Verify that PVs fill the whole devices when they should] ***************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:73 Sunday 23 June 2024 09:38:28 +0000 (0:00:00.416) 0:03:59.847 *********** skipping: [sut] => (item=/dev/sda) => { "ansible_loop_var": "st_pool_pv", "changed": false, "false_condition": "storage_test_pool.grow_to_fill | bool", "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/sda" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [Check MD RAID] *********************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:83 Sunday 23 June 2024 09:38:28 +0000 (0:00:00.034) 0:03:59.882 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-md.yml for sut TASK [Get information about RAID] ********************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-md.yml:8 Sunday 23 June 2024 09:38:28 +0000 (0:00:00.055) 0:03:59.937 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-md.yml:14 Sunday 23 June 2024 09:38:28 +0000 (0:00:00.029) 0:03:59.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-weekly-ciqd5hl47i/tests/verify-pool-md.yml:19 Sunday 23 June 2024 09:38:28 +0000 (0:00:00.031) 0:03:59.998 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-md.yml:24 Sunday 23 June 2024 09:38:28 +0000 (0:00:00.030) 0:04:00.029 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set md chunk size regex] ************************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-md.yml:29 Sunday 23 June 2024 09:38:28 +0000 (0:00:00.043) 0:04:00.072 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-md.yml:37 Sunday 23 June 2024 09:38:28 +0000 (0:00:00.032) 0:04:00.104 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-md.yml:46 Sunday 23 June 2024 09:38:28 +0000 (0:00:00.039) 0:04:00.144 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-md.yml:55 Sunday 23 June 2024 09:38:28 +0000 (0:00:00.164) 0:04:00.309 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-md.yml:64 Sunday 23 June 2024 09:38:28 +0000 (0:00:00.030) 0:04:00.339 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-md.yml:74 Sunday 23 June 2024 09:38:28 +0000 (0:00:00.029) 0:04:00.369 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-md.yml:83 Sunday 23 June 2024 09:38:28 +0000 (0:00:00.031) 0:04:00.401 *********** 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-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:86 Sunday 23 June 2024 09:38:29 +0000 (0:00:00.033) 0:04:00.435 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-members-lvmraid.yml for sut TASK [Validate pool member LVM RAID settings] ********************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-members-lvmraid.yml:2 Sunday 23 June 2024 09:38:29 +0000 (0:00:00.051) 0:04:00.486 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-member-lvmraid.yml for sut => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'ext4', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test1', 'raid_level': None, 'size': '9g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/foo-test1', '_raw_device': '/dev/mapper/foo-test1', '_mount_id': 'UUID=8c08aee5-29dd-4dea-a956-fd7a39d27c79', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}) TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-member-lvmraid.yml:8 Sunday 23 June 2024 09:38:29 +0000 (0:00:00.050) 0:04:00.537 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-member-lvmraid.yml:16 Sunday 23 June 2024 09:38:29 +0000 (0:00:00.042) 0:04:00.579 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-member-lvmraid.yml:20 Sunday 23 June 2024 09:38:29 +0000 (0:00:00.030) 0:04:00.609 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-member-lvmraid.yml:27 Sunday 23 June 2024 09:38:29 +0000 (0:00:00.028) 0:04:00.638 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-member-lvmraid.yml:31 Sunday 23 June 2024 09:38:29 +0000 (0:00:00.031) 0:04:00.670 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-member-lvmraid.yml:37 Sunday 23 June 2024 09:38:29 +0000 (0:00:00.030) 0:04:00.700 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-member-lvmraid.yml:42 Sunday 23 June 2024 09:38:29 +0000 (0:00:00.164) 0:04:00.864 *********** 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-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:89 Sunday 23 June 2024 09:38:29 +0000 (0:00:00.030) 0:04:00.895 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-members-thin.yml for sut TASK [Validate pool member thinpool settings] ********************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-members-thin.yml:2 Sunday 23 June 2024 09:38:29 +0000 (0:00:00.052) 0:04:00.947 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-member-thin.yml for sut => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'ext4', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test1', 'raid_level': None, 'size': '9g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/foo-test1', '_raw_device': '/dev/mapper/foo-test1', '_mount_id': 'UUID=8c08aee5-29dd-4dea-a956-fd7a39d27c79', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}) TASK [Get information about thinpool] ****************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-member-thin.yml:8 Sunday 23 June 2024 09:38:29 +0000 (0:00:00.047) 0:04:00.995 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-member-thin.yml:16 Sunday 23 June 2024 09:38:29 +0000 (0:00:00.028) 0:04:01.023 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-member-thin.yml:22 Sunday 23 June 2024 09:38:29 +0000 (0:00:00.028) 0:04:01.052 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-member-thin.yml:26 Sunday 23 June 2024 09:38:29 +0000 (0:00:00.028) 0:04:01.080 *********** ok: [sut] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Check member encryption] ************************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:92 Sunday 23 June 2024 09:38:29 +0000 (0:00:00.030) 0:04:01.111 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-members-encryption.yml for sut TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-members-encryption.yml:5 Sunday 23 June 2024 09:38:29 +0000 (0:00:00.054) 0:04:01.165 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-members-encryption.yml:10 Sunday 23 June 2024 09:38:29 +0000 (0:00:00.032) 0:04:01.197 *********** skipping: [sut] => (item=/dev/sda) => { "_storage_test_pool_member_path": "/dev/sda", "ansible_loop_var": "_storage_test_pool_member_path", "changed": false, "false_condition": "storage_test_pool.type == 'lvm' and storage_test_pool.encryption", "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [Validate pool member crypttab entries] *********************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-members-encryption.yml:17 Sunday 23 June 2024 09:38:29 +0000 (0:00:00.031) 0:04:01.229 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-member-crypttab.yml for sut => (item=/dev/sda) TASK [Set variables used by tests] ********************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-member-crypttab.yml:2 Sunday 23 June 2024 09:38:29 +0000 (0:00:00.179) 0:04:01.409 *********** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-member-crypttab.yml:6 Sunday 23 June 2024 09:38:30 +0000 (0:00:00.037) 0:04:01.446 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-member-crypttab.yml:14 Sunday 23 June 2024 09:38:30 +0000 (0:00:00.034) 0:04:01.481 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-member-crypttab.yml:23 Sunday 23 June 2024 09:38:30 +0000 (0:00:00.029) 0:04:01.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-weekly-ciqd5hl47i/tests/verify-pool-member-crypttab.yml:32 Sunday 23 June 2024 09:38:30 +0000 (0:00:00.031) 0:04:01.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-weekly-ciqd5hl47i/tests/verify-pool-member-crypttab.yml:41 Sunday 23 June 2024 09:38:30 +0000 (0:00:00.029) 0:04:01.571 *********** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-members-encryption.yml:24 Sunday 23 June 2024 09:38:30 +0000 (0:00:00.029) 0:04:01.601 *********** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_crypttab_key_file": null }, "changed": false } TASK [Check VDO] *************************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:95 Sunday 23 June 2024 09:38:30 +0000 (0:00:00.029) 0:04:01.631 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-members-vdo.yml for sut TASK [Validate pool member VDO settings] *************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-members-vdo.yml:2 Sunday 23 June 2024 09:38:30 +0000 (0:00:00.056) 0:04:01.688 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-member-vdo.yml for sut => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'ext4', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test1', 'raid_level': None, 'size': '9g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/foo-test1', '_raw_device': '/dev/mapper/foo-test1', '_mount_id': 'UUID=8c08aee5-29dd-4dea-a956-fd7a39d27c79', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}) TASK [Get information about VDO deduplication] ********************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-member-vdo.yml:8 Sunday 23 June 2024 09:38:30 +0000 (0:00:00.049) 0:04:01.737 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-member-vdo.yml:15 Sunday 23 June 2024 09:38:30 +0000 (0:00:00.029) 0:04:01.767 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-member-vdo.yml:21 Sunday 23 June 2024 09:38:30 +0000 (0:00:00.029) 0:04:01.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-weekly-ciqd5hl47i/tests/verify-pool-member-vdo.yml:27 Sunday 23 June 2024 09:38:30 +0000 (0:00:00.160) 0:04:01.957 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-member-vdo.yml:34 Sunday 23 June 2024 09:38:30 +0000 (0:00:00.029) 0:04:01.986 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-member-vdo.yml:40 Sunday 23 June 2024 09:38:30 +0000 (0:00:00.027) 0:04:02.013 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-member-vdo.yml:46 Sunday 23 June 2024 09:38:30 +0000 (0:00:00.029) 0:04:02.043 *********** ok: [sut] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Check Stratis] *********************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:98 Sunday 23 June 2024 09:38:30 +0000 (0:00:00.031) 0:04:02.074 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-stratis.yml for sut TASK [Run 'stratis report'] **************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-stratis.yml:6 Sunday 23 June 2024 09:38:30 +0000 (0:00:00.054) 0:04:02.128 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Get information about Stratis] ******************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-stratis.yml:11 Sunday 23 June 2024 09:38:30 +0000 (0:00:00.029) 0:04:02.158 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Verify that the pools was created] *************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-stratis.yml:15 Sunday 23 June 2024 09:38:30 +0000 (0:00:00.028) 0:04:02.187 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Verify that encryption is correctly set] ********************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-stratis.yml:25 Sunday 23 June 2024 09:38:30 +0000 (0:00:00.028) 0:04:02.215 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Verify that Clevis/Tang encryption is correctly set] ********************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-stratis.yml:34 Sunday 23 June 2024 09:38:30 +0000 (0:00:00.027) 0:04:02.243 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-stratis.yml:44 Sunday 23 June 2024 09:38:30 +0000 (0:00:00.030) 0:04:02.273 *********** ok: [sut] => { "ansible_facts": { "storage_test_stratis_report": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:101 Sunday 23 June 2024 09:38:30 +0000 (0:00:00.029) 0:04:02.303 *********** 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-weekly-ciqd5hl47i/tests/test-verify-pool-volumes.yml:3 Sunday 23 June 2024 09:38:30 +0000 (0:00:00.028) 0:04:02.332 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume.yml for sut => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'ext4', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test1', 'raid_level': None, 'size': '9g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/foo-test1', '_raw_device': '/dev/mapper/foo-test1', '_mount_id': 'UUID=8c08aee5-29dd-4dea-a956-fd7a39d27c79', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}) TASK [Set storage volume test variables] *************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume.yml:2 Sunday 23 June 2024 09:38:31 +0000 (0:00:00.192) 0:04:02.525 *********** ok: [sut] => { "ansible_facts": { "_storage_test_volume_present": true, "_storage_volume_tests": [ "mount", "fstab", "fs", "device", "encryption", "md", "size", "cache" ] }, "changed": false } TASK [Run test verify for {{ storage_test_volume_subset }}] ******************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume.yml:19 Sunday 23 June 2024 09:38:31 +0000 (0:00:00.033) 0:04:02.559 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-mount.yml for sut => (item=mount) included: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-fstab.yml for sut => (item=fstab) included: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-fs.yml for sut => (item=fs) included: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-device.yml for sut => (item=device) included: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml for sut => (item=encryption) included: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-md.yml for sut => (item=md) included: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml for sut => (item=size) included: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-cache.yml for sut => (item=cache) TASK [Get expected mount device based on device type] ************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-mount.yml:7 Sunday 23 June 2024 09:38:31 +0000 (0:00:00.086) 0:04:02.645 *********** ok: [sut] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/foo-test1" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-mount.yml:11 Sunday 23 June 2024 09:38:31 +0000 (0:00:00.033) 0:04:02.679 *********** ok: [sut] => { "ansible_facts": { "storage_test_mount_expected_mount_point": "/opt/test1", "storage_test_swap_expected_matches": "0" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-mount.yml:19 Sunday 23 June 2024 09:38:31 +0000 (0:00:00.035) 0:04:02.715 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and (storage_test_volume.mount_user or storage_test_volume.mount_group or storage_test_volume.mount_mode)", "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-mount.yml:28 Sunday 23 June 2024 09:38:31 +0000 (0:00:00.029) 0:04:02.744 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-mount.yml:36 Sunday 23 June 2024 09:38:31 +0000 (0:00:00.031) 0:04:02.776 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_user", "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-mount.yml:42 Sunday 23 June 2024 09:38:31 +0000 (0:00:00.028) 0:04:02.805 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_group", "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-mount.yml:48 Sunday 23 June 2024 09:38:31 +0000 (0:00:00.028) 0:04:02.834 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_mode", "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-mount.yml:57 Sunday 23 June 2024 09:38:31 +0000 (0:00:00.028) 0:04:02.862 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-mount.yml:63 Sunday 23 June 2024 09:38:31 +0000 (0:00:00.028) 0:04:02.891 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-mount.yml:69 Sunday 23 June 2024 09:38:31 +0000 (0:00:00.029) 0:04:02.921 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-mount.yml:79 Sunday 23 June 2024 09:38:31 +0000 (0:00:00.173) 0:04:03.094 *********** ok: [sut] => { "ansible_facts": { "storage_test_found_mount_stat": null, "storage_test_mount_expected_mount_point": null, "storage_test_swap_expected_matches": null, "storage_test_swaps": null, "storage_test_sys_node": null }, "changed": false } TASK [Set some variables for fstab checking] *********************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-fstab.yml:2 Sunday 23 June 2024 09:38:31 +0000 (0:00:00.030) 0:04:03.125 *********** ok: [sut] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": "1", "storage_test_fstab_expected_mount_options_matches": "1", "storage_test_fstab_expected_mount_point_matches": "1", "storage_test_fstab_id_matches": [ "UUID=8c08aee5-29dd-4dea-a956-fd7a39d27c79 " ], "storage_test_fstab_mount_options_matches": [ " /opt/test1 ext4 defaults " ], "storage_test_fstab_mount_point_matches": [ " /opt/test1 " ] }, "changed": false } TASK [Verify that the device identifier appears in /etc/fstab] ***************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-fstab.yml:17 Sunday 23 June 2024 09:38:31 +0000 (0:00:00.047) 0:04:03.172 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-fstab.yml:24 Sunday 23 June 2024 09:38:31 +0000 (0:00:00.033) 0:04:03.205 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-fstab.yml:33 Sunday 23 June 2024 09:38:31 +0000 (0:00:00.033) 0:04:03.239 *********** skipping: [sut] => { "changed": false, "false_condition": "__storage_verify_mount_options | d(false)", "skip_reason": "Conditional result was False" } TASK [Clean up variables] ****************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-fstab.yml:45 Sunday 23 June 2024 09:38:31 +0000 (0:00:00.029) 0:04:03.269 *********** ok: [sut] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": null, "storage_test_fstab_expected_mount_options_matches": null, "storage_test_fstab_expected_mount_point_matches": null, "storage_test_fstab_id_matches": null, "storage_test_fstab_mount_options_matches": null, "storage_test_fstab_mount_point_matches": null }, "changed": false } TASK [Verify fs type] ********************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-fs.yml:6 Sunday 23 June 2024 09:38:31 +0000 (0:00:00.033) 0:04:03.303 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-fs.yml:14 Sunday 23 June 2024 09:38:31 +0000 (0:00:00.034) 0:04:03.337 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-device.yml:3 Sunday 23 June 2024 09:38:31 +0000 (0:00:00.038) 0:04:03.376 *********** ok: [sut] => { "changed": false, "stat": { "atime": 1719135501.4759467, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1719135501.4759467, "dev": 6, "device_type": 64768, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 836, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/symlink", "mode": "0660", "mtime": 1719135501.4759467, "nlink": 1, "path": "/dev/mapper/foo-test1", "pw_name": "root", "readable": true, "rgrp": true, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": null, "wgrp": true, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-device.yml:9 Sunday 23 June 2024 09:38:32 +0000 (0:00:00.248) 0:04:03.624 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-device.yml:16 Sunday 23 June 2024 09:38:32 +0000 (0:00:00.038) 0:04:03.662 *********** skipping: [sut] => { "changed": false, "false_condition": "not (_storage_test_volume_present or storage_test_volume.type == 'disk')", "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-device.yml:23 Sunday 23 June 2024 09:38:32 +0000 (0:00:00.032) 0:04:03.694 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-device.yml:29 Sunday 23 June 2024 09:38:32 +0000 (0:00:00.034) 0:04:03.729 *********** ok: [sut] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-device.yml:33 Sunday 23 June 2024 09:38:32 +0000 (0:00:00.034) 0:04:03.763 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == \"raid\"", "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-device.yml:38 Sunday 23 June 2024 09:38:32 +0000 (0:00:00.031) 0:04:03.794 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:3 Sunday 23 June 2024 09:38:32 +0000 (0:00:00.169) 0:04:03.964 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:10 Sunday 23 June 2024 09:38:32 +0000 (0:00:00.029) 0:04:03.993 *********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: cryptsetup TASK [Collect LUKS info for this volume] *************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:16 Sunday 23 June 2024 09:38:33 +0000 (0:00:01.363) 0:04:05.357 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:22 Sunday 23 June 2024 09:38:33 +0000 (0:00:00.029) 0:04:05.387 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Verify that the raw device is the same as the device if not encrypted] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:29 Sunday 23 June 2024 09:38:34 +0000 (0:00:00.029) 0:04:05.416 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:40 Sunday 23 June 2024 09:38:34 +0000 (0:00:00.034) 0:04:05.450 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:46 Sunday 23 June 2024 09:38:34 +0000 (0:00:00.028) 0:04:05.479 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:51 Sunday 23 June 2024 09:38:34 +0000 (0:00:00.028) 0:04:05.508 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:63 Sunday 23 June 2024 09:38:34 +0000 (0:00:00.029) 0:04:05.538 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:75 Sunday 23 June 2024 09:38:34 +0000 (0:00:00.029) 0:04:05.567 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:87 Sunday 23 June 2024 09:38:34 +0000 (0:00:00.028) 0:04:05.595 *********** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [], "_storage_test_expected_crypttab_entries": "0", "_storage_test_expected_crypttab_key_file": "-" }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:93 Sunday 23 June 2024 09:38:34 +0000 (0:00:00.035) 0:04:05.631 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:100 Sunday 23 June 2024 09:38:34 +0000 (0:00:00.032) 0:04:05.663 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:108 Sunday 23 June 2024 09:38:34 +0000 (0:00:00.029) 0:04:05.693 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:116 Sunday 23 June 2024 09:38:34 +0000 (0:00:00.028) 0:04:05.722 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:124 Sunday 23 June 2024 09:38:34 +0000 (0:00:00.170) 0:04:05.892 *********** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_expected_crypttab_entries": null, "_storage_test_expected_crypttab_key_file": null }, "changed": false } TASK [Get information about RAID] ********************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-md.yml:8 Sunday 23 June 2024 09:38:34 +0000 (0:00:00.031) 0:04:05.924 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-md.yml:14 Sunday 23 June 2024 09:38:34 +0000 (0:00:00.029) 0:04:05.953 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-md.yml:19 Sunday 23 June 2024 09:38:34 +0000 (0:00:00.027) 0:04:05.981 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-md.yml:24 Sunday 23 June 2024 09:38:34 +0000 (0:00:00.029) 0:04:06.011 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-md.yml:29 Sunday 23 June 2024 09:38:34 +0000 (0:00:00.030) 0:04:06.041 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-md.yml:37 Sunday 23 June 2024 09:38:34 +0000 (0:00:00.031) 0:04:06.072 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-md.yml:46 Sunday 23 June 2024 09:38:34 +0000 (0:00:00.028) 0:04:06.101 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-md.yml:54 Sunday 23 June 2024 09:38:34 +0000 (0:00:00.029) 0:04:06.131 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-md.yml:62 Sunday 23 June 2024 09:38:34 +0000 (0:00:00.032) 0:04:06.163 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-md.yml:70 Sunday 23 June 2024 09:38:34 +0000 (0:00:00.032) 0:04:06.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-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:3 Sunday 23 June 2024 09:38:34 +0000 (0:00:00.029) 0:04:06.225 *********** ok: [sut] => { "bytes": 9663676416, "changed": false, "lvm": "9g", "parted": "9GiB", "size": "9 GiB" } TASK [Parse the requested size of the volume] ********************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:11 Sunday 23 June 2024 09:38:35 +0000 (0:00:00.241) 0:04:06.466 *********** ok: [sut] => { "bytes": 9663676416, "changed": false, "lvm": "9g", "parted": "9GiB", "size": "9 GiB" } TASK [Establish base value for expected size] ********************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:20 Sunday 23 June 2024 09:38:35 +0000 (0:00:00.229) 0:04:06.696 *********** ok: [sut] => { "ansible_facts": { "storage_test_expected_size": "9663676416" }, "changed": false } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:28 Sunday 23 June 2024 09:38:35 +0000 (0:00:00.032) 0:04:06.729 *********** ok: [sut] => { "storage_test_expected_size": "9663676416" } TASK [Get the size of parent/pool device] ************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:32 Sunday 23 June 2024 09:38:35 +0000 (0:00:00.310) 0:04:07.039 *********** ok: [sut] => { "bytes": 10726680821, "changed": false, "lvm": "9g", "parted": "9GiB", "size": "9 GiB" } TASK [Show test pool] ********************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:46 Sunday 23 June 2024 09:38:35 +0000 (0:00:00.237) 0:04:07.277 *********** skipping: [sut] => { "false_condition": "'%' in storage_test_volume.size | string" } TASK [Show test blockinfo] ***************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:50 Sunday 23 June 2024 09:38:35 +0000 (0:00:00.032) 0:04:07.309 *********** skipping: [sut] => { "false_condition": "'%' in storage_test_volume.size | string" } TASK [Show test pool size] ***************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:54 Sunday 23 June 2024 09:38:35 +0000 (0:00:00.031) 0:04:07.340 *********** 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-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:58 Sunday 23 June 2024 09:38:35 +0000 (0:00:00.033) 0:04:07.374 *********** 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-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:67 Sunday 23 June 2024 09:38:35 +0000 (0:00:00.031) 0:04:07.405 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:71 Sunday 23 June 2024 09:38:36 +0000 (0:00:00.029) 0:04:07.434 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:76 Sunday 23 June 2024 09:38:36 +0000 (0:00:00.028) 0:04:07.463 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:82 Sunday 23 June 2024 09:38:36 +0000 (0:00:00.032) 0:04:07.495 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:86 Sunday 23 June 2024 09:38:36 +0000 (0:00:00.029) 0:04:07.525 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:91 Sunday 23 June 2024 09:38:36 +0000 (0:00:00.029) 0:04:07.554 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:96 Sunday 23 June 2024 09:38:36 +0000 (0:00:00.029) 0:04:07.584 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:101 Sunday 23 June 2024 09:38:36 +0000 (0:00:00.031) 0:04:07.616 *********** skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Show volume thin pool size] ********************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:105 Sunday 23 June 2024 09:38:36 +0000 (0:00:00.029) 0:04:07.646 *********** skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:109 Sunday 23 June 2024 09:38:36 +0000 (0:00:00.175) 0:04:07.821 *********** skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Establish base value for expected thin pool size] ************************ task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:113 Sunday 23 June 2024 09:38:36 +0000 (0:00:00.031) 0:04:07.852 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:120 Sunday 23 June 2024 09:38:36 +0000 (0:00:00.030) 0:04:07.883 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:127 Sunday 23 June 2024 09:38:36 +0000 (0:00:00.029) 0:04:07.912 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:131 Sunday 23 June 2024 09:38:36 +0000 (0:00:00.028) 0:04:07.940 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:137 Sunday 23 June 2024 09:38:36 +0000 (0:00:00.027) 0:04:07.968 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:143 Sunday 23 June 2024 09:38:36 +0000 (0:00:00.028) 0:04:07.997 *********** ok: [sut] => { "storage_test_actual_size": { "bytes": 9663676416, "changed": false, "failed": false, "lvm": "9g", "parted": "9GiB", "size": "9 GiB" } } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:147 Sunday 23 June 2024 09:38:36 +0000 (0:00:00.031) 0:04:08.028 *********** ok: [sut] => { "storage_test_expected_size": "9663676416" } TASK [Assert expected size is actual size] ************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:151 Sunday 23 June 2024 09:38:36 +0000 (0:00:00.032) 0:04:08.061 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-cache.yml:5 Sunday 23 June 2024 09:38:36 +0000 (0:00:00.036) 0:04:08.098 *********** ok: [sut] => { "changed": false, "cmd": [ "lvs", "--noheadings", "--nameprefixes", "--units=b", "--nosuffix", "--unquoted", "-o", "name,attr,cache_total_blocks,chunk_size,segtype", "foo/test1" ], "delta": "0:00:00.030445", "end": "2024-06-23 09:38:36.911924", "rc": 0, "start": "2024-06-23 09:38:36.881479" } STDOUT: LVM2_LV_NAME=test1 LVM2_LV_ATTR=-wi-ao---- LVM2_CACHE_TOTAL_BLOCKS= LVM2_CHUNK_SIZE=0 LVM2_SEGTYPE=linear TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-cache.yml:13 Sunday 23 June 2024 09:38:36 +0000 (0:00:00.269) 0:04:08.367 *********** ok: [sut] => { "ansible_facts": { "storage_test_lv_segtype": [ "linear" ] }, "changed": false } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-cache.yml:17 Sunday 23 June 2024 09:38:36 +0000 (0:00:00.034) 0:04:08.402 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set LV cache size] ******************************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-cache.yml:24 Sunday 23 June 2024 09:38:37 +0000 (0:00:00.034) 0:04:08.436 *********** 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-weekly-ciqd5hl47i/tests/test-verify-volume-cache.yml:31 Sunday 23 June 2024 09:38:37 +0000 (0:00:00.030) 0:04:08.467 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.cached | bool", "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-cache.yml:37 Sunday 23 June 2024 09:38:37 +0000 (0:00:00.033) 0:04:08.500 *********** 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-weekly-ciqd5hl47i/tests/test-verify-volume-cache.yml:42 Sunday 23 June 2024 09:38:37 +0000 (0:00:00.167) 0:04:08.668 *********** 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-weekly-ciqd5hl47i/tests/test-verify-volume.yml:25 Sunday 23 June 2024 09:38:37 +0000 (0:00:00.030) 0:04:08.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-weekly-ciqd5hl47i/tests/verify-role-results.yml:44 Sunday 23 June 2024 09:38:37 +0000 (0:00:00.030) 0:04:08.729 *********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Clean up variable namespace] ********************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-role-results.yml:54 Sunday 23 June 2024 09:38:37 +0000 (0:00:00.022) 0:04:08.751 *********** ok: [sut] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } TASK [Test for correct handling of offline resize in safe mode] **************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/tests_resize.yml:376 Sunday 23 June 2024 09:38:37 +0000 (0:00:00.029) 0:04:08.781 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-role-failed.yml for sut TASK [Store global variable value copy] **************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-role-failed.yml:4 Sunday 23 June 2024 09:38:37 +0000 (0:00:00.046) 0:04:08.828 *********** ok: [sut] => { "ansible_facts": { "storage_pools_global": [], "storage_safe_mode_global": false, "storage_volumes_global": [] }, "changed": false } TASK [Verify role raises correct error] **************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-role-failed.yml:10 Sunday 23 June 2024 09:38:37 +0000 (0:00:00.037) 0:04:08.866 *********** TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Sunday 23 June 2024 09:38:37 +0000 (0:00:00.047) 0:04:08.913 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Sunday 23 June 2024 09:38:37 +0000 (0:00:00.044) 0:04:08.958 *********** skipping: [sut] => { "changed": false, "false_condition": "__storage_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Sunday 23 June 2024 09:38:37 +0000 (0:00:00.036) 0:04:08.994 *********** 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" } ok: [sut] => (item=Fedora.yml) => { "ansible_facts": { "_storage_copr_packages": [ { "packages": [ "vdo", "kmod-vdo" ], "repository": "rhawalsh/dm-vdo" } ], "_storage_copr_support_packages": [ "dnf-plugins-core" ], "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "stratisd", "stratis-cli" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/Fedora.yml" ], "ansible_loop_var": "item", "changed": false, "item": "Fedora.yml" } skipping: [sut] => (item=Fedora_40.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "Fedora_40.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora_40.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "Fedora_40.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Sunday 23 June 2024 09:38:37 +0000 (0:00:00.061) 0:04:09.055 *********** skipping: [sut] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Sunday 23 June 2024 09:38:37 +0000 (0:00:00.174) 0:04:09.230 *********** skipping: [sut] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Sunday 23 June 2024 09:38:37 +0000 (0:00:00.030) 0:04:09.260 *********** ok: [sut] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Sunday 23 June 2024 09:38:37 +0000 (0:00:00.032) 0:04:09.293 *********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Sunday 23 June 2024 09:38:37 +0000 (0:00:00.033) 0:04:09.326 *********** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for sut TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Sunday 23 June 2024 09:38:37 +0000 (0:00:00.056) 0:04:09.383 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"blivet_available\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Sunday 23 June 2024 09:38:37 +0000 (0:00:00.029) 0:04:09.413 *********** ok: [sut] => { "storage_pools": [ { "disks": [ "sda" ], "name": "foo", "volumes": [ { "fs_type": "ext4", "mount_point": "/opt/test1", "name": "test1", "size": "5g" } ] } ] } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Sunday 23 June 2024 09:38:38 +0000 (0:00:00.034) 0:04:09.447 *********** ok: [sut] => { "storage_volumes": [] } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Sunday 23 June 2024 09:38:38 +0000 (0:00:00.034) 0:04:09.481 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Sunday 23 June 2024 09:38:38 +0000 (0:00:00.032) 0:04:09.514 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Sunday 23 June 2024 09:38:38 +0000 (0:00:00.029) 0:04:09.543 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Sunday 23 June 2024 09:38:38 +0000 (0:00:00.029) 0:04:09.573 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"service_facts\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Sunday 23 June 2024 09:38:38 +0000 (0:00:00.029) 0:04:09.602 *********** ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Sunday 23 June 2024 09:38:38 +0000 (0:00:00.044) 0:04:09.646 *********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Sunday 23 June 2024 09:38:38 +0000 (0:00:00.020) 0:04:09.667 *********** fatal: [sut]: FAILED! => { "actions": [], "changed": false, "crypts": [], "leaves": [], "mounts": [], "packages": [], "pools": [], "volumes": [] } MSG: device 'foo-test1' must be unmounted to be resized in safe mode TASK [fedora.linux_system_roles.storage : Failed message] ********************** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:91 Sunday 23 June 2024 09:38:40 +0000 (0:00:01.993) 0:04:11.661 *********** fatal: [sut]: FAILED! => { "changed": false } MSG: {'changed': False, 'actions': [], 'leaves': [], 'mounts': [], 'crypts': [], 'pools': [], 'volumes': [], 'packages': [], 'failed': True, 'msg': "device 'foo-test1' must be unmounted to be resized in safe mode", 'invocation': {'module_args': {'pools': [{'disks': ['sda'], 'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'encryption_clevis_pin': None, 'encryption_tang_url': None, 'encryption_tang_thumbprint': None, 'grow_to_fill': False, 'name': 'foo', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_metadata_version': None, 'raid_chunk_size': None, 'shared': False, 'state': 'present', 'type': 'lvm', 'volumes': [{'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'ext4', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test1', 'raid_level': None, 'size': '5g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None}]}], 'volumes': [], 'use_partitions': None, 'disklabel_type': None, 'pool_defaults': {'state': 'present', 'type': 'lvm', 'disks': [], 'volumes': [], 'grow_to_fill': False, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, 'shared': False}, 'volume_defaults': {'state': 'present', 'type': 'lvm', 'size': 0, 'disks': [], 'fs_type': 'xfs', 'fs_label': '', 'fs_create_options': '', 'fs_overwrite_existing': True, 'mount_point': '', 'mount_options': 'defaults', 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_stripe_size': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': []}, 'safe_mode': True, 'packages_only': False, 'diskvolume_mkfs_option_map': {}}}, '_ansible_no_log': None} TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Sunday 23 June 2024 09:38:40 +0000 (0:00:00.035) 0:04:11.696 *********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check that we failed in the role] **************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-role-failed.yml:23 Sunday 23 June 2024 09:38:40 +0000 (0:00:00.022) 0:04:11.718 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the blivet output and error message are correct] ****************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-role-failed.yml:28 Sunday 23 June 2024 09:38:40 +0000 (0:00:00.029) 0:04:11.748 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify correct exception or error message] ******************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-role-failed.yml:39 Sunday 23 June 2024 09:38:40 +0000 (0:00:00.033) 0:04:11.781 *********** skipping: [sut] => { "changed": false, "false_condition": "__storage_failed_exception is defined", "skip_reason": "Conditional result was False" } TASK [Clean up] **************************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/tests_resize.yml:393 Sunday 23 June 2024 09:38:40 +0000 (0:00:00.028) 0:04:11.810 *********** TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Sunday 23 June 2024 09:38:40 +0000 (0:00:00.055) 0:04:11.866 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Sunday 23 June 2024 09:38:40 +0000 (0:00:00.043) 0:04:11.909 *********** skipping: [sut] => { "changed": false, "false_condition": "__storage_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Sunday 23 June 2024 09:38:40 +0000 (0:00:00.035) 0:04:11.944 *********** 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" } ok: [sut] => (item=Fedora.yml) => { "ansible_facts": { "_storage_copr_packages": [ { "packages": [ "vdo", "kmod-vdo" ], "repository": "rhawalsh/dm-vdo" } ], "_storage_copr_support_packages": [ "dnf-plugins-core" ], "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "stratisd", "stratis-cli" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/Fedora.yml" ], "ansible_loop_var": "item", "changed": false, "item": "Fedora.yml" } skipping: [sut] => (item=Fedora_40.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "Fedora_40.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora_40.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "Fedora_40.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Sunday 23 June 2024 09:38:40 +0000 (0:00:00.058) 0:04:12.003 *********** skipping: [sut] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Sunday 23 June 2024 09:38:40 +0000 (0:00:00.027) 0:04:12.031 *********** skipping: [sut] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Sunday 23 June 2024 09:38:40 +0000 (0:00:00.028) 0:04:12.060 *********** ok: [sut] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Sunday 23 June 2024 09:38:40 +0000 (0:00:00.171) 0:04:12.231 *********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Sunday 23 June 2024 09:38:40 +0000 (0:00:00.031) 0:04:12.263 *********** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for sut TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Sunday 23 June 2024 09:38:40 +0000 (0:00:00.056) 0:04:12.319 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"blivet_available\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Sunday 23 June 2024 09:38:40 +0000 (0:00:00.029) 0:04:12.349 *********** ok: [sut] => { "storage_pools": [ { "disks": [ "sda" ], "name": "foo", "state": "absent", "volumes": [ { "mount_point": "/opt/test1", "name": "test1", "size": "5g" } ] } ] } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Sunday 23 June 2024 09:38:40 +0000 (0:00:00.034) 0:04:12.383 *********** ok: [sut] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined. 'storage_volumes' is undefined" } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Sunday 23 June 2024 09:38:41 +0000 (0:00:00.032) 0:04:12.415 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Sunday 23 June 2024 09:38:41 +0000 (0:00:00.028) 0:04:12.444 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Sunday 23 June 2024 09:38:41 +0000 (0:00:00.029) 0:04:12.473 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Sunday 23 June 2024 09:38:41 +0000 (0:00:00.029) 0:04:12.503 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"service_facts\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Sunday 23 June 2024 09:38:41 +0000 (0:00:00.029) 0:04:12.532 *********** ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Sunday 23 June 2024 09:38:41 +0000 (0:00:00.043) 0:04:12.575 *********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Sunday 23 June 2024 09:38:41 +0000 (0:00:00.021) 0:04:12.597 *********** changed: [sut] => { "actions": [ { "action": "destroy format", "device": "/dev/mapper/foo-test1", "fs_type": "ext4" }, { "action": "destroy device", "device": "/dev/mapper/foo-test1", "fs_type": null }, { "action": "destroy device", "device": "/dev/foo", "fs_type": null }, { "action": "destroy format", "device": "/dev/sda", "fs_type": "lvmpv" } ], "changed": true, "crypts": [], "leaves": [ "/dev/sda", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/xvda2", "/dev/zram0" ], "mounts": [ { "fstype": "ext4", "path": "/opt/test1", "src": "UUID=8c08aee5-29dd-4dea-a956-fd7a39d27c79", "state": "absent" } ], "packages": [ "e2fsprogs" ], "pools": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "absent", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_mount_id": "UUID=8c08aee5-29dd-4dea-a956-fd7a39d27c79", "_raw_device": "/dev/mapper/foo-test1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext4", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "5g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Sunday 23 June 2024 09:38:43 +0000 (0:00:02.347) 0:04:14.944 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_udevadm_trigger | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Sunday 23 June 2024 09:38:43 +0000 (0:00:00.170) 0:04:15.115 *********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:101 Sunday 23 June 2024 09:38:43 +0000 (0:00:00.022) 0:04:15.137 *********** ok: [sut] => { "blivet_output": { "actions": [ { "action": "destroy format", "device": "/dev/mapper/foo-test1", "fs_type": "ext4" }, { "action": "destroy device", "device": "/dev/mapper/foo-test1", "fs_type": null }, { "action": "destroy device", "device": "/dev/foo", "fs_type": null }, { "action": "destroy format", "device": "/dev/sda", "fs_type": "lvmpv" } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/sda", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/xvda2", "/dev/zram0" ], "mounts": [ { "fstype": "ext4", "path": "/opt/test1", "src": "UUID=8c08aee5-29dd-4dea-a956-fd7a39d27c79", "state": "absent" } ], "packages": [ "e2fsprogs" ], "pools": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "absent", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_mount_id": "UUID=8c08aee5-29dd-4dea-a956-fd7a39d27c79", "_raw_device": "/dev/mapper/foo-test1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext4", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "5g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:110 Sunday 23 June 2024 09:38:43 +0000 (0:00:00.033) 0:04:15.171 *********** ok: [sut] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "absent", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_mount_id": "UUID=8c08aee5-29dd-4dea-a956-fd7a39d27c79", "_raw_device": "/dev/mapper/foo-test1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext4", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "5g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] }, "changed": false } TASK [fedora.linux_system_roles.storage : Set the list of volumes for test verification] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:114 Sunday 23 June 2024 09:38:43 +0000 (0:00:00.033) 0:04:15.204 *********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:130 Sunday 23 June 2024 09:38:43 +0000 (0:00:00.031) 0:04:15.235 *********** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount changed: [sut] => (item={'src': 'UUID=8c08aee5-29dd-4dea-a956-fd7a39d27c79', 'path': '/opt/test1', 'state': 'absent', 'fstype': 'ext4'}) => { "ansible_loop_var": "mount_info", "backup_file": "", "boot": "yes", "changed": true, "dump": "0", "fstab": "/etc/fstab", "fstype": "ext4", "mount_info": { "fstype": "ext4", "path": "/opt/test1", "src": "UUID=8c08aee5-29dd-4dea-a956-fd7a39d27c79", "state": "absent" }, "name": "/opt/test1", "opts": "defaults", "passno": "0", "src": "UUID=8c08aee5-29dd-4dea-a956-fd7a39d27c79" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:141 Sunday 23 June 2024 09:38:44 +0000 (0:00:00.244) 0:04:15.480 *********** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:146 Sunday 23 June 2024 09:38:44 +0000 (0:00:00.707) 0:04:16.188 *********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:157 Sunday 23 June 2024 09:38:44 +0000 (0:00:00.029) 0:04:16.217 *********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:169 Sunday 23 June 2024 09:38:44 +0000 (0:00:00.029) 0:04:16.247 *********** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:177 Sunday 23 June 2024 09:38:45 +0000 (0:00:00.685) 0:04:16.932 *********** ok: [sut] => { "changed": false, "stat": { "atime": 1719135289.8187745, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1718879485.835, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 131081, "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": 1718879088.616, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "4073972972", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:182 Sunday 23 June 2024 09:38:45 +0000 (0:00:00.241) 0:04:17.174 *********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:204 Sunday 23 June 2024 09:38:45 +0000 (0:00:00.023) 0:04:17.197 *********** ok: [sut] TASK [Verify role results] ***************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/tests_resize.yml:406 Sunday 23 June 2024 09:38:47 +0000 (0:00:02.183) 0:04:19.381 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-role-results.yml for sut TASK [Print out pool information] ********************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-role-results.yml:2 Sunday 23 June 2024 09:38:48 +0000 (0:00:00.201) 0:04:19.582 *********** ok: [sut] => { "_storage_pools_list": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "absent", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_mount_id": "UUID=8c08aee5-29dd-4dea-a956-fd7a39d27c79", "_raw_device": "/dev/mapper/foo-test1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext4", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "5g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] } TASK [Print out volume information] ******************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-role-results.yml:7 Sunday 23 June 2024 09:38:48 +0000 (0:00:00.036) 0:04:19.619 *********** skipping: [sut] => { "false_condition": "_storage_volumes_list | length > 0" } TASK [Collect info about the volumes.] ***************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-role-results.yml:15 Sunday 23 June 2024 09:38:48 +0000 (0:00:00.030) 0:04:19.649 *********** ok: [sut] => { "changed": false, "info": { "/dev/sda": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdb": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdc": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdc", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdd": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdd", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sde": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sde", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdf": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdf", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdg": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdg", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdh": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdh", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdi": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdi", "size": "10G", "type": "disk", "uuid": "" }, "/dev/xvda": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/xvda", "size": "250G", "type": "disk", "uuid": "" }, "/dev/xvda1": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/xvda1", "size": "1M", "type": "partition", "uuid": "" }, "/dev/xvda2": { "fstype": "ext4", "label": "", "mountpoint": "/", "name": "/dev/xvda2", "size": "250G", "type": "partition", "uuid": "d41e114e-2033-4553-824b-87c952ea3ae7" }, "/dev/zram0": { "fstype": "", "label": "", "mountpoint": "[SWAP]", "name": "/dev/zram0", "size": "3.6G", "type": "disk", "uuid": "" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-role-results.yml:20 Sunday 23 June 2024 09:38:48 +0000 (0:00:00.239) 0:04:19.889 *********** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.003222", "end": "2024-06-23 09:38:48.667941", "rc": 0, "start": "2024-06-23 09:38:48.664719" } STDOUT: # # /etc/fstab # Created by anaconda on Thu Jun 20 10:24:48 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=d41e114e-2033-4553-824b-87c952ea3ae7 / ext4 defaults 1 1 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat /mnt/redhat nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/qa /mnt/qa nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive /mnt/engarchive nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/tpsdist /mnt/tpsdist nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot /mnt/brew nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch /mnt/brew_scratch nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-role-results.yml:25 Sunday 23 June 2024 09:38:48 +0000 (0:00:00.230) 0:04:20.120 *********** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.003235", "end": "2024-06-23 09:38:48.900971", "failed_when_result": false, "rc": 0, "start": "2024-06-23 09:38:48.897736" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-role-results.yml:34 Sunday 23 June 2024 09:38:48 +0000 (0:00:00.233) 0:04:20.353 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool.yml for sut => (item={'disks': ['sda'], 'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'encryption_clevis_pin': None, 'encryption_tang_url': None, 'encryption_tang_thumbprint': None, 'grow_to_fill': False, 'name': 'foo', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_metadata_version': None, 'raid_chunk_size': None, 'shared': False, 'state': 'absent', 'type': 'lvm', 'volumes': [{'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'ext4', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test1', 'raid_level': None, 'size': '5g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/foo-test1', '_raw_device': '/dev/mapper/foo-test1', '_mount_id': 'UUID=8c08aee5-29dd-4dea-a956-fd7a39d27c79'}]}) TASK [Set _storage_pool_tests] ************************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool.yml:5 Sunday 23 June 2024 09:38:48 +0000 (0:00:00.049) 0:04:20.402 *********** ok: [sut] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool.yml:18 Sunday 23 June 2024 09:38:49 +0000 (0:00:00.029) 0:04:20.432 *********** 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-weekly-ciqd5hl47i/tests/test-verify-pool.yml:24 Sunday 23 June 2024 09:38:49 +0000 (0:00:00.027) 0:04:20.459 *********** 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-weekly-ciqd5hl47i/tests/test-verify-pool.yml:34 Sunday 23 June 2024 09:38:49 +0000 (0:00:00.028) 0:04:20.487 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml for sut => (item=members) included: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-volumes.yml for sut => (item=volumes) TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:2 Sunday 23 June 2024 09:38:49 +0000 (0:00:00.050) 0:04:20.538 *********** 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-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:8 Sunday 23 June 2024 09:38:49 +0000 (0:00:00.035) 0:04:20.573 *********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Set pvs lvm length] ****************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:17 Sunday 23 June 2024 09:38:49 +0000 (0:00:00.152) 0:04:20.726 *********** ok: [sut] => { "ansible_facts": { "__pvs_lvm_len": "0" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:22 Sunday 23 June 2024 09:38:49 +0000 (0:00:00.032) 0:04:20.759 *********** ok: [sut] => { "ansible_facts": { "_storage_test_pool_pvs": [] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:27 Sunday 23 June 2024 09:38:49 +0000 (0:00:00.034) 0:04:20.793 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:36 Sunday 23 June 2024 09:38:49 +0000 (0:00:00.032) 0:04:20.826 *********** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:41 Sunday 23 June 2024 09:38:49 +0000 (0:00:00.031) 0:04:20.858 *********** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:46 Sunday 23 June 2024 09:38:49 +0000 (0:00:00.033) 0:04:20.891 *********** 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-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:51 Sunday 23 June 2024 09:38:49 +0000 (0:00:00.028) 0:04:20.920 *********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check that blivet supports PV grow to fill] ****************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:64 Sunday 23 June 2024 09:38:49 +0000 (0:00:00.021) 0:04:20.941 *********** ok: [sut] => { "changed": false, "rc": 0 } STDOUT: True STDERR: Shared connection to 10.31.46.68 closed. TASK [Verify that PVs fill the whole devices when they should] ***************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:73 Sunday 23 June 2024 09:38:49 +0000 (0:00:00.394) 0:04:21.335 *********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check MD RAID] *********************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:83 Sunday 23 June 2024 09:38:49 +0000 (0:00:00.025) 0:04:21.361 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-md.yml for sut TASK [Get information about RAID] ********************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-md.yml:8 Sunday 23 June 2024 09:38:49 +0000 (0:00:00.050) 0:04:21.412 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-md.yml:14 Sunday 23 June 2024 09:38:50 +0000 (0:00:00.027) 0:04:21.440 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-md.yml:19 Sunday 23 June 2024 09:38:50 +0000 (0:00:00.028) 0:04:21.469 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-md.yml:24 Sunday 23 June 2024 09:38:50 +0000 (0:00:00.174) 0:04:21.644 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-md.yml:29 Sunday 23 June 2024 09:38:50 +0000 (0:00:00.033) 0:04:21.677 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-md.yml:37 Sunday 23 June 2024 09:38:50 +0000 (0:00:00.034) 0:04:21.712 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-md.yml:46 Sunday 23 June 2024 09:38:50 +0000 (0:00:00.030) 0:04:21.742 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-md.yml:55 Sunday 23 June 2024 09:38:50 +0000 (0:00:00.030) 0:04:21.773 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-md.yml:64 Sunday 23 June 2024 09:38:50 +0000 (0:00:00.029) 0:04:21.802 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-md.yml:74 Sunday 23 June 2024 09:38:50 +0000 (0:00:00.033) 0:04:21.835 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-md.yml:83 Sunday 23 June 2024 09:38:50 +0000 (0:00:00.032) 0:04:21.868 *********** 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-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:86 Sunday 23 June 2024 09:38:50 +0000 (0:00:00.034) 0:04:21.903 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-members-lvmraid.yml for sut TASK [Validate pool member LVM RAID settings] ********************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-members-lvmraid.yml:2 Sunday 23 June 2024 09:38:50 +0000 (0:00:00.052) 0:04:21.955 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-member-lvmraid.yml for sut => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'ext4', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test1', 'raid_level': None, 'size': '5g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/foo-test1', '_raw_device': '/dev/mapper/foo-test1', '_mount_id': 'UUID=8c08aee5-29dd-4dea-a956-fd7a39d27c79'}) TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-member-lvmraid.yml:8 Sunday 23 June 2024 09:38:50 +0000 (0:00:00.056) 0:04:22.012 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-member-lvmraid.yml:16 Sunday 23 June 2024 09:38:50 +0000 (0:00:00.030) 0:04:22.042 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-member-lvmraid.yml:20 Sunday 23 June 2024 09:38:50 +0000 (0:00:00.035) 0:04:22.077 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-member-lvmraid.yml:27 Sunday 23 June 2024 09:38:50 +0000 (0:00:00.179) 0:04:22.256 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-member-lvmraid.yml:31 Sunday 23 June 2024 09:38:50 +0000 (0:00:00.030) 0:04:22.287 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-member-lvmraid.yml:37 Sunday 23 June 2024 09:38:50 +0000 (0:00:00.030) 0:04:22.317 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-member-lvmraid.yml:42 Sunday 23 June 2024 09:38:50 +0000 (0:00:00.029) 0:04:22.347 *********** 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-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:89 Sunday 23 June 2024 09:38:50 +0000 (0:00:00.030) 0:04:22.378 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-members-thin.yml for sut TASK [Validate pool member thinpool settings] ********************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-members-thin.yml:2 Sunday 23 June 2024 09:38:51 +0000 (0:00:00.051) 0:04:22.430 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-member-thin.yml for sut => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'ext4', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test1', 'raid_level': None, 'size': '5g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/foo-test1', '_raw_device': '/dev/mapper/foo-test1', '_mount_id': 'UUID=8c08aee5-29dd-4dea-a956-fd7a39d27c79'}) TASK [Get information about thinpool] ****************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-member-thin.yml:8 Sunday 23 June 2024 09:38:51 +0000 (0:00:00.046) 0:04:22.477 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-member-thin.yml:16 Sunday 23 June 2024 09:38:51 +0000 (0:00:00.028) 0:04:22.505 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-member-thin.yml:22 Sunday 23 June 2024 09:38:51 +0000 (0:00:00.028) 0:04:22.534 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-member-thin.yml:26 Sunday 23 June 2024 09:38:51 +0000 (0:00:00.028) 0:04:22.563 *********** ok: [sut] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Check member encryption] ************************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:92 Sunday 23 June 2024 09:38:51 +0000 (0:00:00.029) 0:04:22.592 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-members-encryption.yml for sut TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-members-encryption.yml:5 Sunday 23 June 2024 09:38:51 +0000 (0:00:00.192) 0:04:22.785 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-members-encryption.yml:10 Sunday 23 June 2024 09:38:51 +0000 (0:00:00.032) 0:04:22.817 *********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Validate pool member crypttab entries] *********************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-members-encryption.yml:17 Sunday 23 June 2024 09:38:51 +0000 (0:00:00.021) 0:04:22.839 *********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-members-encryption.yml:24 Sunday 23 June 2024 09:38:51 +0000 (0:00:00.022) 0:04:22.862 *********** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_crypttab_key_file": null }, "changed": false } TASK [Check VDO] *************************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:95 Sunday 23 June 2024 09:38:51 +0000 (0:00:00.030) 0:04:22.892 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-members-vdo.yml for sut TASK [Validate pool member VDO settings] *************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-members-vdo.yml:2 Sunday 23 June 2024 09:38:51 +0000 (0:00:00.053) 0:04:22.945 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-member-vdo.yml for sut => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'ext4', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test1', 'raid_level': None, 'size': '5g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/foo-test1', '_raw_device': '/dev/mapper/foo-test1', '_mount_id': 'UUID=8c08aee5-29dd-4dea-a956-fd7a39d27c79'}) TASK [Get information about VDO deduplication] ********************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-member-vdo.yml:8 Sunday 23 June 2024 09:38:51 +0000 (0:00:00.048) 0:04:22.993 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-member-vdo.yml:15 Sunday 23 June 2024 09:38:51 +0000 (0:00:00.028) 0:04:23.022 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-member-vdo.yml:21 Sunday 23 June 2024 09:38:51 +0000 (0:00:00.027) 0:04:23.050 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-member-vdo.yml:27 Sunday 23 June 2024 09:38:51 +0000 (0:00:00.028) 0:04:23.079 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-member-vdo.yml:34 Sunday 23 June 2024 09:38:51 +0000 (0:00:00.030) 0:04:23.110 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-member-vdo.yml:40 Sunday 23 June 2024 09:38:51 +0000 (0:00:00.029) 0:04:23.139 *********** 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-weekly-ciqd5hl47i/tests/verify-pool-member-vdo.yml:46 Sunday 23 June 2024 09:38:51 +0000 (0:00:00.028) 0:04:23.167 *********** ok: [sut] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Check Stratis] *********************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:98 Sunday 23 June 2024 09:38:51 +0000 (0:00:00.177) 0:04:23.344 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-stratis.yml for sut TASK [Run 'stratis report'] **************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-stratis.yml:6 Sunday 23 June 2024 09:38:51 +0000 (0:00:00.057) 0:04:23.402 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Get information about Stratis] ******************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-stratis.yml:11 Sunday 23 June 2024 09:38:52 +0000 (0:00:00.029) 0:04:23.432 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Verify that the pools was created] *************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-stratis.yml:15 Sunday 23 June 2024 09:38:52 +0000 (0:00:00.030) 0:04:23.462 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Verify that encryption is correctly set] ********************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-stratis.yml:25 Sunday 23 June 2024 09:38:52 +0000 (0:00:00.029) 0:04:23.492 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Verify that Clevis/Tang encryption is correctly set] ********************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-stratis.yml:34 Sunday 23 June 2024 09:38:52 +0000 (0:00:00.029) 0:04:23.521 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-pool-stratis.yml:44 Sunday 23 June 2024 09:38:52 +0000 (0:00:00.029) 0:04:23.550 *********** ok: [sut] => { "ansible_facts": { "storage_test_stratis_report": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-pool-members.yml:101 Sunday 23 June 2024 09:38:52 +0000 (0:00:00.029) 0:04:23.580 *********** 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-weekly-ciqd5hl47i/tests/test-verify-pool-volumes.yml:3 Sunday 23 June 2024 09:38:52 +0000 (0:00:00.030) 0:04:23.610 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume.yml for sut => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'ext4', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test1', 'raid_level': None, 'size': '5g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/foo-test1', '_raw_device': '/dev/mapper/foo-test1', '_mount_id': 'UUID=8c08aee5-29dd-4dea-a956-fd7a39d27c79'}) TASK [Set storage volume test variables] *************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume.yml:2 Sunday 23 June 2024 09:38:52 +0000 (0:00:00.046) 0:04:23.657 *********** ok: [sut] => { "ansible_facts": { "_storage_test_volume_present": false, "_storage_volume_tests": [ "mount", "fstab", "fs", "device", "encryption", "md", "size", "cache" ] }, "changed": false } TASK [Run test verify for {{ storage_test_volume_subset }}] ******************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume.yml:19 Sunday 23 June 2024 09:38:52 +0000 (0:00:00.032) 0:04:23.690 *********** included: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-mount.yml for sut => (item=mount) included: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-fstab.yml for sut => (item=fstab) included: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-fs.yml for sut => (item=fs) included: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-device.yml for sut => (item=device) included: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml for sut => (item=encryption) included: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-md.yml for sut => (item=md) included: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml for sut => (item=size) included: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-cache.yml for sut => (item=cache) TASK [Get expected mount device based on device type] ************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-mount.yml:7 Sunday 23 June 2024 09:38:52 +0000 (0:00:00.222) 0:04:23.912 *********** ok: [sut] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/foo-test1" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-mount.yml:11 Sunday 23 June 2024 09:38:52 +0000 (0:00:00.032) 0:04:23.944 *********** ok: [sut] => { "ansible_facts": { "storage_test_mount_expected_mount_point": "/opt/test1", "storage_test_swap_expected_matches": "0" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-mount.yml:19 Sunday 23 June 2024 09:38:52 +0000 (0:00:00.034) 0:04:23.979 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and (storage_test_volume.mount_user or storage_test_volume.mount_group or storage_test_volume.mount_mode)", "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-mount.yml:28 Sunday 23 June 2024 09:38:52 +0000 (0:00:00.028) 0:04:24.008 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Verify mount directory user] ********************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-mount.yml:36 Sunday 23 June 2024 09:38:52 +0000 (0:00:00.028) 0:04:24.037 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_user", "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-mount.yml:42 Sunday 23 June 2024 09:38:52 +0000 (0:00:00.027) 0:04:24.064 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_group", "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-mount.yml:48 Sunday 23 June 2024 09:38:52 +0000 (0:00:00.028) 0:04:24.093 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_mode", "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-mount.yml:57 Sunday 23 June 2024 09:38:52 +0000 (0:00:00.028) 0:04:24.122 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-mount.yml:63 Sunday 23 June 2024 09:38:52 +0000 (0:00:00.027) 0:04:24.150 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-mount.yml:69 Sunday 23 June 2024 09:38:52 +0000 (0:00:00.027) 0:04:24.177 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-mount.yml:79 Sunday 23 June 2024 09:38:52 +0000 (0:00:00.028) 0:04:24.206 *********** ok: [sut] => { "ansible_facts": { "storage_test_found_mount_stat": null, "storage_test_mount_expected_mount_point": null, "storage_test_swap_expected_matches": null, "storage_test_swaps": null, "storage_test_sys_node": null }, "changed": false } TASK [Set some variables for fstab checking] *********************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-fstab.yml:2 Sunday 23 June 2024 09:38:52 +0000 (0:00:00.030) 0:04:24.236 *********** ok: [sut] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": "0", "storage_test_fstab_expected_mount_options_matches": "0", "storage_test_fstab_expected_mount_point_matches": "0", "storage_test_fstab_id_matches": [], "storage_test_fstab_mount_options_matches": [], "storage_test_fstab_mount_point_matches": [] }, "changed": false } TASK [Verify that the device identifier appears in /etc/fstab] ***************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-fstab.yml:17 Sunday 23 June 2024 09:38:52 +0000 (0:00:00.044) 0:04:24.281 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False" } TASK [Verify the fstab mount point] ******************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-fstab.yml:24 Sunday 23 June 2024 09:38:52 +0000 (0:00:00.026) 0:04:24.307 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-fstab.yml:33 Sunday 23 June 2024 09:38:53 +0000 (0:00:00.172) 0:04:24.480 *********** skipping: [sut] => { "changed": false, "false_condition": "__storage_verify_mount_options | d(false)", "skip_reason": "Conditional result was False" } TASK [Clean up variables] ****************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-fstab.yml:45 Sunday 23 June 2024 09:38:53 +0000 (0:00:00.029) 0:04:24.510 *********** ok: [sut] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": null, "storage_test_fstab_expected_mount_options_matches": null, "storage_test_fstab_expected_mount_point_matches": null, "storage_test_fstab_id_matches": null, "storage_test_fstab_mount_options_matches": null, "storage_test_fstab_mount_point_matches": null }, "changed": false } TASK [Verify fs type] ********************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-fs.yml:6 Sunday 23 June 2024 09:38:53 +0000 (0:00:00.029) 0:04:24.540 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Verify fs label] ********************************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-fs.yml:14 Sunday 23 June 2024 09:38:53 +0000 (0:00:00.032) 0:04:24.572 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False" } TASK [See whether the device node is present] ********************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-device.yml:3 Sunday 23 June 2024 09:38:53 +0000 (0:00:00.030) 0:04:24.602 *********** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-device.yml:9 Sunday 23 June 2024 09:38:53 +0000 (0:00:00.241) 0:04:24.843 *********** 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-weekly-ciqd5hl47i/tests/test-verify-volume-device.yml:16 Sunday 23 June 2024 09:38:53 +0000 (0:00:00.029) 0:04:24.873 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about this volume] ********************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-device.yml:23 Sunday 23 June 2024 09:38:53 +0000 (0:00:00.034) 0:04:24.907 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Process volume type (set initial value) (1/2)] *************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-device.yml:29 Sunday 23 June 2024 09:38:53 +0000 (0:00:00.028) 0:04:24.935 *********** ok: [sut] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-device.yml:33 Sunday 23 June 2024 09:38:53 +0000 (0:00:00.030) 0:04:24.966 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == \"raid\"", "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-device.yml:38 Sunday 23 June 2024 09:38:53 +0000 (0:00:00.027) 0:04:24.993 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Stat the LUKS device, if encrypted] ************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:3 Sunday 23 June 2024 09:38:53 +0000 (0:00:00.031) 0:04:25.025 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:10 Sunday 23 June 2024 09:38:53 +0000 (0:00:00.028) 0:04:25.054 *********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: cryptsetup TASK [Collect LUKS info for this volume] *************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:16 Sunday 23 June 2024 09:38:55 +0000 (0:00:01.368) 0:04:26.423 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:22 Sunday 23 June 2024 09:38:55 +0000 (0:00:00.026) 0:04:26.449 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Verify that the raw device is the same as the device if not encrypted] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:29 Sunday 23 June 2024 09:38:55 +0000 (0:00:00.171) 0:04:26.621 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:40 Sunday 23 June 2024 09:38:55 +0000 (0:00:00.029) 0:04:26.650 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:46 Sunday 23 June 2024 09:38:55 +0000 (0:00:00.028) 0:04:26.679 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:51 Sunday 23 June 2024 09:38:55 +0000 (0:00:00.027) 0:04:26.707 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:63 Sunday 23 June 2024 09:38:55 +0000 (0:00:00.028) 0:04:26.736 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:75 Sunday 23 June 2024 09:38:55 +0000 (0:00:00.028) 0:04:26.764 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:87 Sunday 23 June 2024 09:38:55 +0000 (0:00:00.028) 0:04:26.793 *********** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [], "_storage_test_expected_crypttab_entries": "0", "_storage_test_expected_crypttab_key_file": "-" }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:93 Sunday 23 June 2024 09:38:55 +0000 (0:00:00.034) 0:04:26.827 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:100 Sunday 23 June 2024 09:38:55 +0000 (0:00:00.034) 0:04:26.862 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:108 Sunday 23 June 2024 09:38:55 +0000 (0:00:00.030) 0:04:26.893 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:116 Sunday 23 June 2024 09:38:55 +0000 (0:00:00.031) 0:04:26.924 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-encryption.yml:124 Sunday 23 June 2024 09:38:55 +0000 (0:00:00.030) 0:04:26.954 *********** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_expected_crypttab_entries": null, "_storage_test_expected_crypttab_key_file": null }, "changed": false } TASK [Get information about RAID] ********************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-md.yml:8 Sunday 23 June 2024 09:38:55 +0000 (0:00:00.031) 0:04:26.986 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-md.yml:14 Sunday 23 June 2024 09:38:55 +0000 (0:00:00.028) 0:04:27.015 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-md.yml:19 Sunday 23 June 2024 09:38:55 +0000 (0:00:00.179) 0:04:27.195 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-md.yml:24 Sunday 23 June 2024 09:38:55 +0000 (0:00:00.029) 0:04:27.225 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-md.yml:29 Sunday 23 June 2024 09:38:55 +0000 (0:00:00.029) 0:04:27.254 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-md.yml:37 Sunday 23 June 2024 09:38:55 +0000 (0:00:00.029) 0:04:27.283 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-md.yml:46 Sunday 23 June 2024 09:38:55 +0000 (0:00:00.029) 0:04:27.313 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-md.yml:54 Sunday 23 June 2024 09:38:55 +0000 (0:00:00.028) 0:04:27.342 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-md.yml:62 Sunday 23 June 2024 09:38:55 +0000 (0:00:00.028) 0:04:27.370 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-md.yml:70 Sunday 23 June 2024 09:38:55 +0000 (0:00:00.029) 0:04:27.399 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:3 Sunday 23 June 2024 09:38:56 +0000 (0:00:00.029) 0:04:27.429 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False" } TASK [Parse the requested size of the volume] ********************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:11 Sunday 23 June 2024 09:38:56 +0000 (0:00:00.027) 0:04:27.457 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False" } TASK [Establish base value for expected size] ********************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:20 Sunday 23 June 2024 09:38:56 +0000 (0:00:00.028) 0:04:27.485 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False" } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:28 Sunday 23 June 2024 09:38:56 +0000 (0:00:00.028) 0:04:27.514 *********** ok: [sut] => { "storage_test_expected_size": "9663676416" } TASK [Get the size of parent/pool device] ************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:32 Sunday 23 June 2024 09:38:56 +0000 (0:00:00.030) 0:04:27.545 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False" } TASK [Show test pool] ********************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:46 Sunday 23 June 2024 09:38:56 +0000 (0:00:00.026) 0:04:27.572 *********** skipping: [sut] => { "false_condition": "_storage_test_volume_present | bool" } TASK [Show test blockinfo] ***************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:50 Sunday 23 June 2024 09:38:56 +0000 (0:00:00.028) 0:04:27.600 *********** skipping: [sut] => { "false_condition": "_storage_test_volume_present | bool" } TASK [Show test pool size] ***************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:54 Sunday 23 June 2024 09:38:56 +0000 (0:00:00.170) 0:04:27.771 *********** skipping: [sut] => { "false_condition": "_storage_test_volume_present | bool" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:58 Sunday 23 June 2024 09:38:56 +0000 (0:00:00.029) 0:04:27.800 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:67 Sunday 23 June 2024 09:38:56 +0000 (0:00:00.032) 0:04:27.833 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:71 Sunday 23 June 2024 09:38:56 +0000 (0:00:00.030) 0:04:27.864 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:76 Sunday 23 June 2024 09:38:56 +0000 (0:00:00.030) 0:04:27.894 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:82 Sunday 23 June 2024 09:38:56 +0000 (0:00:00.028) 0:04:27.922 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:86 Sunday 23 June 2024 09:38:56 +0000 (0:00:00.030) 0:04:27.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-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:91 Sunday 23 June 2024 09:38:56 +0000 (0:00:00.028) 0:04:27.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-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:96 Sunday 23 June 2024 09:38:56 +0000 (0:00:00.028) 0:04:28.010 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:101 Sunday 23 June 2024 09:38:56 +0000 (0:00:00.027) 0:04:28.037 *********** skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Show volume thin pool size] ********************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:105 Sunday 23 June 2024 09:38:56 +0000 (0:00:00.031) 0:04:28.069 *********** skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:109 Sunday 23 June 2024 09:38:56 +0000 (0:00:00.028) 0:04:28.098 *********** skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Establish base value for expected thin pool size] ************************ task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:113 Sunday 23 June 2024 09:38:56 +0000 (0:00:00.029) 0:04:28.127 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:120 Sunday 23 June 2024 09:38:56 +0000 (0:00:00.027) 0:04:28.155 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:127 Sunday 23 June 2024 09:38:56 +0000 (0:00:00.030) 0:04:28.185 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:131 Sunday 23 June 2024 09:38:56 +0000 (0:00:00.169) 0:04:28.355 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:137 Sunday 23 June 2024 09:38:56 +0000 (0:00:00.030) 0:04:28.385 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:143 Sunday 23 June 2024 09:38:56 +0000 (0:00:00.028) 0:04:28.414 *********** ok: [sut] => { "storage_test_actual_size": { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False", "skipped": true } } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:147 Sunday 23 June 2024 09:38:57 +0000 (0:00:00.030) 0:04:28.445 *********** ok: [sut] => { "storage_test_expected_size": "9663676416" } TASK [Assert expected size is actual size] ************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-size.yml:151 Sunday 23 June 2024 09:38:57 +0000 (0:00:00.030) 0:04:28.475 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-cache.yml:5 Sunday 23 June 2024 09:38:57 +0000 (0:00:00.028) 0:04:28.504 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-cache.yml:13 Sunday 23 June 2024 09:38:57 +0000 (0:00:00.028) 0:04:28.533 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-cache.yml:17 Sunday 23 June 2024 09:38:57 +0000 (0:00:00.029) 0:04:28.562 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Set LV cache size] ******************************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-cache.yml:24 Sunday 23 June 2024 09:38:57 +0000 (0:00:00.028) 0:04:28.591 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-cache.yml:31 Sunday 23 June 2024 09:38:57 +0000 (0:00:00.029) 0:04:28.620 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-cache.yml:37 Sunday 23 June 2024 09:38:57 +0000 (0:00:00.027) 0:04:28.648 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume-cache.yml:42 Sunday 23 June 2024 09:38:57 +0000 (0:00:00.028) 0:04:28.676 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/test-verify-volume.yml:25 Sunday 23 June 2024 09:38:57 +0000 (0:00:00.028) 0:04:28.705 *********** 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-weekly-ciqd5hl47i/tests/verify-role-results.yml:44 Sunday 23 June 2024 09:38:57 +0000 (0:00:00.029) 0:04:28.735 *********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Clean up variable namespace] ********************************************* task path: /WORKDIR/git-weekly-ciqd5hl47i/tests/verify-role-results.yml:54 Sunday 23 June 2024 09:38:57 +0000 (0:00:00.020) 0:04:28.755 *********** ok: [sut] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } PLAY RECAP ********************************************************************* sut : ok=1588 changed=28 unreachable=0 failed=0 skipped=1839 rescued=8 ignored=0 Sunday 23 June 2024 09:38:57 +0000 (0:00:00.213) 0:04:28.969 *********** =============================================================================== fedora.linux_system_roles.storage : Make sure blivet is available ------ 12.98s /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state --- 3.12s /WORKDIR/git-weekly-ciqd5hl47i/.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.07s /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 fedora.linux_system_roles.storage : Get service facts ------------------- 2.56s /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state --- 2.53s /WORKDIR/git-weekly-ciqd5hl47i/.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.41s /WORKDIR/git-weekly-ciqd5hl47i/.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.40s /WORKDIR/git-weekly-ciqd5hl47i/.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.39s /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Gathering Facts --------------------------------------------------------- 2.35s /WORKDIR/git-weekly-ciqd5hl47i/tests/tests_resize.yml:2 ----------------------- fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state --- 2.35s /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 fedora.linux_system_roles.storage : Update facts ------------------------ 2.33s /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:204 fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state --- 2.29s /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 fedora.linux_system_roles.storage : Update facts ------------------------ 2.27s /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:204 fedora.linux_system_roles.storage : Update facts ------------------------ 2.25s /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:204 fedora.linux_system_roles.storage : Update facts ------------------------ 2.25s /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:204 fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state --- 2.25s /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 fedora.linux_system_roles.storage : Update facts ------------------------ 2.25s /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:204 fedora.linux_system_roles.storage : Update facts ------------------------ 2.25s /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:204 fedora.linux_system_roles.storage : Update facts ------------------------ 2.23s /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:204 fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state --- 2.21s /WORKDIR/git-weekly-ciqd5hl47i/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- [DEPRECATION WARNING]: ANSIBLE_COLLECTIONS_PATHS option, does not fit var naming standard, use the singular form ANSIBLE_COLLECTIONS_PATH instead. This feature will be removed from ansible-core in version 2.19. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. ---^---^---^---^---^---